@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
|
@@ -41,6 +41,174 @@ export interface paths {
|
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
+
"/api/Licensing/Licenses/Validate": {
|
|
45
|
+
get: {
|
|
46
|
+
parameters: {
|
|
47
|
+
query: {
|
|
48
|
+
tenantId: string;
|
|
49
|
+
"api-version"?: string;
|
|
50
|
+
};
|
|
51
|
+
header?: {
|
|
52
|
+
"x-api-version"?: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
requestBody?: {
|
|
56
|
+
content: {
|
|
57
|
+
"application/json": components["schemas"]["LicenseKey"];
|
|
58
|
+
"application/xml": components["schemas"]["LicenseKey"];
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
responses: {
|
|
62
|
+
/** @description OK */
|
|
63
|
+
200: {
|
|
64
|
+
content: {
|
|
65
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
66
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
/** @description Unauthorized */
|
|
70
|
+
401: {
|
|
71
|
+
content: {
|
|
72
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
73
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
/** @description Forbidden */
|
|
77
|
+
403: {
|
|
78
|
+
content: {
|
|
79
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
80
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
"/api/Licensing/Licenses/Validate/Errors": {
|
|
87
|
+
get: {
|
|
88
|
+
parameters: {
|
|
89
|
+
query: {
|
|
90
|
+
tenantId: string;
|
|
91
|
+
"api-version"?: string;
|
|
92
|
+
};
|
|
93
|
+
header?: {
|
|
94
|
+
"x-api-version"?: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
requestBody?: {
|
|
98
|
+
content: {
|
|
99
|
+
"application/json": components["schemas"]["LicenseKey"];
|
|
100
|
+
"application/xml": components["schemas"]["LicenseKey"];
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
responses: {
|
|
104
|
+
/** @description OK */
|
|
105
|
+
200: {
|
|
106
|
+
content: {
|
|
107
|
+
"application/json": components["schemas"]["LicenseValidationErrorListEnvelope"];
|
|
108
|
+
"application/xml": components["schemas"]["LicenseValidationErrorListEnvelope"];
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
/** @description Unauthorized */
|
|
112
|
+
401: {
|
|
113
|
+
content: {
|
|
114
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
115
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
/** @description Forbidden */
|
|
119
|
+
403: {
|
|
120
|
+
content: {
|
|
121
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
122
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
"/api/Licensing/Licenses/Validate/Attributes": {
|
|
129
|
+
get: {
|
|
130
|
+
parameters: {
|
|
131
|
+
query: {
|
|
132
|
+
tenantId: string;
|
|
133
|
+
"api-version"?: string;
|
|
134
|
+
};
|
|
135
|
+
header?: {
|
|
136
|
+
"x-api-version"?: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
requestBody?: {
|
|
140
|
+
content: {
|
|
141
|
+
"application/json": components["schemas"]["LicenseKey"];
|
|
142
|
+
"application/xml": components["schemas"]["LicenseKey"];
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
responses: {
|
|
146
|
+
/** @description OK */
|
|
147
|
+
200: {
|
|
148
|
+
content: {
|
|
149
|
+
"application/json": components["schemas"]["LicenseAttributesListEnvelope"];
|
|
150
|
+
"application/xml": components["schemas"]["LicenseAttributesListEnvelope"];
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
/** @description Unauthorized */
|
|
154
|
+
401: {
|
|
155
|
+
content: {
|
|
156
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
157
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
/** @description Forbidden */
|
|
161
|
+
403: {
|
|
162
|
+
content: {
|
|
163
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
164
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
"/api/Licensing/Licenses/Generate": {
|
|
171
|
+
post: {
|
|
172
|
+
parameters: {
|
|
173
|
+
query: {
|
|
174
|
+
tenantId: string;
|
|
175
|
+
"api-version"?: string;
|
|
176
|
+
};
|
|
177
|
+
header?: {
|
|
178
|
+
"x-api-version"?: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
requestBody?: {
|
|
182
|
+
content: {
|
|
183
|
+
"application/json": components["schemas"]["LicenseKeyRequest"];
|
|
184
|
+
"application/xml": components["schemas"]["LicenseKeyRequest"];
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
responses: {
|
|
188
|
+
/** @description OK */
|
|
189
|
+
200: {
|
|
190
|
+
content: {
|
|
191
|
+
"application/json": components["schemas"]["StringEnvelope"];
|
|
192
|
+
"application/xml": components["schemas"]["StringEnvelope"];
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
/** @description Unauthorized */
|
|
196
|
+
401: {
|
|
197
|
+
content: {
|
|
198
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
199
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
/** @description Forbidden */
|
|
203
|
+
403: {
|
|
204
|
+
content: {
|
|
205
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
206
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
44
212
|
"/api/v2/SystemService/Licensing/Licenses": {
|
|
45
213
|
get: {
|
|
46
214
|
parameters: {
|
|
@@ -1474,6 +1642,10 @@ export interface components {
|
|
|
1474
1642
|
password?: string | null;
|
|
1475
1643
|
};
|
|
1476
1644
|
AccountHolderUpdateDto: Record<string, never>;
|
|
1645
|
+
AdditionalAttribute: {
|
|
1646
|
+
key?: string | null;
|
|
1647
|
+
value?: string | null;
|
|
1648
|
+
};
|
|
1477
1649
|
BooleanEnvelope: {
|
|
1478
1650
|
isSuccess?: boolean;
|
|
1479
1651
|
errorMessage?: string | null;
|
|
@@ -1705,6 +1877,63 @@ export interface components {
|
|
|
1705
1877
|
/** Format: int32 */
|
|
1706
1878
|
result?: number;
|
|
1707
1879
|
};
|
|
1880
|
+
LicenseAttributes: Record<string, never>;
|
|
1881
|
+
LicenseAttributesListEnvelope: {
|
|
1882
|
+
isSuccess?: boolean;
|
|
1883
|
+
errorMessage?: string | null;
|
|
1884
|
+
correlationId?: string | null;
|
|
1885
|
+
/** Format: date-time */
|
|
1886
|
+
timestamp?: string;
|
|
1887
|
+
activityId?: string | null;
|
|
1888
|
+
result?: components["schemas"]["LicenseAttributes"][] | null;
|
|
1889
|
+
};
|
|
1890
|
+
LicenseFeature: {
|
|
1891
|
+
key?: string | null;
|
|
1892
|
+
value?: string | null;
|
|
1893
|
+
};
|
|
1894
|
+
LicenseKey: {
|
|
1895
|
+
key?: string | null;
|
|
1896
|
+
};
|
|
1897
|
+
LicenseKeyRequest: {
|
|
1898
|
+
/** Format: uuid */
|
|
1899
|
+
userId?: string;
|
|
1900
|
+
/** Format: uuid */
|
|
1901
|
+
tenantId?: string | null;
|
|
1902
|
+
/** Format: uuid */
|
|
1903
|
+
orderId?: string | null;
|
|
1904
|
+
/** Format: uuid */
|
|
1905
|
+
paymentId?: string | null;
|
|
1906
|
+
/** Format: uuid */
|
|
1907
|
+
invoiceId?: string | null;
|
|
1908
|
+
/** Format: uuid */
|
|
1909
|
+
enrollmentId?: string | null;
|
|
1910
|
+
/** Format: uuid */
|
|
1911
|
+
entitlementId?: string | null;
|
|
1912
|
+
/** Format: int32 */
|
|
1913
|
+
seats?: number;
|
|
1914
|
+
/**
|
|
1915
|
+
* Format: int32
|
|
1916
|
+
* @enum {integer}
|
|
1917
|
+
*/
|
|
1918
|
+
licenseType?: 1 | 2 | 3;
|
|
1919
|
+
/** Format: date-time */
|
|
1920
|
+
expirationDate?: string;
|
|
1921
|
+
features?: components["schemas"]["LicenseFeature"][] | null;
|
|
1922
|
+
additionalAttributes?: components["schemas"]["AdditionalAttribute"][] | null;
|
|
1923
|
+
};
|
|
1924
|
+
LicenseValidationError: {
|
|
1925
|
+
message?: string | null;
|
|
1926
|
+
howToResolve?: string | null;
|
|
1927
|
+
};
|
|
1928
|
+
LicenseValidationErrorListEnvelope: {
|
|
1929
|
+
isSuccess?: boolean;
|
|
1930
|
+
errorMessage?: string | null;
|
|
1931
|
+
correlationId?: string | null;
|
|
1932
|
+
/** Format: date-time */
|
|
1933
|
+
timestamp?: string;
|
|
1934
|
+
activityId?: string | null;
|
|
1935
|
+
result?: components["schemas"]["LicenseValidationError"][] | null;
|
|
1936
|
+
};
|
|
1708
1937
|
LicenseValidationRequest: {
|
|
1709
1938
|
licenseKey: string;
|
|
1710
1939
|
};
|
|
@@ -1791,6 +2020,15 @@ export interface components {
|
|
|
1791
2020
|
domain?: string | null;
|
|
1792
2021
|
notes?: string | null;
|
|
1793
2022
|
};
|
|
2023
|
+
StringEnvelope: {
|
|
2024
|
+
isSuccess?: boolean;
|
|
2025
|
+
errorMessage?: string | null;
|
|
2026
|
+
correlationId?: string | null;
|
|
2027
|
+
/** Format: date-time */
|
|
2028
|
+
timestamp?: string;
|
|
2029
|
+
activityId?: string | null;
|
|
2030
|
+
result?: string | null;
|
|
2031
|
+
};
|
|
1794
2032
|
StringListEnvelope: {
|
|
1795
2033
|
isSuccess?: boolean;
|
|
1796
2034
|
errorMessage?: string | null;
|