@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
|
@@ -1,62 +1,133 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
export { ApiError } from './core/ApiError';
|
|
6
|
-
export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
7
|
-
export { OpenAPI } from './core/OpenAPI';
|
|
8
|
-
export type { OpenAPIConfig } from './core/OpenAPI';
|
|
9
|
-
|
|
10
|
-
export type {
|
|
11
|
-
export type {
|
|
12
|
-
export type {
|
|
13
|
-
export {
|
|
14
|
-
export type {
|
|
15
|
-
export type {
|
|
16
|
-
export type {
|
|
17
|
-
export type {
|
|
18
|
-
export type {
|
|
19
|
-
export {
|
|
20
|
-
export type {
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export type {
|
|
24
|
-
export {
|
|
25
|
-
export
|
|
26
|
-
export {
|
|
27
|
-
export type {
|
|
28
|
-
export type {
|
|
29
|
-
export type {
|
|
30
|
-
export type {
|
|
31
|
-
export type {
|
|
32
|
-
export type {
|
|
33
|
-
export type {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export type {
|
|
38
|
-
export type {
|
|
39
|
-
export type {
|
|
40
|
-
export type {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export type {
|
|
44
|
-
export type {
|
|
45
|
-
export type {
|
|
46
|
-
export type {
|
|
47
|
-
export type {
|
|
48
|
-
export type {
|
|
49
|
-
export type {
|
|
50
|
-
export type {
|
|
51
|
-
export type {
|
|
52
|
-
export {
|
|
53
|
-
export type {
|
|
54
|
-
export type {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export type {
|
|
58
|
-
export {
|
|
59
|
-
export type {
|
|
60
|
-
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export { ApiError } from './core/ApiError';
|
|
6
|
+
export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
7
|
+
export { OpenAPI } from './core/OpenAPI';
|
|
8
|
+
export type { OpenAPIConfig } from './core/OpenAPI';
|
|
9
|
+
|
|
10
|
+
export type { BooleanEnvelope } from './models/BooleanEnvelope';
|
|
11
|
+
export type { CancellationToken } from './models/CancellationToken';
|
|
12
|
+
export type { CartDto } from './models/CartDto';
|
|
13
|
+
export type { CartDtoEnvelope } from './models/CartDtoEnvelope';
|
|
14
|
+
export type { EmptyEnvelope } from './models/EmptyEnvelope';
|
|
15
|
+
export type { ErrorEnvelope } from './models/ErrorEnvelope';
|
|
16
|
+
export type { ExtendedTenantDto } from './models/ExtendedTenantDto';
|
|
17
|
+
export type { ExtendedTenantDtoEnvelope } from './models/ExtendedTenantDtoEnvelope';
|
|
18
|
+
export type { IntPtr } from './models/IntPtr';
|
|
19
|
+
export type { NotificationDto } from './models/NotificationDto';
|
|
20
|
+
export type { NotificationDtoListEnvelope } from './models/NotificationDtoListEnvelope';
|
|
21
|
+
export { Operation } from './models/Operation';
|
|
22
|
+
export { PlatformUserDto } from './models/PlatformUserDto';
|
|
23
|
+
export type { PlatformUserDtoListEnvelope } from './models/PlatformUserDtoListEnvelope';
|
|
24
|
+
export type { SafeWaitHandle } from './models/SafeWaitHandle';
|
|
25
|
+
export { SocialProfileDto } from './models/SocialProfileDto';
|
|
26
|
+
export type { SocialProfileDtoEnvelope } from './models/SocialProfileDtoEnvelope';
|
|
27
|
+
export type { StringListEnvelope } from './models/StringListEnvelope';
|
|
28
|
+
export type { SuiteLicenseAssignmentDto } from './models/SuiteLicenseAssignmentDto';
|
|
29
|
+
export type { SuiteLicenseAssignmentDtoListEnvelope } from './models/SuiteLicenseAssignmentDtoListEnvelope';
|
|
30
|
+
export type { SuiteLicenseDto } from './models/SuiteLicenseDto';
|
|
31
|
+
export type { SuiteLicenseDtoListEnvelope } from './models/SuiteLicenseDtoListEnvelope';
|
|
32
|
+
export type { SuiteLicenseFeatureDto } from './models/SuiteLicenseFeatureDto';
|
|
33
|
+
export type { SuiteLicenseFeatureDtoListEnvelope } from './models/SuiteLicenseFeatureDtoListEnvelope';
|
|
34
|
+
export type { TenantCreateDto } from './models/TenantCreateDto';
|
|
35
|
+
export type { TenantDepartmentCreateDto } from './models/TenantDepartmentCreateDto';
|
|
36
|
+
export type { TenantDepartmentDto } from './models/TenantDepartmentDto';
|
|
37
|
+
export type { TenantDepartmentDtoEnvelope } from './models/TenantDepartmentDtoEnvelope';
|
|
38
|
+
export type { TenantDepartmentDtoIReadOnlyListEnvelope } from './models/TenantDepartmentDtoIReadOnlyListEnvelope';
|
|
39
|
+
export type { TenantDepartmentUpdateDto } from './models/TenantDepartmentUpdateDto';
|
|
40
|
+
export type { TenantDto } from './models/TenantDto';
|
|
41
|
+
export type { TenantDtoEnvelope } from './models/TenantDtoEnvelope';
|
|
42
|
+
export type { TenantEnrollmentCreateDto } from './models/TenantEnrollmentCreateDto';
|
|
43
|
+
export type { TenantEnrollmentUpdateDto } from './models/TenantEnrollmentUpdateDto';
|
|
44
|
+
export type { TenantEnrolmentDto } from './models/TenantEnrolmentDto';
|
|
45
|
+
export type { TenantEnrolmentDtoEnvelope } from './models/TenantEnrolmentDtoEnvelope';
|
|
46
|
+
export type { TenantEnrolmentDtoIReadOnlyListEnvelope } from './models/TenantEnrolmentDtoIReadOnlyListEnvelope';
|
|
47
|
+
export type { TenantEnrolmentDtoListEnvelope } from './models/TenantEnrolmentDtoListEnvelope';
|
|
48
|
+
export type { TenantIndustryCreateDto } from './models/TenantIndustryCreateDto';
|
|
49
|
+
export type { TenantIndustryDto } from './models/TenantIndustryDto';
|
|
50
|
+
export type { TenantIndustryDtoEnvelope } from './models/TenantIndustryDtoEnvelope';
|
|
51
|
+
export type { TenantIndustryUpdateDto } from './models/TenantIndustryUpdateDto';
|
|
52
|
+
export type { TenantInvitationCreateDto } from './models/TenantInvitationCreateDto';
|
|
53
|
+
export type { TenantInvitationDto } from './models/TenantInvitationDto';
|
|
54
|
+
export type { TenantInvitationDtoEnvelope } from './models/TenantInvitationDtoEnvelope';
|
|
55
|
+
export type { TenantInvitationDtoListEnvelope } from './models/TenantInvitationDtoListEnvelope';
|
|
56
|
+
export type { TenantPositionCreateDto } from './models/TenantPositionCreateDto';
|
|
57
|
+
export type { TenantPositionDto } from './models/TenantPositionDto';
|
|
58
|
+
export type { TenantPositionDtoEnvelope } from './models/TenantPositionDtoEnvelope';
|
|
59
|
+
export type { TenantPositionDtoIReadOnlyListEnvelope } from './models/TenantPositionDtoIReadOnlyListEnvelope';
|
|
60
|
+
export type { TenantPositionUpdateDto } from './models/TenantPositionUpdateDto';
|
|
61
|
+
export type { TenantSegmentCreateDto } from './models/TenantSegmentCreateDto';
|
|
62
|
+
export type { TenantSegmentDto } from './models/TenantSegmentDto';
|
|
63
|
+
export type { TenantSegmentDtoEnvelope } from './models/TenantSegmentDtoEnvelope';
|
|
64
|
+
export type { TenantSegmentDtoIReadOnlyListEnvelope } from './models/TenantSegmentDtoIReadOnlyListEnvelope';
|
|
65
|
+
export type { TenantSegmentUpdateDto } from './models/TenantSegmentUpdateDto';
|
|
66
|
+
export type { TenantSizeCreateDto } from './models/TenantSizeCreateDto';
|
|
67
|
+
export type { TenantSizeDto } from './models/TenantSizeDto';
|
|
68
|
+
export type { TenantSizeDtoEnvelope } from './models/TenantSizeDtoEnvelope';
|
|
69
|
+
export type { TenantSizeDtoIReadOnlyListEnvelope } from './models/TenantSizeDtoIReadOnlyListEnvelope';
|
|
70
|
+
export type { TenantSizeUpdateDto } from './models/TenantSizeUpdateDto';
|
|
71
|
+
export type { TenantTeamContactEnrollmentCreateDto } from './models/TenantTeamContactEnrollmentCreateDto';
|
|
72
|
+
export type { TenantTeamContactEnrollmentDto } from './models/TenantTeamContactEnrollmentDto';
|
|
73
|
+
export type { TenantTeamContactEnrollmentDtoEnvelope } from './models/TenantTeamContactEnrollmentDtoEnvelope';
|
|
74
|
+
export type { TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope } from './models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope';
|
|
75
|
+
export type { TenantTeamContactEnrollmentUpdateDto } from './models/TenantTeamContactEnrollmentUpdateDto';
|
|
76
|
+
export type { TenantTeamCreateDto } from './models/TenantTeamCreateDto';
|
|
77
|
+
export type { TenantTeamDto } from './models/TenantTeamDto';
|
|
78
|
+
export type { TenantTeamDtoEnvelope } from './models/TenantTeamDtoEnvelope';
|
|
79
|
+
export type { TenantTeamDtoIReadOnlyCollectionEnvelope } from './models/TenantTeamDtoIReadOnlyCollectionEnvelope';
|
|
80
|
+
export type { TenantTeamEmployeeEnrollmentCreateDto } from './models/TenantTeamEmployeeEnrollmentCreateDto';
|
|
81
|
+
export type { TenantTeamEmployeeEnrollmentDto } from './models/TenantTeamEmployeeEnrollmentDto';
|
|
82
|
+
export type { TenantTeamEmployeeEnrollmentDtoEnvelope } from './models/TenantTeamEmployeeEnrollmentDtoEnvelope';
|
|
83
|
+
export type { TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope } from './models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope';
|
|
84
|
+
export type { TenantTeamEmployeeEnrollmentUpdateDto } from './models/TenantTeamEmployeeEnrollmentUpdateDto';
|
|
85
|
+
export type { TenantTeamProjectEnrollmentCreateDto } from './models/TenantTeamProjectEnrollmentCreateDto';
|
|
86
|
+
export type { TenantTeamProjectEnrollmentDto } from './models/TenantTeamProjectEnrollmentDto';
|
|
87
|
+
export type { TenantTeamProjectEnrollmentDtoEnvelope } from './models/TenantTeamProjectEnrollmentDtoEnvelope';
|
|
88
|
+
export type { TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope } from './models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope';
|
|
89
|
+
export type { TenantTeamProjectEnrollmentUpdateDto } from './models/TenantTeamProjectEnrollmentUpdateDto';
|
|
90
|
+
export type { TenantTeamRecordCreateDto } from './models/TenantTeamRecordCreateDto';
|
|
91
|
+
export type { TenantTeamRecordDto } from './models/TenantTeamRecordDto';
|
|
92
|
+
export type { TenantTeamRecordDtoEnvelope } from './models/TenantTeamRecordDtoEnvelope';
|
|
93
|
+
export type { TenantTeamRecordDtoIReadOnlyCollectionEnvelope } from './models/TenantTeamRecordDtoIReadOnlyCollectionEnvelope';
|
|
94
|
+
export type { TenantTeamRecordUpdateDto } from './models/TenantTeamRecordUpdateDto';
|
|
95
|
+
export type { TenantTeamUpdateDto } from './models/TenantTeamUpdateDto';
|
|
96
|
+
export type { TenantTerritoryCreateDto } from './models/TenantTerritoryCreateDto';
|
|
97
|
+
export type { TenantTerritoryDto } from './models/TenantTerritoryDto';
|
|
98
|
+
export type { TenantTerritoryDtoEnvelope } from './models/TenantTerritoryDtoEnvelope';
|
|
99
|
+
export type { TenantTerritoryDtoIReadOnlyListEnvelope } from './models/TenantTerritoryDtoIReadOnlyListEnvelope';
|
|
100
|
+
export type { TenantTerritoryUpdateDto } from './models/TenantTerritoryUpdateDto';
|
|
101
|
+
export type { TenantTypeCreateDto } from './models/TenantTypeCreateDto';
|
|
102
|
+
export type { TenantTypeDto } from './models/TenantTypeDto';
|
|
103
|
+
export type { TenantTypeDtoEnvelope } from './models/TenantTypeDtoEnvelope';
|
|
104
|
+
export type { TenantTypeDtoIReadOnlyCollectionEnvelope } from './models/TenantTypeDtoIReadOnlyCollectionEnvelope';
|
|
105
|
+
export type { TenantTypeUpdateDto } from './models/TenantTypeUpdateDto';
|
|
106
|
+
export type { TenantUnitCreateDto } from './models/TenantUnitCreateDto';
|
|
107
|
+
export type { TenantUnitDto } from './models/TenantUnitDto';
|
|
108
|
+
export type { TenantUnitDtoEnvelope } from './models/TenantUnitDtoEnvelope';
|
|
109
|
+
export type { TenantUnitDtoIReadOnlyListEnvelope } from './models/TenantUnitDtoIReadOnlyListEnvelope';
|
|
110
|
+
export type { TenantUnitUpdateDto } from './models/TenantUnitUpdateDto';
|
|
111
|
+
export type { TenantUpdateDto } from './models/TenantUpdateDto';
|
|
112
|
+
export type { WaitHandle } from './models/WaitHandle';
|
|
113
|
+
export type { WalletDto } from './models/WalletDto';
|
|
114
|
+
export type { WalletDtoEnvelope } from './models/WalletDtoEnvelope';
|
|
115
|
+
export type { WebPortalDto } from './models/WebPortalDto';
|
|
116
|
+
export type { WebPortalDtoListEnvelope } from './models/WebPortalDtoListEnvelope';
|
|
117
|
+
|
|
118
|
+
export { DepartmentsService } from './services/DepartmentsService';
|
|
119
|
+
export { EmployeeEnrollmentsService } from './services/EmployeeEnrollmentsService';
|
|
120
|
+
export { EnrollmentsService } from './services/EnrollmentsService';
|
|
121
|
+
export { IndustriesService } from './services/IndustriesService';
|
|
122
|
+
export { InvitationsService } from './services/InvitationsService';
|
|
123
|
+
export { PositionsService } from './services/PositionsService';
|
|
124
|
+
export { SegmentsService } from './services/SegmentsService';
|
|
125
|
+
export { SizesService } from './services/SizesService';
|
|
126
|
+
export { TeamContactEnrollmentsService } from './services/TeamContactEnrollmentsService';
|
|
127
|
+
export { TeamProjectEnrollmentService } from './services/TeamProjectEnrollmentService';
|
|
128
|
+
export { TeamRecordsService } from './services/TeamRecordsService';
|
|
129
|
+
export { TeamsService } from './services/TeamsService';
|
|
130
|
+
export { TenantsService } from './services/TenantsService';
|
|
131
|
+
export { TerritoriesService } from './services/TerritoriesService';
|
|
132
|
+
export { TypesService } from './services/TypesService';
|
|
133
|
+
export { UnitsService } from './services/UnitsService';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type BooleanEnvelope = {
|
|
6
|
+
errorMessage?: string | null;
|
|
7
|
+
readonly isSuccess?: boolean;
|
|
8
|
+
readonly timestamp?: string;
|
|
9
|
+
readonly activityId?: string | null;
|
|
10
|
+
correlationId?: string | null;
|
|
11
|
+
result?: boolean;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { WaitHandle } from './WaitHandle';
|
|
6
|
+
export type CancellationToken = {
|
|
7
|
+
readonly isCancellationRequested?: boolean;
|
|
8
|
+
readonly canBeCanceled?: boolean;
|
|
9
|
+
waitHandle?: WaitHandle;
|
|
10
|
+
};
|
|
11
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type CartDto = {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
ip?: string | null;
|
|
8
|
+
type?: string | null;
|
|
9
|
+
total?: number;
|
|
10
|
+
taxes?: number;
|
|
11
|
+
freight?: number;
|
|
12
|
+
subTotal?: number;
|
|
13
|
+
currencyId?: string | null;
|
|
14
|
+
countryId?: string | null;
|
|
15
|
+
itemCartRecordsCount?: number | null;
|
|
16
|
+
itemToCompareRecordsCount?: number | null;
|
|
17
|
+
};
|
|
18
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { CartDto } from './CartDto';
|
|
6
|
+
export type CartDtoEnvelope = {
|
|
7
|
+
errorMessage?: string | null;
|
|
8
|
+
readonly isSuccess?: boolean;
|
|
9
|
+
readonly timestamp?: string;
|
|
10
|
+
readonly activityId?: string | null;
|
|
11
|
+
correlationId?: string | null;
|
|
12
|
+
result?: CartDto;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type EmptyEnvelope = {
|
|
6
|
+
errorMessage?: string | null;
|
|
7
|
+
readonly isSuccess?: boolean;
|
|
8
|
+
readonly timestamp?: string;
|
|
9
|
+
readonly activityId?: string | null;
|
|
10
|
+
};
|
|
11
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type ErrorEnvelope = {
|
|
6
|
+
errorMessage?: string | null;
|
|
7
|
+
readonly isSuccess?: boolean;
|
|
8
|
+
readonly timestamp?: string;
|
|
9
|
+
readonly activityId?: string | null;
|
|
10
|
+
correlationId?: string | null;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { CartDto } from './CartDto';
|
|
6
|
+
import type { SocialProfileDto } from './SocialProfileDto';
|
|
7
|
+
import type { WalletDto } from './WalletDto';
|
|
8
|
+
export type ExtendedTenantDto = {
|
|
9
|
+
id?: string | null;
|
|
10
|
+
timestamp?: string | null;
|
|
11
|
+
readonly qualifiedName?: string | null;
|
|
12
|
+
taxId?: string | null;
|
|
13
|
+
about?: string | null;
|
|
14
|
+
walletId?: string | null;
|
|
15
|
+
socialFeedId?: string | null;
|
|
16
|
+
businessIndustryId?: string | null;
|
|
17
|
+
businessSegmentId?: string | null;
|
|
18
|
+
socialProfileId?: string | null;
|
|
19
|
+
languageId?: string | null;
|
|
20
|
+
name?: string | null;
|
|
21
|
+
duns?: string | null;
|
|
22
|
+
slogan?: string | null;
|
|
23
|
+
legalName?: string | null;
|
|
24
|
+
coverUrl?: string | null;
|
|
25
|
+
avatarUrl?: string | null;
|
|
26
|
+
cartId?: string | null;
|
|
27
|
+
currencyId?: string | null;
|
|
28
|
+
timezoneId?: string | null;
|
|
29
|
+
countryId?: string | null;
|
|
30
|
+
stateId?: string | null;
|
|
31
|
+
cityId?: string | null;
|
|
32
|
+
email?: string | null;
|
|
33
|
+
phone?: string | null;
|
|
34
|
+
webUrl?: string | null;
|
|
35
|
+
facebookUrl?: string | null;
|
|
36
|
+
twitterUrl?: string | null;
|
|
37
|
+
gitHubUrl?: string | null;
|
|
38
|
+
linkedInUrl?: string | null;
|
|
39
|
+
instagramUrl?: string | null;
|
|
40
|
+
youTubeUrl?: string | null;
|
|
41
|
+
whatsAppNumber?: string | null;
|
|
42
|
+
supportPhoneNumber?: string | null;
|
|
43
|
+
verified?: boolean;
|
|
44
|
+
readonly businessName?: string | null;
|
|
45
|
+
readonly businessLegalName?: string | null;
|
|
46
|
+
twitterUsername?: string | null;
|
|
47
|
+
cart?: CartDto;
|
|
48
|
+
wallet?: WalletDto;
|
|
49
|
+
socialProfile?: SocialProfileDto;
|
|
50
|
+
};
|
|
51
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ExtendedTenantDto } from './ExtendedTenantDto';
|
|
6
|
+
export type ExtendedTenantDtoEnvelope = {
|
|
7
|
+
errorMessage?: string | null;
|
|
8
|
+
readonly isSuccess?: boolean;
|
|
9
|
+
readonly timestamp?: string;
|
|
10
|
+
readonly activityId?: string | null;
|
|
11
|
+
correlationId?: string | null;
|
|
12
|
+
result?: ExtendedTenantDto;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
export type IntPtr = Record<string, any>;
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type IntPtr = Record<string, any>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
export type NotificationDto = {
|
|
6
|
-
id?: string | null;
|
|
7
|
-
timestamp?: string | null;
|
|
8
|
-
read?: boolean;
|
|
9
|
-
icon?: string | null;
|
|
10
|
-
message?: string | null;
|
|
11
|
-
redirectUrl?: string | null;
|
|
12
|
-
socialProfileID?: string | null;
|
|
13
|
-
readTimestamp?: string;
|
|
14
|
-
issuedTimestamp?: string;
|
|
15
|
-
};
|
|
16
|
-
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type NotificationDto = {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
timestamp?: string | null;
|
|
8
|
+
read?: boolean;
|
|
9
|
+
icon?: string | null;
|
|
10
|
+
message?: string | null;
|
|
11
|
+
redirectUrl?: string | null;
|
|
12
|
+
socialProfileID?: string | null;
|
|
13
|
+
readTimestamp?: string;
|
|
14
|
+
issuedTimestamp?: string;
|
|
15
|
+
};
|
|
16
|
+
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
import type { NotificationDto } from './NotificationDto';
|
|
6
|
-
export type NotificationDtoListEnvelope = {
|
|
7
|
-
errorMessage?: string | null;
|
|
8
|
-
readonly isSuccess?: boolean;
|
|
9
|
-
readonly timestamp?: string;
|
|
10
|
-
readonly activityId?: string | null;
|
|
11
|
-
correlationId?: string | null;
|
|
12
|
-
result?: Array<NotificationDto> | null;
|
|
13
|
-
};
|
|
14
|
-
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { NotificationDto } from './NotificationDto';
|
|
6
|
+
export type NotificationDtoListEnvelope = {
|
|
7
|
+
errorMessage?: string | null;
|
|
8
|
+
readonly isSuccess?: boolean;
|
|
9
|
+
readonly timestamp?: string;
|
|
10
|
+
readonly activityId?: string | null;
|
|
11
|
+
correlationId?: string | null;
|
|
12
|
+
result?: Array<NotificationDto> | null;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type Operation = {
|
|
6
|
+
readonly operationType?: Operation.operationType;
|
|
7
|
+
path?: string | null;
|
|
8
|
+
op?: string | null;
|
|
9
|
+
from?: string | null;
|
|
10
|
+
value?: any;
|
|
11
|
+
};
|
|
12
|
+
export namespace Operation {
|
|
13
|
+
export enum operationType {
|
|
14
|
+
'_0' = 0,
|
|
15
|
+
'_1' = 1,
|
|
16
|
+
'_2' = 2,
|
|
17
|
+
'_3' = 3,
|
|
18
|
+
'_4' = 4,
|
|
19
|
+
'_5' = 5,
|
|
20
|
+
'_6' = 6,
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type PlatformUserDto = {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
timestamp?: string | null;
|
|
8
|
+
qualifiedName?: string | null;
|
|
9
|
+
birthday?: string;
|
|
10
|
+
firstName?: string | null;
|
|
11
|
+
lastName?: string | null;
|
|
12
|
+
publicName?: string | null;
|
|
13
|
+
idProvider?: string | null;
|
|
14
|
+
languageId?: string | null;
|
|
15
|
+
timezoneId?: string | null;
|
|
16
|
+
gender?: PlatformUserDto.gender;
|
|
17
|
+
cityId?: string | null;
|
|
18
|
+
stateId?: string | null;
|
|
19
|
+
email?: string | null;
|
|
20
|
+
about?: string | null;
|
|
21
|
+
jobTitle?: string | null;
|
|
22
|
+
coverUrl?: string | null;
|
|
23
|
+
avatarUrl?: string | null;
|
|
24
|
+
gitHubUrl?: string | null;
|
|
25
|
+
websiteUrl?: string | null;
|
|
26
|
+
twitterUrl?: string | null;
|
|
27
|
+
facebookUrl?: string | null;
|
|
28
|
+
youTubeUrl?: string | null;
|
|
29
|
+
linkedInUrl?: string | null;
|
|
30
|
+
instagramUrl?: string | null;
|
|
31
|
+
lockoutEnabled?: boolean;
|
|
32
|
+
socialFeedId?: string | null;
|
|
33
|
+
socialProfileId?: string | null;
|
|
34
|
+
currentTenantId?: string | null;
|
|
35
|
+
currentEnrollmentId?: string | null;
|
|
36
|
+
cartId?: string | null;
|
|
37
|
+
walletId?: string | null;
|
|
38
|
+
countryId?: string | null;
|
|
39
|
+
currencyId?: string | null;
|
|
40
|
+
userName?: string | null;
|
|
41
|
+
status?: string | null;
|
|
42
|
+
phoneNumber?: string | null;
|
|
43
|
+
publicIdentifier?: string | null;
|
|
44
|
+
identityProvider?: string | null;
|
|
45
|
+
phoneNumberConfirmed?: boolean;
|
|
46
|
+
emailConfirmed?: boolean;
|
|
47
|
+
availability?: PlatformUserDto.availability;
|
|
48
|
+
enrollmentsCount?: number | null;
|
|
49
|
+
siteTheme?: PlatformUserDto.siteTheme;
|
|
50
|
+
};
|
|
51
|
+
export namespace PlatformUserDto {
|
|
52
|
+
export enum gender {
|
|
53
|
+
'_0' = 0,
|
|
54
|
+
'_1' = 1,
|
|
55
|
+
'_2' = 2,
|
|
56
|
+
}
|
|
57
|
+
export enum availability {
|
|
58
|
+
'_0' = 0,
|
|
59
|
+
'_1' = 1,
|
|
60
|
+
'_2' = 2,
|
|
61
|
+
'_3' = 3,
|
|
62
|
+
'_4' = 4,
|
|
63
|
+
}
|
|
64
|
+
export enum siteTheme {
|
|
65
|
+
'_0' = 0,
|
|
66
|
+
'_1' = 1,
|
|
67
|
+
'_2' = 2,
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { PlatformUserDto } from './PlatformUserDto';
|
|
6
|
+
export type PlatformUserDtoListEnvelope = {
|
|
7
|
+
errorMessage?: string | null;
|
|
8
|
+
readonly isSuccess?: boolean;
|
|
9
|
+
readonly timestamp?: string;
|
|
10
|
+
readonly activityId?: string | null;
|
|
11
|
+
correlationId?: string | null;
|
|
12
|
+
result?: Array<PlatformUserDto> | null;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type SocialProfileDto = {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
timestamp?: string | null;
|
|
8
|
+
type?: SocialProfileDto.type;
|
|
9
|
+
name?: string | null;
|
|
10
|
+
about?: string | null;
|
|
11
|
+
cover?: string | null;
|
|
12
|
+
avatar?: string | null;
|
|
13
|
+
country?: string | null;
|
|
14
|
+
followsCount?: number | null;
|
|
15
|
+
messagesCount?: number | null;
|
|
16
|
+
followersCount?: number | null;
|
|
17
|
+
notificationsCount?: number | null;
|
|
18
|
+
unreadNotificationsCount?: number | null;
|
|
19
|
+
unreadMessagesCount?: number | null;
|
|
20
|
+
socialFeedId?: string | null;
|
|
21
|
+
twitterUrl?: string | null;
|
|
22
|
+
facebookURL?: string | null;
|
|
23
|
+
linkedInURL?: string | null;
|
|
24
|
+
youtubeURL?: string | null;
|
|
25
|
+
githubURL?: string | null;
|
|
26
|
+
pinterestURL?: string | null;
|
|
27
|
+
dribbleURL?: string | null;
|
|
28
|
+
domain?: string | null;
|
|
29
|
+
notes?: string | null;
|
|
30
|
+
};
|
|
31
|
+
export namespace SocialProfileDto {
|
|
32
|
+
export enum type {
|
|
33
|
+
'_0' = 0,
|
|
34
|
+
'_1' = 1,
|
|
35
|
+
'_2' = 2,
|
|
36
|
+
'_3' = 3,
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { SocialProfileDto } from './SocialProfileDto';
|
|
6
|
+
export type SocialProfileDtoEnvelope = {
|
|
7
|
+
errorMessage?: string | null;
|
|
8
|
+
readonly isSuccess?: boolean;
|
|
9
|
+
readonly timestamp?: string;
|
|
10
|
+
readonly activityId?: string | null;
|
|
11
|
+
correlationId?: string | null;
|
|
12
|
+
result?: SocialProfileDto;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
export type StringListEnvelope = {
|
|
6
|
-
errorMessage?: string | null;
|
|
7
|
-
readonly isSuccess?: boolean;
|
|
8
|
-
readonly timestamp?: string;
|
|
9
|
-
readonly activityId?: string | null;
|
|
10
|
-
correlationId?: string | null;
|
|
11
|
-
result?: Array<string> | null;
|
|
12
|
-
};
|
|
13
|
-
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type StringListEnvelope = {
|
|
6
|
+
errorMessage?: string | null;
|
|
7
|
+
readonly isSuccess?: boolean;
|
|
8
|
+
readonly timestamp?: string;
|
|
9
|
+
readonly activityId?: string | null;
|
|
10
|
+
correlationId?: string | null;
|
|
11
|
+
result?: Array<string> | null;
|
|
12
|
+
};
|
|
13
|
+
|