@fenixalliance/abs-api-client 1.0.7 → 1.0.8
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/index.js +1 -4
- package/clients/accountingService/index.ts +0 -13
- package/clients/cartService/index.js +1 -3
- package/clients/cartService/index.ts +0 -13
- package/clients/catalogService/index.js +1 -3
- package/clients/catalogService/index.ts +0 -13
- package/clients/contentService/index.js +1 -3
- package/clients/contentService/index.ts +0 -13
- package/clients/crmService/index.js +1 -3
- package/clients/crmService/index.ts +0 -13
- package/clients/dealsService/index.js +1 -3
- package/clients/dealsService/index.ts +0 -13
- package/clients/forexService/index.js +1 -3
- package/clients/forexService/index.ts +0 -13
- package/clients/globeService/index.js +1 -3
- package/clients/globeService/index.ts +0 -13
- package/clients/holderService/index.js +1 -3
- package/clients/holderService/index.ts +0 -13
- package/clients/hrmsService/index.js +1 -3
- package/clients/hrmsService/index.ts +0 -13
- package/clients/identityService/index.js +1 -3
- package/clients/identityService/index.ts +0 -13
- package/clients/inventoryService/index.js +1 -3
- package/clients/inventoryService/index.ts +0 -14
- package/clients/invoicingService/index.js +1 -3
- package/clients/invoicingService/index.ts +0 -13
- package/clients/learningService/index.js +1 -3
- package/clients/learningService/index.ts +0 -13
- package/clients/marketingService/index.js +1 -3
- package/clients/marketingService/index.ts +0 -13
- package/clients/ordersService/index.js +1 -3
- package/clients/ordersService/index.ts +0 -13
- package/clients/paymentsService/index.js +1 -3
- package/clients/paymentsService/index.ts +0 -13
- package/clients/pricingService/index.js +1 -3
- package/clients/pricingService/index.ts +0 -13
- package/clients/projectsService/index.js +1 -3
- package/clients/projectsService/index.ts +0 -13
- package/clients/quotesService/index.js +1 -3
- package/clients/quotesService/index.ts +0 -13
- package/clients/salesService/index.js +1 -3
- package/clients/salesService/index.ts +0 -14
- package/clients/securityService/index.js +1 -3
- package/clients/securityService/index.ts +0 -13
- package/clients/shipmentsService/core/ApiError.js +20 -0
- package/clients/shipmentsService/core/ApiError.ts +25 -0
- package/clients/shipmentsService/core/ApiRequestOptions.ts +17 -0
- package/clients/shipmentsService/core/ApiResult.ts +11 -0
- package/clients/shipmentsService/core/CancelablePromise.js +104 -0
- package/clients/shipmentsService/core/CancelablePromise.ts +131 -0
- package/clients/shipmentsService/core/OpenAPI.js +14 -0
- package/clients/shipmentsService/core/OpenAPI.ts +32 -0
- package/clients/shipmentsService/core/request.js +294 -0
- package/clients/shipmentsService/core/request.ts +322 -0
- package/clients/shipmentsService/index.js +16 -0
- package/clients/shipmentsService/index.ts +14 -0
- package/clients/shipmentsService/models/ErrorEnvelope.ts +12 -0
- package/clients/shipmentsService/models/ShipmentDto.ts +14 -0
- package/clients/shipmentsService/models/ShipmentDtoListEnvelope.ts +14 -0
- package/clients/shipmentsService/services/ShipmentsService.js +30 -0
- package/clients/shipmentsService/services/ShipmentsService.ts +35 -0
- package/clients/socialService/index.js +1 -3
- package/clients/socialService/index.ts +0 -13
- package/clients/supportService/index.js +1 -3
- package/clients/supportService/index.ts +0 -13
- package/clients/systemService/index.js +1 -3
- package/clients/systemService/index.ts +0 -13
- package/clients/tenantService/index.js +1 -3
- package/clients/tenantService/index.ts +0 -13
- package/clients/timeTrackerService/index.js +1 -3
- package/clients/timeTrackerService/index.ts +0 -13
- package/clients/walletsService/index.js +1 -3
- package/clients/walletsService/index.ts +0 -13
- package/package.json +1 -1
- package/schemas/accountingService/schema.s.ts +0 -379
- package/schemas/cartService/schema.s.ts +0 -379
- package/schemas/catalogService/schema.s.ts +0 -379
- package/schemas/contentService/schema.s.ts +0 -379
- package/schemas/crmService/schema.s.ts +0 -379
- package/schemas/dealsService/schema.s.ts +0 -379
- package/schemas/forexService/schema.s.ts +1 -382
- package/schemas/globeService/schema.s.ts +1 -382
- package/schemas/holderService/schema.s.ts +1 -382
- package/schemas/hrmsService/schema.s.ts +0 -379
- package/schemas/identityService/schema.s.ts +1 -382
- package/schemas/inventoryService/schema.s.ts +2 -384
- package/schemas/invoicingService/schema.s.ts +0 -379
- package/schemas/learningService/schema.s.ts +1 -382
- package/schemas/marketingService/schema.s.ts +1 -382
- package/schemas/ordersService/schema.s.ts +0 -379
- package/schemas/paymentsService/schema.s.ts +1 -382
- package/schemas/pricingService/schema.s.ts +0 -379
- package/schemas/projectsService/schema.s.ts +1 -382
- package/schemas/quotesService/schema.s.ts +0 -379
- package/schemas/salesService/schema.s.ts +2 -384
- package/schemas/securityService/schema.s.ts +1 -382
- package/schemas/shipmentsService/schema.s.js +6 -0
- package/schemas/shipmentsService/schema.s.ts +92 -0
- package/schemas/socialService/schema.s.ts +0 -379
- package/schemas/supportService/schema.s.ts +1 -382
- package/schemas/systemService/schema.s.ts +0 -379
- package/schemas/tenantService/schema.s.ts +0 -379
- package/schemas/timeTrackerService/schema.s.ts +1 -382
- package/schemas/walletsService/schema.s.ts +0 -379
- package/clients/accountingService/models/AccessTokenResponse.ts +0 -11
- package/clients/accountingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/accountingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/accountingService/models/InfoRequest.ts +0 -10
- package/clients/accountingService/models/InfoResponse.ts +0 -9
- package/clients/accountingService/models/LoginRequest.js +0 -2
- package/clients/accountingService/models/LoginRequest.ts +0 -11
- package/clients/accountingService/models/RefreshRequest.js +0 -2
- package/clients/accountingService/models/RefreshRequest.ts +0 -8
- package/clients/accountingService/models/RegisterRequest.js +0 -2
- package/clients/accountingService/models/RegisterRequest.ts +0 -9
- package/clients/accountingService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/accountingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/accountingService/models/ResetPasswordRequest.js +0 -2
- package/clients/accountingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/accountingService/models/TwoFactorRequest.js +0 -2
- package/clients/accountingService/models/TwoFactorRequest.ts +0 -12
- package/clients/accountingService/models/TwoFactorResponse.js +0 -2
- package/clients/accountingService/models/TwoFactorResponse.ts +0 -12
- package/clients/accountingService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/accountingService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/cartService/models/AccessTokenResponse.js +0 -2
- package/clients/cartService/models/AccessTokenResponse.ts +0 -11
- package/clients/cartService/models/ForgotPasswordRequest.js +0 -2
- package/clients/cartService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/cartService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/cartService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/cartService/models/InfoRequest.js +0 -2
- package/clients/cartService/models/InfoRequest.ts +0 -10
- package/clients/cartService/models/InfoResponse.js +0 -2
- package/clients/cartService/models/InfoResponse.ts +0 -9
- package/clients/cartService/models/LoginRequest.js +0 -2
- package/clients/cartService/models/LoginRequest.ts +0 -11
- package/clients/cartService/models/RefreshRequest.js +0 -2
- package/clients/cartService/models/RefreshRequest.ts +0 -8
- package/clients/cartService/models/RegisterRequest.js +0 -2
- package/clients/cartService/models/RegisterRequest.ts +0 -9
- package/clients/cartService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/cartService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/cartService/models/ResetPasswordRequest.js +0 -2
- package/clients/cartService/models/ResetPasswordRequest.ts +0 -10
- package/clients/cartService/models/TwoFactorRequest.js +0 -2
- package/clients/cartService/models/TwoFactorRequest.ts +0 -12
- package/clients/cartService/models/TwoFactorResponse.js +0 -2
- package/clients/cartService/models/TwoFactorResponse.ts +0 -12
- package/clients/cartService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/cartService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/catalogService/models/AccessTokenResponse.js +0 -2
- package/clients/catalogService/models/AccessTokenResponse.ts +0 -11
- package/clients/catalogService/models/ForgotPasswordRequest.js +0 -2
- package/clients/catalogService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/catalogService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/catalogService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/catalogService/models/InfoRequest.js +0 -2
- package/clients/catalogService/models/InfoRequest.ts +0 -10
- package/clients/catalogService/models/InfoResponse.js +0 -2
- package/clients/catalogService/models/InfoResponse.ts +0 -9
- package/clients/catalogService/models/LoginRequest.js +0 -2
- package/clients/catalogService/models/LoginRequest.ts +0 -11
- package/clients/catalogService/models/RefreshRequest.js +0 -2
- package/clients/catalogService/models/RefreshRequest.ts +0 -8
- package/clients/catalogService/models/RegisterRequest.js +0 -2
- package/clients/catalogService/models/RegisterRequest.ts +0 -9
- package/clients/catalogService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/catalogService/models/ResetPasswordRequest.js +0 -2
- package/clients/catalogService/models/ResetPasswordRequest.ts +0 -10
- package/clients/catalogService/models/TwoFactorRequest.js +0 -2
- package/clients/catalogService/models/TwoFactorRequest.ts +0 -12
- package/clients/catalogService/models/TwoFactorResponse.js +0 -2
- package/clients/catalogService/models/TwoFactorResponse.ts +0 -12
- package/clients/catalogService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/catalogService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/contentService/models/AccessTokenResponse.js +0 -2
- package/clients/contentService/models/AccessTokenResponse.ts +0 -11
- package/clients/contentService/models/ForgotPasswordRequest.js +0 -2
- package/clients/contentService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/contentService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/contentService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/contentService/models/InfoRequest.js +0 -2
- package/clients/contentService/models/InfoRequest.ts +0 -10
- package/clients/contentService/models/InfoResponse.js +0 -2
- package/clients/contentService/models/InfoResponse.ts +0 -9
- package/clients/contentService/models/LoginRequest.js +0 -2
- package/clients/contentService/models/LoginRequest.ts +0 -11
- package/clients/contentService/models/RefreshRequest.js +0 -2
- package/clients/contentService/models/RefreshRequest.ts +0 -8
- package/clients/contentService/models/RegisterRequest.js +0 -2
- package/clients/contentService/models/RegisterRequest.ts +0 -9
- package/clients/contentService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/contentService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/contentService/models/ResetPasswordRequest.js +0 -2
- package/clients/contentService/models/ResetPasswordRequest.ts +0 -10
- package/clients/contentService/models/TwoFactorRequest.js +0 -2
- package/clients/contentService/models/TwoFactorRequest.ts +0 -12
- package/clients/contentService/models/TwoFactorResponse.js +0 -2
- package/clients/contentService/models/TwoFactorResponse.ts +0 -12
- package/clients/contentService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/contentService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/crmService/models/AccessTokenResponse.js +0 -2
- package/clients/crmService/models/AccessTokenResponse.ts +0 -11
- package/clients/crmService/models/ForgotPasswordRequest.js +0 -2
- package/clients/crmService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/crmService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/crmService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/crmService/models/InfoRequest.js +0 -2
- package/clients/crmService/models/InfoRequest.ts +0 -10
- package/clients/crmService/models/InfoResponse.js +0 -2
- package/clients/crmService/models/InfoResponse.ts +0 -9
- package/clients/crmService/models/LoginRequest.js +0 -2
- package/clients/crmService/models/LoginRequest.ts +0 -11
- package/clients/crmService/models/RefreshRequest.js +0 -2
- package/clients/crmService/models/RefreshRequest.ts +0 -8
- package/clients/crmService/models/RegisterRequest.js +0 -2
- package/clients/crmService/models/RegisterRequest.ts +0 -9
- package/clients/crmService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/crmService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/crmService/models/ResetPasswordRequest.js +0 -2
- package/clients/crmService/models/ResetPasswordRequest.ts +0 -10
- package/clients/crmService/models/TwoFactorRequest.js +0 -2
- package/clients/crmService/models/TwoFactorRequest.ts +0 -12
- package/clients/crmService/models/TwoFactorResponse.js +0 -2
- package/clients/crmService/models/TwoFactorResponse.ts +0 -12
- package/clients/crmService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/crmService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/dealsService/models/AccessTokenResponse.js +0 -2
- package/clients/dealsService/models/AccessTokenResponse.ts +0 -11
- package/clients/dealsService/models/ForgotPasswordRequest.js +0 -2
- package/clients/dealsService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/dealsService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/dealsService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/dealsService/models/InfoRequest.js +0 -2
- package/clients/dealsService/models/InfoRequest.ts +0 -10
- package/clients/dealsService/models/InfoResponse.js +0 -2
- package/clients/dealsService/models/InfoResponse.ts +0 -9
- package/clients/dealsService/models/LoginRequest.js +0 -2
- package/clients/dealsService/models/LoginRequest.ts +0 -11
- package/clients/dealsService/models/RefreshRequest.js +0 -2
- package/clients/dealsService/models/RefreshRequest.ts +0 -8
- package/clients/dealsService/models/RegisterRequest.js +0 -2
- package/clients/dealsService/models/RegisterRequest.ts +0 -9
- package/clients/dealsService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/dealsService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/dealsService/models/ResetPasswordRequest.js +0 -2
- package/clients/dealsService/models/ResetPasswordRequest.ts +0 -10
- package/clients/dealsService/models/TwoFactorRequest.js +0 -2
- package/clients/dealsService/models/TwoFactorRequest.ts +0 -12
- package/clients/dealsService/models/TwoFactorResponse.js +0 -2
- package/clients/dealsService/models/TwoFactorResponse.ts +0 -12
- package/clients/dealsService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/dealsService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/forexService/models/AccessTokenResponse.js +0 -2
- package/clients/forexService/models/AccessTokenResponse.ts +0 -11
- package/clients/forexService/models/ForgotPasswordRequest.js +0 -2
- package/clients/forexService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/forexService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/forexService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/forexService/models/InfoRequest.js +0 -2
- package/clients/forexService/models/InfoRequest.ts +0 -10
- package/clients/forexService/models/InfoResponse.js +0 -2
- package/clients/forexService/models/InfoResponse.ts +0 -9
- package/clients/forexService/models/LoginRequest.js +0 -2
- package/clients/forexService/models/LoginRequest.ts +0 -11
- package/clients/forexService/models/RefreshRequest.js +0 -2
- package/clients/forexService/models/RefreshRequest.ts +0 -8
- package/clients/forexService/models/RegisterRequest.js +0 -2
- package/clients/forexService/models/RegisterRequest.ts +0 -9
- package/clients/forexService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/forexService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/forexService/models/ResetPasswordRequest.js +0 -2
- package/clients/forexService/models/ResetPasswordRequest.ts +0 -10
- package/clients/forexService/models/TwoFactorRequest.js +0 -2
- package/clients/forexService/models/TwoFactorRequest.ts +0 -12
- package/clients/forexService/models/TwoFactorResponse.js +0 -2
- package/clients/forexService/models/TwoFactorResponse.ts +0 -12
- package/clients/forexService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/forexService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/globeService/models/AccessTokenResponse.js +0 -2
- package/clients/globeService/models/AccessTokenResponse.ts +0 -11
- package/clients/globeService/models/ForgotPasswordRequest.js +0 -2
- package/clients/globeService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/globeService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/globeService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/globeService/models/InfoRequest.js +0 -2
- package/clients/globeService/models/InfoRequest.ts +0 -10
- package/clients/globeService/models/InfoResponse.js +0 -2
- package/clients/globeService/models/InfoResponse.ts +0 -9
- package/clients/globeService/models/LoginRequest.js +0 -2
- package/clients/globeService/models/LoginRequest.ts +0 -11
- package/clients/globeService/models/RefreshRequest.js +0 -2
- package/clients/globeService/models/RefreshRequest.ts +0 -8
- package/clients/globeService/models/RegisterRequest.js +0 -2
- package/clients/globeService/models/RegisterRequest.ts +0 -9
- package/clients/globeService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/globeService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/globeService/models/ResetPasswordRequest.js +0 -2
- package/clients/globeService/models/ResetPasswordRequest.ts +0 -10
- package/clients/globeService/models/TwoFactorRequest.js +0 -2
- package/clients/globeService/models/TwoFactorRequest.ts +0 -12
- package/clients/globeService/models/TwoFactorResponse.js +0 -2
- package/clients/globeService/models/TwoFactorResponse.ts +0 -12
- package/clients/globeService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/globeService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/holderService/models/AccessTokenResponse.js +0 -2
- package/clients/holderService/models/AccessTokenResponse.ts +0 -11
- package/clients/holderService/models/ForgotPasswordRequest.js +0 -2
- package/clients/holderService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/holderService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/holderService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/holderService/models/InfoRequest.js +0 -2
- package/clients/holderService/models/InfoRequest.ts +0 -10
- package/clients/holderService/models/InfoResponse.js +0 -2
- package/clients/holderService/models/InfoResponse.ts +0 -9
- package/clients/holderService/models/LoginRequest.js +0 -2
- package/clients/holderService/models/LoginRequest.ts +0 -11
- package/clients/holderService/models/RefreshRequest.js +0 -2
- package/clients/holderService/models/RefreshRequest.ts +0 -8
- package/clients/holderService/models/RegisterRequest.js +0 -2
- package/clients/holderService/models/RegisterRequest.ts +0 -9
- package/clients/holderService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/holderService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/holderService/models/ResetPasswordRequest.js +0 -2
- package/clients/holderService/models/ResetPasswordRequest.ts +0 -10
- package/clients/holderService/models/TwoFactorRequest.js +0 -2
- package/clients/holderService/models/TwoFactorRequest.ts +0 -12
- package/clients/holderService/models/TwoFactorResponse.js +0 -2
- package/clients/holderService/models/TwoFactorResponse.ts +0 -12
- package/clients/holderService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/holderService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/hrmsService/models/AccessTokenResponse.js +0 -2
- package/clients/hrmsService/models/AccessTokenResponse.ts +0 -11
- package/clients/hrmsService/models/ForgotPasswordRequest.js +0 -2
- package/clients/hrmsService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/hrmsService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/hrmsService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/hrmsService/models/InfoRequest.js +0 -2
- package/clients/hrmsService/models/InfoRequest.ts +0 -10
- package/clients/hrmsService/models/InfoResponse.js +0 -2
- package/clients/hrmsService/models/InfoResponse.ts +0 -9
- package/clients/hrmsService/models/LoginRequest.js +0 -2
- package/clients/hrmsService/models/LoginRequest.ts +0 -11
- package/clients/hrmsService/models/RefreshRequest.js +0 -2
- package/clients/hrmsService/models/RefreshRequest.ts +0 -8
- package/clients/hrmsService/models/RegisterRequest.js +0 -2
- package/clients/hrmsService/models/RegisterRequest.ts +0 -9
- package/clients/hrmsService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/hrmsService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/hrmsService/models/ResetPasswordRequest.js +0 -2
- package/clients/hrmsService/models/ResetPasswordRequest.ts +0 -10
- package/clients/hrmsService/models/TwoFactorRequest.js +0 -2
- package/clients/hrmsService/models/TwoFactorRequest.ts +0 -12
- package/clients/hrmsService/models/TwoFactorResponse.js +0 -2
- package/clients/hrmsService/models/TwoFactorResponse.ts +0 -12
- package/clients/hrmsService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/hrmsService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/identityService/models/AccessTokenResponse.js +0 -2
- package/clients/identityService/models/AccessTokenResponse.ts +0 -11
- package/clients/identityService/models/ForgotPasswordRequest.js +0 -2
- package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/identityService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/identityService/models/InfoRequest.js +0 -2
- package/clients/identityService/models/InfoRequest.ts +0 -10
- package/clients/identityService/models/InfoResponse.js +0 -2
- package/clients/identityService/models/InfoResponse.ts +0 -9
- package/clients/identityService/models/LoginRequest.js +0 -2
- package/clients/identityService/models/LoginRequest.ts +0 -11
- package/clients/identityService/models/RefreshRequest.js +0 -2
- package/clients/identityService/models/RefreshRequest.ts +0 -8
- package/clients/identityService/models/RegisterRequest.js +0 -2
- package/clients/identityService/models/RegisterRequest.ts +0 -9
- package/clients/identityService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/identityService/models/ResetPasswordRequest.js +0 -2
- 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/inventoryService/models/AccessTokenResponse.js +0 -2
- package/clients/inventoryService/models/AccessTokenResponse.ts +0 -11
- package/clients/inventoryService/models/ForgotPasswordRequest.js +0 -2
- package/clients/inventoryService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/inventoryService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/inventoryService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/inventoryService/models/InfoRequest.js +0 -2
- package/clients/inventoryService/models/InfoRequest.ts +0 -10
- package/clients/inventoryService/models/InfoResponse.js +0 -2
- package/clients/inventoryService/models/InfoResponse.ts +0 -9
- package/clients/inventoryService/models/LoginRequest.js +0 -2
- package/clients/inventoryService/models/LoginRequest.ts +0 -11
- package/clients/inventoryService/models/RefreshRequest.js +0 -2
- package/clients/inventoryService/models/RefreshRequest.ts +0 -8
- package/clients/inventoryService/models/RegisterRequest.js +0 -2
- package/clients/inventoryService/models/RegisterRequest.ts +0 -9
- package/clients/inventoryService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/inventoryService/models/ResetPasswordRequest.js +0 -2
- package/clients/inventoryService/models/ResetPasswordRequest.ts +0 -10
- package/clients/inventoryService/models/TwoFactorRequest.js +0 -2
- package/clients/inventoryService/models/TwoFactorRequest.ts +0 -12
- package/clients/inventoryService/models/TwoFactorResponse.js +0 -2
- package/clients/inventoryService/models/TwoFactorResponse.ts +0 -12
- package/clients/inventoryService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/inventoryService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/invoicingService/models/AccessTokenResponse.js +0 -2
- package/clients/invoicingService/models/AccessTokenResponse.ts +0 -11
- package/clients/invoicingService/models/ForgotPasswordRequest.js +0 -2
- package/clients/invoicingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/invoicingService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/invoicingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/invoicingService/models/InfoRequest.js +0 -2
- package/clients/invoicingService/models/InfoRequest.ts +0 -10
- package/clients/invoicingService/models/InfoResponse.js +0 -2
- package/clients/invoicingService/models/InfoResponse.ts +0 -9
- package/clients/invoicingService/models/LoginRequest.js +0 -2
- package/clients/invoicingService/models/LoginRequest.ts +0 -11
- package/clients/invoicingService/models/RefreshRequest.js +0 -2
- package/clients/invoicingService/models/RefreshRequest.ts +0 -8
- package/clients/invoicingService/models/RegisterRequest.js +0 -2
- package/clients/invoicingService/models/RegisterRequest.ts +0 -9
- package/clients/invoicingService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/invoicingService/models/ResetPasswordRequest.js +0 -2
- package/clients/invoicingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/invoicingService/models/TwoFactorRequest.js +0 -2
- package/clients/invoicingService/models/TwoFactorRequest.ts +0 -12
- package/clients/invoicingService/models/TwoFactorResponse.js +0 -2
- package/clients/invoicingService/models/TwoFactorResponse.ts +0 -12
- package/clients/invoicingService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/invoicingService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/learningService/models/AccessTokenResponse.js +0 -2
- package/clients/learningService/models/AccessTokenResponse.ts +0 -11
- package/clients/learningService/models/ForgotPasswordRequest.js +0 -2
- package/clients/learningService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/learningService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/learningService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/learningService/models/InfoRequest.js +0 -2
- package/clients/learningService/models/InfoRequest.ts +0 -10
- package/clients/learningService/models/InfoResponse.js +0 -2
- package/clients/learningService/models/InfoResponse.ts +0 -9
- package/clients/learningService/models/LoginRequest.js +0 -2
- package/clients/learningService/models/LoginRequest.ts +0 -11
- package/clients/learningService/models/RefreshRequest.js +0 -2
- package/clients/learningService/models/RefreshRequest.ts +0 -8
- package/clients/learningService/models/RegisterRequest.js +0 -2
- package/clients/learningService/models/RegisterRequest.ts +0 -9
- package/clients/learningService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/learningService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/learningService/models/ResetPasswordRequest.js +0 -2
- package/clients/learningService/models/ResetPasswordRequest.ts +0 -10
- package/clients/learningService/models/TwoFactorRequest.js +0 -2
- package/clients/learningService/models/TwoFactorRequest.ts +0 -12
- package/clients/learningService/models/TwoFactorResponse.js +0 -2
- package/clients/learningService/models/TwoFactorResponse.ts +0 -12
- package/clients/learningService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/learningService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/marketingService/models/AccessTokenResponse.js +0 -2
- package/clients/marketingService/models/AccessTokenResponse.ts +0 -11
- package/clients/marketingService/models/ForgotPasswordRequest.js +0 -2
- package/clients/marketingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/marketingService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/marketingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/marketingService/models/InfoRequest.js +0 -2
- package/clients/marketingService/models/InfoRequest.ts +0 -10
- package/clients/marketingService/models/InfoResponse.js +0 -2
- package/clients/marketingService/models/InfoResponse.ts +0 -9
- package/clients/marketingService/models/LoginRequest.js +0 -2
- package/clients/marketingService/models/LoginRequest.ts +0 -11
- package/clients/marketingService/models/RefreshRequest.js +0 -2
- package/clients/marketingService/models/RefreshRequest.ts +0 -8
- package/clients/marketingService/models/RegisterRequest.js +0 -2
- package/clients/marketingService/models/RegisterRequest.ts +0 -9
- package/clients/marketingService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/marketingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/marketingService/models/ResetPasswordRequest.js +0 -2
- package/clients/marketingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/marketingService/models/TwoFactorRequest.js +0 -2
- package/clients/marketingService/models/TwoFactorRequest.ts +0 -12
- package/clients/marketingService/models/TwoFactorResponse.js +0 -2
- package/clients/marketingService/models/TwoFactorResponse.ts +0 -12
- package/clients/marketingService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/marketingService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/ordersService/models/AccessTokenResponse.js +0 -2
- package/clients/ordersService/models/AccessTokenResponse.ts +0 -11
- package/clients/ordersService/models/ForgotPasswordRequest.js +0 -2
- package/clients/ordersService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/ordersService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/ordersService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/ordersService/models/InfoRequest.js +0 -2
- package/clients/ordersService/models/InfoRequest.ts +0 -10
- package/clients/ordersService/models/InfoResponse.js +0 -2
- package/clients/ordersService/models/InfoResponse.ts +0 -9
- package/clients/ordersService/models/LoginRequest.js +0 -2
- package/clients/ordersService/models/LoginRequest.ts +0 -11
- package/clients/ordersService/models/RefreshRequest.js +0 -2
- package/clients/ordersService/models/RefreshRequest.ts +0 -8
- package/clients/ordersService/models/RegisterRequest.js +0 -2
- package/clients/ordersService/models/RegisterRequest.ts +0 -9
- package/clients/ordersService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/ordersService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/ordersService/models/ResetPasswordRequest.js +0 -2
- package/clients/ordersService/models/ResetPasswordRequest.ts +0 -10
- package/clients/ordersService/models/TwoFactorRequest.js +0 -2
- package/clients/ordersService/models/TwoFactorRequest.ts +0 -12
- package/clients/ordersService/models/TwoFactorResponse.js +0 -2
- package/clients/ordersService/models/TwoFactorResponse.ts +0 -12
- package/clients/ordersService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/ordersService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/paymentsService/models/AccessTokenResponse.js +0 -2
- package/clients/paymentsService/models/AccessTokenResponse.ts +0 -11
- package/clients/paymentsService/models/ForgotPasswordRequest.js +0 -2
- package/clients/paymentsService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/paymentsService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/paymentsService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/paymentsService/models/InfoRequest.js +0 -2
- package/clients/paymentsService/models/InfoRequest.ts +0 -10
- package/clients/paymentsService/models/InfoResponse.js +0 -2
- package/clients/paymentsService/models/InfoResponse.ts +0 -9
- package/clients/paymentsService/models/LoginRequest.js +0 -2
- package/clients/paymentsService/models/LoginRequest.ts +0 -11
- package/clients/paymentsService/models/RefreshRequest.js +0 -2
- package/clients/paymentsService/models/RefreshRequest.ts +0 -8
- package/clients/paymentsService/models/RegisterRequest.js +0 -2
- package/clients/paymentsService/models/RegisterRequest.ts +0 -9
- package/clients/paymentsService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/paymentsService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/paymentsService/models/ResetPasswordRequest.js +0 -2
- package/clients/paymentsService/models/ResetPasswordRequest.ts +0 -10
- package/clients/paymentsService/models/TwoFactorRequest.js +0 -2
- package/clients/paymentsService/models/TwoFactorRequest.ts +0 -12
- package/clients/paymentsService/models/TwoFactorResponse.js +0 -2
- package/clients/paymentsService/models/TwoFactorResponse.ts +0 -12
- package/clients/paymentsService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/paymentsService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/pricingService/models/AccessTokenResponse.js +0 -2
- package/clients/pricingService/models/AccessTokenResponse.ts +0 -11
- package/clients/pricingService/models/ForgotPasswordRequest.js +0 -2
- package/clients/pricingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/pricingService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/pricingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/pricingService/models/InfoRequest.js +0 -2
- package/clients/pricingService/models/InfoRequest.ts +0 -10
- package/clients/pricingService/models/InfoResponse.js +0 -2
- package/clients/pricingService/models/InfoResponse.ts +0 -9
- package/clients/pricingService/models/LoginRequest.js +0 -2
- package/clients/pricingService/models/LoginRequest.ts +0 -11
- package/clients/pricingService/models/RefreshRequest.js +0 -2
- package/clients/pricingService/models/RefreshRequest.ts +0 -8
- package/clients/pricingService/models/RegisterRequest.js +0 -2
- package/clients/pricingService/models/RegisterRequest.ts +0 -9
- package/clients/pricingService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/pricingService/models/ResetPasswordRequest.js +0 -2
- package/clients/pricingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/pricingService/models/TwoFactorRequest.js +0 -2
- package/clients/pricingService/models/TwoFactorRequest.ts +0 -12
- package/clients/pricingService/models/TwoFactorResponse.js +0 -2
- package/clients/pricingService/models/TwoFactorResponse.ts +0 -12
- package/clients/pricingService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/pricingService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/projectsService/models/AccessTokenResponse.js +0 -2
- package/clients/projectsService/models/AccessTokenResponse.ts +0 -11
- package/clients/projectsService/models/ForgotPasswordRequest.js +0 -2
- package/clients/projectsService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/projectsService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/projectsService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/projectsService/models/InfoRequest.js +0 -2
- package/clients/projectsService/models/InfoRequest.ts +0 -10
- package/clients/projectsService/models/InfoResponse.js +0 -2
- package/clients/projectsService/models/InfoResponse.ts +0 -9
- package/clients/projectsService/models/LoginRequest.js +0 -2
- package/clients/projectsService/models/LoginRequest.ts +0 -11
- package/clients/projectsService/models/RefreshRequest.js +0 -2
- package/clients/projectsService/models/RefreshRequest.ts +0 -8
- package/clients/projectsService/models/RegisterRequest.js +0 -2
- package/clients/projectsService/models/RegisterRequest.ts +0 -9
- package/clients/projectsService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/projectsService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/projectsService/models/ResetPasswordRequest.js +0 -2
- package/clients/projectsService/models/ResetPasswordRequest.ts +0 -10
- package/clients/projectsService/models/TwoFactorRequest.js +0 -2
- package/clients/projectsService/models/TwoFactorRequest.ts +0 -12
- package/clients/projectsService/models/TwoFactorResponse.js +0 -2
- package/clients/projectsService/models/TwoFactorResponse.ts +0 -12
- package/clients/projectsService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/projectsService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/quotesService/models/AccessTokenResponse.js +0 -2
- package/clients/quotesService/models/AccessTokenResponse.ts +0 -11
- package/clients/quotesService/models/ForgotPasswordRequest.js +0 -2
- package/clients/quotesService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/quotesService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/quotesService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/quotesService/models/InfoRequest.js +0 -2
- package/clients/quotesService/models/InfoRequest.ts +0 -10
- package/clients/quotesService/models/InfoResponse.js +0 -2
- package/clients/quotesService/models/InfoResponse.ts +0 -9
- package/clients/quotesService/models/LoginRequest.js +0 -2
- package/clients/quotesService/models/LoginRequest.ts +0 -11
- package/clients/quotesService/models/RefreshRequest.js +0 -2
- package/clients/quotesService/models/RefreshRequest.ts +0 -8
- package/clients/quotesService/models/RegisterRequest.js +0 -2
- package/clients/quotesService/models/RegisterRequest.ts +0 -9
- package/clients/quotesService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/quotesService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/quotesService/models/ResetPasswordRequest.js +0 -2
- package/clients/quotesService/models/ResetPasswordRequest.ts +0 -10
- package/clients/quotesService/models/TwoFactorRequest.js +0 -2
- package/clients/quotesService/models/TwoFactorRequest.ts +0 -12
- package/clients/quotesService/models/TwoFactorResponse.js +0 -2
- package/clients/quotesService/models/TwoFactorResponse.ts +0 -12
- package/clients/quotesService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/quotesService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/salesService/models/AccessTokenResponse.js +0 -2
- package/clients/salesService/models/AccessTokenResponse.ts +0 -11
- package/clients/salesService/models/ForgotPasswordRequest.js +0 -2
- package/clients/salesService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/salesService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/salesService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/salesService/models/InfoRequest.js +0 -2
- package/clients/salesService/models/InfoRequest.ts +0 -10
- package/clients/salesService/models/InfoResponse.js +0 -2
- package/clients/salesService/models/InfoResponse.ts +0 -9
- package/clients/salesService/models/LoginRequest.js +0 -2
- package/clients/salesService/models/LoginRequest.ts +0 -11
- package/clients/salesService/models/RefreshRequest.js +0 -2
- package/clients/salesService/models/RefreshRequest.ts +0 -8
- package/clients/salesService/models/RegisterRequest.js +0 -2
- package/clients/salesService/models/RegisterRequest.ts +0 -9
- package/clients/salesService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/salesService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/salesService/models/ResetPasswordRequest.js +0 -2
- package/clients/salesService/models/ResetPasswordRequest.ts +0 -10
- package/clients/salesService/models/TwoFactorRequest.js +0 -2
- package/clients/salesService/models/TwoFactorRequest.ts +0 -12
- package/clients/salesService/models/TwoFactorResponse.js +0 -2
- package/clients/salesService/models/TwoFactorResponse.ts +0 -12
- package/clients/salesService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/salesService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/securityService/models/AccessTokenResponse.js +0 -2
- package/clients/securityService/models/AccessTokenResponse.ts +0 -11
- package/clients/securityService/models/ForgotPasswordRequest.js +0 -2
- package/clients/securityService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/securityService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/securityService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/securityService/models/InfoRequest.js +0 -2
- package/clients/securityService/models/InfoRequest.ts +0 -10
- package/clients/securityService/models/InfoResponse.js +0 -2
- package/clients/securityService/models/InfoResponse.ts +0 -9
- package/clients/securityService/models/LoginRequest.js +0 -2
- package/clients/securityService/models/LoginRequest.ts +0 -11
- package/clients/securityService/models/RefreshRequest.js +0 -2
- package/clients/securityService/models/RefreshRequest.ts +0 -8
- package/clients/securityService/models/RegisterRequest.js +0 -2
- package/clients/securityService/models/RegisterRequest.ts +0 -9
- package/clients/securityService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/securityService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/securityService/models/ResetPasswordRequest.js +0 -2
- package/clients/securityService/models/ResetPasswordRequest.ts +0 -10
- package/clients/securityService/models/TwoFactorRequest.js +0 -2
- package/clients/securityService/models/TwoFactorRequest.ts +0 -12
- package/clients/securityService/models/TwoFactorResponse.js +0 -2
- package/clients/securityService/models/TwoFactorResponse.ts +0 -12
- package/clients/securityService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/securityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/socialService/models/AccessTokenResponse.js +0 -2
- package/clients/socialService/models/AccessTokenResponse.ts +0 -11
- package/clients/socialService/models/ForgotPasswordRequest.js +0 -2
- package/clients/socialService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/socialService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/socialService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/socialService/models/InfoRequest.js +0 -2
- package/clients/socialService/models/InfoRequest.ts +0 -10
- package/clients/socialService/models/InfoResponse.js +0 -2
- package/clients/socialService/models/InfoResponse.ts +0 -9
- package/clients/socialService/models/LoginRequest.js +0 -2
- package/clients/socialService/models/LoginRequest.ts +0 -11
- package/clients/socialService/models/RefreshRequest.js +0 -2
- package/clients/socialService/models/RefreshRequest.ts +0 -8
- package/clients/socialService/models/RegisterRequest.js +0 -2
- package/clients/socialService/models/RegisterRequest.ts +0 -9
- package/clients/socialService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/socialService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/socialService/models/ResetPasswordRequest.js +0 -2
- package/clients/socialService/models/ResetPasswordRequest.ts +0 -10
- package/clients/socialService/models/TwoFactorRequest.js +0 -2
- package/clients/socialService/models/TwoFactorRequest.ts +0 -12
- package/clients/socialService/models/TwoFactorResponse.js +0 -2
- package/clients/socialService/models/TwoFactorResponse.ts +0 -12
- package/clients/socialService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/socialService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/supportService/models/AccessTokenResponse.js +0 -2
- package/clients/supportService/models/AccessTokenResponse.ts +0 -11
- package/clients/supportService/models/ForgotPasswordRequest.js +0 -2
- package/clients/supportService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/supportService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/supportService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/supportService/models/InfoRequest.js +0 -2
- package/clients/supportService/models/InfoRequest.ts +0 -10
- package/clients/supportService/models/InfoResponse.js +0 -2
- package/clients/supportService/models/InfoResponse.ts +0 -9
- package/clients/supportService/models/LoginRequest.js +0 -2
- package/clients/supportService/models/LoginRequest.ts +0 -11
- package/clients/supportService/models/RefreshRequest.js +0 -2
- package/clients/supportService/models/RefreshRequest.ts +0 -8
- package/clients/supportService/models/RegisterRequest.js +0 -2
- package/clients/supportService/models/RegisterRequest.ts +0 -9
- package/clients/supportService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/supportService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/supportService/models/ResetPasswordRequest.js +0 -2
- package/clients/supportService/models/ResetPasswordRequest.ts +0 -10
- package/clients/supportService/models/TwoFactorRequest.js +0 -2
- package/clients/supportService/models/TwoFactorRequest.ts +0 -12
- package/clients/supportService/models/TwoFactorResponse.js +0 -2
- package/clients/supportService/models/TwoFactorResponse.ts +0 -12
- package/clients/supportService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/supportService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/systemService/models/AccessTokenResponse.js +0 -2
- package/clients/systemService/models/AccessTokenResponse.ts +0 -11
- package/clients/systemService/models/ForgotPasswordRequest.js +0 -2
- package/clients/systemService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/systemService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/systemService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/systemService/models/InfoRequest.js +0 -2
- package/clients/systemService/models/InfoRequest.ts +0 -10
- package/clients/systemService/models/InfoResponse.js +0 -2
- package/clients/systemService/models/InfoResponse.ts +0 -9
- package/clients/systemService/models/LoginRequest.js +0 -2
- package/clients/systemService/models/LoginRequest.ts +0 -11
- package/clients/systemService/models/RefreshRequest.js +0 -2
- package/clients/systemService/models/RefreshRequest.ts +0 -8
- package/clients/systemService/models/RegisterRequest.js +0 -2
- package/clients/systemService/models/RegisterRequest.ts +0 -9
- package/clients/systemService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/systemService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/systemService/models/ResetPasswordRequest.js +0 -2
- package/clients/systemService/models/ResetPasswordRequest.ts +0 -10
- package/clients/systemService/models/TwoFactorRequest.js +0 -2
- package/clients/systemService/models/TwoFactorRequest.ts +0 -12
- package/clients/systemService/models/TwoFactorResponse.js +0 -2
- package/clients/systemService/models/TwoFactorResponse.ts +0 -12
- package/clients/systemService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/systemService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/tenantService/models/AccessTokenResponse.js +0 -2
- package/clients/tenantService/models/AccessTokenResponse.ts +0 -11
- package/clients/tenantService/models/ForgotPasswordRequest.js +0 -2
- package/clients/tenantService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/tenantService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/tenantService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/tenantService/models/InfoRequest.js +0 -2
- package/clients/tenantService/models/InfoRequest.ts +0 -10
- package/clients/tenantService/models/InfoResponse.js +0 -2
- package/clients/tenantService/models/InfoResponse.ts +0 -9
- package/clients/tenantService/models/LoginRequest.js +0 -2
- package/clients/tenantService/models/LoginRequest.ts +0 -11
- package/clients/tenantService/models/RefreshRequest.js +0 -2
- package/clients/tenantService/models/RefreshRequest.ts +0 -8
- package/clients/tenantService/models/RegisterRequest.js +0 -2
- package/clients/tenantService/models/RegisterRequest.ts +0 -9
- package/clients/tenantService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/tenantService/models/ResetPasswordRequest.js +0 -2
- package/clients/tenantService/models/ResetPasswordRequest.ts +0 -10
- package/clients/tenantService/models/TwoFactorRequest.js +0 -2
- package/clients/tenantService/models/TwoFactorRequest.ts +0 -12
- package/clients/tenantService/models/TwoFactorResponse.js +0 -2
- package/clients/tenantService/models/TwoFactorResponse.ts +0 -12
- package/clients/tenantService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/tenantService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/timeTrackerService/models/AccessTokenResponse.js +0 -2
- package/clients/timeTrackerService/models/AccessTokenResponse.ts +0 -11
- package/clients/timeTrackerService/models/ForgotPasswordRequest.js +0 -2
- package/clients/timeTrackerService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/timeTrackerService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/timeTrackerService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/timeTrackerService/models/InfoRequest.js +0 -2
- package/clients/timeTrackerService/models/InfoRequest.ts +0 -10
- package/clients/timeTrackerService/models/InfoResponse.js +0 -2
- package/clients/timeTrackerService/models/InfoResponse.ts +0 -9
- package/clients/timeTrackerService/models/LoginRequest.js +0 -2
- package/clients/timeTrackerService/models/LoginRequest.ts +0 -11
- package/clients/timeTrackerService/models/RefreshRequest.js +0 -2
- package/clients/timeTrackerService/models/RefreshRequest.ts +0 -8
- package/clients/timeTrackerService/models/RegisterRequest.js +0 -2
- package/clients/timeTrackerService/models/RegisterRequest.ts +0 -9
- package/clients/timeTrackerService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/timeTrackerService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/timeTrackerService/models/ResetPasswordRequest.js +0 -2
- package/clients/timeTrackerService/models/ResetPasswordRequest.ts +0 -10
- package/clients/timeTrackerService/models/TwoFactorRequest.js +0 -2
- package/clients/timeTrackerService/models/TwoFactorRequest.ts +0 -12
- package/clients/timeTrackerService/models/TwoFactorResponse.js +0 -2
- package/clients/timeTrackerService/models/TwoFactorResponse.ts +0 -12
- package/clients/timeTrackerService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/timeTrackerService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- package/clients/walletsService/models/AccessTokenResponse.js +0 -2
- package/clients/walletsService/models/AccessTokenResponse.ts +0 -11
- package/clients/walletsService/models/ForgotPasswordRequest.js +0 -2
- package/clients/walletsService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/walletsService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/walletsService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/walletsService/models/InfoRequest.js +0 -2
- package/clients/walletsService/models/InfoRequest.ts +0 -10
- package/clients/walletsService/models/InfoResponse.js +0 -2
- package/clients/walletsService/models/InfoResponse.ts +0 -9
- package/clients/walletsService/models/LoginRequest.js +0 -2
- package/clients/walletsService/models/LoginRequest.ts +0 -11
- package/clients/walletsService/models/RefreshRequest.js +0 -2
- package/clients/walletsService/models/RefreshRequest.ts +0 -8
- package/clients/walletsService/models/RegisterRequest.js +0 -2
- package/clients/walletsService/models/RegisterRequest.ts +0 -9
- package/clients/walletsService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/walletsService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/walletsService/models/ResetPasswordRequest.js +0 -2
- package/clients/walletsService/models/ResetPasswordRequest.ts +0 -10
- package/clients/walletsService/models/TwoFactorRequest.js +0 -2
- package/clients/walletsService/models/TwoFactorRequest.ts +0 -12
- package/clients/walletsService/models/TwoFactorResponse.js +0 -2
- package/clients/walletsService/models/TwoFactorResponse.ts +0 -12
- package/clients/walletsService/services/FenixAllianceAbsModulesWebService.js +0 -246
- package/clients/walletsService/services/FenixAllianceAbsModulesWebService.ts +0 -293
- /package/clients/{accountingService/models/AccessTokenResponse.js → shipmentsService/core/ApiRequestOptions.js} +0 -0
- /package/clients/{accountingService/models/ForgotPasswordRequest.js → shipmentsService/core/ApiResult.js} +0 -0
- /package/clients/{accountingService/models/HttpValidationProblemDetails.js → shipmentsService/models/ErrorEnvelope.js} +0 -0
- /package/clients/{accountingService/models/InfoRequest.js → shipmentsService/models/ShipmentDto.js} +0 -0
- /package/clients/{accountingService/models/InfoResponse.js → shipmentsService/models/ShipmentDtoListEnvelope.js} +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShipmentsService = void 0;
|
|
4
|
+
const OpenAPI_1 = require("../core/OpenAPI");
|
|
5
|
+
const request_1 = require("../core/request");
|
|
6
|
+
class ShipmentsService {
|
|
7
|
+
/**
|
|
8
|
+
* @param tenantId
|
|
9
|
+
* @param xApiVersion
|
|
10
|
+
* @returns ShipmentDtoListEnvelope OK
|
|
11
|
+
* @throws ApiError
|
|
12
|
+
*/
|
|
13
|
+
static getApiV2ShipmentsServiceShipments(tenantId, xApiVersion) {
|
|
14
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: '/api/v2/ShipmentsService/Shipments',
|
|
17
|
+
headers: {
|
|
18
|
+
'x-api-version': xApiVersion,
|
|
19
|
+
},
|
|
20
|
+
query: {
|
|
21
|
+
'tenantId': tenantId,
|
|
22
|
+
},
|
|
23
|
+
errors: {
|
|
24
|
+
401: `Unauthorized`,
|
|
25
|
+
403: `Forbidden`,
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.ShipmentsService = ShipmentsService;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ShipmentDtoListEnvelope } from '../models/ShipmentDtoListEnvelope';
|
|
6
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
7
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
8
|
+
import { request as __request } from '../core/request';
|
|
9
|
+
export class ShipmentsService {
|
|
10
|
+
/**
|
|
11
|
+
* @param tenantId
|
|
12
|
+
* @param xApiVersion
|
|
13
|
+
* @returns ShipmentDtoListEnvelope OK
|
|
14
|
+
* @throws ApiError
|
|
15
|
+
*/
|
|
16
|
+
public static getApiV2ShipmentsServiceShipments(
|
|
17
|
+
tenantId: string,
|
|
18
|
+
xApiVersion?: string,
|
|
19
|
+
): CancelablePromise<ShipmentDtoListEnvelope> {
|
|
20
|
+
return __request(OpenAPI, {
|
|
21
|
+
method: 'GET',
|
|
22
|
+
url: '/api/v2/ShipmentsService/Shipments',
|
|
23
|
+
headers: {
|
|
24
|
+
'x-api-version': xApiVersion,
|
|
25
|
+
},
|
|
26
|
+
query: {
|
|
27
|
+
'tenantId': tenantId,
|
|
28
|
+
},
|
|
29
|
+
errors: {
|
|
30
|
+
401: `Unauthorized`,
|
|
31
|
+
403: `Forbidden`,
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SocialProfilesService = exports.SocialPostsService = exports.SocialFeedsService = exports.
|
|
3
|
+
exports.SocialProfilesService = exports.SocialPostsService = exports.SocialFeedsService = exports.SocialReactionUpdateDto = exports.SocialReactionDto = exports.SocialReactionCreateDto = exports.SocialProfileDto = 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 */
|
|
@@ -20,8 +20,6 @@ var SocialReactionDto_1 = require("./models/SocialReactionDto");
|
|
|
20
20
|
Object.defineProperty(exports, "SocialReactionDto", { enumerable: true, get: function () { return SocialReactionDto_1.SocialReactionDto; } });
|
|
21
21
|
var SocialReactionUpdateDto_1 = require("./models/SocialReactionUpdateDto");
|
|
22
22
|
Object.defineProperty(exports, "SocialReactionUpdateDto", { enumerable: true, get: function () { return SocialReactionUpdateDto_1.SocialReactionUpdateDto; } });
|
|
23
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
24
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
25
23
|
var SocialFeedsService_1 = require("./services/SocialFeedsService");
|
|
26
24
|
Object.defineProperty(exports, "SocialFeedsService", { enumerable: true, get: function () { return SocialFeedsService_1.SocialFeedsService; } });
|
|
27
25
|
var SocialPostsService_1 = require("./services/SocialPostsService");
|
|
@@ -7,7 +7,6 @@ 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 type { BooleanEnvelope } from './models/BooleanEnvelope';
|
|
12
11
|
export type { ConversationCreateDto } from './models/ConversationCreateDto';
|
|
13
12
|
export type { ConversationDto } from './models/ConversationDto';
|
|
@@ -16,22 +15,13 @@ export type { EmptyEnvelope } from './models/EmptyEnvelope';
|
|
|
16
15
|
export type { ErrorEnvelope } from './models/ErrorEnvelope';
|
|
17
16
|
export type { FollowRecordDto } from './models/FollowRecordDto';
|
|
18
17
|
export type { FollowRecordDtoListEnvelope } from './models/FollowRecordDtoListEnvelope';
|
|
19
|
-
export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
|
|
20
|
-
export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
|
|
21
|
-
export type { InfoRequest } from './models/InfoRequest';
|
|
22
|
-
export type { InfoResponse } from './models/InfoResponse';
|
|
23
18
|
export type { Int32Envelope } from './models/Int32Envelope';
|
|
24
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
25
19
|
export type { NotificationDto } from './models/NotificationDto';
|
|
26
20
|
export type { NotificationDtoListEnvelope } from './models/NotificationDtoListEnvelope';
|
|
27
21
|
export type { PrivateMessageCreateDto } from './models/PrivateMessageCreateDto';
|
|
28
22
|
export type { PrivateMessageDto } from './models/PrivateMessageDto';
|
|
29
23
|
export type { PrivateMessageDtoListEnvelope } from './models/PrivateMessageDtoListEnvelope';
|
|
30
24
|
export type { PrivateMessageUpdateDto } from './models/PrivateMessageUpdateDto';
|
|
31
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
32
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
33
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
34
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
35
25
|
export type { SocialFeedDto } from './models/SocialFeedDto';
|
|
36
26
|
export type { SocialFeedDtoEnvelope } from './models/SocialFeedDtoEnvelope';
|
|
37
27
|
export type { SocialFeedDtoListEnvelope } from './models/SocialFeedDtoListEnvelope';
|
|
@@ -63,10 +53,7 @@ export { SocialReactionDto } from './models/SocialReactionDto';
|
|
|
63
53
|
export type { SocialReactionDtoEnvelope } from './models/SocialReactionDtoEnvelope';
|
|
64
54
|
export type { SocialReactionDtoListEnvelope } from './models/SocialReactionDtoListEnvelope';
|
|
65
55
|
export { SocialReactionUpdateDto } from './models/SocialReactionUpdateDto';
|
|
66
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
67
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
68
56
|
|
|
69
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
70
57
|
export { SocialFeedsService } from './services/SocialFeedsService';
|
|
71
58
|
export { SocialPostsService } from './services/SocialPostsService';
|
|
72
59
|
export { SocialProfilesService } from './services/SocialProfilesService';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SupportTicketTypesService = exports.SupportTicketsService = exports.SupportTicketPrioritiesService = exports.SupportRequestsService = exports.SupportRequestAttachmentsService = exports.SupportEntitlementsService = exports.
|
|
3
|
+
exports.SupportTicketTypesService = exports.SupportTicketsService = exports.SupportTicketPrioritiesService = exports.SupportRequestsService = exports.SupportRequestAttachmentsService = exports.SupportEntitlementsService = 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 */
|
|
@@ -12,8 +12,6 @@ Object.defineProperty(exports, "CancelablePromise", { enumerable: true, get: fun
|
|
|
12
12
|
Object.defineProperty(exports, "CancelError", { enumerable: true, get: function () { return CancelablePromise_1.CancelError; } });
|
|
13
13
|
var OpenAPI_1 = require("./core/OpenAPI");
|
|
14
14
|
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return OpenAPI_1.OpenAPI; } });
|
|
15
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
16
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
17
15
|
var SupportEntitlementsService_1 = require("./services/SupportEntitlementsService");
|
|
18
16
|
Object.defineProperty(exports, "SupportEntitlementsService", { enumerable: true, get: function () { return SupportEntitlementsService_1.SupportEntitlementsService; } });
|
|
19
17
|
var SupportRequestAttachmentsService_1 = require("./services/SupportRequestAttachmentsService");
|
|
@@ -7,21 +7,11 @@ 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 type { EmptyEnvelope } from './models/EmptyEnvelope';
|
|
12
11
|
export type { ErrorEnvelope } from './models/ErrorEnvelope';
|
|
13
|
-
export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
|
|
14
|
-
export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
|
|
15
|
-
export type { InfoRequest } from './models/InfoRequest';
|
|
16
|
-
export type { InfoResponse } from './models/InfoResponse';
|
|
17
12
|
export type { Int32Envelope } from './models/Int32Envelope';
|
|
18
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
19
13
|
export type { PrivateMessageDto } from './models/PrivateMessageDto';
|
|
20
14
|
export type { PrivateMessageDtoListEnvelope } from './models/PrivateMessageDtoListEnvelope';
|
|
21
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
22
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
23
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
24
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
25
15
|
export type { SupportEntitlementCreateDto } from './models/SupportEntitlementCreateDto';
|
|
26
16
|
export type { SupportEntitlementDto } from './models/SupportEntitlementDto';
|
|
27
17
|
export type { SupportEntitlementDtoEnvelope } from './models/SupportEntitlementDtoEnvelope';
|
|
@@ -56,10 +46,7 @@ export type { SupportTicketTypeDtoEnvelope } from './models/SupportTicketTypeDto
|
|
|
56
46
|
export type { SupportTicketTypeDtoListEnvelope } from './models/SupportTicketTypeDtoListEnvelope';
|
|
57
47
|
export type { SupportTicketTypeUpdateDto } from './models/SupportTicketTypeUpdateDto';
|
|
58
48
|
export type { SupportTicketUpdateDto } from './models/SupportTicketUpdateDto';
|
|
59
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
60
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
61
49
|
|
|
62
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
63
50
|
export { SupportEntitlementsService } from './services/SupportEntitlementsService';
|
|
64
51
|
export { SupportRequestAttachmentsService } from './services/SupportRequestAttachmentsService';
|
|
65
52
|
export { SupportRequestsService } from './services/SupportRequestsService';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UsersService = exports.TenantsService = exports.ModulesService = exports.MigrationsService = exports.LicensingService = exports.
|
|
3
|
+
exports.UsersService = exports.TenantsService = exports.ModulesService = exports.MigrationsService = exports.LicensingService = exports.AntiforgeryService = exports.UserSettingsDto = exports.UserDto = exports.SocialProfileDto = exports.Module = exports.ExtendedUserDto = 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 */
|
|
@@ -26,8 +26,6 @@ var UserSettingsDto_1 = require("./models/UserSettingsDto");
|
|
|
26
26
|
Object.defineProperty(exports, "UserSettingsDto", { enumerable: true, get: function () { return UserSettingsDto_1.UserSettingsDto; } });
|
|
27
27
|
var AntiforgeryService_1 = require("./services/AntiforgeryService");
|
|
28
28
|
Object.defineProperty(exports, "AntiforgeryService", { enumerable: true, get: function () { return AntiforgeryService_1.AntiforgeryService; } });
|
|
29
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
30
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
31
29
|
var LicensingService_1 = require("./services/LicensingService");
|
|
32
30
|
Object.defineProperty(exports, "LicensingService", { enumerable: true, get: function () { return LicensingService_1.LicensingService; } });
|
|
33
31
|
var MigrationsService_1 = require("./services/MigrationsService");
|
|
@@ -7,7 +7,6 @@ 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 { AccountHolderUpdateDto } from './models/AccountHolderUpdateDto';
|
|
13
12
|
export type { BooleanEnvelope } from './models/BooleanEnvelope';
|
|
@@ -19,25 +18,16 @@ export type { ExtendedTenantDtoListEnvelope } from './models/ExtendedTenantDtoLi
|
|
|
19
18
|
export { ExtendedUserDto } from './models/ExtendedUserDto';
|
|
20
19
|
export type { ExtendedUserDtoEnvelope } from './models/ExtendedUserDtoEnvelope';
|
|
21
20
|
export type { ExtendedUserDtoListEnvelope } from './models/ExtendedUserDtoListEnvelope';
|
|
22
|
-
export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
|
|
23
21
|
export type { GeneralValidationFailure } from './models/GeneralValidationFailure';
|
|
24
22
|
export type { GeneralValidationFailureListEnvelope } from './models/GeneralValidationFailureListEnvelope';
|
|
25
|
-
export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
|
|
26
|
-
export type { InfoRequest } from './models/InfoRequest';
|
|
27
|
-
export type { InfoResponse } from './models/InfoResponse';
|
|
28
23
|
export type { Int32Envelope } from './models/Int32Envelope';
|
|
29
24
|
export type { ISwaggerContact } from './models/ISwaggerContact';
|
|
30
25
|
export type { ISwaggerEndpoint } from './models/ISwaggerEndpoint';
|
|
31
26
|
export type { ISwaggerLicense } from './models/ISwaggerLicense';
|
|
32
27
|
export type { ISwaggerSpec } from './models/ISwaggerSpec';
|
|
33
28
|
export type { LicenseValidationRequest } from './models/LicenseValidationRequest';
|
|
34
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
35
29
|
export { Module } from './models/Module';
|
|
36
30
|
export type { ModuleListEnvelope } from './models/ModuleListEnvelope';
|
|
37
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
38
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
39
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
40
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
41
31
|
export { SocialProfileDto } from './models/SocialProfileDto';
|
|
42
32
|
export type { StringListEnvelope } from './models/StringListEnvelope';
|
|
43
33
|
export type { StudioModule } from './models/StudioModule';
|
|
@@ -52,8 +42,6 @@ export type { TenantDto } from './models/TenantDto';
|
|
|
52
42
|
export type { TenantDtoEnvelope } from './models/TenantDtoEnvelope';
|
|
53
43
|
export type { TenantDtoListEnvelope } from './models/TenantDtoListEnvelope';
|
|
54
44
|
export type { TenantUpdateDto } from './models/TenantUpdateDto';
|
|
55
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
56
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
57
45
|
export { UserDto } from './models/UserDto';
|
|
58
46
|
export type { UserDtoEnvelope } from './models/UserDtoEnvelope';
|
|
59
47
|
export type { UserDtoListEnvelope } from './models/UserDtoListEnvelope';
|
|
@@ -61,7 +49,6 @@ export { UserSettingsDto } from './models/UserSettingsDto';
|
|
|
61
49
|
export type { WalletDto } from './models/WalletDto';
|
|
62
50
|
|
|
63
51
|
export { AntiforgeryService } from './services/AntiforgeryService';
|
|
64
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
65
52
|
export { LicensingService } from './services/LicensingService';
|
|
66
53
|
export { MigrationsService } from './services/MigrationsService';
|
|
67
54
|
export { ModulesService } from './services/ModulesService';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UnitsService = exports.TypesService = exports.TerritoriesService = exports.TenantsService = exports.TeamsService = exports.TeamRecordsService = exports.TeamProjectEnrollmentService = exports.TeamContactEnrollmentsService = exports.SizesService = exports.SegmentsService = exports.PositionsService = exports.InvitationsService = exports.IndustriesService = exports.
|
|
3
|
+
exports.UnitsService = exports.TypesService = exports.TerritoriesService = exports.TenantsService = exports.TeamsService = exports.TeamRecordsService = exports.TeamProjectEnrollmentService = exports.TeamContactEnrollmentsService = exports.SizesService = exports.SegmentsService = exports.PositionsService = exports.InvitationsService = exports.IndustriesService = exports.EnrollmentsService = exports.EmployeeEnrollmentsService = exports.DepartmentsService = exports.UserDto = exports.SocialProfileDto = exports.Operation = 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 */
|
|
@@ -24,8 +24,6 @@ var EmployeeEnrollmentsService_1 = require("./services/EmployeeEnrollmentsServic
|
|
|
24
24
|
Object.defineProperty(exports, "EmployeeEnrollmentsService", { enumerable: true, get: function () { return EmployeeEnrollmentsService_1.EmployeeEnrollmentsService; } });
|
|
25
25
|
var EnrollmentsService_1 = require("./services/EnrollmentsService");
|
|
26
26
|
Object.defineProperty(exports, "EnrollmentsService", { enumerable: true, get: function () { return EnrollmentsService_1.EnrollmentsService; } });
|
|
27
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
28
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
29
27
|
var IndustriesService_1 = require("./services/IndustriesService");
|
|
30
28
|
Object.defineProperty(exports, "IndustriesService", { enumerable: true, get: function () { return IndustriesService_1.IndustriesService; } });
|
|
31
29
|
var InvitationsService_1 = require("./services/InvitationsService");
|
|
@@ -7,7 +7,6 @@ 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 type { BooleanEnvelope } from './models/BooleanEnvelope';
|
|
12
11
|
export type { CartDto } from './models/CartDto';
|
|
13
12
|
export type { CartDtoEnvelope } from './models/CartDtoEnvelope';
|
|
@@ -17,19 +16,10 @@ export type { ExtendedTenantDto } from './models/ExtendedTenantDto';
|
|
|
17
16
|
export type { ExtendedTenantDtoEnvelope } from './models/ExtendedTenantDtoEnvelope';
|
|
18
17
|
export type { ExtendedTenantEnrolmentDto } from './models/ExtendedTenantEnrolmentDto';
|
|
19
18
|
export type { ExtendedTenantEnrolmentDtoEnvelope } from './models/ExtendedTenantEnrolmentDtoEnvelope';
|
|
20
|
-
export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
|
|
21
|
-
export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
|
|
22
|
-
export type { InfoRequest } from './models/InfoRequest';
|
|
23
|
-
export type { InfoResponse } from './models/InfoResponse';
|
|
24
19
|
export type { Int32Envelope } from './models/Int32Envelope';
|
|
25
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
26
20
|
export type { NotificationDto } from './models/NotificationDto';
|
|
27
21
|
export type { NotificationDtoListEnvelope } from './models/NotificationDtoListEnvelope';
|
|
28
22
|
export { Operation } from './models/Operation';
|
|
29
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
30
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
31
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
32
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
33
23
|
export { SocialProfileDto } from './models/SocialProfileDto';
|
|
34
24
|
export type { SocialProfileDtoEnvelope } from './models/SocialProfileDtoEnvelope';
|
|
35
25
|
export type { StringListEnvelope } from './models/StringListEnvelope';
|
|
@@ -116,8 +106,6 @@ export type { TenantUnitDtoEnvelope } from './models/TenantUnitDtoEnvelope';
|
|
|
116
106
|
export type { TenantUnitDtoListEnvelope } from './models/TenantUnitDtoListEnvelope';
|
|
117
107
|
export type { TenantUnitUpdateDto } from './models/TenantUnitUpdateDto';
|
|
118
108
|
export type { TenantUpdateDto } from './models/TenantUpdateDto';
|
|
119
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
120
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
121
109
|
export { UserDto } from './models/UserDto';
|
|
122
110
|
export type { UserDtoListEnvelope } from './models/UserDtoListEnvelope';
|
|
123
111
|
export type { WalletDto } from './models/WalletDto';
|
|
@@ -128,7 +116,6 @@ export type { WebPortalDtoListEnvelope } from './models/WebPortalDtoListEnvelope
|
|
|
128
116
|
export { DepartmentsService } from './services/DepartmentsService';
|
|
129
117
|
export { EmployeeEnrollmentsService } from './services/EmployeeEnrollmentsService';
|
|
130
118
|
export { EnrollmentsService } from './services/EnrollmentsService';
|
|
131
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
132
119
|
export { IndustriesService } from './services/IndustriesService';
|
|
133
120
|
export { InvitationsService } from './services/InvitationsService';
|
|
134
121
|
export { PositionsService } from './services/PositionsService';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TimeLogApprovalsService = exports.ProjectTimeLogsService = exports.
|
|
3
|
+
exports.TimeLogApprovalsService = exports.ProjectTimeLogsService = exports.ProjectTimeLogUpdateDto = exports.ProjectTimeLogDto = exports.ProjectTimeLogCreateDto = exports.ProjectHoursApprovalStatusUpdateDto = 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 */
|
|
@@ -20,8 +20,6 @@ var ProjectTimeLogDto_1 = require("./models/ProjectTimeLogDto");
|
|
|
20
20
|
Object.defineProperty(exports, "ProjectTimeLogDto", { enumerable: true, get: function () { return ProjectTimeLogDto_1.ProjectTimeLogDto; } });
|
|
21
21
|
var ProjectTimeLogUpdateDto_1 = require("./models/ProjectTimeLogUpdateDto");
|
|
22
22
|
Object.defineProperty(exports, "ProjectTimeLogUpdateDto", { enumerable: true, get: function () { return ProjectTimeLogUpdateDto_1.ProjectTimeLogUpdateDto; } });
|
|
23
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
24
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
25
23
|
var ProjectTimeLogsService_1 = require("./services/ProjectTimeLogsService");
|
|
26
24
|
Object.defineProperty(exports, "ProjectTimeLogsService", { enumerable: true, get: function () { return ProjectTimeLogsService_1.ProjectTimeLogsService; } });
|
|
27
25
|
var TimeLogApprovalsService_1 = require("./services/TimeLogApprovalsService");
|
|
@@ -7,13 +7,7 @@ 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 type { ErrorEnvelope } from './models/ErrorEnvelope';
|
|
12
|
-
export type { ForgotPasswordRequest } from './models/ForgotPasswordRequest';
|
|
13
|
-
export type { HttpValidationProblemDetails } from './models/HttpValidationProblemDetails';
|
|
14
|
-
export type { InfoRequest } from './models/InfoRequest';
|
|
15
|
-
export type { InfoResponse } from './models/InfoResponse';
|
|
16
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
17
11
|
export type { ProjectHoursApprovalApproverUpdateDto } from './models/ProjectHoursApprovalApproverUpdateDto';
|
|
18
12
|
export type { ProjectHoursApprovalCreateDto } from './models/ProjectHoursApprovalCreateDto';
|
|
19
13
|
export { ProjectHoursApprovalStatusUpdateDto } from './models/ProjectHoursApprovalStatusUpdateDto';
|
|
@@ -22,13 +16,6 @@ export { ProjectTimeLogDto } from './models/ProjectTimeLogDto';
|
|
|
22
16
|
export type { ProjectTimeLogDtoEnvelope } from './models/ProjectTimeLogDtoEnvelope';
|
|
23
17
|
export type { ProjectTimeLogDtoListEnvelope } from './models/ProjectTimeLogDtoListEnvelope';
|
|
24
18
|
export { ProjectTimeLogUpdateDto } from './models/ProjectTimeLogUpdateDto';
|
|
25
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
26
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
27
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
28
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
29
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
30
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
31
19
|
|
|
32
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
33
20
|
export { ProjectTimeLogsService } from './services/ProjectTimeLogsService';
|
|
34
21
|
export { TimeLogApprovalsService } from './services/TimeLogApprovalsService';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WalletsService = exports.
|
|
3
|
+
exports.WalletsService = exports.UserDto = exports.PaymentDto = exports.OrderDto = exports.InvoiceDto = exports.ExtendedOrderDto = exports.ContactDto = 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 */
|
|
@@ -24,7 +24,5 @@ var PaymentDto_1 = require("./models/PaymentDto");
|
|
|
24
24
|
Object.defineProperty(exports, "PaymentDto", { enumerable: true, get: function () { return PaymentDto_1.PaymentDto; } });
|
|
25
25
|
var UserDto_1 = require("./models/UserDto");
|
|
26
26
|
Object.defineProperty(exports, "UserDto", { enumerable: true, get: function () { return UserDto_1.UserDto; } });
|
|
27
|
-
var FenixAllianceAbsModulesWebService_1 = require("./services/FenixAllianceAbsModulesWebService");
|
|
28
|
-
Object.defineProperty(exports, "FenixAllianceAbsModulesWebService", { enumerable: true, get: function () { return FenixAllianceAbsModulesWebService_1.FenixAllianceAbsModulesWebService; } });
|
|
29
27
|
var WalletsService_1 = require("./services/WalletsService");
|
|
30
28
|
Object.defineProperty(exports, "WalletsService", { enumerable: true, get: function () { return WalletsService_1.WalletsService; } });
|
|
@@ -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 { ContactDto } from './models/ContactDto';
|
|
12
11
|
export type { Currency } from './models/Currency';
|
|
13
12
|
export type { EmptyEnvelope } from './models/EmptyEnvelope';
|
|
14
13
|
export type { ErrorEnvelope } from './models/ErrorEnvelope';
|
|
15
14
|
export { ExtendedOrderDto } from './models/ExtendedOrderDto';
|
|
16
15
|
export type { ExtendedOrderDtoListEnvelope } from './models/ExtendedOrderDtoListEnvelope';
|
|
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 { Int32Envelope } from './models/Int32Envelope';
|
|
22
17
|
export { InvoiceDto } from './models/InvoiceDto';
|
|
23
18
|
export type { InvoiceDtoListEnvelope } from './models/InvoiceDtoListEnvelope';
|
|
@@ -26,23 +21,15 @@ export type { LocationDto } from './models/LocationDto';
|
|
|
26
21
|
export type { LocationDtoEnvelope } from './models/LocationDtoEnvelope';
|
|
27
22
|
export type { LocationDtoListEnvelope } from './models/LocationDtoListEnvelope';
|
|
28
23
|
export type { LocationUpdateDto } from './models/LocationUpdateDto';
|
|
29
|
-
export type { LoginRequest } from './models/LoginRequest';
|
|
30
24
|
export type { Money } from './models/Money';
|
|
31
25
|
export { OrderDto } from './models/OrderDto';
|
|
32
26
|
export type { OrderDtoListEnvelope } from './models/OrderDtoListEnvelope';
|
|
33
27
|
export { PaymentDto } from './models/PaymentDto';
|
|
34
28
|
export type { PaymentDtoListEnvelope } from './models/PaymentDtoListEnvelope';
|
|
35
|
-
export type { RefreshRequest } from './models/RefreshRequest';
|
|
36
|
-
export type { RegisterRequest } from './models/RegisterRequest';
|
|
37
|
-
export type { ResendConfirmationEmailRequest } from './models/ResendConfirmationEmailRequest';
|
|
38
|
-
export type { ResetPasswordRequest } from './models/ResetPasswordRequest';
|
|
39
29
|
export type { TenantDto } from './models/TenantDto';
|
|
40
30
|
export type { TenantEnrolmentDto } from './models/TenantEnrolmentDto';
|
|
41
|
-
export type { TwoFactorRequest } from './models/TwoFactorRequest';
|
|
42
|
-
export type { TwoFactorResponse } from './models/TwoFactorResponse';
|
|
43
31
|
export { UserDto } from './models/UserDto';
|
|
44
32
|
export type { WalletDto } from './models/WalletDto';
|
|
45
33
|
export type { WalletDtoEnvelope } from './models/WalletDtoEnvelope';
|
|
46
34
|
|
|
47
|
-
export { FenixAllianceAbsModulesWebService } from './services/FenixAllianceAbsModulesWebService';
|
|
48
35
|
export { WalletsService } from './services/WalletsService';
|