@fenixalliance/abs-api-client 1.0.1 → 2.0.0
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/FenixAlliance.ABP.SDK.TypeScript.xml +8 -0
- package/LICENSE +21 -21
- package/LICENSE.md +35 -35
- package/README.md +299 -299
- package/THIRD_PARTY_NOTICES.md +129 -129
- package/app/index.ts +5 -0
- package/clients/cartService/core/ApiError.ts +25 -25
- package/clients/cartService/core/ApiRequestOptions.ts +17 -17
- package/clients/cartService/core/ApiResult.ts +11 -11
- package/clients/cartService/core/CancelablePromise.ts +131 -131
- package/clients/cartService/core/OpenAPI.ts +32 -32
- package/clients/cartService/core/request.ts +322 -322
- package/clients/cartService/index.ts +41 -52
- package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
- package/clients/cartService/models/BooleanEnvelope.ts +13 -13
- package/clients/cartService/models/CartDto.ts +18 -17
- package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
- package/clients/cartService/models/CartUpdateRequest.ts +9 -0
- package/clients/cartService/models/CountryDto.ts +14 -0
- package/clients/{tenantService/models/WalletDtoTaskEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CountrySwitchRequest.ts +9 -0
- package/clients/cartService/models/CurrencyDto.ts +13 -0
- package/clients/cartService/models/CurrencyDtoEnvelope.ts +14 -0
- package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
- package/clients/cartService/models/EmptyEnvelope.ts +11 -0
- package/clients/cartService/models/ErrorEnvelope.ts +12 -12
- package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -11
- package/clients/cartService/models/ItemCartRecordDto.ts +101 -98
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
- package/clients/{catalogService/models/ItemTagDtoIReadOnlyCollectionEnvelope.ts → cartService/models/ItemCartRecordDtoListEnvelope.ts} +14 -14
- package/clients/cartService/models/ItemCartRecordUpdateDto.ts +10 -10
- package/clients/cartService/models/ItemToCompareCartRecordDto.ts +11 -11
- package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +14 -14
- package/clients/cartService/models/{ItemToCompareCartRecordDtoIReadOnlyListEnvelope.ts → ItemToCompareCartRecordDtoListEnvelope.ts} +14 -14
- package/clients/cartService/models/NewWishListRequest.ts +11 -11
- package/clients/cartService/models/ProductToWishListRequest.ts +9 -9
- package/clients/cartService/models/WishListDto.ts +13 -12
- package/clients/cartService/models/WishListDtoEnvelope.ts +14 -14
- package/clients/cartService/models/WishListItemRecordDto.ts +11 -11
- package/clients/cartService/models/WishListUpdateDto.ts +10 -10
- package/clients/cartService/services/CartsService.ts +902 -103
- package/clients/cartService/services/CompareService.ts +90 -89
- package/clients/cartService/services/RecordsService.ts +259 -206
- package/clients/cartService/services/WishListsService.ts +197 -145
- package/clients/catalogService/core/ApiError.ts +25 -25
- package/clients/catalogService/core/ApiRequestOptions.ts +17 -17
- package/clients/catalogService/core/ApiResult.ts +11 -11
- package/clients/catalogService/core/CancelablePromise.ts +131 -131
- package/clients/catalogService/core/OpenAPI.ts +32 -32
- package/clients/catalogService/core/request.ts +322 -322
- package/clients/catalogService/index.ts +102 -124
- package/clients/catalogService/models/EmptyEnvelope.ts +11 -0
- package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -23
- package/clients/catalogService/models/ItemAttachmentDto.ts +30 -28
- package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +19 -19
- package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -11
- package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemAttributeDtoIReadOnlyCollectionEnvelope.ts → ItemAttributeDtoListEnvelope.ts} +14 -14
- package/clients/catalogService/models/ItemAttributeOptionDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttributeUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemBrandCreateDto.ts +17 -16
- package/clients/catalogService/models/ItemBrandDto.ts +17 -17
- package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemBrandUpdateDto.ts +13 -13
- package/clients/catalogService/models/ItemCategoryCreateDto.ts +15 -14
- package/clients/catalogService/models/ItemCategoryDto.ts +21 -21
- package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemCategoryUpdateDto.ts +16 -16
- package/clients/catalogService/models/ItemGoogleCategoryDto.ts +21 -12
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemImagesCreateDto.ts → ItemImageCreateDto.ts} +28 -28
- package/clients/catalogService/models/ItemImageDto.ts +28 -29
- package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemImagesUpdateDto.ts → ItemImageUpdateDto.ts} +22 -25
- package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -14
- package/clients/catalogService/models/ItemQuestionDto.ts +15 -15
- package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +14 -0
- package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -12
- package/clients/catalogService/models/ItemRefundPolicyDto.ts +34 -34
- package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReturnPolicyDto.ts +34 -34
- package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewCreateDto.ts +13 -12
- package/clients/catalogService/models/ItemReviewDto.ts +13 -13
- package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +12 -0
- package/clients/catalogService/models/ItemReviewUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemShippingPolicyDto.ts +35 -35
- package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagCreateDto.ts +12 -11
- package/clients/catalogService/models/ItemTagDto.ts +12 -12
- package/clients/catalogService/models/ItemTagDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemTaxPolicyDto.ts +37 -37
- package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeCreateDto.ts +17 -16
- package/clients/catalogService/models/ItemTypeDto.ts +17 -17
- package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeUpdateDto.ts +12 -12
- package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +33 -34
- package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleCreateDto.ts +32 -32
- package/clients/catalogService/models/PricingRuleDto.ts +31 -32
- package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleUpdateDto.ts +27 -27
- package/clients/catalogService/models/StockItemCreateDto.ts +108 -11
- package/clients/catalogService/models/StockItemDto.ts +146 -17
- package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemUpdateDto.ts +106 -9
- package/clients/catalogService/services/ItemAttachmentsService.ts +138 -127
- package/clients/catalogService/services/ItemAttributesService.ts +137 -127
- package/clients/catalogService/services/ItemBrandsService.ts +137 -127
- package/clients/catalogService/services/ItemCategoriesService.ts +137 -127
- package/clients/catalogService/services/ItemImagesService.ts +137 -127
- package/clients/catalogService/services/ItemQuestionsService.ts +137 -127
- package/clients/catalogService/services/ItemReviewsService.ts +137 -127
- package/clients/catalogService/services/ItemTagsService.ts +137 -132
- package/clients/catalogService/services/ItemTypesService.ts +137 -127
- package/clients/catalogService/services/PoliciesService.ts +117 -117
- package/clients/catalogService/services/PricingRulesService.ts +135 -127
- package/clients/catalogService/services/ProductsService.ts +1711 -1743
- package/clients/{contactService → crmService}/core/ApiError.ts +25 -25
- package/clients/{contactService → crmService}/core/ApiRequestOptions.ts +17 -17
- package/clients/{contactService → crmService}/core/ApiResult.ts +11 -11
- package/clients/{contactService → crmService}/core/CancelablePromise.ts +131 -131
- package/clients/{contactService → crmService}/core/OpenAPI.ts +32 -32
- package/clients/{contactService → crmService}/core/request.ts +322 -322
- package/clients/crmService/index.ts +26 -0
- package/clients/crmService/models/CartDto.ts +18 -0
- package/clients/crmService/models/CartDtoEnvelope.ts +14 -0
- package/clients/crmService/models/ContactCreateDto.ts +35 -0
- package/clients/crmService/models/ContactDto.ts +60 -0
- package/clients/{contactService → crmService}/models/ContactDtoEnvelope.ts +14 -14
- package/clients/{contactService → crmService}/models/ContactDtoListEnvelope.ts +14 -14
- package/clients/crmService/models/ContactUpdateDto.ts +39 -0
- package/clients/crmService/models/EmptyEnvelope.ts +11 -0
- package/clients/{contactService → crmService}/models/ErrorEnvelope.ts +12 -12
- package/clients/crmService/models/Operation.ts +23 -0
- package/clients/crmService/models/SocialProfileDto.ts +39 -0
- package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/crmService/models/WalletDto.ts +22 -0
- package/clients/crmService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/crmService/services/ContactsService.ts +562 -0
- package/clients/crmService/services/SyncService.ts +97 -0
- package/clients/forexService/core/ApiError.ts +25 -25
- package/clients/forexService/core/ApiRequestOptions.ts +17 -17
- package/clients/forexService/core/ApiResult.ts +11 -11
- package/clients/forexService/core/CancelablePromise.ts +131 -131
- package/clients/forexService/core/OpenAPI.ts +32 -32
- package/clients/forexService/core/request.ts +322 -322
- package/clients/forexService/index.ts +21 -30
- package/clients/forexService/models/Currency.ts +9 -9
- package/clients/{cartService/models/Envelope.ts → forexService/models/ErrorEnvelope.ts} +12 -13
- package/clients/forexService/models/ExchangeRate.ts +11 -0
- package/clients/forexService/models/ExchangeRateEnvelope.ts +14 -0
- package/clients/forexService/models/ForexRatesDto.ts +13 -13
- package/clients/forexService/models/ForexRatesDtoEnvelope.ts +14 -14
- package/clients/forexService/models/Money.ts +10 -10
- package/clients/forexService/models/MoneyEnvelope.ts +14 -14
- package/clients/forexService/services/ExchangeService.ts +65 -57
- package/clients/forexService/services/ExchangeVService.ts +65 -0
- package/clients/forexService/services/RatesService.ts +90 -36
- package/clients/holderService/core/ApiError.ts +25 -25
- package/clients/holderService/core/ApiRequestOptions.ts +17 -17
- package/clients/holderService/core/ApiResult.ts +11 -11
- package/clients/holderService/core/CancelablePromise.ts +131 -131
- package/clients/holderService/core/OpenAPI.ts +32 -32
- package/clients/holderService/core/request.ts +322 -322
- package/clients/holderService/index.ts +46 -31
- package/clients/holderService/models/AddressDto.ts +31 -0
- package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/CartDto.ts +18 -0
- package/clients/holderService/models/CartDtoEnvelope.ts +14 -0
- package/clients/holderService/models/EmptyEnvelope.ts +11 -0
- package/clients/holderService/models/EmptyEnvelopeEnvelope.ts +14 -0
- package/clients/holderService/models/EnrollmentId.ts +5 -0
- package/clients/holderService/models/ErrorEnvelope.ts +12 -12
- package/clients/holderService/models/ExtendedPlatformUserDto.ts +78 -0
- package/clients/holderService/models/ExtendedPlatformUserDtoEnvelope.ts +14 -0
- package/clients/{tenantService/models/BusinessDto.ts → holderService/models/ExtendedTenantDto.ts} +51 -53
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +16 -0
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/FollowRecordDto.ts +12 -12
- package/clients/holderService/models/NotificationDto.ts +16 -0
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/Operation.ts +23 -0
- package/clients/holderService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
- package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -0
- package/clients/holderService/models/PlatformUserSettingsDto.ts +21 -0
- package/clients/holderService/models/PlatformUserSettingsDtoEnvelope.ts +14 -0
- package/clients/holderService/models/PlatformUserSettingsUpdateDto.ts +19 -0
- package/clients/holderService/models/PlatformUserUpdateDto.ts +43 -0
- package/clients/holderService/models/SocialProfileDto.ts +39 -0
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/{identityService/models/BusinessDto.ts → holderService/models/TenantDto.ts} +45 -53
- package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/TenantInvitationDto.ts +16 -0
- package/clients/{catalogService/models/ItemBrandDtoIReadOnlyCollectionEnvelope.ts → holderService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
- package/clients/holderService/models/WalletDto.ts +22 -0
- package/clients/holderService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/holderService/services/HolderService.ts +356 -165
- package/clients/identityService/core/ApiError.ts +25 -25
- package/clients/identityService/core/ApiRequestOptions.ts +17 -17
- package/clients/identityService/core/ApiResult.ts +11 -11
- package/clients/identityService/core/CancelablePromise.ts +131 -131
- package/clients/identityService/core/OpenAPI.ts +32 -32
- package/clients/identityService/core/request.ts +322 -322
- package/clients/identityService/index.ts +40 -53
- package/clients/identityService/models/AccountHolderCreateDto.ts +40 -34
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
- package/clients/identityService/models/Actor.ts +12 -12
- package/clients/identityService/models/ApiResponse.ts +21 -22
- package/clients/identityService/models/ApiResponseEnvelope.ts +14 -14
- package/clients/identityService/models/ClientApplication.ts +16 -16
- package/clients/identityService/models/Error.ts +10 -10
- package/clients/identityService/models/ErrorEnvelope.ts +12 -12
- package/clients/identityService/models/IPLookupDto.ts +10 -10
- package/clients/identityService/models/JsonWebKey.ts +13 -13
- package/clients/identityService/models/JsonWebKeySet.ts +9 -9
- package/clients/identityService/models/JsonWebKeySetEnvelope.ts +14 -14
- package/clients/identityService/models/JsonWebToken.ts +15 -15
- package/clients/identityService/models/JsonWebTokenEnvelope.ts +14 -14
- package/clients/identityService/models/JsonWebTokenHeader.ts +11 -11
- package/clients/identityService/models/JsonWebTokenPayload.ts +17 -17
- package/clients/identityService/models/OAuthTokenRequest.ts +12 -12
- package/clients/identityService/models/OpenIdConfiguration.ts +19 -19
- package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +14 -14
- package/clients/identityService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
- package/clients/identityService/models/ResponsePagination.ts +13 -13
- package/clients/identityService/models/ResponseStatus.ts +12 -12
- package/clients/identityService/models/SigninModel.ts +9 -9
- package/clients/identityService/models/StringListEnvelope.ts +13 -13
- package/clients/{holderService/models/BusinessDto.ts → identityService/models/TenantDto.ts} +45 -53
- package/clients/identityService/services/ApplicationsService.ts +107 -107
- package/clients/identityService/services/CheckerService.ts +19 -19
- package/clients/identityService/services/OAuthService.ts +147 -147
- package/clients/identityService/services/ResourceService.ts +19 -19
- package/clients/identityService/services/UserInfoService.ts +29 -29
- package/clients/inventoryService/core/ApiError.ts +25 -25
- package/clients/inventoryService/core/ApiRequestOptions.ts +17 -17
- package/clients/inventoryService/core/ApiResult.ts +11 -11
- package/clients/inventoryService/core/CancelablePromise.ts +131 -131
- package/clients/inventoryService/core/OpenAPI.ts +32 -32
- package/clients/inventoryService/core/request.ts +322 -322
- package/clients/inventoryService/index.ts +10 -24
- package/clients/inventoryService/services/InventoryService.ts +25 -25
- package/clients/invoicingService/core/ApiError.ts +25 -25
- package/clients/invoicingService/core/ApiRequestOptions.ts +17 -17
- package/clients/invoicingService/core/ApiResult.ts +11 -11
- package/clients/invoicingService/core/CancelablePromise.ts +131 -131
- package/clients/invoicingService/core/OpenAPI.ts +32 -32
- package/clients/invoicingService/core/request.ts +322 -322
- package/clients/invoicingService/index.ts +32 -28
- package/clients/invoicingService/models/ContactDto.ts +60 -0
- package/clients/invoicingService/models/Currency.ts +9 -0
- package/clients/invoicingService/models/EmptyEnvelope.ts +11 -0
- package/clients/invoicingService/models/ErrorEnvelope.ts +12 -12
- package/clients/invoicingService/models/ExtendedInvoiceDto.ts +44 -0
- package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceCreateDto.ts +11 -0
- package/clients/invoicingService/models/InvoiceDto.ts +35 -13
- package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/{cartService/models/ProductCartRecordDto.ts → invoicingService/models/InvoiceLineDto.ts} +99 -98
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -0
- package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/invoicingService/models/Money.ts +10 -0
- package/clients/invoicingService/models/MoneyEnvelope.ts +14 -0
- package/clients/invoicingService/models/PlatformUserDto.ts +70 -0
- package/clients/invoicingService/models/TenantDto.ts +45 -0
- package/clients/invoicingService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/invoicingService/services/InvoicesService.ts +465 -63
- package/clients/ordersService/core/ApiError.ts +25 -0
- package/clients/ordersService/core/ApiRequestOptions.ts +17 -0
- package/clients/ordersService/core/ApiResult.ts +11 -0
- package/clients/ordersService/core/CancelablePromise.ts +131 -0
- package/clients/ordersService/core/OpenAPI.ts +32 -0
- package/clients/ordersService/core/request.ts +322 -0
- package/clients/ordersService/index.ts +23 -0
- package/clients/ordersService/models/EmptyEnvelope.ts +11 -0
- package/clients/ordersService/models/ErrorEnvelope.ts +12 -0
- package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/ordersService/models/OrderCreateDto.ts +16 -0
- package/clients/ordersService/models/OrderDto.ts +51 -0
- package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderLineDto.ts +99 -0
- package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderUpdateDto.ts +12 -0
- package/clients/ordersService/services/OrdersService.ts +299 -0
- package/clients/pricingService/core/ApiError.ts +25 -25
- package/clients/pricingService/core/ApiRequestOptions.ts +17 -17
- package/clients/pricingService/core/ApiResult.ts +11 -11
- package/clients/pricingService/core/CancelablePromise.ts +131 -131
- package/clients/pricingService/core/OpenAPI.ts +32 -32
- package/clients/pricingService/core/request.ts +322 -322
- package/clients/pricingService/index.ts +27 -29
- package/clients/pricingService/models/Currency.ts +9 -9
- package/clients/pricingService/models/EmptyEnvelope.ts +11 -0
- package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
- package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/pricingService/models/ItemPriceDto.ts +20 -0
- package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/pricingService/models/Money.ts +10 -10
- package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListCreateDto.ts +18 -0
- package/clients/pricingService/models/PriceListDto.ts +17 -0
- package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/PriceListUpdateDto.ts +14 -0
- package/clients/pricingService/services/PriceListsService.ts +280 -34
- package/clients/pricingService/services/PricesService.ts +82 -82
- package/clients/systemService/core/ApiError.ts +25 -0
- package/clients/systemService/core/ApiRequestOptions.ts +17 -0
- package/clients/systemService/core/ApiResult.ts +11 -0
- package/clients/systemService/core/CancelablePromise.ts +131 -0
- package/clients/systemService/core/OpenAPI.ts +32 -0
- package/clients/systemService/core/request.ts +322 -0
- package/clients/systemService/index.ts +33 -0
- package/clients/systemService/models/BooleanEnvelope.ts +13 -0
- package/clients/systemService/models/ErrorEnvelope.ts +12 -0
- package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
- package/clients/{catalogService/models/ItemAttachmentDtoIReadOnlyCollectionEnvelope.ts → systemService/models/GeneralValidationFailureListEnvelope.ts} +14 -14
- package/clients/systemService/models/ISwaggerContact.ts +10 -0
- package/clients/systemService/models/ISwaggerEndpoint.ts +10 -0
- package/clients/systemService/models/ISwaggerLicense.ts +9 -0
- package/clients/systemService/models/ISwaggerSpec.ts +19 -0
- package/clients/systemService/models/LicenseValidationRequest.ts +8 -0
- package/clients/systemService/models/Module.ts +43 -0
- package/clients/systemService/models/ModuleListEnvelope.ts +14 -0
- package/clients/systemService/models/StringListEnvelope.ts +13 -0
- package/clients/systemService/models/StudioModule.ts +9 -0
- package/clients/systemService/models/StudioModuleListEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +16 -0
- package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseDto.ts +15 -0
- package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
- package/clients/systemService/services/AntiforgeryService.ts +29 -0
- package/clients/systemService/services/LicensingService.ts +190 -0
- package/clients/systemService/services/MigrationsService.ts +44 -0
- package/clients/systemService/services/ModulesService.ts +51 -0
- package/clients/tenantService/core/ApiError.ts +25 -25
- package/clients/tenantService/core/ApiRequestOptions.ts +17 -17
- package/clients/tenantService/core/ApiResult.ts +11 -11
- package/clients/tenantService/core/CancelablePromise.ts +131 -131
- package/clients/tenantService/core/OpenAPI.ts +32 -32
- package/clients/tenantService/core/request.ts +322 -322
- package/clients/tenantService/index.ts +133 -62
- package/clients/tenantService/models/BooleanEnvelope.ts +13 -0
- package/clients/tenantService/models/CancellationToken.ts +11 -0
- package/clients/tenantService/models/CartDto.ts +18 -0
- package/clients/tenantService/models/CartDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/EmptyEnvelope.ts +11 -0
- package/clients/tenantService/models/ErrorEnvelope.ts +12 -0
- package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/IntPtr.ts +5 -5
- package/clients/tenantService/models/NotificationDto.ts +16 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +14 -14
- package/clients/tenantService/models/Operation.ts +23 -0
- package/clients/tenantService/models/PlatformUserDto.ts +70 -0
- package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
- package/clients/tenantService/models/SocialProfileDto.ts +39 -0
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/StringListEnvelope.ts +13 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +16 -0
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SuiteLicenseDto.ts +15 -0
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +9 -0
- package/clients/{catalogService/models/ItemCategoryDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts} +14 -14
- package/clients/tenantService/models/{BusinessCreateDto.ts → TenantCreateDto.ts} +25 -24
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
- package/clients/tenantService/models/TenantDto.ts +45 -0
- package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +11 -0
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantIndustryDto.ts +12 -0
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantInvitationDto.ts +16 -0
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +14 -0
- package/clients/{catalogService/models/ItemImageDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantPositionCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantPositionDto.ts +13 -0
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantPositionDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantSegmentDto.ts +12 -0
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSegmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantSizeCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantSizeDto.ts +12 -0
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSizeDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamCreateDto.ts +17 -0
- package/clients/tenantService/models/TenantTeamDto.ts +17 -0
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +14 -0
- package/clients/{catalogService/models/ItemPricePolicyDtoEnvelope.ts → tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantTeamRecordDto.ts +12 -0
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +17 -0
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDto.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantTypeCreateDto.ts +11 -0
- package/clients/tenantService/models/TenantTypeDto.ts +11 -0
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +14 -0
- package/clients/{cartService/models/WishListDtoIReadOnlyListEnvelope.ts → tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantUnitCreateDto.ts +18 -0
- package/clients/tenantService/models/TenantUnitDto.ts +18 -0
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantUnitDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +14 -0
- package/clients/tenantService/models/TenantUpdateDto.ts +31 -0
- package/clients/tenantService/models/WaitHandle.ts +11 -0
- package/clients/tenantService/models/WalletDto.ts +22 -21
- package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/WebPortalDto.ts +19 -0
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -0
- package/clients/tenantService/services/DepartmentsService.ts +168 -0
- package/clients/tenantService/services/EmployeeEnrollmentsService.ts +151 -0
- package/clients/tenantService/services/EnrollmentsService.ts +165 -0
- package/clients/tenantService/services/IndustriesService.ts +160 -0
- package/clients/tenantService/services/InvitationsService.ts +125 -0
- package/clients/tenantService/services/PositionsService.ts +162 -0
- package/clients/tenantService/services/SegmentsService.ts +161 -0
- package/clients/tenantService/services/SizesService.ts +168 -0
- package/clients/tenantService/services/TeamContactEnrollmentsService.ts +161 -0
- package/clients/tenantService/services/TeamProjectEnrollmentService.ts +151 -0
- package/clients/tenantService/services/TeamRecordsService.ts +162 -0
- package/clients/tenantService/services/TeamsService.ts +162 -0
- package/clients/tenantService/services/TenantsService.ts +805 -354
- package/clients/tenantService/services/TerritoriesService.ts +162 -0
- package/clients/tenantService/services/TypesService.ts +146 -0
- package/clients/tenantService/services/UnitsService.ts +160 -0
- package/clients/walletsService/core/ApiError.ts +25 -0
- package/clients/walletsService/core/ApiRequestOptions.ts +17 -0
- package/clients/walletsService/core/ApiResult.ts +11 -0
- package/clients/walletsService/core/CancelablePromise.ts +131 -0
- package/clients/walletsService/core/OpenAPI.ts +32 -0
- package/clients/walletsService/core/request.ts +322 -0
- package/clients/walletsService/index.ts +22 -0
- package/clients/walletsService/models/ErrorEnvelope.ts +12 -0
- package/clients/walletsService/models/InvoiceDto.ts +35 -0
- package/clients/{invoicingService/models/InvoiceDtoIReadOnlyListEnvelope.ts → walletsService/models/InvoiceDtoListEnvelope.ts} +14 -14
- package/clients/walletsService/models/LocationDto.ts +31 -0
- package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/OrderDto.ts +51 -0
- package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/PaymentDto.ts +17 -0
- package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/WalletDto.ts +22 -0
- package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/walletsService/services/WalletsService.ts +194 -0
- package/package.json +40 -38
- package/schemas/cartService/schema.s.ts +2462 -1560
- package/schemas/catalogService/schema.s.ts +5989 -6109
- package/schemas/crmService/schema.s.ts +1268 -0
- package/schemas/forexService/schema.s.ts +365 -526
- package/schemas/holderService/schema.s.ts +1256 -831
- package/schemas/identityService/schema.s.ts +717 -1119
- package/schemas/inventoryService/schema.s.ts +43 -425
- package/schemas/invoicingService/schema.s.ts +1101 -521
- package/schemas/ordersService/schema.s.ts +632 -0
- package/schemas/pricingService/schema.s.ts +579 -549
- package/schemas/systemService/schema.s.ts +1305 -0
- package/schemas/tenantService/schema.s.ts +5698 -1606
- package/schemas/walletsService/schema.s.ts +542 -0
- package/tsconfig.json +110 -0
- package/vite.config.js +29 -0
- package/wwwroot/build/bundle.js +1 -0
- package/clients/cartService/models/AccessTokenResponse.ts +0 -11
- package/clients/cartService/models/Error.ts +0 -10
- package/clients/cartService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/cartService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/cartService/models/InfoRequest.ts +0 -10
- package/clients/cartService/models/InfoResponse.ts +0 -9
- package/clients/cartService/models/LoginRequest.ts +0 -11
- package/clients/cartService/models/RefreshRequest.ts +0 -8
- package/clients/cartService/models/RegisterRequest.ts +0 -9
- package/clients/cartService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/cartService/models/ResetPasswordRequest.ts +0 -10
- package/clients/cartService/models/ResponseStatus.ts +0 -12
- package/clients/cartService/models/TwoFactorRequest.ts +0 -12
- package/clients/cartService/models/TwoFactorResponse.ts +0 -12
- package/clients/cartService/models/WishListItemRecordDtoIReadOnlyListEnvelope.ts +0 -14
- package/clients/cartService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/catalogService/models/AccessTokenResponse.ts +0 -11
- package/clients/catalogService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/catalogService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/catalogService/models/InfoRequest.ts +0 -10
- package/clients/catalogService/models/InfoResponse.ts +0 -9
- package/clients/catalogService/models/ItemPricePolicyDto.ts +0 -35
- package/clients/catalogService/models/ItemPricePolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemQuestionDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReviewDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTypeDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/LoginRequest.ts +0 -11
- package/clients/catalogService/models/PricingRuleDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/RefreshRequest.ts +0 -8
- package/clients/catalogService/models/RegisterRequest.ts +0 -9
- package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/catalogService/models/ResetPasswordRequest.ts +0 -10
- package/clients/catalogService/models/TwoFactorRequest.ts +0 -12
- package/clients/catalogService/models/TwoFactorResponse.ts +0 -12
- package/clients/catalogService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/contactService/index.ts +0 -28
- package/clients/contactService/models/AccessTokenResponse.ts +0 -11
- package/clients/contactService/models/ContactDto.ts +0 -44
- package/clients/contactService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/contactService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/contactService/models/InfoRequest.ts +0 -10
- package/clients/contactService/models/InfoResponse.ts +0 -9
- package/clients/contactService/models/LoginRequest.ts +0 -11
- package/clients/contactService/models/RefreshRequest.ts +0 -8
- package/clients/contactService/models/RegisterRequest.ts +0 -9
- package/clients/contactService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/contactService/models/ResetPasswordRequest.ts +0 -10
- package/clients/contactService/models/TwoFactorRequest.ts +0 -12
- package/clients/contactService/models/TwoFactorResponse.ts +0 -12
- package/clients/contactService/services/ContactsService.ts +0 -140
- package/clients/contactService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/forexService/models/AccessTokenResponse.ts +0 -11
- package/clients/forexService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/forexService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/forexService/models/InfoRequest.ts +0 -10
- package/clients/forexService/models/InfoResponse.ts +0 -9
- package/clients/forexService/models/LoginRequest.ts +0 -11
- package/clients/forexService/models/RefreshRequest.ts +0 -8
- package/clients/forexService/models/RegisterRequest.ts +0 -9
- package/clients/forexService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/forexService/models/ResetPasswordRequest.ts +0 -10
- package/clients/forexService/models/TwoFactorRequest.ts +0 -12
- package/clients/forexService/models/TwoFactorResponse.ts +0 -12
- package/clients/forexService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/holderService/models/AccessTokenResponse.ts +0 -11
- package/clients/holderService/models/AccountHolderCreateDto.ts +0 -34
- package/clients/holderService/models/AccountHolderDtoEnvelope.ts +0 -14
- package/clients/holderService/models/BusinessEnrollmentDto.ts +0 -19
- package/clients/holderService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/holderService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/holderService/models/InfoRequest.ts +0 -10
- package/clients/holderService/models/InfoResponse.ts +0 -9
- package/clients/holderService/models/LoginRequest.ts +0 -11
- package/clients/holderService/models/RefreshRequest.ts +0 -8
- package/clients/holderService/models/RegisterRequest.ts +0 -9
- package/clients/holderService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/holderService/models/ResetPasswordRequest.ts +0 -10
- package/clients/holderService/models/TwoFactorRequest.ts +0 -12
- package/clients/holderService/models/TwoFactorResponse.ts +0 -12
- package/clients/holderService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/identityService/models/AccessTokenResponse.ts +0 -11
- package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/identityService/models/InfoRequest.ts +0 -10
- package/clients/identityService/models/InfoResponse.ts +0 -9
- package/clients/identityService/models/LoginRequest.ts +0 -11
- package/clients/identityService/models/RefreshRequest.ts +0 -8
- package/clients/identityService/models/RegisterRequest.ts +0 -9
- package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
- package/clients/identityService/models/TwoFactorRequest.ts +0 -12
- package/clients/identityService/models/TwoFactorResponse.ts +0 -12
- package/clients/identityService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/inventoryService/models/AccessTokenResponse.ts +0 -11
- package/clients/inventoryService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/inventoryService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/inventoryService/models/InfoRequest.ts +0 -10
- package/clients/inventoryService/models/InfoResponse.ts +0 -9
- package/clients/inventoryService/models/LoginRequest.ts +0 -11
- package/clients/inventoryService/models/RefreshRequest.ts +0 -8
- package/clients/inventoryService/models/RegisterRequest.ts +0 -9
- package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/inventoryService/models/ResetPasswordRequest.ts +0 -10
- package/clients/inventoryService/models/TwoFactorRequest.ts +0 -12
- package/clients/inventoryService/models/TwoFactorResponse.ts +0 -12
- package/clients/inventoryService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/invoicingService/models/AccessTokenResponse.ts +0 -11
- package/clients/invoicingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/invoicingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/invoicingService/models/InfoRequest.ts +0 -10
- package/clients/invoicingService/models/InfoResponse.ts +0 -9
- package/clients/invoicingService/models/LoginRequest.ts +0 -11
- package/clients/invoicingService/models/RefreshRequest.ts +0 -8
- package/clients/invoicingService/models/RegisterRequest.ts +0 -9
- package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/invoicingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/invoicingService/models/TwoFactorRequest.ts +0 -12
- package/clients/invoicingService/models/TwoFactorResponse.ts +0 -12
- package/clients/invoicingService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/pricingService/models/AccessTokenResponse.ts +0 -11
- package/clients/pricingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/pricingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/pricingService/models/InfoRequest.ts +0 -10
- package/clients/pricingService/models/InfoResponse.ts +0 -9
- package/clients/pricingService/models/LoginRequest.ts +0 -11
- package/clients/pricingService/models/RefreshRequest.ts +0 -8
- package/clients/pricingService/models/RegisterRequest.ts +0 -9
- package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/pricingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/pricingService/models/TwoFactorRequest.ts +0 -12
- package/clients/pricingService/models/TwoFactorResponse.ts +0 -12
- package/clients/pricingService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/tenantService/models/AccessTokenResponse.ts +0 -11
- package/clients/tenantService/models/AccountHolderCreateDto.ts +0 -34
- package/clients/tenantService/models/AggregateException.ts +0 -18
- package/clients/tenantService/models/Assembly.ts +0 -46
- package/clients/tenantService/models/BusinessEnrollmentDto.ts +0 -19
- package/clients/tenantService/models/BusinessEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/BusinessEnrollmentDtoIReadOnlyListEnvelope.ts +0 -14
- package/clients/tenantService/models/ConstructorInfo.ts +0 -103
- package/clients/tenantService/models/CustomAttributeData.ts +0 -15
- package/clients/tenantService/models/CustomAttributeNamedArgument.ts +0 -13
- package/clients/tenantService/models/CustomAttributeTypedArgument.ts +0 -10
- package/clients/tenantService/models/Error.ts +0 -10
- package/clients/tenantService/models/EventInfo.ts +0 -44
- package/clients/tenantService/models/Exception.ts +0 -16
- package/clients/tenantService/models/FieldInfo.ts +0 -74
- package/clients/tenantService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/tenantService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/tenantService/models/ICustomAttributeProvider.ts +0 -5
- package/clients/tenantService/models/InfoRequest.ts +0 -10
- package/clients/tenantService/models/InfoResponse.ts +0 -9
- package/clients/tenantService/models/LoginRequest.ts +0 -11
- package/clients/tenantService/models/MemberInfo.ts +0 -31
- package/clients/tenantService/models/MethodBase.ts +0 -103
- package/clients/tenantService/models/MethodInfo.ts +0 -108
- package/clients/tenantService/models/Module.ts +0 -19
- package/clients/tenantService/models/ModuleHandle.ts +0 -8
- package/clients/tenantService/models/ParameterInfo.ts +0 -40
- package/clients/tenantService/models/PropertyInfo.ts +0 -49
- package/clients/tenantService/models/RefreshRequest.ts +0 -8
- package/clients/tenantService/models/RegisterRequest.ts +0 -9
- package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/tenantService/models/ResetPasswordRequest.ts +0 -10
- package/clients/tenantService/models/ResponseStatus.ts +0 -12
- package/clients/tenantService/models/RuntimeFieldHandle.ts +0 -9
- package/clients/tenantService/models/RuntimeMethodHandle.ts +0 -9
- package/clients/tenantService/models/RuntimeTypeHandle.ts +0 -9
- package/clients/tenantService/models/StructLayoutAttribute.ts +0 -16
- package/clients/tenantService/models/TwoFactorRequest.ts +0 -12
- package/clients/tenantService/models/TwoFactorResponse.ts +0 -12
- package/clients/tenantService/models/Type.ts +0 -141
- package/clients/tenantService/models/TypeInfo.ts +0 -156
- package/clients/tenantService/models/WalletDtoTask.ts +0 -40
- package/clients/tenantService/services/FenixAllianceAbsWebService.ts +0 -293
- package/schemas/contactService/schema.s.ts +0 -674
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export interface paths {
|
|
8
|
+
"/api/v2/WalletsService/Wallets/{walletId}": {
|
|
9
|
+
get: {
|
|
10
|
+
parameters: {
|
|
11
|
+
query?: {
|
|
12
|
+
"api-version"?: string;
|
|
13
|
+
};
|
|
14
|
+
path: {
|
|
15
|
+
walletId: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
responses: {
|
|
19
|
+
/** @description OK */
|
|
20
|
+
200: {
|
|
21
|
+
content: {
|
|
22
|
+
"application/json": components["schemas"]["WalletDtoEnvelope"];
|
|
23
|
+
"application/xml": components["schemas"]["WalletDtoEnvelope"];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
/** @description Unauthorized */
|
|
27
|
+
401: {
|
|
28
|
+
content: {
|
|
29
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
30
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
/** @description Forbidden */
|
|
34
|
+
403: {
|
|
35
|
+
content: {
|
|
36
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
37
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Orders": {
|
|
44
|
+
get: {
|
|
45
|
+
parameters: {
|
|
46
|
+
query?: {
|
|
47
|
+
"api-version"?: string;
|
|
48
|
+
};
|
|
49
|
+
path: {
|
|
50
|
+
walletId: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
responses: {
|
|
54
|
+
/** @description OK */
|
|
55
|
+
200: {
|
|
56
|
+
content: {
|
|
57
|
+
"application/json": components["schemas"]["OrderDtoListEnvelope"];
|
|
58
|
+
"application/xml": components["schemas"]["OrderDtoListEnvelope"];
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
/** @description Unauthorized */
|
|
62
|
+
401: {
|
|
63
|
+
content: {
|
|
64
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
65
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
/** @description Forbidden */
|
|
69
|
+
403: {
|
|
70
|
+
content: {
|
|
71
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
72
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Invoices": {
|
|
79
|
+
get: {
|
|
80
|
+
parameters: {
|
|
81
|
+
query?: {
|
|
82
|
+
"api-version"?: string;
|
|
83
|
+
};
|
|
84
|
+
path: {
|
|
85
|
+
walletId: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
responses: {
|
|
89
|
+
/** @description OK */
|
|
90
|
+
200: {
|
|
91
|
+
content: {
|
|
92
|
+
"application/json": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
93
|
+
"application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
/** @description Unauthorized */
|
|
97
|
+
401: {
|
|
98
|
+
content: {
|
|
99
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
100
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
/** @description Forbidden */
|
|
104
|
+
403: {
|
|
105
|
+
content: {
|
|
106
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
107
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Payments": {
|
|
114
|
+
get: {
|
|
115
|
+
parameters: {
|
|
116
|
+
query?: {
|
|
117
|
+
"api-version"?: string;
|
|
118
|
+
};
|
|
119
|
+
path: {
|
|
120
|
+
walletId: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
responses: {
|
|
124
|
+
/** @description OK */
|
|
125
|
+
200: {
|
|
126
|
+
content: {
|
|
127
|
+
"application/json": components["schemas"]["PaymentDtoListEnvelope"];
|
|
128
|
+
"application/xml": components["schemas"]["PaymentDtoListEnvelope"];
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
/** @description Unauthorized */
|
|
132
|
+
401: {
|
|
133
|
+
content: {
|
|
134
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
135
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
/** @description Forbidden */
|
|
139
|
+
403: {
|
|
140
|
+
content: {
|
|
141
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
142
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Locations": {
|
|
149
|
+
get: {
|
|
150
|
+
parameters: {
|
|
151
|
+
query?: {
|
|
152
|
+
"api-version"?: string;
|
|
153
|
+
};
|
|
154
|
+
path: {
|
|
155
|
+
walletId: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
responses: {
|
|
159
|
+
/** @description OK */
|
|
160
|
+
200: {
|
|
161
|
+
content: {
|
|
162
|
+
"application/json": components["schemas"]["LocationDtoListEnvelope"];
|
|
163
|
+
"application/xml": components["schemas"]["LocationDtoListEnvelope"];
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
/** @description Unauthorized */
|
|
167
|
+
401: {
|
|
168
|
+
content: {
|
|
169
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
170
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
/** @description Forbidden */
|
|
174
|
+
403: {
|
|
175
|
+
content: {
|
|
176
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
177
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Invoices/Incoming": {
|
|
184
|
+
get: {
|
|
185
|
+
parameters: {
|
|
186
|
+
query?: {
|
|
187
|
+
"api-version"?: string;
|
|
188
|
+
};
|
|
189
|
+
path: {
|
|
190
|
+
walletId: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
responses: {
|
|
194
|
+
/** @description OK */
|
|
195
|
+
200: {
|
|
196
|
+
content: {
|
|
197
|
+
"application/json": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
198
|
+
"application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
/** @description Unauthorized */
|
|
202
|
+
401: {
|
|
203
|
+
content: {
|
|
204
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
205
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
/** @description Forbidden */
|
|
209
|
+
403: {
|
|
210
|
+
content: {
|
|
211
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
212
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Invoices/Outgoing": {
|
|
219
|
+
get: {
|
|
220
|
+
parameters: {
|
|
221
|
+
query?: {
|
|
222
|
+
"api-version"?: string;
|
|
223
|
+
};
|
|
224
|
+
path: {
|
|
225
|
+
walletId: string;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
responses: {
|
|
229
|
+
/** @description OK */
|
|
230
|
+
200: {
|
|
231
|
+
content: {
|
|
232
|
+
"application/json": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
233
|
+
"application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
/** @description Unauthorized */
|
|
237
|
+
401: {
|
|
238
|
+
content: {
|
|
239
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
240
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
/** @description Forbidden */
|
|
244
|
+
403: {
|
|
245
|
+
content: {
|
|
246
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
247
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Payments/Incoming": {
|
|
254
|
+
get: {
|
|
255
|
+
parameters: {
|
|
256
|
+
query?: {
|
|
257
|
+
"api-version"?: string;
|
|
258
|
+
};
|
|
259
|
+
path: {
|
|
260
|
+
walletId: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
responses: {
|
|
264
|
+
/** @description OK */
|
|
265
|
+
200: {
|
|
266
|
+
content: {
|
|
267
|
+
"application/json": components["schemas"]["PaymentDtoListEnvelope"];
|
|
268
|
+
"application/xml": components["schemas"]["PaymentDtoListEnvelope"];
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
/** @description Unauthorized */
|
|
272
|
+
401: {
|
|
273
|
+
content: {
|
|
274
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
275
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
/** @description Forbidden */
|
|
279
|
+
403: {
|
|
280
|
+
content: {
|
|
281
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
282
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
"/api/v2/WalletsService/Wallets/{walletId}/Payments/Outgoing": {
|
|
289
|
+
get: {
|
|
290
|
+
parameters: {
|
|
291
|
+
query?: {
|
|
292
|
+
"api-version"?: string;
|
|
293
|
+
};
|
|
294
|
+
path: {
|
|
295
|
+
walletId: string;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
responses: {
|
|
299
|
+
/** @description OK */
|
|
300
|
+
200: {
|
|
301
|
+
content: {
|
|
302
|
+
"application/json": components["schemas"]["PaymentDtoListEnvelope"];
|
|
303
|
+
"application/xml": components["schemas"]["PaymentDtoListEnvelope"];
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
/** @description Unauthorized */
|
|
307
|
+
401: {
|
|
308
|
+
content: {
|
|
309
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
310
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
/** @description Forbidden */
|
|
314
|
+
403: {
|
|
315
|
+
content: {
|
|
316
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
317
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
export type webhooks = Record<string, never>;
|
|
326
|
+
|
|
327
|
+
export interface components {
|
|
328
|
+
schemas: {
|
|
329
|
+
ErrorEnvelope: {
|
|
330
|
+
errorMessage?: string | null;
|
|
331
|
+
isSuccess?: boolean;
|
|
332
|
+
/** Format: date-time */
|
|
333
|
+
timestamp?: string;
|
|
334
|
+
activityId?: string | null;
|
|
335
|
+
correlationId?: string | null;
|
|
336
|
+
};
|
|
337
|
+
InvoiceDto: {
|
|
338
|
+
id?: string | null;
|
|
339
|
+
/** Format: date-time */
|
|
340
|
+
timestamp?: string | null;
|
|
341
|
+
currencyId?: string | null;
|
|
342
|
+
receiverTenantId?: string | null;
|
|
343
|
+
orderId?: string | null;
|
|
344
|
+
tenantId?: string | null;
|
|
345
|
+
/** Format: double */
|
|
346
|
+
forexRate?: number;
|
|
347
|
+
/** Format: double */
|
|
348
|
+
totalAmountInUsd?: number;
|
|
349
|
+
enumeration?: string | null;
|
|
350
|
+
/** Format: double */
|
|
351
|
+
totalSurchargesInUsd?: number;
|
|
352
|
+
/** Format: double */
|
|
353
|
+
totalGlobalDiscountsInUsd?: number;
|
|
354
|
+
/** Format: double */
|
|
355
|
+
totalGlobalSurchargesInUsd?: number;
|
|
356
|
+
/** Format: double */
|
|
357
|
+
totalTaxesInUsd?: number;
|
|
358
|
+
/** Format: double */
|
|
359
|
+
totalTaxBaseInUsd?: number;
|
|
360
|
+
/** Format: double */
|
|
361
|
+
totalDiscountsInUsd?: number;
|
|
362
|
+
userId?: string | null;
|
|
363
|
+
receptorBusinessId?: string | null;
|
|
364
|
+
enrollmentId?: string | null;
|
|
365
|
+
organizationId?: string | null;
|
|
366
|
+
individualId?: string | null;
|
|
367
|
+
/**
|
|
368
|
+
* Format: int32
|
|
369
|
+
* @enum {integer}
|
|
370
|
+
*/
|
|
371
|
+
documentType?: 0 | 1 | 2;
|
|
372
|
+
};
|
|
373
|
+
InvoiceDtoListEnvelope: {
|
|
374
|
+
errorMessage?: string | null;
|
|
375
|
+
isSuccess?: boolean;
|
|
376
|
+
/** Format: date-time */
|
|
377
|
+
timestamp?: string;
|
|
378
|
+
activityId?: string | null;
|
|
379
|
+
correlationId?: string | null;
|
|
380
|
+
result?: components["schemas"]["InvoiceDto"][] | null;
|
|
381
|
+
};
|
|
382
|
+
LocationDto: {
|
|
383
|
+
id?: string | null;
|
|
384
|
+
/** Format: date-time */
|
|
385
|
+
timestamp?: string | null;
|
|
386
|
+
title?: string | null;
|
|
387
|
+
business?: string | null;
|
|
388
|
+
email?: string | null;
|
|
389
|
+
phone?: string | null;
|
|
390
|
+
fax?: string | null;
|
|
391
|
+
address1?: string | null;
|
|
392
|
+
address2?: string | null;
|
|
393
|
+
address3?: string | null;
|
|
394
|
+
unit?: string | null;
|
|
395
|
+
cityId?: string | null;
|
|
396
|
+
stateId?: string | null;
|
|
397
|
+
postalCode?: string | null;
|
|
398
|
+
countryId?: string | null;
|
|
399
|
+
/** Format: double */
|
|
400
|
+
longitude?: number;
|
|
401
|
+
/** Format: double */
|
|
402
|
+
latitude?: number;
|
|
403
|
+
isRoutable?: boolean;
|
|
404
|
+
isGlobalPrimary?: boolean;
|
|
405
|
+
isCountryPrimary?: boolean;
|
|
406
|
+
canGenerateLabels?: boolean;
|
|
407
|
+
isDefaultSenderAddress?: boolean;
|
|
408
|
+
isDefaultReturnAddress?: boolean;
|
|
409
|
+
isDefaultSuppingLocation?: boolean;
|
|
410
|
+
};
|
|
411
|
+
LocationDtoListEnvelope: {
|
|
412
|
+
errorMessage?: string | null;
|
|
413
|
+
isSuccess?: boolean;
|
|
414
|
+
/** Format: date-time */
|
|
415
|
+
timestamp?: string;
|
|
416
|
+
activityId?: string | null;
|
|
417
|
+
correlationId?: string | null;
|
|
418
|
+
result?: components["schemas"]["LocationDto"][] | null;
|
|
419
|
+
};
|
|
420
|
+
OrderDto: {
|
|
421
|
+
id?: string | null;
|
|
422
|
+
/** Format: date-time */
|
|
423
|
+
timestamp?: string | null;
|
|
424
|
+
receiverTenantId?: string | null;
|
|
425
|
+
organizationId?: string | null;
|
|
426
|
+
individualId?: string | null;
|
|
427
|
+
enrollmentId?: string | null;
|
|
428
|
+
tenantId?: string | null;
|
|
429
|
+
walletId?: string | null;
|
|
430
|
+
userId?: string | null;
|
|
431
|
+
firstName?: string | null;
|
|
432
|
+
lastName?: string | null;
|
|
433
|
+
billingEmail?: string | null;
|
|
434
|
+
companyName?: string | null;
|
|
435
|
+
addressLine1?: string | null;
|
|
436
|
+
addressLine2?: string | null;
|
|
437
|
+
postalCode?: string | null;
|
|
438
|
+
countryId?: string | null;
|
|
439
|
+
stateId?: string | null;
|
|
440
|
+
cityId?: string | null;
|
|
441
|
+
customerNotes?: string | null;
|
|
442
|
+
/**
|
|
443
|
+
* Format: int32
|
|
444
|
+
* @enum {integer}
|
|
445
|
+
*/
|
|
446
|
+
orderStatus?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
447
|
+
/** Format: int32 */
|
|
448
|
+
orderLinesCount?: number;
|
|
449
|
+
closed?: boolean;
|
|
450
|
+
title?: string | null;
|
|
451
|
+
/** Format: double */
|
|
452
|
+
totalAmount?: number;
|
|
453
|
+
currencyId?: string | null;
|
|
454
|
+
/** Format: double */
|
|
455
|
+
forexRate?: number;
|
|
456
|
+
/** Format: double */
|
|
457
|
+
totalTaxes?: number;
|
|
458
|
+
/** Format: double */
|
|
459
|
+
totalTaxesInUsd?: number;
|
|
460
|
+
/** Format: double */
|
|
461
|
+
totalAmountInUsd?: number;
|
|
462
|
+
};
|
|
463
|
+
OrderDtoListEnvelope: {
|
|
464
|
+
errorMessage?: string | null;
|
|
465
|
+
isSuccess?: boolean;
|
|
466
|
+
/** Format: date-time */
|
|
467
|
+
timestamp?: string;
|
|
468
|
+
activityId?: string | null;
|
|
469
|
+
correlationId?: string | null;
|
|
470
|
+
result?: components["schemas"]["OrderDto"][] | null;
|
|
471
|
+
};
|
|
472
|
+
PaymentDto: {
|
|
473
|
+
id?: string | null;
|
|
474
|
+
/** Format: date-time */
|
|
475
|
+
timestamp?: string;
|
|
476
|
+
invoiceID?: string | null;
|
|
477
|
+
businessID?: string | null;
|
|
478
|
+
emisorWalletId?: string | null;
|
|
479
|
+
receptorWalletId?: string | null;
|
|
480
|
+
currencyID?: string | null;
|
|
481
|
+
/** Format: double */
|
|
482
|
+
forexRate?: number;
|
|
483
|
+
/** Format: double */
|
|
484
|
+
totalCost?: number;
|
|
485
|
+
/** Format: double */
|
|
486
|
+
totalTaxes?: number;
|
|
487
|
+
};
|
|
488
|
+
PaymentDtoListEnvelope: {
|
|
489
|
+
errorMessage?: string | null;
|
|
490
|
+
isSuccess?: boolean;
|
|
491
|
+
/** Format: date-time */
|
|
492
|
+
timestamp?: string;
|
|
493
|
+
activityId?: string | null;
|
|
494
|
+
correlationId?: string | null;
|
|
495
|
+
result?: components["schemas"]["PaymentDto"][] | null;
|
|
496
|
+
};
|
|
497
|
+
WalletDto: {
|
|
498
|
+
id?: string | null;
|
|
499
|
+
/** Format: date-time */
|
|
500
|
+
timestamp?: string;
|
|
501
|
+
/** Format: double */
|
|
502
|
+
balance?: number;
|
|
503
|
+
/** Format: double */
|
|
504
|
+
cryptoBalance?: number;
|
|
505
|
+
testMode?: boolean;
|
|
506
|
+
verified?: boolean;
|
|
507
|
+
type?: string | null;
|
|
508
|
+
currencyId?: string | null;
|
|
509
|
+
/** Format: double */
|
|
510
|
+
forexRate?: number;
|
|
511
|
+
/** Format: double */
|
|
512
|
+
balanceInUsd?: number;
|
|
513
|
+
/** Format: double */
|
|
514
|
+
mainNetEtherBalance?: number;
|
|
515
|
+
ethereumAddress?: string | null;
|
|
516
|
+
ethereumPublicKey?: string | null;
|
|
517
|
+
ethereumPrivateKey?: string | null;
|
|
518
|
+
/** Format: double */
|
|
519
|
+
rollingReservePercent?: number;
|
|
520
|
+
};
|
|
521
|
+
WalletDtoEnvelope: {
|
|
522
|
+
errorMessage?: string | null;
|
|
523
|
+
isSuccess?: boolean;
|
|
524
|
+
/** Format: date-time */
|
|
525
|
+
timestamp?: string;
|
|
526
|
+
activityId?: string | null;
|
|
527
|
+
correlationId?: string | null;
|
|
528
|
+
result?: components["schemas"]["WalletDto"];
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
responses: never;
|
|
532
|
+
parameters: never;
|
|
533
|
+
requestBodies: never;
|
|
534
|
+
headers: never;
|
|
535
|
+
pathItems: never;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export type $defs = Record<string, never>;
|
|
539
|
+
|
|
540
|
+
export type external = Record<string, never>;
|
|
541
|
+
|
|
542
|
+
export type operations = Record<string, never>;
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
/* Visit https://aka.ms/tsconfig to read more about this file */
|
|
4
|
+
|
|
5
|
+
/* Projects */
|
|
6
|
+
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
|
7
|
+
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
|
|
8
|
+
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
|
|
9
|
+
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
|
|
10
|
+
// "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
|
|
11
|
+
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
|
12
|
+
|
|
13
|
+
/* Language and Environment */
|
|
14
|
+
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
|
15
|
+
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
|
16
|
+
"jsx": "react", /* Specify what JSX code is generated. */
|
|
17
|
+
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
|
18
|
+
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
|
19
|
+
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
|
|
20
|
+
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
|
|
21
|
+
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
|
|
22
|
+
// "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
|
|
23
|
+
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
|
24
|
+
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
|
25
|
+
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
26
|
+
|
|
27
|
+
/* Modules */
|
|
28
|
+
"module": "ESNext", /* Specify what module code is generated. */
|
|
29
|
+
"rootDir": ".", /* Specify the root folder within your source files. */
|
|
30
|
+
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
|
31
|
+
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
32
|
+
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
33
|
+
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
|
34
|
+
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
|
35
|
+
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
|
|
36
|
+
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
|
37
|
+
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
|
38
|
+
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
|
|
39
|
+
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
|
|
40
|
+
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
|
|
41
|
+
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
|
|
42
|
+
// "resolveJsonModule": true, /* Enable importing .json files. */
|
|
43
|
+
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
|
|
44
|
+
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
|
|
45
|
+
|
|
46
|
+
/* JavaScript Support */
|
|
47
|
+
// "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
|
|
48
|
+
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
|
|
49
|
+
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
|
50
|
+
|
|
51
|
+
/* Emit */
|
|
52
|
+
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
|
53
|
+
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
|
54
|
+
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
|
55
|
+
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
|
56
|
+
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
|
57
|
+
// "outFile": "./build/ts.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
|
58
|
+
"outDir": "./build", /* Specify an output folder for all emitted files. */
|
|
59
|
+
"removeComments": true, /* Disable emitting comments. */
|
|
60
|
+
// "noEmit": true, /* Disable emitting files from a compilation. */
|
|
61
|
+
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
|
62
|
+
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
|
|
63
|
+
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
|
|
64
|
+
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
|
|
65
|
+
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
|
66
|
+
// "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
|
|
67
|
+
// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
|
|
68
|
+
// "newLine": "crlf", /* Set the newline character for emitting files. */
|
|
69
|
+
// "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
|
|
70
|
+
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
|
|
71
|
+
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
|
|
72
|
+
// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
|
|
73
|
+
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
|
|
74
|
+
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
|
|
75
|
+
|
|
76
|
+
/* Interop Constraints */
|
|
77
|
+
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
|
|
78
|
+
// "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
|
|
79
|
+
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
|
80
|
+
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
|
81
|
+
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
|
82
|
+
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
|
83
|
+
|
|
84
|
+
/* Type Checking */
|
|
85
|
+
"strict": true, /* Enable all strict type-checking options. */
|
|
86
|
+
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
|
87
|
+
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
|
88
|
+
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
|
89
|
+
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|
|
90
|
+
// "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
|
|
91
|
+
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
|
|
92
|
+
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
|
|
93
|
+
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
|
|
94
|
+
// "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
|
|
95
|
+
// "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
|
|
96
|
+
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
|
|
97
|
+
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
|
|
98
|
+
// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
|
|
99
|
+
// "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
|
|
100
|
+
// "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
|
|
101
|
+
// "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
|
|
102
|
+
// "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
|
|
103
|
+
// "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
|
|
104
|
+
|
|
105
|
+
/* Completeness */
|
|
106
|
+
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
|
107
|
+
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
|
|
108
|
+
|
|
109
|
+
}
|
|
110
|
+
}
|
package/vite.config.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineConfig } from 'vite';
|
|
2
|
+
import path from 'path';
|
|
3
|
+
import tsconfigPaths from 'vite-tsconfig-paths'; // If using TS paths
|
|
4
|
+
|
|
5
|
+
export default defineConfig({
|
|
6
|
+
build: {
|
|
7
|
+
outDir: path.resolve(__dirname, 'wwwroot/build'),
|
|
8
|
+
terserOptions: {
|
|
9
|
+
mangle: true, // Note: In Vite, keeping class and function names might be different
|
|
10
|
+
},
|
|
11
|
+
rollupOptions: {
|
|
12
|
+
input: './app/index.ts',
|
|
13
|
+
output: {
|
|
14
|
+
// Override the default entry file name:
|
|
15
|
+
entryFileNames: 'bundle.js', // Output file name set to 'bundle.js'
|
|
16
|
+
chunkFileNames: 'bundle-[hash].js', // Name for code-split chunks
|
|
17
|
+
assetFileNames: 'assets/[name]-[hash].[ext]', // Naming pattern for assets
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
plugins: [
|
|
22
|
+
tsconfigPaths(), // Only if you're using TS paths and need to resolve them
|
|
23
|
+
],
|
|
24
|
+
resolve: {
|
|
25
|
+
alias: {
|
|
26
|
+
// Define your aliases here if needed, similar to Webpack's 'resolve.alias'
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
});
|