@fenixalliance/abs-api-client 1.0.2 → 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 +4 -4
- package/clients/cartService/core/ApiError.ts +2 -2
- package/clients/cartService/core/ApiRequestOptions.ts +2 -2
- package/clients/cartService/core/ApiResult.ts +2 -2
- package/clients/cartService/core/CancelablePromise.ts +5 -5
- package/clients/cartService/core/OpenAPI.ts +2 -2
- package/clients/cartService/core/request.ts +3 -3
- package/clients/cartService/index.ts +6 -1
- package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
- package/clients/cartService/models/BooleanEnvelope.ts +13 -13
- package/clients/cartService/models/CartDto.ts +18 -18
- package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
- package/clients/cartService/models/CartUpdateRequest.ts +9 -9
- package/clients/cartService/models/CountryDto.ts +14 -0
- package/clients/{holderService/models/OrderDtoListEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CountrySwitchRequest.ts +9 -9
- package/clients/cartService/models/CurrencyDto.ts +13 -0
- package/clients/{holderService/models/InvoiceDtoListEnvelope.ts → cartService/models/CurrencyDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
- package/clients/cartService/models/EmptyEnvelope.ts +11 -11
- package/clients/cartService/models/ErrorEnvelope.ts +12 -12
- package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -12
- package/clients/cartService/models/ItemCartRecordDto.ts +101 -100
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
- package/clients/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/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 -13
- package/clients/{holderService/models/PaymentDtoListEnvelope.ts → 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 -149
- package/clients/cartService/services/CompareService.ts +90 -90
- package/clients/cartService/services/RecordsService.ts +259 -209
- package/clients/cartService/services/WishListsService.ts +197 -145
- package/clients/catalogService/core/ApiError.ts +2 -2
- package/clients/catalogService/core/ApiRequestOptions.ts +2 -2
- package/clients/catalogService/core/ApiResult.ts +2 -2
- package/clients/catalogService/core/CancelablePromise.ts +5 -5
- package/clients/catalogService/core/OpenAPI.ts +2 -2
- package/clients/catalogService/core/request.ts +3 -3
- package/clients/catalogService/index.ts +1 -1
- package/clients/catalogService/models/EmptyEnvelope.ts +11 -11
- package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -19
- 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 -16
- package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/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 -17
- 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 -15
- 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 -21
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageCreateDto.ts +28 -28
- package/clients/catalogService/models/ItemImageDto.ts +28 -28
- package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageUpdateDto.ts +22 -22
- package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -15
- 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 -14
- package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -10
- 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 -13
- 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 -12
- 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 -12
- 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 -17
- 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 -33
- 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 -31
- 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 -108
- package/clients/catalogService/models/StockItemDto.ts +146 -146
- package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemUpdateDto.ts +106 -106
- package/clients/catalogService/services/ItemAttachmentsService.ts +138 -138
- package/clients/catalogService/services/ItemAttributesService.ts +137 -137
- package/clients/catalogService/services/ItemBrandsService.ts +137 -137
- package/clients/catalogService/services/ItemCategoriesService.ts +137 -137
- package/clients/catalogService/services/ItemImagesService.ts +137 -137
- package/clients/catalogService/services/ItemQuestionsService.ts +137 -137
- package/clients/catalogService/services/ItemReviewsService.ts +137 -137
- package/clients/catalogService/services/ItemTagsService.ts +137 -137
- package/clients/catalogService/services/ItemTypesService.ts +137 -137
- package/clients/catalogService/services/PoliciesService.ts +117 -117
- package/clients/catalogService/services/PricingRulesService.ts +135 -135
- package/clients/catalogService/services/ProductsService.ts +1711 -1706
- package/clients/crmService/core/ApiError.ts +2 -2
- package/clients/crmService/core/ApiRequestOptions.ts +2 -2
- package/clients/crmService/core/ApiResult.ts +2 -2
- package/clients/crmService/core/CancelablePromise.ts +5 -5
- package/clients/crmService/core/OpenAPI.ts +2 -2
- package/clients/crmService/core/request.ts +3 -3
- package/clients/crmService/index.ts +4 -1
- package/clients/crmService/models/CartDto.ts +18 -18
- package/clients/crmService/models/CartDtoEnvelope.ts +14 -14
- package/clients/crmService/models/ContactCreateDto.ts +35 -0
- package/clients/crmService/models/ContactDto.ts +60 -57
- package/clients/crmService/models/ContactDtoEnvelope.ts +14 -14
- package/clients/crmService/models/ContactDtoListEnvelope.ts +14 -14
- package/clients/crmService/models/ContactUpdateDto.ts +39 -0
- package/clients/crmService/models/EmptyEnvelope.ts +11 -11
- package/clients/crmService/models/ErrorEnvelope.ts +12 -12
- package/clients/crmService/models/Operation.ts +23 -0
- package/clients/crmService/models/SocialProfileDto.ts +39 -39
- package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -14
- package/clients/crmService/models/WalletDto.ts +22 -22
- package/clients/crmService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/crmService/services/ContactsService.ts +562 -286
- package/clients/crmService/services/SyncService.ts +97 -101
- package/clients/forexService/core/ApiError.ts +2 -2
- package/clients/forexService/core/ApiRequestOptions.ts +2 -2
- package/clients/forexService/core/ApiResult.ts +2 -2
- package/clients/forexService/core/CancelablePromise.ts +5 -5
- package/clients/forexService/core/OpenAPI.ts +2 -2
- package/clients/forexService/core/request.ts +3 -3
- package/clients/forexService/index.ts +4 -1
- package/clients/forexService/models/Currency.ts +9 -9
- package/clients/forexService/models/ErrorEnvelope.ts +12 -12
- 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 -67
- package/clients/forexService/services/ExchangeVService.ts +65 -0
- package/clients/forexService/services/RatesService.ts +90 -46
- package/clients/holderService/core/ApiError.ts +2 -2
- package/clients/holderService/core/ApiRequestOptions.ts +2 -2
- package/clients/holderService/core/ApiResult.ts +2 -2
- package/clients/holderService/core/CancelablePromise.ts +5 -5
- package/clients/holderService/core/OpenAPI.ts +2 -2
- package/clients/holderService/core/request.ts +3 -3
- package/clients/holderService/index.ts +20 -9
- package/clients/holderService/models/AddressDto.ts +31 -31
- package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/CartDto.ts +18 -18
- package/clients/holderService/models/CartDtoEnvelope.ts +14 -14
- 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/holderService/models/ExtendedTenantDto.ts +51 -0
- 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 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/Operation.ts +23 -0
- package/clients/holderService/models/PlatformUserDto.ts +70 -73
- package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -14
- 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 -39
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -14
- package/clients/holderService/models/TenantDto.ts +45 -54
- package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/{TenantEnrollmentDto.ts → TenantEnrolmentDto.ts} +14 -14
- 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/holderService/models/TenantInvitationDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/WalletDto.ts +22 -22
- package/clients/holderService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/holderService/services/HolderService.ts +356 -236
- package/clients/identityService/core/ApiError.ts +2 -2
- package/clients/identityService/core/ApiRequestOptions.ts +2 -2
- package/clients/identityService/core/ApiResult.ts +2 -2
- package/clients/identityService/core/CancelablePromise.ts +5 -5
- package/clients/identityService/core/OpenAPI.ts +2 -2
- package/clients/identityService/core/request.ts +3 -3
- package/clients/identityService/index.ts +2 -2
- package/clients/identityService/models/AccountHolderCreateDto.ts +40 -35
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
- package/clients/identityService/models/Actor.ts +12 -12
- package/clients/identityService/models/ApiResponse.ts +21 -21
- 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/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/identityService/models/TenantDto.ts +45 -54
- package/clients/identityService/services/ApplicationsService.ts +107 -107
- package/clients/identityService/services/CheckerService.ts +19 -20
- package/clients/identityService/services/OAuthService.ts +147 -149
- package/clients/identityService/services/ResourceService.ts +19 -19
- package/clients/identityService/services/UserInfoService.ts +29 -29
- package/clients/inventoryService/core/ApiError.ts +2 -2
- package/clients/inventoryService/core/ApiRequestOptions.ts +2 -2
- package/clients/inventoryService/core/ApiResult.ts +2 -2
- package/clients/inventoryService/core/CancelablePromise.ts +5 -5
- package/clients/inventoryService/core/OpenAPI.ts +2 -2
- package/clients/inventoryService/core/request.ts +3 -3
- package/clients/inventoryService/index.ts +1 -1
- package/clients/inventoryService/services/InventoryService.ts +25 -25
- package/clients/invoicingService/core/ApiError.ts +2 -2
- package/clients/invoicingService/core/ApiRequestOptions.ts +2 -2
- package/clients/invoicingService/core/ApiResult.ts +2 -2
- package/clients/invoicingService/core/CancelablePromise.ts +5 -5
- package/clients/invoicingService/core/OpenAPI.ts +2 -2
- package/clients/invoicingService/core/request.ts +3 -3
- package/clients/invoicingService/index.ts +11 -2
- package/clients/invoicingService/models/ContactDto.ts +60 -0
- package/clients/invoicingService/models/Currency.ts +9 -0
- package/clients/invoicingService/models/EmptyEnvelope.ts +11 -11
- 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 -11
- package/clients/invoicingService/models/InvoiceDto.ts +35 -13
- package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceLineDto.ts +99 -95
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -5
- package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -14
- 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/{tenantService/models/TenantEnrollmentDto.ts → invoicingService/models/TenantEnrolmentDto.ts} +14 -14
- package/clients/invoicingService/services/InvoicesService.ts +465 -301
- package/clients/ordersService/core/ApiError.ts +2 -2
- package/clients/ordersService/core/ApiRequestOptions.ts +2 -2
- package/clients/ordersService/core/ApiResult.ts +2 -2
- package/clients/ordersService/core/CancelablePromise.ts +5 -5
- package/clients/ordersService/core/OpenAPI.ts +2 -2
- package/clients/ordersService/core/request.ts +3 -3
- package/clients/ordersService/index.ts +2 -2
- package/clients/ordersService/models/EmptyEnvelope.ts +11 -11
- package/clients/ordersService/models/ErrorEnvelope.ts +12 -12
- package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -14
- package/clients/ordersService/models/OrderCreateDto.ts +16 -16
- package/clients/ordersService/models/OrderDto.ts +51 -27
- package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderLineDto.ts +99 -95
- package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderUpdateDto.ts +12 -12
- package/clients/ordersService/services/OrdersService.ts +299 -296
- package/clients/pricingService/core/ApiError.ts +2 -2
- package/clients/pricingService/core/ApiRequestOptions.ts +2 -2
- package/clients/pricingService/core/ApiResult.ts +2 -2
- package/clients/pricingService/core/CancelablePromise.ts +5 -5
- package/clients/pricingService/core/OpenAPI.ts +2 -2
- package/clients/pricingService/core/request.ts +3 -3
- package/clients/pricingService/index.ts +1 -1
- package/clients/pricingService/models/Currency.ts +9 -9
- package/clients/pricingService/models/EmptyEnvelope.ts +11 -11
- package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
- package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/pricingService/models/ItemPriceDto.ts +20 -20
- package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -14
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -14
- package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -14
- package/clients/pricingService/models/Money.ts +10 -10
- package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListCreateDto.ts +18 -18
- package/clients/pricingService/models/PriceListDto.ts +17 -17
- package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListUpdateDto.ts +14 -14
- package/clients/pricingService/services/PriceListsService.ts +280 -280
- package/clients/pricingService/services/PricesService.ts +82 -82
- package/clients/systemService/core/ApiError.ts +2 -2
- package/clients/systemService/core/ApiRequestOptions.ts +2 -2
- package/clients/systemService/core/ApiResult.ts +2 -2
- package/clients/systemService/core/CancelablePromise.ts +5 -5
- package/clients/systemService/core/OpenAPI.ts +2 -2
- package/clients/systemService/core/request.ts +3 -3
- package/clients/systemService/index.ts +20 -1
- package/clients/systemService/models/BooleanEnvelope.ts +13 -0
- package/clients/systemService/models/ErrorEnvelope.ts +12 -12
- package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
- package/clients/{holderService/models/TenantEnrollmentDtoListEnvelope.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 -13
- 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 -29
- package/clients/systemService/services/LicensingService.ts +190 -0
- package/clients/systemService/services/MigrationsService.ts +44 -44
- package/clients/systemService/services/ModulesService.ts +51 -0
- package/clients/tenantService/core/ApiError.ts +2 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +2 -2
- package/clients/tenantService/core/ApiResult.ts +2 -2
- package/clients/tenantService/core/CancelablePromise.ts +5 -5
- package/clients/tenantService/core/OpenAPI.ts +2 -2
- package/clients/tenantService/core/request.ts +3 -3
- package/clients/tenantService/index.ts +104 -4
- package/clients/tenantService/models/BooleanEnvelope.ts +13 -13
- package/clients/tenantService/models/CancellationToken.ts +11 -0
- package/clients/tenantService/models/CartDto.ts +18 -18
- package/clients/tenantService/models/CartDtoEnvelope.ts +14 -14
- package/clients/tenantService/models/EmptyEnvelope.ts +11 -11
- package/clients/tenantService/models/ErrorEnvelope.ts +12 -12
- package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/IntPtr.ts +5 -0
- 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 -73
- package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -14
- package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
- package/clients/tenantService/models/SocialProfileDto.ts +39 -39
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -14
- 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/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantCreateDto.ts +25 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
- package/clients/tenantService/models/{TenantEnrollmentDtoEnvelope.ts → TenantDepartmentDtoEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
- package/clients/tenantService/models/TenantDto.ts +45 -54
- package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -14
- 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/tenantService/models/TenantInvitationDtoListEnvelope.ts +14 -0
- 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/tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts +14 -0
- 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/{TenantEnrollmentDtoListEnvelope.ts → TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- 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/tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts +14 -0
- 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 -22
- package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/tenantService/models/WebPortalDto.ts +19 -12
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -14
- 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 -479
- 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 +2 -2
- package/clients/walletsService/core/ApiRequestOptions.ts +2 -2
- package/clients/walletsService/core/ApiResult.ts +2 -2
- package/clients/walletsService/core/CancelablePromise.ts +5 -5
- package/clients/walletsService/core/OpenAPI.ts +2 -2
- package/clients/walletsService/core/request.ts +3 -3
- package/clients/walletsService/index.ts +3 -3
- package/clients/walletsService/models/ErrorEnvelope.ts +12 -12
- package/clients/walletsService/models/InvoiceDto.ts +35 -13
- package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/LocationDto.ts +31 -31
- package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/OrderDto.ts +51 -27
- package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/PaymentDto.ts +17 -17
- package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/WalletDto.ts +22 -22
- package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/walletsService/services/WalletsService.ts +194 -174
- package/package.json +40 -40
- package/schemas/cartService/schema.s.ts +1396 -100
- package/schemas/catalogService/schema.s.ts +148 -141
- package/schemas/crmService/schema.s.ts +522 -58
- package/schemas/forexService/schema.s.ts +102 -339
- package/schemas/holderService/schema.s.ts +578 -153
- package/schemas/identityService/schema.s.ts +43 -70
- package/schemas/inventoryService/schema.s.ts +1 -1
- package/schemas/invoicingService/schema.s.ts +528 -17
- package/schemas/ordersService/schema.s.ts +46 -19
- package/schemas/pricingService/schema.s.ts +13 -13
- package/schemas/systemService/schema.s.ts +1171 -4
- package/schemas/tenantService/schema.s.ts +4978 -396
- package/schemas/walletsService/schema.s.ts +93 -17
- package/tsconfig.json +110 -110
- package/vite.config.js +28 -28
- package/wwwroot/build/bundle.js +1 -1
- package/clients/holderService/models/InvoiceDto.ts +0 -13
- package/clients/holderService/models/OrderDto.ts +0 -27
- package/clients/holderService/models/PaymentDto.ts +0 -17
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
export interface paths {
|
|
8
8
|
"/api/v2/Me": {
|
|
9
|
-
/** Get the current user profile */
|
|
10
9
|
get: {
|
|
11
10
|
parameters: {
|
|
12
11
|
query?: {
|
|
@@ -14,11 +13,12 @@ export interface paths {
|
|
|
14
13
|
};
|
|
15
14
|
};
|
|
16
15
|
responses: {
|
|
17
|
-
/** @description
|
|
16
|
+
/** @description OK */
|
|
18
17
|
200: {
|
|
19
18
|
content: {
|
|
20
19
|
"application/json": components["schemas"]["PlatformUserDtoEnvelope"];
|
|
21
20
|
"application/xml": components["schemas"]["PlatformUserDtoEnvelope"];
|
|
21
|
+
"multipart/form-data": components["schemas"]["PlatformUserDtoEnvelope"];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
/** @description Unauthorized */
|
|
@@ -26,6 +26,174 @@ export interface paths {
|
|
|
26
26
|
content: {
|
|
27
27
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
28
28
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
29
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
put: {
|
|
35
|
+
parameters: {
|
|
36
|
+
query?: {
|
|
37
|
+
"api-version"?: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
requestBody?: {
|
|
41
|
+
content: {
|
|
42
|
+
"application/json": components["schemas"]["PlatformUserUpdateDto"];
|
|
43
|
+
"application/xml": components["schemas"]["PlatformUserUpdateDto"];
|
|
44
|
+
"multipart/form-data": components["schemas"]["PlatformUserUpdateDto"];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
responses: {
|
|
48
|
+
/** @description OK */
|
|
49
|
+
200: {
|
|
50
|
+
content: {
|
|
51
|
+
"application/json": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
52
|
+
"application/xml": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
53
|
+
"multipart/form-data": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
/** @description Unauthorized */
|
|
57
|
+
401: {
|
|
58
|
+
content: {
|
|
59
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
60
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
61
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
patch: {
|
|
67
|
+
parameters: {
|
|
68
|
+
query?: {
|
|
69
|
+
"api-version"?: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
requestBody?: {
|
|
73
|
+
content: {
|
|
74
|
+
"application/json": components["schemas"]["Operation"][];
|
|
75
|
+
"application/xml": components["schemas"]["Operation"][];
|
|
76
|
+
"multipart/form-data": components["schemas"]["Operation"][];
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
responses: {
|
|
80
|
+
/** @description OK */
|
|
81
|
+
200: {
|
|
82
|
+
content: {
|
|
83
|
+
"application/json": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
84
|
+
"application/xml": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
85
|
+
"multipart/form-data": components["schemas"]["EmptyEnvelopeEnvelope"];
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
/** @description Unauthorized */
|
|
89
|
+
401: {
|
|
90
|
+
content: {
|
|
91
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
92
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
93
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
"/api/v2/Me/Extended": {
|
|
100
|
+
get: {
|
|
101
|
+
parameters: {
|
|
102
|
+
query?: {
|
|
103
|
+
"api-version"?: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
responses: {
|
|
107
|
+
/** @description OK */
|
|
108
|
+
200: {
|
|
109
|
+
content: {
|
|
110
|
+
"application/json": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
|
|
111
|
+
"application/xml": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
|
|
112
|
+
"multipart/form-data": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
/** @description Unauthorized */
|
|
116
|
+
401: {
|
|
117
|
+
content: {
|
|
118
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
119
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
120
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
"/api/v2/Me/Avatar": {
|
|
127
|
+
get: {
|
|
128
|
+
parameters: {
|
|
129
|
+
query?: {
|
|
130
|
+
"api-version"?: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
responses: {
|
|
134
|
+
/** @description OK */
|
|
135
|
+
200: {
|
|
136
|
+
content: {
|
|
137
|
+
"application/json": components["schemas"]["FollowRecordDto"][];
|
|
138
|
+
"application/xml": components["schemas"]["FollowRecordDto"][];
|
|
139
|
+
"multipart/form-data": components["schemas"]["FollowRecordDto"][];
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
/** @description Unauthorized */
|
|
143
|
+
401: {
|
|
144
|
+
content: {
|
|
145
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
146
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
147
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
post: {
|
|
153
|
+
parameters: {
|
|
154
|
+
query?: {
|
|
155
|
+
"api-version"?: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
requestBody?: {
|
|
159
|
+
content: {
|
|
160
|
+
"multipart/form-data": {
|
|
161
|
+
/** Format: binary */
|
|
162
|
+
avatar?: string;
|
|
163
|
+
};
|
|
164
|
+
"application/json": {
|
|
165
|
+
/** Format: binary */
|
|
166
|
+
avatar?: string;
|
|
167
|
+
};
|
|
168
|
+
"application/xml": {
|
|
169
|
+
/** Format: binary */
|
|
170
|
+
avatar?: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
responses: {
|
|
175
|
+
/** @description OK */
|
|
176
|
+
200: {
|
|
177
|
+
content: {
|
|
178
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
179
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
180
|
+
"multipart/form-data": components["schemas"]["EmptyEnvelope"];
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
/** @description Unauthorized */
|
|
184
|
+
401: {
|
|
185
|
+
content: {
|
|
186
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
187
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
188
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
/** @description Forbidden */
|
|
192
|
+
403: {
|
|
193
|
+
content: {
|
|
194
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
195
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
196
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
29
197
|
};
|
|
30
198
|
};
|
|
31
199
|
};
|
|
@@ -41,11 +209,12 @@ export interface paths {
|
|
|
41
209
|
};
|
|
42
210
|
};
|
|
43
211
|
responses: {
|
|
44
|
-
/** @description
|
|
212
|
+
/** @description OK */
|
|
45
213
|
200: {
|
|
46
214
|
content: {
|
|
47
215
|
"application/json": components["schemas"]["FollowRecordDto"][];
|
|
48
216
|
"application/xml": components["schemas"]["FollowRecordDto"][];
|
|
217
|
+
"multipart/form-data": components["schemas"]["FollowRecordDto"][];
|
|
49
218
|
};
|
|
50
219
|
};
|
|
51
220
|
/** @description Unauthorized */
|
|
@@ -53,6 +222,7 @@ export interface paths {
|
|
|
53
222
|
content: {
|
|
54
223
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
55
224
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
225
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
56
226
|
};
|
|
57
227
|
};
|
|
58
228
|
};
|
|
@@ -68,11 +238,12 @@ export interface paths {
|
|
|
68
238
|
};
|
|
69
239
|
};
|
|
70
240
|
responses: {
|
|
71
|
-
/** @description
|
|
241
|
+
/** @description OK */
|
|
72
242
|
200: {
|
|
73
243
|
content: {
|
|
74
244
|
"application/json": components["schemas"]["FollowRecordDto"][];
|
|
75
245
|
"application/xml": components["schemas"]["FollowRecordDto"][];
|
|
246
|
+
"multipart/form-data": components["schemas"]["FollowRecordDto"][];
|
|
76
247
|
};
|
|
77
248
|
};
|
|
78
249
|
/** @description Unauthorized */
|
|
@@ -80,6 +251,7 @@ export interface paths {
|
|
|
80
251
|
content: {
|
|
81
252
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
82
253
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
254
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
83
255
|
};
|
|
84
256
|
};
|
|
85
257
|
};
|
|
@@ -93,11 +265,12 @@ export interface paths {
|
|
|
93
265
|
};
|
|
94
266
|
};
|
|
95
267
|
responses: {
|
|
96
|
-
/** @description
|
|
268
|
+
/** @description OK */
|
|
97
269
|
200: {
|
|
98
270
|
content: {
|
|
99
271
|
"application/json": components["schemas"]["TenantDtoListEnvelope"];
|
|
100
272
|
"application/xml": components["schemas"]["TenantDtoListEnvelope"];
|
|
273
|
+
"multipart/form-data": components["schemas"]["TenantDtoListEnvelope"];
|
|
101
274
|
};
|
|
102
275
|
};
|
|
103
276
|
/** @description Unauthorized */
|
|
@@ -105,6 +278,7 @@ export interface paths {
|
|
|
105
278
|
content: {
|
|
106
279
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
107
280
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
281
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
108
282
|
};
|
|
109
283
|
};
|
|
110
284
|
/** @description Forbidden */
|
|
@@ -112,12 +286,13 @@ export interface paths {
|
|
|
112
286
|
content: {
|
|
113
287
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
114
288
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
289
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
115
290
|
};
|
|
116
291
|
};
|
|
117
292
|
};
|
|
118
293
|
};
|
|
119
294
|
};
|
|
120
|
-
"/api/v2/Me/
|
|
295
|
+
"/api/v2/Me/Businesses/Extended": {
|
|
121
296
|
get: {
|
|
122
297
|
parameters: {
|
|
123
298
|
query?: {
|
|
@@ -125,11 +300,12 @@ export interface paths {
|
|
|
125
300
|
};
|
|
126
301
|
};
|
|
127
302
|
responses: {
|
|
128
|
-
/** @description
|
|
303
|
+
/** @description OK */
|
|
129
304
|
200: {
|
|
130
305
|
content: {
|
|
131
|
-
"application/json": components["schemas"]["
|
|
132
|
-
"application/xml": components["schemas"]["
|
|
306
|
+
"application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
|
|
307
|
+
"application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
|
|
308
|
+
"multipart/form-data": components["schemas"]["ExtendedTenantDtoListEnvelope"];
|
|
133
309
|
};
|
|
134
310
|
};
|
|
135
311
|
/** @description Unauthorized */
|
|
@@ -137,12 +313,21 @@ export interface paths {
|
|
|
137
313
|
content: {
|
|
138
314
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
139
315
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
316
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
/** @description Forbidden */
|
|
320
|
+
403: {
|
|
321
|
+
content: {
|
|
322
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
323
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
324
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
140
325
|
};
|
|
141
326
|
};
|
|
142
327
|
};
|
|
143
328
|
};
|
|
144
329
|
};
|
|
145
|
-
"/api/v2/Me/
|
|
330
|
+
"/api/v2/Me/Enrollments": {
|
|
146
331
|
get: {
|
|
147
332
|
parameters: {
|
|
148
333
|
query?: {
|
|
@@ -150,11 +335,12 @@ export interface paths {
|
|
|
150
335
|
};
|
|
151
336
|
};
|
|
152
337
|
responses: {
|
|
153
|
-
/** @description
|
|
338
|
+
/** @description OK */
|
|
154
339
|
200: {
|
|
155
340
|
content: {
|
|
156
|
-
"application/json": components["schemas"]["
|
|
157
|
-
"application/xml": components["schemas"]["
|
|
341
|
+
"application/json": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
|
|
342
|
+
"application/xml": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
|
|
343
|
+
"multipart/form-data": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
|
|
158
344
|
};
|
|
159
345
|
};
|
|
160
346
|
/** @description Unauthorized */
|
|
@@ -162,12 +348,13 @@ export interface paths {
|
|
|
162
348
|
content: {
|
|
163
349
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
164
350
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
351
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
165
352
|
};
|
|
166
353
|
};
|
|
167
354
|
};
|
|
168
355
|
};
|
|
169
356
|
};
|
|
170
|
-
"/api/v2/Me/
|
|
357
|
+
"/api/v2/Me/Enrollments/Extended": {
|
|
171
358
|
get: {
|
|
172
359
|
parameters: {
|
|
173
360
|
query?: {
|
|
@@ -175,11 +362,12 @@ export interface paths {
|
|
|
175
362
|
};
|
|
176
363
|
};
|
|
177
364
|
responses: {
|
|
178
|
-
/** @description
|
|
365
|
+
/** @description OK */
|
|
179
366
|
200: {
|
|
180
367
|
content: {
|
|
181
|
-
"application/json": components["schemas"]["
|
|
182
|
-
"application/xml": components["schemas"]["
|
|
368
|
+
"application/json": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
|
|
369
|
+
"application/xml": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
|
|
370
|
+
"multipart/form-data": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
|
|
183
371
|
};
|
|
184
372
|
};
|
|
185
373
|
/** @description Unauthorized */
|
|
@@ -187,24 +375,36 @@ export interface paths {
|
|
|
187
375
|
content: {
|
|
188
376
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
189
377
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
378
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
190
379
|
};
|
|
191
380
|
};
|
|
192
381
|
};
|
|
193
382
|
};
|
|
194
383
|
};
|
|
195
|
-
"/api/v2/Me/
|
|
384
|
+
"/api/v2/Me/Enrollments/{enrollmentId}": {
|
|
196
385
|
get: {
|
|
197
386
|
parameters: {
|
|
198
387
|
query?: {
|
|
199
388
|
"api-version"?: string;
|
|
200
389
|
};
|
|
390
|
+
path: {
|
|
391
|
+
enrollmentId: string;
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
requestBody?: {
|
|
395
|
+
content: {
|
|
396
|
+
"application/json": components["schemas"]["EnrollmentId"];
|
|
397
|
+
"application/xml": components["schemas"]["EnrollmentId"];
|
|
398
|
+
"multipart/form-data": components["schemas"]["EnrollmentId"];
|
|
399
|
+
};
|
|
201
400
|
};
|
|
202
401
|
responses: {
|
|
203
|
-
/** @description
|
|
402
|
+
/** @description OK */
|
|
204
403
|
200: {
|
|
205
404
|
content: {
|
|
206
|
-
"application/json": components["schemas"]["
|
|
207
|
-
"application/xml": components["schemas"]["
|
|
405
|
+
"application/json": components["schemas"]["TenantEnrolmentDtoEnvelope"];
|
|
406
|
+
"application/xml": components["schemas"]["TenantEnrolmentDtoEnvelope"];
|
|
407
|
+
"multipart/form-data": components["schemas"]["TenantEnrolmentDtoEnvelope"];
|
|
208
408
|
};
|
|
209
409
|
};
|
|
210
410
|
/** @description Unauthorized */
|
|
@@ -212,12 +412,13 @@ export interface paths {
|
|
|
212
412
|
content: {
|
|
213
413
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
214
414
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
415
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
215
416
|
};
|
|
216
417
|
};
|
|
217
418
|
};
|
|
218
419
|
};
|
|
219
420
|
};
|
|
220
|
-
"/api/v2/Me/
|
|
421
|
+
"/api/v2/Me/SocialProfile": {
|
|
221
422
|
get: {
|
|
222
423
|
parameters: {
|
|
223
424
|
query?: {
|
|
@@ -225,11 +426,12 @@ export interface paths {
|
|
|
225
426
|
};
|
|
226
427
|
};
|
|
227
428
|
responses: {
|
|
228
|
-
/** @description
|
|
429
|
+
/** @description OK */
|
|
229
430
|
200: {
|
|
230
431
|
content: {
|
|
231
|
-
"application/json": components["schemas"]["
|
|
232
|
-
"application/xml": components["schemas"]["
|
|
432
|
+
"application/json": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
433
|
+
"application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
434
|
+
"multipart/form-data": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
233
435
|
};
|
|
234
436
|
};
|
|
235
437
|
/** @description Unauthorized */
|
|
@@ -237,12 +439,13 @@ export interface paths {
|
|
|
237
439
|
content: {
|
|
238
440
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
239
441
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
442
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
240
443
|
};
|
|
241
444
|
};
|
|
242
445
|
};
|
|
243
446
|
};
|
|
244
447
|
};
|
|
245
|
-
"/api/v2/Me/
|
|
448
|
+
"/api/v2/Me/Cart": {
|
|
246
449
|
get: {
|
|
247
450
|
parameters: {
|
|
248
451
|
query?: {
|
|
@@ -250,17 +453,26 @@ export interface paths {
|
|
|
250
453
|
};
|
|
251
454
|
};
|
|
252
455
|
responses: {
|
|
456
|
+
/** @description OK */
|
|
457
|
+
200: {
|
|
458
|
+
content: {
|
|
459
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
460
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
461
|
+
"multipart/form-data": components["schemas"]["CartDtoEnvelope"];
|
|
462
|
+
};
|
|
463
|
+
};
|
|
253
464
|
/** @description Unauthorized */
|
|
254
465
|
401: {
|
|
255
466
|
content: {
|
|
256
467
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
257
468
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
469
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
258
470
|
};
|
|
259
471
|
};
|
|
260
472
|
};
|
|
261
473
|
};
|
|
262
474
|
};
|
|
263
|
-
"/api/v2/Me/
|
|
475
|
+
"/api/v2/Me/Wallet": {
|
|
264
476
|
get: {
|
|
265
477
|
parameters: {
|
|
266
478
|
query?: {
|
|
@@ -268,21 +480,26 @@ export interface paths {
|
|
|
268
480
|
};
|
|
269
481
|
};
|
|
270
482
|
responses: {
|
|
271
|
-
/** @description
|
|
483
|
+
/** @description OK */
|
|
272
484
|
200: {
|
|
273
|
-
content:
|
|
485
|
+
content: {
|
|
486
|
+
"application/json": components["schemas"]["WalletDtoEnvelope"];
|
|
487
|
+
"application/xml": components["schemas"]["WalletDtoEnvelope"];
|
|
488
|
+
"multipart/form-data": components["schemas"]["WalletDtoEnvelope"];
|
|
489
|
+
};
|
|
274
490
|
};
|
|
275
491
|
/** @description Unauthorized */
|
|
276
492
|
401: {
|
|
277
493
|
content: {
|
|
278
494
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
279
495
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
496
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
280
497
|
};
|
|
281
498
|
};
|
|
282
499
|
};
|
|
283
500
|
};
|
|
284
501
|
};
|
|
285
|
-
"/api/v2/Me/
|
|
502
|
+
"/api/v2/Me/Notifications": {
|
|
286
503
|
get: {
|
|
287
504
|
parameters: {
|
|
288
505
|
query?: {
|
|
@@ -290,11 +507,12 @@ export interface paths {
|
|
|
290
507
|
};
|
|
291
508
|
};
|
|
292
509
|
responses: {
|
|
293
|
-
/** @description
|
|
510
|
+
/** @description OK */
|
|
294
511
|
200: {
|
|
295
512
|
content: {
|
|
296
|
-
"application/json": components["schemas"]["
|
|
297
|
-
"application/xml": components["schemas"]["
|
|
513
|
+
"application/json": components["schemas"]["NotificationDtoListEnvelope"];
|
|
514
|
+
"application/xml": components["schemas"]["NotificationDtoListEnvelope"];
|
|
515
|
+
"multipart/form-data": components["schemas"]["NotificationDtoListEnvelope"];
|
|
298
516
|
};
|
|
299
517
|
};
|
|
300
518
|
/** @description Unauthorized */
|
|
@@ -302,12 +520,13 @@ export interface paths {
|
|
|
302
520
|
content: {
|
|
303
521
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
304
522
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
523
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
305
524
|
};
|
|
306
525
|
};
|
|
307
526
|
};
|
|
308
527
|
};
|
|
309
528
|
};
|
|
310
|
-
"/api/v2/Me/
|
|
529
|
+
"/api/v2/Me/Settings": {
|
|
311
530
|
get: {
|
|
312
531
|
parameters: {
|
|
313
532
|
query?: {
|
|
@@ -315,11 +534,12 @@ export interface paths {
|
|
|
315
534
|
};
|
|
316
535
|
};
|
|
317
536
|
responses: {
|
|
318
|
-
/** @description
|
|
537
|
+
/** @description OK */
|
|
319
538
|
200: {
|
|
320
539
|
content: {
|
|
321
|
-
"application/json": components["schemas"]["
|
|
322
|
-
"application/xml": components["schemas"]["
|
|
540
|
+
"application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
541
|
+
"application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
542
|
+
"multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
323
543
|
};
|
|
324
544
|
};
|
|
325
545
|
/** @description Unauthorized */
|
|
@@ -327,12 +547,45 @@ export interface paths {
|
|
|
327
547
|
content: {
|
|
328
548
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
329
549
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
550
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
put: {
|
|
556
|
+
parameters: {
|
|
557
|
+
query?: {
|
|
558
|
+
"api-version"?: string;
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
requestBody?: {
|
|
562
|
+
content: {
|
|
563
|
+
"application/json": components["schemas"]["PlatformUserSettingsUpdateDto"];
|
|
564
|
+
"application/xml": components["schemas"]["PlatformUserSettingsUpdateDto"];
|
|
565
|
+
"multipart/form-data": components["schemas"]["PlatformUserSettingsUpdateDto"];
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
responses: {
|
|
569
|
+
/** @description OK */
|
|
570
|
+
200: {
|
|
571
|
+
content: {
|
|
572
|
+
"application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
573
|
+
"application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
574
|
+
"multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
/** @description Unauthorized */
|
|
578
|
+
401: {
|
|
579
|
+
content: {
|
|
580
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
581
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
582
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
330
583
|
};
|
|
331
584
|
};
|
|
332
585
|
};
|
|
333
586
|
};
|
|
334
587
|
};
|
|
335
|
-
"/api/v2/Me/
|
|
588
|
+
"/api/v2/Me/Addresses": {
|
|
336
589
|
get: {
|
|
337
590
|
parameters: {
|
|
338
591
|
query?: {
|
|
@@ -340,11 +593,12 @@ export interface paths {
|
|
|
340
593
|
};
|
|
341
594
|
};
|
|
342
595
|
responses: {
|
|
343
|
-
/** @description
|
|
596
|
+
/** @description OK */
|
|
344
597
|
200: {
|
|
345
598
|
content: {
|
|
346
|
-
"application/json": components["schemas"]["
|
|
347
|
-
"application/xml": components["schemas"]["
|
|
599
|
+
"application/json": components["schemas"]["AddressDtoListEnvelope"];
|
|
600
|
+
"application/xml": components["schemas"]["AddressDtoListEnvelope"];
|
|
601
|
+
"multipart/form-data": components["schemas"]["AddressDtoListEnvelope"];
|
|
348
602
|
};
|
|
349
603
|
};
|
|
350
604
|
/** @description Unauthorized */
|
|
@@ -352,12 +606,13 @@ export interface paths {
|
|
|
352
606
|
content: {
|
|
353
607
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
354
608
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
609
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
355
610
|
};
|
|
356
611
|
};
|
|
357
612
|
};
|
|
358
613
|
};
|
|
359
614
|
};
|
|
360
|
-
"/api/v2/Me/
|
|
615
|
+
"/api/v2/Me/Invitations": {
|
|
361
616
|
get: {
|
|
362
617
|
parameters: {
|
|
363
618
|
query?: {
|
|
@@ -365,11 +620,12 @@ export interface paths {
|
|
|
365
620
|
};
|
|
366
621
|
};
|
|
367
622
|
responses: {
|
|
368
|
-
/** @description
|
|
623
|
+
/** @description OK */
|
|
369
624
|
200: {
|
|
370
625
|
content: {
|
|
371
|
-
"application/json": components["schemas"]["
|
|
372
|
-
"application/xml": components["schemas"]["
|
|
626
|
+
"application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
627
|
+
"application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
628
|
+
"multipart/form-data": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
373
629
|
};
|
|
374
630
|
};
|
|
375
631
|
/** @description Unauthorized */
|
|
@@ -377,6 +633,7 @@ export interface paths {
|
|
|
377
633
|
content: {
|
|
378
634
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
379
635
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
636
|
+
"multipart/form-data": components["schemas"]["ErrorEnvelope"];
|
|
380
637
|
};
|
|
381
638
|
};
|
|
382
639
|
};
|
|
@@ -402,7 +659,7 @@ export interface components {
|
|
|
402
659
|
address3?: string | null;
|
|
403
660
|
unit?: string | null;
|
|
404
661
|
cityId?: string | null;
|
|
405
|
-
|
|
662
|
+
stateId?: string | null;
|
|
406
663
|
postalCode?: string | null;
|
|
407
664
|
countryId?: string | null;
|
|
408
665
|
/** Format: double */
|
|
@@ -454,124 +711,217 @@ export interface components {
|
|
|
454
711
|
correlationId?: string | null;
|
|
455
712
|
result?: components["schemas"]["CartDto"];
|
|
456
713
|
};
|
|
457
|
-
|
|
714
|
+
EmptyEnvelope: {
|
|
458
715
|
errorMessage?: string | null;
|
|
459
716
|
isSuccess?: boolean;
|
|
460
717
|
/** Format: date-time */
|
|
461
718
|
timestamp?: string;
|
|
462
719
|
activityId?: string | null;
|
|
463
|
-
correlationId?: string | null;
|
|
464
720
|
};
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
followerID?: string | null;
|
|
469
|
-
followedID?: string | null;
|
|
470
|
-
alerts?: boolean;
|
|
471
|
-
};
|
|
472
|
-
InvoiceDto: {
|
|
473
|
-
id?: string | null;
|
|
721
|
+
EmptyEnvelopeEnvelope: {
|
|
722
|
+
errorMessage?: string | null;
|
|
723
|
+
isSuccess?: boolean;
|
|
474
724
|
/** Format: date-time */
|
|
475
|
-
timestamp?: string
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
forexRate?: number;
|
|
480
|
-
/** Format: double */
|
|
481
|
-
totalAmountInUsd?: number;
|
|
725
|
+
timestamp?: string;
|
|
726
|
+
activityId?: string | null;
|
|
727
|
+
correlationId?: string | null;
|
|
728
|
+
result?: components["schemas"]["EmptyEnvelope"];
|
|
482
729
|
};
|
|
483
|
-
|
|
730
|
+
EnrollmentId: Record<string, never>;
|
|
731
|
+
ErrorEnvelope: {
|
|
484
732
|
errorMessage?: string | null;
|
|
485
733
|
isSuccess?: boolean;
|
|
486
734
|
/** Format: date-time */
|
|
487
735
|
timestamp?: string;
|
|
488
736
|
activityId?: string | null;
|
|
489
737
|
correlationId?: string | null;
|
|
490
|
-
result?: components["schemas"]["InvoiceDto"][] | null;
|
|
491
738
|
};
|
|
492
|
-
|
|
739
|
+
ExtendedPlatformUserDto: {
|
|
493
740
|
id?: string | null;
|
|
494
741
|
/** Format: date-time */
|
|
495
742
|
timestamp?: string | null;
|
|
496
|
-
|
|
497
|
-
icon?: string | null;
|
|
498
|
-
message?: string | null;
|
|
499
|
-
redirectUrl?: string | null;
|
|
500
|
-
socialProfileID?: string | null;
|
|
501
|
-
/** Format: date-time */
|
|
502
|
-
readTimestamp?: string;
|
|
743
|
+
qualifiedName?: string | null;
|
|
503
744
|
/** Format: date-time */
|
|
504
|
-
|
|
745
|
+
birthday?: string;
|
|
746
|
+
firstName?: string | null;
|
|
747
|
+
lastName?: string | null;
|
|
748
|
+
publicName?: string | null;
|
|
749
|
+
idProvider?: string | null;
|
|
750
|
+
languageId?: string | null;
|
|
751
|
+
timezoneId?: string | null;
|
|
752
|
+
/**
|
|
753
|
+
* Format: int32
|
|
754
|
+
* @enum {integer}
|
|
755
|
+
*/
|
|
756
|
+
gender?: 0 | 1 | 2;
|
|
757
|
+
cityId?: string | null;
|
|
758
|
+
stateId?: string | null;
|
|
759
|
+
email?: string | null;
|
|
760
|
+
about?: string | null;
|
|
761
|
+
jobTitle?: string | null;
|
|
762
|
+
coverUrl?: string | null;
|
|
763
|
+
avatarUrl?: string | null;
|
|
764
|
+
gitHubUrl?: string | null;
|
|
765
|
+
websiteUrl?: string | null;
|
|
766
|
+
twitterUrl?: string | null;
|
|
767
|
+
facebookUrl?: string | null;
|
|
768
|
+
youTubeUrl?: string | null;
|
|
769
|
+
linkedInUrl?: string | null;
|
|
770
|
+
instagramUrl?: string | null;
|
|
771
|
+
lockoutEnabled?: boolean;
|
|
772
|
+
socialFeedId?: string | null;
|
|
773
|
+
socialProfileId?: string | null;
|
|
774
|
+
currentTenantId?: string | null;
|
|
775
|
+
currentEnrollmentId?: string | null;
|
|
776
|
+
cartId?: string | null;
|
|
777
|
+
walletId?: string | null;
|
|
778
|
+
countryId?: string | null;
|
|
779
|
+
currencyId?: string | null;
|
|
780
|
+
userName?: string | null;
|
|
781
|
+
status?: string | null;
|
|
782
|
+
phoneNumber?: string | null;
|
|
783
|
+
publicIdentifier?: string | null;
|
|
784
|
+
identityProvider?: string | null;
|
|
785
|
+
phoneNumberConfirmed?: boolean;
|
|
786
|
+
emailConfirmed?: boolean;
|
|
787
|
+
/**
|
|
788
|
+
* Format: int32
|
|
789
|
+
* @enum {integer}
|
|
790
|
+
*/
|
|
791
|
+
availability?: 0 | 1 | 2 | 3 | 4;
|
|
792
|
+
/** Format: int32 */
|
|
793
|
+
enrollmentsCount?: number | null;
|
|
794
|
+
/**
|
|
795
|
+
* Format: int32
|
|
796
|
+
* @enum {integer}
|
|
797
|
+
*/
|
|
798
|
+
siteTheme?: 0 | 1 | 2;
|
|
799
|
+
cart?: components["schemas"]["CartDto"];
|
|
800
|
+
wallet?: components["schemas"]["WalletDto"];
|
|
801
|
+
socialProfile?: components["schemas"]["SocialProfileDto"];
|
|
802
|
+
settings?: components["schemas"]["PlatformUserSettingsDto"];
|
|
505
803
|
};
|
|
506
|
-
|
|
804
|
+
ExtendedPlatformUserDtoEnvelope: {
|
|
507
805
|
errorMessage?: string | null;
|
|
508
806
|
isSuccess?: boolean;
|
|
509
807
|
/** Format: date-time */
|
|
510
808
|
timestamp?: string;
|
|
511
809
|
activityId?: string | null;
|
|
512
810
|
correlationId?: string | null;
|
|
513
|
-
result?: components["schemas"]["
|
|
811
|
+
result?: components["schemas"]["ExtendedPlatformUserDto"];
|
|
514
812
|
};
|
|
515
|
-
|
|
813
|
+
ExtendedTenantDto: {
|
|
516
814
|
id?: string | null;
|
|
517
815
|
/** Format: date-time */
|
|
518
816
|
timestamp?: string | null;
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
817
|
+
qualifiedName?: string | null;
|
|
818
|
+
taxId?: string | null;
|
|
819
|
+
about?: string | null;
|
|
820
|
+
walletId?: string | null;
|
|
821
|
+
socialFeedId?: string | null;
|
|
822
|
+
businessIndustryId?: string | null;
|
|
823
|
+
businessSegmentId?: string | null;
|
|
824
|
+
socialProfileId?: string | null;
|
|
825
|
+
languageId?: string | null;
|
|
826
|
+
name?: string | null;
|
|
827
|
+
duns?: string | null;
|
|
828
|
+
slogan?: string | null;
|
|
829
|
+
legalName?: string | null;
|
|
830
|
+
coverUrl?: string | null;
|
|
831
|
+
avatarUrl?: string | null;
|
|
832
|
+
cartId?: string | null;
|
|
833
|
+
currencyId?: string | null;
|
|
834
|
+
timezoneId?: string | null;
|
|
526
835
|
countryId?: string | null;
|
|
527
|
-
|
|
836
|
+
stateId?: string | null;
|
|
528
837
|
cityId?: string | null;
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
838
|
+
email?: string | null;
|
|
839
|
+
phone?: string | null;
|
|
840
|
+
webUrl?: string | null;
|
|
841
|
+
facebookUrl?: string | null;
|
|
842
|
+
twitterUrl?: string | null;
|
|
843
|
+
gitHubUrl?: string | null;
|
|
844
|
+
linkedInUrl?: string | null;
|
|
845
|
+
instagramUrl?: string | null;
|
|
846
|
+
youTubeUrl?: string | null;
|
|
847
|
+
whatsAppNumber?: string | null;
|
|
848
|
+
supportPhoneNumber?: string | null;
|
|
849
|
+
verified?: boolean;
|
|
850
|
+
businessName?: string | null;
|
|
851
|
+
businessLegalName?: string | null;
|
|
852
|
+
twitterUsername?: string | null;
|
|
853
|
+
cart?: components["schemas"]["CartDto"];
|
|
854
|
+
wallet?: components["schemas"]["WalletDto"];
|
|
855
|
+
socialProfile?: components["schemas"]["SocialProfileDto"];
|
|
541
856
|
};
|
|
542
|
-
|
|
857
|
+
ExtendedTenantDtoListEnvelope: {
|
|
543
858
|
errorMessage?: string | null;
|
|
544
859
|
isSuccess?: boolean;
|
|
545
860
|
/** Format: date-time */
|
|
546
861
|
timestamp?: string;
|
|
547
862
|
activityId?: string | null;
|
|
548
863
|
correlationId?: string | null;
|
|
549
|
-
result?: components["schemas"]["
|
|
864
|
+
result?: components["schemas"]["ExtendedTenantDto"][] | null;
|
|
550
865
|
};
|
|
551
|
-
|
|
866
|
+
ExtendedTenantEnrolmentDto: {
|
|
552
867
|
id?: string | null;
|
|
868
|
+
isRoot?: boolean;
|
|
869
|
+
isOwner?: boolean;
|
|
870
|
+
isAdmin?: boolean;
|
|
871
|
+
isDisabled?: boolean;
|
|
872
|
+
tenantId?: string | null;
|
|
873
|
+
userId?: string | null;
|
|
874
|
+
tenant?: components["schemas"]["TenantDto"];
|
|
875
|
+
};
|
|
876
|
+
ExtendedTenantEnrolmentDtoListEnvelope: {
|
|
877
|
+
errorMessage?: string | null;
|
|
878
|
+
isSuccess?: boolean;
|
|
553
879
|
/** Format: date-time */
|
|
554
880
|
timestamp?: string;
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
receptorWalletId?: string | null;
|
|
559
|
-
currencyID?: string | null;
|
|
560
|
-
/** Format: double */
|
|
561
|
-
forexRate?: number;
|
|
562
|
-
/** Format: double */
|
|
563
|
-
totalCost?: number;
|
|
564
|
-
/** Format: double */
|
|
565
|
-
totalTaxes?: number;
|
|
881
|
+
activityId?: string | null;
|
|
882
|
+
correlationId?: string | null;
|
|
883
|
+
result?: components["schemas"]["ExtendedTenantEnrolmentDto"][] | null;
|
|
566
884
|
};
|
|
567
|
-
|
|
885
|
+
FollowRecordDto: {
|
|
886
|
+
id?: string | null;
|
|
887
|
+
type?: string | null;
|
|
888
|
+
followerID?: string | null;
|
|
889
|
+
followedID?: string | null;
|
|
890
|
+
alerts?: boolean;
|
|
891
|
+
};
|
|
892
|
+
NotificationDto: {
|
|
893
|
+
id?: string | null;
|
|
894
|
+
/** Format: date-time */
|
|
895
|
+
timestamp?: string | null;
|
|
896
|
+
read?: boolean;
|
|
897
|
+
icon?: string | null;
|
|
898
|
+
message?: string | null;
|
|
899
|
+
redirectUrl?: string | null;
|
|
900
|
+
socialProfileID?: string | null;
|
|
901
|
+
/** Format: date-time */
|
|
902
|
+
readTimestamp?: string;
|
|
903
|
+
/** Format: date-time */
|
|
904
|
+
issuedTimestamp?: string;
|
|
905
|
+
};
|
|
906
|
+
NotificationDtoListEnvelope: {
|
|
568
907
|
errorMessage?: string | null;
|
|
569
908
|
isSuccess?: boolean;
|
|
570
909
|
/** Format: date-time */
|
|
571
910
|
timestamp?: string;
|
|
572
911
|
activityId?: string | null;
|
|
573
912
|
correlationId?: string | null;
|
|
574
|
-
result?: components["schemas"]["
|
|
913
|
+
result?: components["schemas"]["NotificationDto"][] | null;
|
|
914
|
+
};
|
|
915
|
+
Operation: {
|
|
916
|
+
/**
|
|
917
|
+
* Format: int32
|
|
918
|
+
* @enum {integer}
|
|
919
|
+
*/
|
|
920
|
+
operationType?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
921
|
+
path?: string | null;
|
|
922
|
+
op?: string | null;
|
|
923
|
+
from?: string | null;
|
|
924
|
+
value?: unknown;
|
|
575
925
|
};
|
|
576
926
|
PlatformUserDto: {
|
|
577
927
|
id?: string | null;
|
|
@@ -586,7 +936,11 @@ export interface components {
|
|
|
586
936
|
idProvider?: string | null;
|
|
587
937
|
languageId?: string | null;
|
|
588
938
|
timezoneId?: string | null;
|
|
589
|
-
|
|
939
|
+
/**
|
|
940
|
+
* Format: int32
|
|
941
|
+
* @enum {integer}
|
|
942
|
+
*/
|
|
943
|
+
gender?: 0 | 1 | 2;
|
|
590
944
|
cityId?: string | null;
|
|
591
945
|
stateId?: string | null;
|
|
592
946
|
email?: string | null;
|
|
@@ -621,27 +975,14 @@ export interface components {
|
|
|
621
975
|
* Format: int32
|
|
622
976
|
* @enum {integer}
|
|
623
977
|
*/
|
|
624
|
-
|
|
978
|
+
availability?: 0 | 1 | 2 | 3 | 4;
|
|
979
|
+
/** Format: int32 */
|
|
980
|
+
enrollmentsCount?: number | null;
|
|
625
981
|
/**
|
|
626
982
|
* Format: int32
|
|
627
983
|
* @enum {integer}
|
|
628
984
|
*/
|
|
629
|
-
|
|
630
|
-
/** Format: int32 */
|
|
631
|
-
followsCount?: number | null;
|
|
632
|
-
/** Format: int32 */
|
|
633
|
-
followersCount?: number | null;
|
|
634
|
-
/** Format: int32 */
|
|
635
|
-
enrollmentsCount?: number | null;
|
|
636
|
-
/** Format: int32 */
|
|
637
|
-
socialPostsCount?: number | null;
|
|
638
|
-
/** Format: int32 */
|
|
639
|
-
unreadMessagesCount?: number | null;
|
|
640
|
-
/** Format: int32 */
|
|
641
|
-
unreadNotificationsCount?: number | null;
|
|
642
|
-
webUrl?: string | null;
|
|
643
|
-
countryStateId?: string | null;
|
|
644
|
-
selectedBusinessId?: string | null;
|
|
985
|
+
siteTheme?: 0 | 1 | 2;
|
|
645
986
|
};
|
|
646
987
|
PlatformUserDtoEnvelope: {
|
|
647
988
|
errorMessage?: string | null;
|
|
@@ -652,6 +993,76 @@ export interface components {
|
|
|
652
993
|
correlationId?: string | null;
|
|
653
994
|
result?: components["schemas"]["PlatformUserDto"];
|
|
654
995
|
};
|
|
996
|
+
PlatformUserSettingsDto: {
|
|
997
|
+
id?: string | null;
|
|
998
|
+
/** Format: date-time */
|
|
999
|
+
timestamp?: string | null;
|
|
1000
|
+
/** Format: int32 */
|
|
1001
|
+
pageSize?: number;
|
|
1002
|
+
dateFormat?: string | null;
|
|
1003
|
+
currencyFormat?: string | null;
|
|
1004
|
+
dateTimeFormat?: string | null;
|
|
1005
|
+
/**
|
|
1006
|
+
* Format: int32
|
|
1007
|
+
* @enum {integer}
|
|
1008
|
+
*/
|
|
1009
|
+
siteTheme?: 0 | 1 | 2;
|
|
1010
|
+
};
|
|
1011
|
+
PlatformUserSettingsDtoEnvelope: {
|
|
1012
|
+
errorMessage?: string | null;
|
|
1013
|
+
isSuccess?: boolean;
|
|
1014
|
+
/** Format: date-time */
|
|
1015
|
+
timestamp?: string;
|
|
1016
|
+
activityId?: string | null;
|
|
1017
|
+
correlationId?: string | null;
|
|
1018
|
+
result?: components["schemas"]["PlatformUserSettingsDto"];
|
|
1019
|
+
};
|
|
1020
|
+
PlatformUserSettingsUpdateDto: {
|
|
1021
|
+
/** Format: int32 */
|
|
1022
|
+
pageSize?: number | null;
|
|
1023
|
+
dateFormat: string;
|
|
1024
|
+
currencyFormat: string;
|
|
1025
|
+
dateTimeFormat: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* Format: int32
|
|
1028
|
+
* @enum {integer}
|
|
1029
|
+
*/
|
|
1030
|
+
siteTheme: 0 | 1 | 2;
|
|
1031
|
+
};
|
|
1032
|
+
PlatformUserUpdateDto: {
|
|
1033
|
+
/** Format: date-time */
|
|
1034
|
+
birthday?: string | null;
|
|
1035
|
+
firstName?: string | null;
|
|
1036
|
+
lastName?: string | null;
|
|
1037
|
+
publicName?: string | null;
|
|
1038
|
+
idProvider?: string | null;
|
|
1039
|
+
languageId?: string | null;
|
|
1040
|
+
timezoneId?: string | null;
|
|
1041
|
+
gender?: string | null;
|
|
1042
|
+
cityId?: string | null;
|
|
1043
|
+
currencyId?: string | null;
|
|
1044
|
+
status?: string | null;
|
|
1045
|
+
stateId?: string | null;
|
|
1046
|
+
about?: string | null;
|
|
1047
|
+
webUrl?: string | null;
|
|
1048
|
+
jobTitle?: string | null;
|
|
1049
|
+
coverUrl?: string | null;
|
|
1050
|
+
avatarUrl?: string | null;
|
|
1051
|
+
gitHubUrl?: string | null;
|
|
1052
|
+
websiteUrl?: string | null;
|
|
1053
|
+
twitterUrl?: string | null;
|
|
1054
|
+
facebookUrl?: string | null;
|
|
1055
|
+
youTubeUrl?: string | null;
|
|
1056
|
+
linkedInUrl?: string | null;
|
|
1057
|
+
instagramUrl?: string | null;
|
|
1058
|
+
countryId?: string | null;
|
|
1059
|
+
githubUsername?: string | null;
|
|
1060
|
+
/**
|
|
1061
|
+
* Format: int32
|
|
1062
|
+
* @enum {integer}
|
|
1063
|
+
*/
|
|
1064
|
+
availability?: 0 | 1 | 2 | 3 | 4;
|
|
1065
|
+
};
|
|
655
1066
|
SocialProfileDto: {
|
|
656
1067
|
id?: string | null;
|
|
657
1068
|
/** Format: date-time */
|
|
@@ -721,25 +1132,8 @@ export interface components {
|
|
|
721
1132
|
currencyId?: string | null;
|
|
722
1133
|
timezoneId?: string | null;
|
|
723
1134
|
countryId?: string | null;
|
|
724
|
-
|
|
1135
|
+
stateId?: string | null;
|
|
725
1136
|
cityId?: string | null;
|
|
726
|
-
/** Format: double */
|
|
727
|
-
reviewsAvg?: number | null;
|
|
728
|
-
/** Format: int32 */
|
|
729
|
-
reviewsCount?: number | null;
|
|
730
|
-
/** Format: int32 */
|
|
731
|
-
followsCount?: number | null;
|
|
732
|
-
/** Format: int32 */
|
|
733
|
-
followersCount?: number | null;
|
|
734
|
-
/** Format: int32 */
|
|
735
|
-
enrollmentsCount?: number | null;
|
|
736
|
-
/** Format: int32 */
|
|
737
|
-
socialPostsCount?: number | null;
|
|
738
|
-
/** Format: int32 */
|
|
739
|
-
unreadMessagesCount?: number | null;
|
|
740
|
-
/** Format: int32 */
|
|
741
|
-
unreadNotificationsCount?: number | null;
|
|
742
|
-
enrollmentID?: string | null;
|
|
743
1137
|
email?: string | null;
|
|
744
1138
|
phone?: string | null;
|
|
745
1139
|
webUrl?: string | null;
|
|
@@ -765,7 +1159,7 @@ export interface components {
|
|
|
765
1159
|
correlationId?: string | null;
|
|
766
1160
|
result?: components["schemas"]["TenantDto"][] | null;
|
|
767
1161
|
};
|
|
768
|
-
|
|
1162
|
+
TenantEnrolmentDto: {
|
|
769
1163
|
id?: string | null;
|
|
770
1164
|
isRoot?: boolean;
|
|
771
1165
|
isOwner?: boolean;
|
|
@@ -774,14 +1168,45 @@ export interface components {
|
|
|
774
1168
|
tenantId?: string | null;
|
|
775
1169
|
userId?: string | null;
|
|
776
1170
|
};
|
|
777
|
-
|
|
1171
|
+
TenantEnrolmentDtoEnvelope: {
|
|
1172
|
+
errorMessage?: string | null;
|
|
1173
|
+
isSuccess?: boolean;
|
|
1174
|
+
/** Format: date-time */
|
|
1175
|
+
timestamp?: string;
|
|
1176
|
+
activityId?: string | null;
|
|
1177
|
+
correlationId?: string | null;
|
|
1178
|
+
result?: components["schemas"]["TenantEnrolmentDto"];
|
|
1179
|
+
};
|
|
1180
|
+
TenantEnrolmentDtoListEnvelope: {
|
|
1181
|
+
errorMessage?: string | null;
|
|
1182
|
+
isSuccess?: boolean;
|
|
1183
|
+
/** Format: date-time */
|
|
1184
|
+
timestamp?: string;
|
|
1185
|
+
activityId?: string | null;
|
|
1186
|
+
correlationId?: string | null;
|
|
1187
|
+
result?: components["schemas"]["TenantEnrolmentDto"][] | null;
|
|
1188
|
+
};
|
|
1189
|
+
TenantInvitationDto: {
|
|
1190
|
+
id?: string | null;
|
|
1191
|
+
/** Format: date-time */
|
|
1192
|
+
timestamp?: string | null;
|
|
1193
|
+
tenantId?: string | null;
|
|
1194
|
+
revoked?: boolean;
|
|
1195
|
+
redeemed?: boolean;
|
|
1196
|
+
/** Format: date-time */
|
|
1197
|
+
redeemedTimestamp?: string | null;
|
|
1198
|
+
userEmail?: string | null;
|
|
1199
|
+
creatorEnrollmentId?: string | null;
|
|
1200
|
+
relatedEnrollmentId?: string | null;
|
|
1201
|
+
};
|
|
1202
|
+
TenantInvitationDtoListEnvelope: {
|
|
778
1203
|
errorMessage?: string | null;
|
|
779
1204
|
isSuccess?: boolean;
|
|
780
1205
|
/** Format: date-time */
|
|
781
1206
|
timestamp?: string;
|
|
782
1207
|
activityId?: string | null;
|
|
783
1208
|
correlationId?: string | null;
|
|
784
|
-
result?: components["schemas"]["
|
|
1209
|
+
result?: components["schemas"]["TenantInvitationDto"][] | null;
|
|
785
1210
|
};
|
|
786
1211
|
WalletDto: {
|
|
787
1212
|
id?: string | null;
|