@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.
- package/clients/accountingService/core/OpenAPI.js +1 -1
- package/clients/accountingService/core/OpenAPI.ts +1 -1
- package/clients/cartService/core/OpenAPI.js +1 -1
- package/clients/cartService/core/OpenAPI.ts +1 -1
- package/clients/catalogService/core/OpenAPI.js +1 -1
- package/clients/catalogService/core/OpenAPI.ts +1 -1
- package/clients/contentService/core/OpenAPI.js +1 -1
- package/clients/contentService/core/OpenAPI.ts +1 -1
- package/clients/contentService/services/PortalsService.js +26 -14
- package/clients/contentService/services/PortalsService.ts +26 -14
- package/clients/crmService/core/OpenAPI.js +1 -1
- package/clients/crmService/core/OpenAPI.ts +1 -1
- package/clients/dealsService/core/OpenAPI.js +1 -1
- package/clients/dealsService/core/OpenAPI.ts +1 -1
- package/clients/forexService/core/OpenAPI.js +1 -1
- package/clients/forexService/core/OpenAPI.ts +1 -1
- package/clients/globeService/core/OpenAPI.js +1 -1
- package/clients/globeService/core/OpenAPI.ts +1 -1
- package/clients/globeService/index.js +5 -1
- package/clients/globeService/index.ts +4 -0
- package/clients/{identityService/models/ForgotPasswordRequest.ts → globeService/models/Error.ts} +4 -2
- package/clients/globeService/models/PaymentResponse.js +21 -0
- package/clients/globeService/models/PaymentResponse.ts +34 -0
- package/clients/globeService/models/ResponseStatus.ts +12 -0
- package/clients/globeService/services/MigrationsService.js +26 -0
- package/clients/globeService/services/MigrationsService.ts +30 -0
- package/clients/holderService/core/OpenAPI.js +1 -1
- package/clients/holderService/core/OpenAPI.ts +1 -1
- package/clients/hrmsService/core/OpenAPI.js +1 -1
- package/clients/hrmsService/core/OpenAPI.ts +1 -1
- package/clients/identityService/core/OpenAPI.js +1 -1
- package/clients/identityService/core/OpenAPI.ts +1 -1
- package/clients/identityService/index.js +1 -3
- package/clients/identityService/index.ts +0 -13
- package/clients/inventoryService/core/OpenAPI.js +1 -1
- package/clients/inventoryService/core/OpenAPI.ts +1 -1
- package/clients/invoicingService/core/OpenAPI.js +1 -1
- package/clients/invoicingService/core/OpenAPI.ts +1 -1
- package/clients/learningService/core/OpenAPI.js +1 -1
- package/clients/learningService/core/OpenAPI.ts +1 -1
- package/clients/marketingService/core/OpenAPI.js +1 -1
- package/clients/marketingService/core/OpenAPI.ts +1 -1
- package/clients/ordersService/core/OpenAPI.js +1 -1
- package/clients/ordersService/core/OpenAPI.ts +1 -1
- package/clients/paymentsService/core/OpenAPI.js +1 -1
- package/clients/paymentsService/core/OpenAPI.ts +1 -1
- package/clients/pricingService/core/OpenAPI.js +1 -1
- package/clients/pricingService/core/OpenAPI.ts +1 -1
- package/clients/projectsService/core/OpenAPI.js +1 -1
- package/clients/projectsService/core/OpenAPI.ts +1 -1
- package/clients/quotesService/core/OpenAPI.js +1 -1
- package/clients/quotesService/core/OpenAPI.ts +1 -1
- package/clients/salesService/core/OpenAPI.js +1 -1
- package/clients/salesService/core/OpenAPI.ts +1 -1
- package/clients/securityService/core/OpenAPI.js +1 -1
- package/clients/securityService/core/OpenAPI.ts +1 -1
- package/clients/shipmentsService/core/OpenAPI.js +1 -1
- package/clients/shipmentsService/core/OpenAPI.ts +1 -1
- package/clients/socialService/core/OpenAPI.js +1 -1
- package/clients/socialService/core/OpenAPI.ts +1 -1
- package/clients/socialService/services/SocialProfilesService.js +72 -24
- package/clients/socialService/services/SocialProfilesService.ts +72 -24
- package/clients/storageService/core/OpenAPI.js +1 -1
- package/clients/storageService/core/OpenAPI.ts +1 -1
- package/clients/supportService/core/OpenAPI.js +1 -1
- package/clients/supportService/core/OpenAPI.ts +1 -1
- package/clients/systemService/core/OpenAPI.js +1 -1
- package/clients/systemService/core/OpenAPI.ts +1 -1
- package/clients/systemService/index.js +5 -1
- package/clients/systemService/index.ts +10 -0
- package/clients/{identityService/models/RegisterRequest.ts → systemService/models/AdditionalAttribute.ts} +3 -3
- package/clients/{identityService/models/HttpValidationProblemDetails.ts → systemService/models/LicenseAttributes.ts} +1 -1
- package/clients/systemService/models/LicenseAttributesListEnvelope.ts +14 -0
- package/clients/{identityService/models/ResendConfirmationEmailRequest.ts → systemService/models/LicenseFeature.ts} +3 -2
- package/clients/{identityService/models/RefreshRequest.ts → systemService/models/LicenseKey.ts} +2 -2
- package/clients/systemService/models/LicenseKeyRequest.js +12 -0
- package/clients/systemService/models/LicenseKeyRequest.ts +28 -0
- package/clients/{identityService/models/InfoResponse.ts → systemService/models/LicenseValidationError.ts} +3 -3
- package/clients/systemService/models/LicenseValidationErrorListEnvelope.ts +14 -0
- package/clients/systemService/models/StringEnvelope.ts +13 -0
- package/clients/systemService/services/LicensesService.js +108 -0
- package/clients/systemService/services/LicensesService.ts +131 -0
- package/clients/tenantService/core/OpenAPI.js +1 -1
- package/clients/tenantService/core/OpenAPI.ts +1 -1
- package/clients/timeTrackerService/core/OpenAPI.js +1 -1
- package/clients/timeTrackerService/core/OpenAPI.ts +1 -1
- package/clients/walletsService/core/OpenAPI.js +1 -1
- package/clients/walletsService/core/OpenAPI.ts +1 -1
- package/clients/walletsService/services/WalletsService.js +65 -21
- package/clients/walletsService/services/WalletsService.ts +65 -21
- package/package.json +1 -1
- package/schemas/contentService/schema.s.ts +120 -48
- package/schemas/globeService/schema.s.ts +64 -0
- package/schemas/identityService/schema.s.ts +1 -382
- package/schemas/socialService/schema.s.ts +1046 -990
- package/schemas/systemService/schema.s.ts +238 -0
- package/schemas/walletsService/schema.s.ts +971 -774
- package/clients/identityService/models/AccessTokenResponse.ts +0 -11
- package/clients/identityService/models/InfoRequest.ts +0 -10
- package/clients/identityService/models/LoginRequest.ts +0 -11
- package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
- package/clients/identityService/models/TwoFactorRequest.js +0 -2
- package/clients/identityService/models/TwoFactorRequest.ts +0 -12
- package/clients/identityService/models/TwoFactorResponse.js +0 -2
- package/clients/identityService/models/TwoFactorResponse.ts +0 -12
- package/clients/identityService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- /package/clients/{identityService/models/AccessTokenResponse.js → globeService/models/Error.js} +0 -0
- /package/clients/{identityService/models/ForgotPasswordRequest.js → globeService/models/ResponseStatus.js} +0 -0
- /package/clients/{identityService/models/HttpValidationProblemDetails.js → systemService/models/AdditionalAttribute.js} +0 -0
- /package/clients/{identityService/models/InfoRequest.js → systemService/models/LicenseAttributes.js} +0 -0
- /package/clients/{identityService/models/InfoResponse.js → systemService/models/LicenseAttributesListEnvelope.js} +0 -0
- /package/clients/{identityService/models/LoginRequest.js → systemService/models/LicenseFeature.js} +0 -0
- /package/clients/{identityService/models/RefreshRequest.js → systemService/models/LicenseKey.js} +0 -0
- /package/clients/{identityService/models/RegisterRequest.js → systemService/models/LicenseValidationError.js} +0 -0
- /package/clients/{identityService/models/ResendConfirmationEmailRequest.js → systemService/models/LicenseValidationErrorListEnvelope.js} +0 -0
- /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
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserInfoService = exports.ResourceService = exports.OAuthService = exports.
|
|
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';
|