@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
@@ -528,6 +528,41 @@ export interface paths {
528
528
  };
529
529
  };
530
530
  };
531
+ "/api/v2/Global/System/Migrate": {
532
+ post: {
533
+ parameters: {
534
+ query?: {
535
+ "api-version"?: string;
536
+ };
537
+ header?: {
538
+ "x-api-version"?: string;
539
+ };
540
+ };
541
+ responses: {
542
+ /** @description OK */
543
+ 200: {
544
+ content: {
545
+ "application/json": components["schemas"]["PaymentResponse"];
546
+ "application/xml": components["schemas"]["PaymentResponse"];
547
+ };
548
+ };
549
+ /** @description Unauthorized */
550
+ 401: {
551
+ content: {
552
+ "application/json": components["schemas"]["ResponseStatus"];
553
+ "application/xml": components["schemas"]["ResponseStatus"];
554
+ };
555
+ };
556
+ /** @description Internal Server Error */
557
+ 500: {
558
+ content: {
559
+ "application/json": components["schemas"]["ResponseStatus"];
560
+ "application/xml": components["schemas"]["ResponseStatus"];
561
+ };
562
+ };
563
+ };
564
+ };
565
+ };
531
566
  "/api/v2/GlobeService/Timezones": {
532
567
  get: {
533
568
  parameters: {
@@ -763,6 +798,11 @@ export interface components {
763
798
  activityId?: string | null;
764
799
  result?: components["schemas"]["CurrencyDto"][] | null;
765
800
  };
801
+ Error: {
802
+ id?: string | null;
803
+ description?: string | null;
804
+ help?: string | null;
805
+ };
766
806
  ErrorEnvelope: {
767
807
  isSuccess?: boolean;
768
808
  errorMessage?: string | null;
@@ -771,6 +811,30 @@ export interface components {
771
811
  timestamp?: string;
772
812
  activityId?: string | null;
773
813
  };
814
+ PaymentResponse: {
815
+ test?: boolean;
816
+ ip?: string | null;
817
+ bank?: string | null;
818
+ status?: string | null;
819
+ errors?: unknown;
820
+ response?: string | null;
821
+ authCode?: string | null;
822
+ paymentID?: string | null;
823
+ franchise?: string | null;
824
+ signature?: string | null;
825
+ /**
826
+ * Format: int32
827
+ * @enum {integer}
828
+ */
829
+ paymentStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
830
+ };
831
+ ResponseStatus: {
832
+ success?: boolean;
833
+ error?: components["schemas"]["Error"];
834
+ correlationID?: string | null;
835
+ /** Format: date-time */
836
+ utcTimestamp?: string;
837
+ };
774
838
  TimezoneDto: {
775
839
  /** Format: date-time */
776
840
  timestamp?: string | null;
@@ -135,303 +135,6 @@ export interface paths {
135
135
  };
136
136
  };
137
137
  };
138
- "/version": {
139
- get: {
140
- responses: {
141
- /** @description OK */
142
- 200: {
143
- content: never;
144
- };
145
- };
146
- };
147
- };
148
- "/health": {
149
- get: {
150
- responses: {
151
- /** @description OK */
152
- 200: {
153
- content: never;
154
- };
155
- };
156
- };
157
- };
158
- "/hello": {
159
- get: {
160
- responses: {
161
- /** @description OK */
162
- 200: {
163
- content: never;
164
- };
165
- };
166
- };
167
- };
168
- "/register": {
169
- post: {
170
- requestBody?: {
171
- content: {
172
- "application/json": components["schemas"]["RegisterRequest"];
173
- };
174
- };
175
- responses: {
176
- /** @description OK */
177
- 200: {
178
- content: never;
179
- };
180
- /** @description Bad Request */
181
- 400: {
182
- content: {
183
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
184
- };
185
- };
186
- };
187
- };
188
- };
189
- "/login": {
190
- post: {
191
- parameters: {
192
- query?: {
193
- useCookies?: boolean;
194
- useSessionCookies?: boolean;
195
- };
196
- };
197
- requestBody?: {
198
- content: {
199
- "application/json": components["schemas"]["LoginRequest"];
200
- };
201
- };
202
- responses: {
203
- /** @description OK */
204
- 200: {
205
- content: {
206
- "application/json": components["schemas"]["AccessTokenResponse"];
207
- };
208
- };
209
- };
210
- };
211
- };
212
- "/refresh": {
213
- post: {
214
- requestBody?: {
215
- content: {
216
- "application/json": components["schemas"]["RefreshRequest"];
217
- };
218
- };
219
- responses: {
220
- /** @description OK */
221
- 200: {
222
- content: {
223
- "application/json": components["schemas"]["AccessTokenResponse"];
224
- };
225
- };
226
- };
227
- };
228
- };
229
- "/confirmEmail": {
230
- get: operations["MapIdentityApi-/confirmEmail"];
231
- };
232
- "/resendConfirmationEmail": {
233
- post: {
234
- requestBody?: {
235
- content: {
236
- "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
237
- };
238
- };
239
- responses: {
240
- /** @description OK */
241
- 200: {
242
- content: never;
243
- };
244
- };
245
- };
246
- };
247
- "/forgotPassword": {
248
- post: {
249
- requestBody?: {
250
- content: {
251
- "application/json": components["schemas"]["ForgotPasswordRequest"];
252
- };
253
- };
254
- responses: {
255
- /** @description OK */
256
- 200: {
257
- content: never;
258
- };
259
- /** @description Bad Request */
260
- 400: {
261
- content: {
262
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
263
- };
264
- };
265
- };
266
- };
267
- };
268
- "/resetPassword": {
269
- post: {
270
- requestBody?: {
271
- content: {
272
- "application/json": components["schemas"]["ResetPasswordRequest"];
273
- };
274
- };
275
- responses: {
276
- /** @description OK */
277
- 200: {
278
- content: never;
279
- };
280
- /** @description Bad Request */
281
- 400: {
282
- content: {
283
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
284
- };
285
- };
286
- };
287
- };
288
- };
289
- "/manage/2fa": {
290
- post: {
291
- requestBody?: {
292
- content: {
293
- "application/json": components["schemas"]["TwoFactorRequest"];
294
- };
295
- };
296
- responses: {
297
- /** @description OK */
298
- 200: {
299
- content: {
300
- "application/json": components["schemas"]["TwoFactorResponse"];
301
- };
302
- };
303
- /** @description Bad Request */
304
- 400: {
305
- content: {
306
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
307
- };
308
- };
309
- /** @description Not Found */
310
- 404: {
311
- content: never;
312
- };
313
- };
314
- };
315
- };
316
- "/manage/info": {
317
- get: {
318
- responses: {
319
- /** @description OK */
320
- 200: {
321
- content: {
322
- "application/json": components["schemas"]["InfoResponse"];
323
- };
324
- };
325
- /** @description Bad Request */
326
- 400: {
327
- content: {
328
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
329
- };
330
- };
331
- /** @description Not Found */
332
- 404: {
333
- content: never;
334
- };
335
- };
336
- };
337
- post: {
338
- requestBody?: {
339
- content: {
340
- "application/json": components["schemas"]["InfoRequest"];
341
- };
342
- };
343
- responses: {
344
- /** @description OK */
345
- 200: {
346
- content: {
347
- "application/json": components["schemas"]["InfoResponse"];
348
- };
349
- };
350
- /** @description Bad Request */
351
- 400: {
352
- content: {
353
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
354
- };
355
- };
356
- /** @description Not Found */
357
- 404: {
358
- content: never;
359
- };
360
- };
361
- };
362
- };
363
- "/Account/PerformExternalLogin": {
364
- post: {
365
- requestBody?: {
366
- content: {
367
- "multipart/form-data": {
368
- provider: string;
369
- returnUrl: string;
370
- };
371
- "application/x-www-form-urlencoded": {
372
- provider: string;
373
- returnUrl: string;
374
- };
375
- };
376
- };
377
- responses: {
378
- /** @description OK */
379
- 200: {
380
- content: never;
381
- };
382
- };
383
- };
384
- };
385
- "/Account/Logout": {
386
- post: {
387
- requestBody?: {
388
- content: {
389
- "multipart/form-data": {
390
- returnUrl: string;
391
- };
392
- "application/x-www-form-urlencoded": {
393
- returnUrl: string;
394
- };
395
- };
396
- };
397
- responses: {
398
- /** @description OK */
399
- 200: {
400
- content: never;
401
- };
402
- };
403
- };
404
- };
405
- "/Account/Manage/LinkExternalLogin": {
406
- post: {
407
- requestBody?: {
408
- content: {
409
- "multipart/form-data": {
410
- provider: string;
411
- };
412
- "application/x-www-form-urlencoded": {
413
- provider: string;
414
- };
415
- };
416
- };
417
- responses: {
418
- /** @description OK */
419
- 200: {
420
- content: never;
421
- };
422
- };
423
- };
424
- };
425
- "/Account/Manage/DownloadPersonalData": {
426
- post: {
427
- responses: {
428
- /** @description OK */
429
- 200: {
430
- content: never;
431
- };
432
- };
433
- };
434
- };
435
138
  "/api/v2/OAuth/WhoAmI": {
436
139
  get: {
437
140
  parameters: {
@@ -727,13 +430,6 @@ export type webhooks = Record<string, never>;
727
430
 
728
431
  export interface components {
729
432
  schemas: {
730
- AccessTokenResponse: {
731
- tokenType?: string | null;
732
- accessToken: string | null;
733
- /** Format: int64 */
734
- expiresIn: number;
735
- refreshToken: string | null;
736
- };
737
433
  AccountHolderCreateDto: {
738
434
  /** Format: uuid */
739
435
  id?: string;
@@ -806,30 +502,6 @@ export interface components {
806
502
  timestamp?: string;
807
503
  activityId?: string | null;
808
504
  };
809
- ForgotPasswordRequest: {
810
- email: string | null;
811
- };
812
- HttpValidationProblemDetails: {
813
- type?: string | null;
814
- title?: string | null;
815
- /** Format: int32 */
816
- status?: number | null;
817
- detail?: string | null;
818
- instance?: string | null;
819
- errors?: {
820
- [key: string]: string[];
821
- } | null;
822
- [key: string]: unknown;
823
- };
824
- InfoRequest: {
825
- newEmail?: string | null;
826
- newPassword?: string | null;
827
- oldPassword?: string | null;
828
- };
829
- InfoResponse: {
830
- email: string | null;
831
- isEmailConfirmed: boolean;
832
- };
833
505
  JsonWebKey: {
834
506
  kid?: string | null;
835
507
  /** Format: int64 */
@@ -890,12 +562,6 @@ export interface components {
890
562
  exp?: number;
891
563
  scopes?: string[] | null;
892
564
  };
893
- LoginRequest: {
894
- email: string | null;
895
- password: string | null;
896
- twoFactorCode?: string | null;
897
- twoFactorRecoveryCode?: string | null;
898
- };
899
565
  OAuthTokenRequest: {
900
566
  client_id?: string | null;
901
567
  client_secret?: string | null;
@@ -926,21 +592,6 @@ export interface components {
926
592
  activityId?: string | null;
927
593
  result?: components["schemas"]["OpenIdConfiguration"];
928
594
  };
929
- RefreshRequest: {
930
- refreshToken: string | null;
931
- };
932
- RegisterRequest: {
933
- email: string | null;
934
- password: string | null;
935
- };
936
- ResendConfirmationEmailRequest: {
937
- email: string | null;
938
- };
939
- ResetPasswordRequest: {
940
- email: string | null;
941
- resetCode: string | null;
942
- newPassword: string | null;
943
- };
944
595
  SigninModel: {
945
596
  email?: string | null;
946
597
  password?: string | null;
@@ -955,21 +606,6 @@ export interface components {
955
606
  result?: string[] | null;
956
607
  };
957
608
  TenantId: Record<string, never>;
958
- TwoFactorRequest: {
959
- enable?: boolean | null;
960
- twoFactorCode?: string | null;
961
- resetSharedKey?: boolean;
962
- resetRecoveryCodes?: boolean;
963
- forgetMachine?: boolean;
964
- };
965
- TwoFactorResponse: {
966
- sharedKey: string | null;
967
- /** Format: int32 */
968
- recoveryCodesLeft: number;
969
- recoveryCodes?: string[] | null;
970
- isTwoFactorEnabled: boolean;
971
- isMachineRemembered: boolean;
972
- };
973
609
  UserId: Record<string, never>;
974
610
  };
975
611
  responses: never;
@@ -983,21 +619,4 @@ export type $defs = Record<string, never>;
983
619
 
984
620
  export type external = Record<string, never>;
985
621
 
986
- export interface operations {
987
-
988
- "MapIdentityApi-/confirmEmail": {
989
- parameters: {
990
- query?: {
991
- userId?: string;
992
- code?: string;
993
- changedEmail?: string;
994
- };
995
- };
996
- responses: {
997
- /** @description OK */
998
- 200: {
999
- content: never;
1000
- };
1001
- };
1002
- };
1003
- }
622
+ export type operations = Record<string, never>;