Skip to content

Commit b471379

Browse files
committed
"Release v5.0.12"
1 parent 0b9423e commit b471379

1,118 files changed

Lines changed: 1119 additions & 1119 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"prepare": "npm run build",
4949
"test": "mocha --require @babel/register --recursive"
5050
},
51-
"version": "5.0.9"
51+
"version": "5.0.12"
5252
}

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 5.0.9
19+
* @version 5.0.12
2020
*/
2121

2222
/**
@@ -53,7 +53,7 @@ class ApiClient {
5353
* @default {}
5454
*/
5555
this.defaultHeaders = {
56-
'User-Agent': 'OpenAPI-Generator/5.0.9/Javascript'
56+
'User-Agent': 'OpenAPI-Generator/5.0.12/Javascript'
5757
};
5858

5959
/**

src/api/V2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ import VerifyRsaSsaPss from '../model/VerifyRsaSsaPss';
886886
/**
887887
* V2 service.
888888
* @module api/V2Api
889-
* @version 5.0.9
889+
* @version 5.0.12
890890
*/
891891
export default class V2Api {
892892

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ import V2Api from './api/V2Api';
11581158
* </pre>
11591159
* </p>
11601160
* @module index
1161-
* @version 5.0.9
1161+
* @version 5.0.12
11621162
*/
11631163
export {
11641164
/**

src/model/APIKeyAccessRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The APIKeyAccessRules model module.
1818
* @module model/APIKeyAccessRules
19-
* @version 5.0.9
19+
* @version 5.0.12
2020
*/
2121
class APIKeyAccessRules {
2222
/**

src/model/AWSGatewayCloudIdentityExternalIdOpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AWSGatewayCloudIdentityExternalIdOpt model module.
1818
* @module model/AWSGatewayCloudIdentityExternalIdOpt
19-
* @version 5.0.9
19+
* @version 5.0.12
2020
*/
2121
class AWSGatewayCloudIdentityExternalIdOpt {
2222
/**

src/model/AWSIAMAccessRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AWSIAMAccessRules model module.
1818
* @module model/AWSIAMAccessRules
19-
* @version 5.0.9
19+
* @version 5.0.12
2020
*/
2121
class AWSIAMAccessRules {
2222
/**

src/model/AWSPayload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AWSPayload model module.
1818
* @module model/AWSPayload
19-
* @version 5.0.9
19+
* @version 5.0.12
2020
*/
2121
class AWSPayload {
2222
/**

src/model/AWSSecretsMigration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import MigrationGeneral from './MigrationGeneral';
1818
/**
1919
* The AWSSecretsMigration model module.
2020
* @module model/AWSSecretsMigration
21-
* @version 5.0.9
21+
* @version 5.0.12
2222
*/
2323
class AWSSecretsMigration {
2424
/**

0 commit comments

Comments
 (0)