@fenixalliance/abs-api-client 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/clients/accountingService/core/OpenAPI.js +1 -1
  2. package/clients/accountingService/core/OpenAPI.ts +1 -1
  3. package/clients/cartService/core/OpenAPI.js +1 -1
  4. package/clients/cartService/core/OpenAPI.ts +1 -1
  5. package/clients/catalogService/core/OpenAPI.js +1 -1
  6. package/clients/catalogService/core/OpenAPI.ts +1 -1
  7. package/clients/contentService/core/OpenAPI.js +1 -1
  8. package/clients/contentService/core/OpenAPI.ts +1 -1
  9. package/clients/contentService/services/PortalsService.js +26 -14
  10. package/clients/contentService/services/PortalsService.ts +26 -14
  11. package/clients/crmService/core/OpenAPI.js +1 -1
  12. package/clients/crmService/core/OpenAPI.ts +1 -1
  13. package/clients/dealsService/core/OpenAPI.js +1 -1
  14. package/clients/dealsService/core/OpenAPI.ts +1 -1
  15. package/clients/forexService/core/OpenAPI.js +1 -1
  16. package/clients/forexService/core/OpenAPI.ts +1 -1
  17. package/clients/globeService/core/OpenAPI.js +1 -1
  18. package/clients/globeService/core/OpenAPI.ts +1 -1
  19. package/clients/globeService/index.js +5 -1
  20. package/clients/globeService/index.ts +4 -0
  21. package/clients/{identityService/models/ForgotPasswordRequest.ts → globeService/models/Error.ts} +4 -2
  22. package/clients/globeService/models/PaymentResponse.js +21 -0
  23. package/clients/globeService/models/PaymentResponse.ts +34 -0
  24. package/clients/globeService/models/ResponseStatus.ts +12 -0
  25. package/clients/globeService/services/MigrationsService.js +26 -0
  26. package/clients/globeService/services/MigrationsService.ts +30 -0
  27. package/clients/holderService/core/OpenAPI.js +1 -1
  28. package/clients/holderService/core/OpenAPI.ts +1 -1
  29. package/clients/hrmsService/core/OpenAPI.js +1 -1
  30. package/clients/hrmsService/core/OpenAPI.ts +1 -1
  31. package/clients/identityService/core/OpenAPI.js +1 -1
  32. package/clients/identityService/core/OpenAPI.ts +1 -1
  33. package/clients/identityService/index.js +1 -3
  34. package/clients/identityService/index.ts +0 -13
  35. package/clients/inventoryService/core/OpenAPI.js +1 -1
  36. package/clients/inventoryService/core/OpenAPI.ts +1 -1
  37. package/clients/invoicingService/core/OpenAPI.js +1 -1
  38. package/clients/invoicingService/core/OpenAPI.ts +1 -1
  39. package/clients/learningService/core/OpenAPI.js +1 -1
  40. package/clients/learningService/core/OpenAPI.ts +1 -1
  41. package/clients/marketingService/core/OpenAPI.js +1 -1
  42. package/clients/marketingService/core/OpenAPI.ts +1 -1
  43. package/clients/ordersService/core/OpenAPI.js +1 -1
  44. package/clients/ordersService/core/OpenAPI.ts +1 -1
  45. package/clients/paymentsService/core/OpenAPI.js +1 -1
  46. package/clients/paymentsService/core/OpenAPI.ts +1 -1
  47. package/clients/pricingService/core/OpenAPI.js +1 -1
  48. package/clients/pricingService/core/OpenAPI.ts +1 -1
  49. package/clients/projectsService/core/OpenAPI.js +1 -1
  50. package/clients/projectsService/core/OpenAPI.ts +1 -1
  51. package/clients/quotesService/core/OpenAPI.js +1 -1
  52. package/clients/quotesService/core/OpenAPI.ts +1 -1
  53. package/clients/salesService/core/OpenAPI.js +1 -1
  54. package/clients/salesService/core/OpenAPI.ts +1 -1
  55. package/clients/securityService/core/OpenAPI.js +1 -1
  56. package/clients/securityService/core/OpenAPI.ts +1 -1
  57. package/clients/shipmentsService/core/OpenAPI.js +1 -1
  58. package/clients/shipmentsService/core/OpenAPI.ts +1 -1
  59. package/clients/socialService/core/OpenAPI.js +1 -1
  60. package/clients/socialService/core/OpenAPI.ts +1 -1
  61. package/clients/socialService/services/SocialProfilesService.js +72 -24
  62. package/clients/socialService/services/SocialProfilesService.ts +72 -24
  63. package/clients/storageService/core/OpenAPI.js +1 -1
  64. package/clients/storageService/core/OpenAPI.ts +1 -1
  65. package/clients/supportService/core/OpenAPI.js +1 -1
  66. package/clients/supportService/core/OpenAPI.ts +1 -1
  67. package/clients/systemService/core/OpenAPI.js +1 -1
  68. package/clients/systemService/core/OpenAPI.ts +1 -1
  69. package/clients/systemService/index.js +5 -1
  70. package/clients/systemService/index.ts +10 -0
  71. package/clients/{identityService/models/RegisterRequest.ts → systemService/models/AdditionalAttribute.ts} +3 -3
  72. package/clients/{identityService/models/HttpValidationProblemDetails.ts → systemService/models/LicenseAttributes.ts} +1 -1
  73. package/clients/systemService/models/LicenseAttributesListEnvelope.ts +14 -0
  74. package/clients/{identityService/models/ResendConfirmationEmailRequest.ts → systemService/models/LicenseFeature.ts} +3 -2
  75. package/clients/{identityService/models/RefreshRequest.ts → systemService/models/LicenseKey.ts} +2 -2
  76. package/clients/systemService/models/LicenseKeyRequest.js +12 -0
  77. package/clients/systemService/models/LicenseKeyRequest.ts +28 -0
  78. package/clients/{identityService/models/InfoResponse.ts → systemService/models/LicenseValidationError.ts} +3 -3
  79. package/clients/systemService/models/LicenseValidationErrorListEnvelope.ts +14 -0
  80. package/clients/systemService/models/StringEnvelope.ts +13 -0
  81. package/clients/systemService/services/LicensesService.js +108 -0
  82. package/clients/systemService/services/LicensesService.ts +131 -0
  83. package/clients/tenantService/core/OpenAPI.js +1 -1
  84. package/clients/tenantService/core/OpenAPI.ts +1 -1
  85. package/clients/timeTrackerService/core/OpenAPI.js +1 -1
  86. package/clients/timeTrackerService/core/OpenAPI.ts +1 -1
  87. package/clients/walletsService/core/OpenAPI.js +1 -1
  88. package/clients/walletsService/core/OpenAPI.ts +1 -1
  89. package/clients/walletsService/services/WalletsService.js +65 -21
  90. package/clients/walletsService/services/WalletsService.ts +65 -21
  91. package/package.json +1 -1
  92. package/schemas/contentService/schema.s.ts +120 -48
  93. package/schemas/globeService/schema.s.ts +64 -0
  94. package/schemas/identityService/schema.s.ts +1 -382
  95. package/schemas/socialService/schema.s.ts +1046 -990
  96. package/schemas/systemService/schema.s.ts +238 -0
  97. package/schemas/walletsService/schema.s.ts +971 -774
  98. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  99. package/clients/identityService/models/InfoRequest.ts +0 -10
  100. package/clients/identityService/models/LoginRequest.ts +0 -11
  101. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  102. package/clients/identityService/models/TwoFactorRequest.js +0 -2
  103. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  104. package/clients/identityService/models/TwoFactorResponse.js +0 -2
  105. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  106. package/clients/identityService/services/FenixAllianceAbsModulesWebService.js +0 -246
  107. package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
  108. /package/clients/{identityService/models/AccessTokenResponse.js → globeService/models/Error.js} +0 -0
  109. /package/clients/{identityService/models/ForgotPasswordRequest.js → globeService/models/ResponseStatus.js} +0 -0
  110. /package/clients/{identityService/models/HttpValidationProblemDetails.js → systemService/models/AdditionalAttribute.js} +0 -0
  111. /package/clients/{identityService/models/InfoRequest.js → systemService/models/LicenseAttributes.js} +0 -0
  112. /package/clients/{identityService/models/InfoResponse.js → systemService/models/LicenseAttributesListEnvelope.js} +0 -0
  113. /package/clients/{identityService/models/LoginRequest.js → systemService/models/LicenseFeature.js} +0 -0
  114. /package/clients/{identityService/models/RefreshRequest.js → systemService/models/LicenseKey.js} +0 -0
  115. /package/clients/{identityService/models/RegisterRequest.js → systemService/models/LicenseValidationError.js} +0 -0
  116. /package/clients/{identityService/models/ResendConfirmationEmailRequest.js → systemService/models/LicenseValidationErrorListEnvelope.js} +0 -0
  117. /package/clients/{identityService/models/ResetPasswordRequest.js → systemService/models/StringEnvelope.js} +0 -0
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MigrationsService = void 0;
4
+ const OpenAPI_1 = require("../core/OpenAPI");
5
+ const request_1 = require("../core/request");
6
+ class MigrationsService {
7
+ /**
8
+ * @param xApiVersion
9
+ * @returns PaymentResponse OK
10
+ * @throws ApiError
11
+ */
12
+ static postApiV2GlobalSystemMigrate(xApiVersion) {
13
+ return (0, request_1.request)(OpenAPI_1.OpenAPI, {
14
+ method: 'POST',
15
+ url: '/api/v2/Global/System/Migrate',
16
+ headers: {
17
+ 'x-api-version': xApiVersion,
18
+ },
19
+ errors: {
20
+ 401: `Unauthorized`,
21
+ 500: `Internal Server Error`,
22
+ },
23
+ });
24
+ }
25
+ }
26
+ exports.MigrationsService = MigrationsService;
@@ -0,0 +1,30 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { PaymentResponse } from '../models/PaymentResponse';
6
+ import type { CancelablePromise } from '../core/CancelablePromise';
7
+ import { OpenAPI } from '../core/OpenAPI';
8
+ import { request as __request } from '../core/request';
9
+ export class MigrationsService {
10
+ /**
11
+ * @param xApiVersion
12
+ * @returns PaymentResponse OK
13
+ * @throws ApiError
14
+ */
15
+ public static postApiV2GlobalSystemMigrate(
16
+ xApiVersion?: string,
17
+ ): CancelablePromise<PaymentResponse> {
18
+ return __request(OpenAPI, {
19
+ method: 'POST',
20
+ url: '/api/v2/Global/System/Migrate',
21
+ headers: {
22
+ 'x-api-version': xApiVersion,
23
+ },
24
+ errors: {
25
+ 401: `Unauthorized`,
26
+ 500: `Internal Server Error`,
27
+ },
28
+ });
29
+ }
30
+ }
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserInfoService = exports.ResourceService = exports.OAuthService = exports.FenixAllianceAbsModulesWebService = exports.CheckerService = exports.ApplicationsService = exports.AccountHolderCreateDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
3
+ exports.UserInfoService = exports.ResourceService = exports.OAuthService = exports.CheckerService = exports.ApplicationsService = exports.AccountHolderCreateDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
4
4
  /* generated using openapi-typescript-codegen -- do no edit */
5
5
  /* istanbul ignore file */
6
6
  /* tslint:disable */
@@ -18,8 +18,6 @@ var ApplicationsService_1 = require("./services/ApplicationsService");
18
18
  Object.defineProperty(exports, "ApplicationsService", { enumerable: true, get: function () { return ApplicationsService_1.ApplicationsService; } });
19
19
  var CheckerService_1 = require("./services/CheckerService");
20
20
  Object.defineProperty(exports, "CheckerService", { enumerable: true, get: function () { return CheckerService_1.CheckerService; } });
21
- var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
22
- Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
23
21
  var OAuthService_1 = require("./services/OAuthService");
24
22
  Object.defineProperty(exports, "OAuthService", { enumerable: true, get: function () { return OAuthService_1.OAuthService; } });
25
23
  var ResourceService_1 = require("./services/ResourceService");
@@ -7,17 +7,12 @@ export { CancelablePromise, CancelError } from './core/CancelablePromise';
7
7
  export { OpenAPI } from './core/OpenAPI';
8
8
  export type { OpenAPIConfig } from './core/OpenAPI';
9
9
 
10
- export type { AccessTokenResponse } from './models/AccessTokenResponse';
11
10
  export { AccountHolderCreateDto } from './models/AccountHolderCreateDto';
12
11
  export type { AccountHolderCreateDtoEnvelope } from './models/AccountHolderCreateDtoEnvelope';
13
12
  export type { ApiAuthorizationResult } from './models/ApiAuthorizationResult';
14
13
  export type { ApiAuthorizationResultEnvelope } from './models/ApiAuthorizationResultEnvelope';
15
14
  export type { EnrollmentId } from './models/EnrollmentId';
16
15
  export type { ErrorEnvelope } from './models/ErrorEnvelope';
17
- export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
18
- export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
19
- export type { InfoRequest } from './models/InfoRequest';
20
- export type { InfoResponse } from './models/InfoResponse';
21
16
  export type { JsonWebKey } from './models/JsonWebKey';
22
17
  export type { JsonWebKeySet } from './models/JsonWebKeySet';
23
18
  export type { JsonWebKeySetEnvelope } from './models/JsonWebKeySetEnvelope';
@@ -25,24 +20,16 @@ export type { JsonWebToken } from './models/JsonWebToken';
25
20
  export type { JsonWebTokenEnvelope } from './models/JsonWebTokenEnvelope';
26
21
  export type { JsonWebTokenHeader } from './models/JsonWebTokenHeader';
27
22
  export type { JsonWebTokenPayload } from './models/JsonWebTokenPayload';
28
- export type { LoginRequest } from './models/LoginRequest';
29
23
  export type { OAuthTokenRequest } from './models/OAuthTokenRequest';
30
24
  export type { OpenIdConfiguration } from './models/OpenIdConfiguration';
31
25
  export type { OpenIdConfigurationEnvelope } from './models/OpenIdConfigurationEnvelope';
32
- export type { RefreshRequest } from './models/RefreshRequest';
33
- export type { RegisterRequest } from './models/RegisterRequest';
34
- export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
35
- export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
36
26
  export type { SigninModel } from './models/SigninModel';
37
27
  export type { StringListEnvelope } from './models/StringListEnvelope';
38
28
  export type { TenantId } from './models/TenantId';
39
- export type { TwoFactorRequest } from './models/TwoFactorRequest';
40
- export type { TwoFactorResponse } from './models/TwoFactorResponse';
41
29
  export type { UserId } from './models/UserId';
42
30
 
43
31
  export { ApplicationsService } from './services/ApplicationsService';
44
32
  export { CheckerService } from './services/CheckerService';
45
- export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
46
33
  export { OAuthService } from './services/OAuthService';
47
34
  export { ResourceService } from './services/ResourceService';
48
35
  export { UserInfoService } from './services/UserInfoService';
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '2.0.0.0',
6
+ VERSION: '2.0.1.4089',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: '',
24
- VERSION: '2.0.0.0',
24
+ VERSION: '2.0.1.4089',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,