@springtree/eva-services-core-management 3.0.0-beta.36 → 3.0.0-beta.38
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/lib/eva-services-core-management.d.ts +138 -95
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +13 -1
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +12 -0
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -385,7 +385,7 @@ export interface ListAccounts<ID_TYPE = string> {
|
|
|
385
385
|
export interface ListAccountsResponse<ID_TYPE = string> {
|
|
386
386
|
Error?: ServiceError<ID_TYPE>;
|
|
387
387
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
388
|
-
Result
|
|
388
|
+
Result: PagedResult<FinanceListAccountsItem<ID_TYPE>, ID_TYPE>;
|
|
389
389
|
}
|
|
390
390
|
/**
|
|
391
391
|
* Update an existing Account. Make sure all properties are filled.
|
|
@@ -953,7 +953,7 @@ export interface ListCaseInteractionsResponse<ID_TYPE = string> {
|
|
|
953
953
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
954
954
|
NextPageToken?: string;
|
|
955
955
|
PreviousPageToken?: string;
|
|
956
|
-
Results
|
|
956
|
+
Results: CasesListCaseInteractionsResponse_CaseInteraction<ID_TYPE>[];
|
|
957
957
|
}
|
|
958
958
|
export interface CasesListCaseInteractionsResponse_CaseInteraction<ID_TYPE = string> {
|
|
959
959
|
/**
|
|
@@ -996,7 +996,7 @@ export interface ListCaseStatusesResponse<ID_TYPE = string> {
|
|
|
996
996
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
997
997
|
NextPageToken?: string;
|
|
998
998
|
PreviousPageToken?: string;
|
|
999
|
-
Results
|
|
999
|
+
Results: CasesListCaseStatusesResponse_CaseStatus<ID_TYPE>[];
|
|
1000
1000
|
}
|
|
1001
1001
|
export interface CasesListCaseStatusesResponse_CaseStatus<ID_TYPE = string> {
|
|
1002
1002
|
Action: DataModelsCaseStatusAction;
|
|
@@ -1022,7 +1022,7 @@ export interface ListCaseTopicsResponse<ID_TYPE = string> {
|
|
|
1022
1022
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
1023
1023
|
NextPageToken?: string;
|
|
1024
1024
|
PreviousPageToken?: string;
|
|
1025
|
-
Results
|
|
1025
|
+
Results: CasesListCaseTopicsResponse_CaseTopic<ID_TYPE>[];
|
|
1026
1026
|
}
|
|
1027
1027
|
export interface CasesListCaseTopicsResponse_CaseTopic<ID_TYPE = string> {
|
|
1028
1028
|
BackendID?: string;
|
|
@@ -1050,7 +1050,7 @@ export interface ListCasesResponse<ID_TYPE = string> {
|
|
|
1050
1050
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
1051
1051
|
NextPageToken?: string;
|
|
1052
1052
|
PreviousPageToken?: string;
|
|
1053
|
-
Results
|
|
1053
|
+
Results: CasesListCasesResponse_Case<ID_TYPE>[];
|
|
1054
1054
|
}
|
|
1055
1055
|
export interface CasesListCasesResponse_Case<ID_TYPE = string> {
|
|
1056
1056
|
/**
|
|
@@ -1649,7 +1649,7 @@ export interface ListCompaniesResponse<ID_TYPE = string> {
|
|
|
1649
1649
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
1650
1650
|
NextPageToken?: string;
|
|
1651
1651
|
PreviousPageToken?: string;
|
|
1652
|
-
Results
|
|
1652
|
+
Results: CompaniesListCompaniesItem<ID_TYPE>[];
|
|
1653
1653
|
}
|
|
1654
1654
|
export interface PushCompaniesResponse<ID_TYPE = string> {
|
|
1655
1655
|
Error?: ServiceError<ID_TYPE>;
|
|
@@ -2095,7 +2095,7 @@ export interface ListAppSettingHistoryResponse<ID_TYPE = string> {
|
|
|
2095
2095
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2096
2096
|
NextPageToken?: string;
|
|
2097
2097
|
PreviousPageToken?: string;
|
|
2098
|
-
Results
|
|
2098
|
+
Results: ConfigurationListAppSettingHistoryResponse_Setting<ID_TYPE>[];
|
|
2099
2099
|
}
|
|
2100
2100
|
export interface ConfigurationListAppSettingHistoryResponse_Setting<ID_TYPE = string> {
|
|
2101
2101
|
EndTime?: string;
|
|
@@ -2127,7 +2127,7 @@ export interface ListAppSettings<ID_TYPE = string> {
|
|
|
2127
2127
|
export interface ListAppSettingsResponse<ID_TYPE = string> {
|
|
2128
2128
|
Error?: ServiceError<ID_TYPE>;
|
|
2129
2129
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2130
|
-
Result
|
|
2130
|
+
Result: PagedResult<ConfigurationAppSettingModel<ID_TYPE>, ID_TYPE>;
|
|
2131
2131
|
}
|
|
2132
2132
|
/**
|
|
2133
2133
|
* Yields the history of given setting.
|
|
@@ -2142,7 +2142,7 @@ export interface ListSettingHistoryResponse<ID_TYPE = string> {
|
|
|
2142
2142
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2143
2143
|
NextPageToken?: string;
|
|
2144
2144
|
PreviousPageToken?: string;
|
|
2145
|
-
Results
|
|
2145
|
+
Results: ConfigurationListSettingHistoryResponse_Setting<ID_TYPE>[];
|
|
2146
2146
|
}
|
|
2147
2147
|
export interface ConfigurationListSettingHistoryResponse_Setting<ID_TYPE = string> {
|
|
2148
2148
|
EndTime?: string;
|
|
@@ -2520,7 +2520,7 @@ export interface ListCultures<ID_TYPE = string> {
|
|
|
2520
2520
|
export interface ListCulturesResponse<ID_TYPE = string> {
|
|
2521
2521
|
Error?: ServiceError<ID_TYPE>;
|
|
2522
2522
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2523
|
-
Result
|
|
2523
|
+
Result: PagedResult<CulturesListCulturesResponse_CultureDto<ID_TYPE>, ID_TYPE>;
|
|
2524
2524
|
}
|
|
2525
2525
|
export interface CulturesListCulturesResponse_CultureDto<ID_TYPE = string> {
|
|
2526
2526
|
/**
|
|
@@ -2542,7 +2542,7 @@ export interface ListOrganizationUnitCountries<ID_TYPE = string> {
|
|
|
2542
2542
|
export interface ListOrganizationUnitCountriesResponse<ID_TYPE = string> {
|
|
2543
2543
|
Error?: ServiceError<ID_TYPE>;
|
|
2544
2544
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2545
|
-
Result
|
|
2545
|
+
Result: PagedResult<CulturesListOrganizationUnitCountriesResponse_OrganizationUnitCountryDto<ID_TYPE>, ID_TYPE>;
|
|
2546
2546
|
}
|
|
2547
2547
|
export interface CulturesListOrganizationUnitCountriesResponse_OrganizationUnitCountryDto<ID_TYPE = string> {
|
|
2548
2548
|
/**
|
|
@@ -2573,7 +2573,7 @@ export interface ListOrganizationUnitLanguages<ID_TYPE = string> {
|
|
|
2573
2573
|
export interface ListOrganizationUnitLanguagesResponse<ID_TYPE = string> {
|
|
2574
2574
|
Error?: ServiceError<ID_TYPE>;
|
|
2575
2575
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2576
|
-
Result
|
|
2576
|
+
Result: PagedResult<CulturesListOrganizationUnitLanguagesResponse_OrganizationUnitLanguageDto<ID_TYPE>, ID_TYPE>;
|
|
2577
2577
|
}
|
|
2578
2578
|
export interface CulturesListOrganizationUnitLanguagesResponse_OrganizationUnitLanguageDto<ID_TYPE = string> {
|
|
2579
2579
|
/**
|
|
@@ -2755,7 +2755,7 @@ export interface ListCustomFieldOptionsResponse<ID_TYPE = string> {
|
|
|
2755
2755
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2756
2756
|
NextPageToken?: string;
|
|
2757
2757
|
PreviousPageToken?: string;
|
|
2758
|
-
Results
|
|
2758
|
+
Results: CustomFieldsListCustomFieldOptionsResponse_CustomFieldOptionsDto<ID_TYPE>[];
|
|
2759
2759
|
}
|
|
2760
2760
|
export interface CustomFieldsListCustomFieldOptionsResponse_CustomFieldOptionsDto<ID_TYPE = string> {
|
|
2761
2761
|
CustomFieldDefaultValue?: DataModelsCustomFieldValue<ID_TYPE>;
|
|
@@ -2794,7 +2794,7 @@ export interface ListCustomFields<ID_TYPE = string> {
|
|
|
2794
2794
|
export interface ListCustomFieldsResponse<ID_TYPE = string> {
|
|
2795
2795
|
Error?: ServiceError<ID_TYPE>;
|
|
2796
2796
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
2797
|
-
Result
|
|
2797
|
+
Result: PagedResult<CustomFieldsListCustomFieldsResponse_CustomFieldDto<ID_TYPE>, ID_TYPE>;
|
|
2798
2798
|
}
|
|
2799
2799
|
export interface CustomFieldsListCustomFieldsResponse_CustomFieldDto<ID_TYPE = string> {
|
|
2800
2800
|
BackendID?: string;
|
|
@@ -3774,7 +3774,7 @@ export interface ListCouponsByQuery<ID_TYPE = string> {
|
|
|
3774
3774
|
export interface ListCouponsByQueryResponse<ID_TYPE = string> {
|
|
3775
3775
|
Error?: ServiceError<ID_TYPE>;
|
|
3776
3776
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
3777
|
-
Result
|
|
3777
|
+
Result: PagedResult<DiscountsListCouponsByQueryResponse_Coupon<ID_TYPE>, ID_TYPE>;
|
|
3778
3778
|
}
|
|
3779
3779
|
export interface DiscountsListCouponsByQueryResponse_Coupon<ID_TYPE = string> {
|
|
3780
3780
|
CouponCode?: string;
|
|
@@ -3804,7 +3804,7 @@ export interface ListDiscountCampaigns<ID_TYPE = string> {
|
|
|
3804
3804
|
export interface ListDiscountCampaignsResponse<ID_TYPE = string> {
|
|
3805
3805
|
Error?: ServiceError<ID_TYPE>;
|
|
3806
3806
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
3807
|
-
Result
|
|
3807
|
+
Result: PagedResult<DiscountsListDiscountCampaignsResponse_DiscountCampaignDto<ID_TYPE>, ID_TYPE>;
|
|
3808
3808
|
}
|
|
3809
3809
|
export interface DiscountsListDiscountCampaignsResponse_DiscountCampaignDto<ID_TYPE = string> {
|
|
3810
3810
|
BackendID?: string;
|
|
@@ -3833,7 +3833,7 @@ export interface ListDiscountLayers<ID_TYPE = string> {
|
|
|
3833
3833
|
export interface ListDiscountLayersResponse<ID_TYPE = string> {
|
|
3834
3834
|
Error?: ServiceError<ID_TYPE>;
|
|
3835
3835
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
3836
|
-
Result
|
|
3836
|
+
Result: PagedResult<DiscountsListDiscountLayersResponse_DiscountLayerDto<ID_TYPE>, ID_TYPE>;
|
|
3837
3837
|
}
|
|
3838
3838
|
export interface DiscountsListDiscountLayersResponse_DiscountLayerDto<ID_TYPE = string> {
|
|
3839
3839
|
Description?: string;
|
|
@@ -3858,7 +3858,7 @@ export interface ListDiscountTemplates<ID_TYPE = string> {
|
|
|
3858
3858
|
export interface ListDiscountTemplatesResponse<ID_TYPE = string> {
|
|
3859
3859
|
Error?: ServiceError<ID_TYPE>;
|
|
3860
3860
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
3861
|
-
Result
|
|
3861
|
+
Result: PagedResult<DiscountsListDiscountTemplatesResponse_Data<ID_TYPE>, ID_TYPE>;
|
|
3862
3862
|
}
|
|
3863
3863
|
export interface DiscountsListDiscountTemplatesResponse_Data<ID_TYPE = string> {
|
|
3864
3864
|
ActionType?: string;
|
|
@@ -4005,7 +4005,7 @@ export interface SearchDiscountsByQuery<ID_TYPE = string> {
|
|
|
4005
4005
|
export interface SearchDiscountsByQueryResponse<ID_TYPE = string> {
|
|
4006
4006
|
Error?: ServiceError<ID_TYPE>;
|
|
4007
4007
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4008
|
-
Result
|
|
4008
|
+
Result: PagedResult<DiscountsSearchDiscountsByQueryResponse_DiscountDto<ID_TYPE>, ID_TYPE>;
|
|
4009
4009
|
}
|
|
4010
4010
|
export interface DiscountsSearchDiscountsByQueryResponse_DiscountDto<ID_TYPE = string> {
|
|
4011
4011
|
BackendID?: string;
|
|
@@ -4757,7 +4757,7 @@ export interface ListEntityFieldValidatorsResponse<ID_TYPE = string> {
|
|
|
4757
4757
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4758
4758
|
NextPageToken?: string;
|
|
4759
4759
|
PreviousPageToken?: string;
|
|
4760
|
-
Results
|
|
4760
|
+
Results: EntityFieldValidatorsListEntityFieldValidatorsResponse_ListEntityFieldValidatorItem<ID_TYPE>[];
|
|
4761
4761
|
}
|
|
4762
4762
|
export interface EntityFieldValidatorsListEntityFieldValidatorsResponse_ListEntityFieldValidatorItem<ID_TYPE = string> {
|
|
4763
4763
|
ApplyFor: DataModelsEntityFieldValidatorUserTypes;
|
|
@@ -4834,7 +4834,7 @@ export interface ListProductCostPriceLedgerResponse<ID_TYPE = string> {
|
|
|
4834
4834
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4835
4835
|
NextPageToken?: string;
|
|
4836
4836
|
PreviousPageToken?: string;
|
|
4837
|
-
Results
|
|
4837
|
+
Results: StockMutationsListProductCostPriceLedgerItem<ID_TYPE>[];
|
|
4838
4838
|
}
|
|
4839
4839
|
export interface ListStockMutationUnitCostSourceLedger<ID_TYPE = string> {
|
|
4840
4840
|
InitialPageConfig?: PageTokenConfig<StockMutationsListStockMutationUnitCostSourceLedgerFilter<ID_TYPE>, ID_TYPE>;
|
|
@@ -4845,7 +4845,7 @@ export interface ListStockMutationUnitCostSourceLedgerResponse<ID_TYPE = string>
|
|
|
4845
4845
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4846
4846
|
NextPageToken?: string;
|
|
4847
4847
|
PreviousPageToken?: string;
|
|
4848
|
-
Results
|
|
4848
|
+
Results: StockMutationsListStockMutationUnitCostSourceLedgerItem<ID_TYPE>[];
|
|
4849
4849
|
}
|
|
4850
4850
|
export interface FinanceCashExpenseTypeOrganizationUnitSet<ID_TYPE = string> {
|
|
4851
4851
|
/**
|
|
@@ -4933,7 +4933,7 @@ export interface ListCashCorrectionReasonsResponse<ID_TYPE = string> {
|
|
|
4933
4933
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4934
4934
|
NextPageToken?: string;
|
|
4935
4935
|
PreviousPageToken?: string;
|
|
4936
|
-
Results
|
|
4936
|
+
Results: FinanceListCashCorrectionReasonsResponse_Model<ID_TYPE>[];
|
|
4937
4937
|
}
|
|
4938
4938
|
export interface FinanceListCashCorrectionReasonsResponse_Model<ID_TYPE = string> {
|
|
4939
4939
|
BackendID?: string;
|
|
@@ -4956,7 +4956,7 @@ export interface ListCashExpenseTypesResponse<ID_TYPE = string> {
|
|
|
4956
4956
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4957
4957
|
NextPageToken?: string;
|
|
4958
4958
|
PreviousPageToken?: string;
|
|
4959
|
-
Results
|
|
4959
|
+
Results: FinanceListCashExpenseTypesResponse_Model<ID_TYPE>[];
|
|
4960
4960
|
}
|
|
4961
4961
|
export interface FinanceListCashExpenseTypesResponse_Model<ID_TYPE = string> {
|
|
4962
4962
|
AmountType: DataModelsCashExpenseAmountTypes;
|
|
@@ -4984,7 +4984,7 @@ export interface ListExchangeRates<ID_TYPE = string> {
|
|
|
4984
4984
|
export interface ListExchangeRatesResponse<ID_TYPE = string> {
|
|
4985
4985
|
Error?: ServiceError<ID_TYPE>;
|
|
4986
4986
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
4987
|
-
Result
|
|
4987
|
+
Result: PagedResult<FinanceListExchangeRatesResponse_ExchangeRateDto<ID_TYPE>, ID_TYPE>;
|
|
4988
4988
|
}
|
|
4989
4989
|
export interface FinanceListExchangeRatesResponse_ExchangeRateDto<ID_TYPE = string> {
|
|
4990
4990
|
/**
|
|
@@ -5139,7 +5139,7 @@ export interface ListGiftCardConfigurationsResponse<ID_TYPE = string> {
|
|
|
5139
5139
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
5140
5140
|
NextPageToken?: string;
|
|
5141
5141
|
PreviousPageToken?: string;
|
|
5142
|
-
Results
|
|
5142
|
+
Results: GiftCardsListGiftCardConfigurationsResponse_GiftCardConfigurationDto<ID_TYPE>[];
|
|
5143
5143
|
}
|
|
5144
5144
|
export interface GiftCardsListGiftCardConfigurationsResponse_GiftCardConfigurationDto<ID_TYPE = string> {
|
|
5145
5145
|
AllowCurrencyConversion: boolean;
|
|
@@ -5168,7 +5168,7 @@ export interface ListProductGiftCards<ID_TYPE = string> {
|
|
|
5168
5168
|
export interface ListProductGiftCardsResponse<ID_TYPE = string> {
|
|
5169
5169
|
Error?: ServiceError<ID_TYPE>;
|
|
5170
5170
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
5171
|
-
Result
|
|
5171
|
+
Result: PagedResult<GiftCardsListProductGiftCardsResponse_ProductGiftCardDto<ID_TYPE>, ID_TYPE>;
|
|
5172
5172
|
}
|
|
5173
5173
|
export interface GiftCardsListProductGiftCardsResponse_ProductGiftCardDto<ID_TYPE = string> {
|
|
5174
5174
|
/**
|
|
@@ -5453,7 +5453,7 @@ export interface ListClientApplications<ID_TYPE = string> {
|
|
|
5453
5453
|
export interface ListClientApplicationsResponse<ID_TYPE = string> {
|
|
5454
5454
|
Error?: ServiceError<ID_TYPE>;
|
|
5455
5455
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
5456
|
-
Result
|
|
5456
|
+
Result: PagedResult<InfrastructureListClientApplicationsResponse_ClientApplicationDto<ID_TYPE>, ID_TYPE>;
|
|
5457
5457
|
}
|
|
5458
5458
|
export interface InfrastructureListClientApplicationsResponse_ClientApplicationDto<ID_TYPE = string> {
|
|
5459
5459
|
/**
|
|
@@ -5669,7 +5669,7 @@ export interface ListInquiriesResponse<ID_TYPE = string> {
|
|
|
5669
5669
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
5670
5670
|
NextPageToken?: string;
|
|
5671
5671
|
PreviousPageToken?: string;
|
|
5672
|
-
Results
|
|
5672
|
+
Results: InquiriesInquiryData<ID_TYPE>[];
|
|
5673
5673
|
}
|
|
5674
5674
|
/**
|
|
5675
5675
|
* Update an inquiry
|
|
@@ -6494,7 +6494,7 @@ export interface ListLoyaltyProgramConditionsResponse<ID_TYPE = string> {
|
|
|
6494
6494
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6495
6495
|
NextPageToken?: string;
|
|
6496
6496
|
PreviousPageToken?: string;
|
|
6497
|
-
Results
|
|
6497
|
+
Results: LoyaltyListLoyaltyProgramConditionsResponse_Item<ID_TYPE>[];
|
|
6498
6498
|
}
|
|
6499
6499
|
export interface LoyaltyListLoyaltyProgramConditionsResponse_Item<ID_TYPE = string> {
|
|
6500
6500
|
BackendID?: string;
|
|
@@ -6520,7 +6520,7 @@ export interface ListLoyaltyProgramGroupsResponse<ID_TYPE = string> {
|
|
|
6520
6520
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6521
6521
|
NextPageToken?: string;
|
|
6522
6522
|
PreviousPageToken?: string;
|
|
6523
|
-
Results
|
|
6523
|
+
Results: LoyaltyListLoyaltyProgramGroupsResponse_Item<ID_TYPE>[];
|
|
6524
6524
|
}
|
|
6525
6525
|
export interface LoyaltyListLoyaltyProgramGroupsResponse_Item<ID_TYPE = string> {
|
|
6526
6526
|
BackendID?: string;
|
|
@@ -6555,7 +6555,7 @@ export interface ListLoyaltyProgramPaymentTypesResponse<ID_TYPE = string> {
|
|
|
6555
6555
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6556
6556
|
NextPageToken?: string;
|
|
6557
6557
|
PreviousPageToken?: string;
|
|
6558
|
-
Results
|
|
6558
|
+
Results: LoyaltyListLoyaltyProgramPaymentTypesResponse_Item<ID_TYPE>[];
|
|
6559
6559
|
}
|
|
6560
6560
|
export interface LoyaltyListLoyaltyProgramPaymentTypesResponse_Item<ID_TYPE = string> {
|
|
6561
6561
|
AllowPartialPayment: boolean;
|
|
@@ -6591,7 +6591,7 @@ export interface ListLoyaltyProgramPriceListsResponse<ID_TYPE = string> {
|
|
|
6591
6591
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6592
6592
|
NextPageToken?: string;
|
|
6593
6593
|
PreviousPageToken?: string;
|
|
6594
|
-
Results
|
|
6594
|
+
Results: LoyaltyListLoyaltyProgramPriceListsResponse_Item<ID_TYPE>[];
|
|
6595
6595
|
}
|
|
6596
6596
|
export interface LoyaltyListLoyaltyProgramPriceListsResponse_Item<ID_TYPE = string> {
|
|
6597
6597
|
/**
|
|
@@ -6620,7 +6620,7 @@ export interface ListLoyaltyProgramProductLimitationsResponse<ID_TYPE = string>
|
|
|
6620
6620
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6621
6621
|
NextPageToken?: string;
|
|
6622
6622
|
PreviousPageToken?: string;
|
|
6623
|
-
Results
|
|
6623
|
+
Results: LoyaltyListLoyaltyProgramProductLimitationsResponse_Item<ID_TYPE>[];
|
|
6624
6624
|
}
|
|
6625
6625
|
export interface LoyaltyListLoyaltyProgramProductLimitationsResponse_Item<ID_TYPE = string> {
|
|
6626
6626
|
BackendID?: string;
|
|
@@ -6662,7 +6662,7 @@ export interface ListLoyaltyProgramRequiredCustomFieldsResponse<ID_TYPE = string
|
|
|
6662
6662
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6663
6663
|
NextPageToken?: string;
|
|
6664
6664
|
PreviousPageToken?: string;
|
|
6665
|
-
Results
|
|
6665
|
+
Results: LoyaltyListLoyaltyProgramRequiredCustomFieldsResponse_CustomField<ID_TYPE>[];
|
|
6666
6666
|
}
|
|
6667
6667
|
export interface LoyaltyListLoyaltyProgramRequiredCustomFieldsResponse_CustomField<ID_TYPE = string> {
|
|
6668
6668
|
BackendID?: string;
|
|
@@ -6684,7 +6684,7 @@ export interface ListLoyaltyProgramsResponse<ID_TYPE = string> {
|
|
|
6684
6684
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6685
6685
|
NextPageToken?: string;
|
|
6686
6686
|
PreviousPageToken?: string;
|
|
6687
|
-
Results
|
|
6687
|
+
Results: LoyaltyListLoyaltyProgramsResponse_LoyaltyProgramDto<ID_TYPE>[];
|
|
6688
6688
|
}
|
|
6689
6689
|
export interface LoyaltyListLoyaltyProgramsResponse_LoyaltyProgramDto<ID_TYPE = string> {
|
|
6690
6690
|
BackendID?: string;
|
|
@@ -6716,7 +6716,7 @@ export interface ListPointAwardingRulesResponse<ID_TYPE = string> {
|
|
|
6716
6716
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
6717
6717
|
NextPageToken?: string;
|
|
6718
6718
|
PreviousPageToken?: string;
|
|
6719
|
-
Results
|
|
6719
|
+
Results: LoyaltyListPointAwardingRulesResponse_Rule<ID_TYPE>[];
|
|
6720
6720
|
}
|
|
6721
6721
|
export interface LoyaltyListPointAwardingRulesResponse_Rule<ID_TYPE = string> {
|
|
6722
6722
|
Description?: string;
|
|
@@ -7765,7 +7765,7 @@ export interface ListMessageTemplates<ID_TYPE = string> {
|
|
|
7765
7765
|
export interface ListMessageTemplatesResponse<ID_TYPE = string> {
|
|
7766
7766
|
Error?: ServiceError<ID_TYPE>;
|
|
7767
7767
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
7768
|
-
Result
|
|
7768
|
+
Result: PagedResult<MessageTemplatesListMessageTemplatesResponse_MessageTemplateDto<ID_TYPE>, ID_TYPE>;
|
|
7769
7769
|
}
|
|
7770
7770
|
export interface MessageTemplatesListMessageTemplatesResponse_MessageTemplateDto<ID_TYPE = string> {
|
|
7771
7771
|
/**
|
|
@@ -8105,7 +8105,7 @@ export interface ListCheckoutOptionCategoriesResponse<ID_TYPE = string> {
|
|
|
8105
8105
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8106
8106
|
NextPageToken?: string;
|
|
8107
8107
|
PreviousPageToken?: string;
|
|
8108
|
-
Results
|
|
8108
|
+
Results: OrdersCheckoutOptionCategoryDto<ID_TYPE>[];
|
|
8109
8109
|
}
|
|
8110
8110
|
/**
|
|
8111
8111
|
* Returns a list of "OrderLedgerType"
|
|
@@ -8137,7 +8137,7 @@ export interface ListRefundCorrectionReasonsResponse<ID_TYPE = string> {
|
|
|
8137
8137
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8138
8138
|
NextPageToken?: string;
|
|
8139
8139
|
PreviousPageToken?: string;
|
|
8140
|
-
Results
|
|
8140
|
+
Results: OrdersListRefundCorrectionReasonsResponse_Model<ID_TYPE>[];
|
|
8141
8141
|
}
|
|
8142
8142
|
export interface OrdersListRefundCorrectionReasonsResponse_Model<ID_TYPE = string> {
|
|
8143
8143
|
BackendID?: string;
|
|
@@ -8166,7 +8166,7 @@ export interface ListUnitPriceCorrectionReasonsResponse<ID_TYPE = string> {
|
|
|
8166
8166
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8167
8167
|
NextPageToken?: string;
|
|
8168
8168
|
PreviousPageToken?: string;
|
|
8169
|
-
Results
|
|
8169
|
+
Results: OrdersListUnitPriceCorrectionReasonsResponse_Model<ID_TYPE>[];
|
|
8170
8170
|
}
|
|
8171
8171
|
export interface OrdersListUnitPriceCorrectionReasonsResponse_Model<ID_TYPE = string> {
|
|
8172
8172
|
/**
|
|
@@ -8262,7 +8262,7 @@ export interface OrdersReturnReasonsListReturnReasonsFilter<ID_TYPE = string> {
|
|
|
8262
8262
|
export interface ListReturnReasonsResponse<ID_TYPE = string> {
|
|
8263
8263
|
Error?: ServiceError<ID_TYPE>;
|
|
8264
8264
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8265
|
-
Result
|
|
8265
|
+
Result: PagedResult<OrdersReturnReasonsListReturnReasonsResponse_Reason<ID_TYPE>, ID_TYPE>;
|
|
8266
8266
|
}
|
|
8267
8267
|
export interface OrdersReturnReasonsListReturnReasonsResponse_Reason<ID_TYPE = string> {
|
|
8268
8268
|
BackendID?: string;
|
|
@@ -8604,7 +8604,7 @@ export interface ListOrganizationUnitSets<ID_TYPE = string> {
|
|
|
8604
8604
|
export interface ListOrganizationUnitSetsResponse<ID_TYPE = string> {
|
|
8605
8605
|
Error?: ServiceError<ID_TYPE>;
|
|
8606
8606
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8607
|
-
Result
|
|
8607
|
+
Result: PagedResult<OrganizationUnitsListOrganizationUnitSetsItem<ID_TYPE>, ID_TYPE>;
|
|
8608
8608
|
}
|
|
8609
8609
|
export declare const enum OrganizationUnitSetsOrganizationSubsetOrdering {
|
|
8610
8610
|
Ascending = 0,
|
|
@@ -8890,7 +8890,7 @@ export interface ListCashHandlers<ID_TYPE = string> {
|
|
|
8890
8890
|
export interface ListCashHandlersResponse<ID_TYPE = string> {
|
|
8891
8891
|
Error?: ServiceError<ID_TYPE>;
|
|
8892
8892
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8893
|
-
Result
|
|
8893
|
+
Result: PagedResult<OrganizationUnitsListCashHandlersResponse_CashHandlerDto<ID_TYPE>, ID_TYPE>;
|
|
8894
8894
|
}
|
|
8895
8895
|
export interface OrganizationUnitsListCashHandlersResponse_CashHandlerDto<ID_TYPE = string> {
|
|
8896
8896
|
BankNotes?: number[];
|
|
@@ -8916,7 +8916,7 @@ export interface ListOpeningHours<ID_TYPE = string> {
|
|
|
8916
8916
|
export interface ListOpeningHoursResponse<ID_TYPE = string> {
|
|
8917
8917
|
Error?: ServiceError<ID_TYPE>;
|
|
8918
8918
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8919
|
-
Result
|
|
8919
|
+
Result: PagedResult<OrganizationUnitsDtoOpeningHoursDto<ID_TYPE>, ID_TYPE>;
|
|
8920
8920
|
}
|
|
8921
8921
|
/**
|
|
8922
8922
|
* List the configured additional currencies for the given OrganizationUnit
|
|
@@ -8929,7 +8929,7 @@ export interface ListOrganizationUnitCurrencies<ID_TYPE = string> {
|
|
|
8929
8929
|
export interface ListOrganizationUnitCurrenciesResponse<ID_TYPE = string> {
|
|
8930
8930
|
Error?: ServiceError<ID_TYPE>;
|
|
8931
8931
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
8932
|
-
Result
|
|
8932
|
+
Result: PagedResult<OrganizationUnitsListOrganizationUnitCurrenciesResponse_OrganizationUnitCurrencyDto<ID_TYPE>, ID_TYPE>;
|
|
8933
8933
|
}
|
|
8934
8934
|
export interface OrganizationUnitsListOrganizationUnitCurrenciesResponse_OrganizationUnitCurrencyDto<ID_TYPE = string> {
|
|
8935
8935
|
/**
|
|
@@ -9369,7 +9369,7 @@ export interface ListOrganizationUnitSetPaymentTypes<ID_TYPE = string> {
|
|
|
9369
9369
|
export interface ListOrganizationUnitSetPaymentTypesResponse<ID_TYPE = string> {
|
|
9370
9370
|
Error?: ServiceError<ID_TYPE>;
|
|
9371
9371
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9372
|
-
Result
|
|
9372
|
+
Result: PagedResult<PaymentMethodsOrganizationUnitSetPaymentTypeDto<ID_TYPE>, ID_TYPE>;
|
|
9373
9373
|
}
|
|
9374
9374
|
/**
|
|
9375
9375
|
* List PaymentMethods. Returns a paged response.
|
|
@@ -9380,7 +9380,7 @@ export interface ListPaymentMethods<ID_TYPE = string> {
|
|
|
9380
9380
|
export interface ListPaymentMethodsResponse<ID_TYPE = string> {
|
|
9381
9381
|
Error?: ServiceError<ID_TYPE>;
|
|
9382
9382
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9383
|
-
Result
|
|
9383
|
+
Result: PagedResult<PaymentMethodsListPaymentMethodsResponse_PaymentMethodDto<ID_TYPE>, ID_TYPE>;
|
|
9384
9384
|
}
|
|
9385
9385
|
export interface PaymentMethodsListPaymentMethodsResponse_PaymentMethodDto<ID_TYPE = string> {
|
|
9386
9386
|
Code: string;
|
|
@@ -9402,7 +9402,7 @@ export interface ListPaymentTransactionCaptures<ID_TYPE = string> {
|
|
|
9402
9402
|
export interface ListPaymentTransactionCapturesResponse<ID_TYPE = string> {
|
|
9403
9403
|
Error?: ServiceError<ID_TYPE>;
|
|
9404
9404
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9405
|
-
Result
|
|
9405
|
+
Result: PagedResult<PaymentMethodsListPaymentTransactionCapturesResponse_PaymentTransactionCaptureDto<ID_TYPE>, ID_TYPE>;
|
|
9406
9406
|
}
|
|
9407
9407
|
export interface PaymentMethodsListPaymentTransactionCapturesResponse_PaymentTransactionCaptureDto<ID_TYPE = string> {
|
|
9408
9408
|
Amount: number;
|
|
@@ -9463,7 +9463,7 @@ export interface ListPaymentTransactions<ID_TYPE = string> {
|
|
|
9463
9463
|
export interface ListPaymentTransactionsResponse<ID_TYPE = string> {
|
|
9464
9464
|
Error?: ServiceError<ID_TYPE>;
|
|
9465
9465
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9466
|
-
Result
|
|
9466
|
+
Result: PagedResult<PaymentMethodsListPaymentTransactionsResponse_PaymentTransactionDto<ID_TYPE>, ID_TYPE>;
|
|
9467
9467
|
}
|
|
9468
9468
|
export interface PaymentMethodsListPaymentTransactionsResponse_PaymentTransactionDto<ID_TYPE = string> {
|
|
9469
9469
|
Amount: number;
|
|
@@ -9555,7 +9555,7 @@ export interface ListPaymentTypes<ID_TYPE = string> {
|
|
|
9555
9555
|
export interface ListPaymentTypesResponse<ID_TYPE = string> {
|
|
9556
9556
|
Error?: ServiceError<ID_TYPE>;
|
|
9557
9557
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9558
|
-
Result
|
|
9558
|
+
Result: PagedResult<PaymentMethodsListPaymentTypesResponse_PaymentTypeDto<ID_TYPE>, ID_TYPE>;
|
|
9559
9559
|
}
|
|
9560
9560
|
export interface PaymentMethodsListPaymentTypesResponse_OrganizationUnitSetPaymentTypeDto<ID_TYPE = string> {
|
|
9561
9561
|
CaptureMoment?: DataModelsPaymentTypeCaptureMoment;
|
|
@@ -9800,7 +9800,7 @@ export interface ListPaymentSettlementFiles<ID_TYPE = string> {
|
|
|
9800
9800
|
export interface ListPaymentSettlementFilesResponse<ID_TYPE = string> {
|
|
9801
9801
|
Error?: ServiceError<ID_TYPE>;
|
|
9802
9802
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9803
|
-
Result
|
|
9803
|
+
Result: PagedResult<PaymentSettlementsListPaymentSettlementFilesResponse_PaymentSettlementFile<ID_TYPE>, ID_TYPE>;
|
|
9804
9804
|
}
|
|
9805
9805
|
export interface PaymentSettlementsListPaymentSettlementFilesResponse_PaymentSettlementFile<ID_TYPE = string> {
|
|
9806
9806
|
/**
|
|
@@ -9833,7 +9833,7 @@ export interface ListPaymentSettlements<ID_TYPE = string> {
|
|
|
9833
9833
|
export interface ListPaymentSettlementsResponse<ID_TYPE = string> {
|
|
9834
9834
|
Error?: ServiceError<ID_TYPE>;
|
|
9835
9835
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9836
|
-
Result
|
|
9836
|
+
Result: PagedResult<PaymentSettlementsListPaymentSettlementsResponse_PaymentSettlement<ID_TYPE>, ID_TYPE>;
|
|
9837
9837
|
}
|
|
9838
9838
|
export interface PaymentSettlementsListPaymentSettlementsResponse_PaymentSettlement<ID_TYPE = string> {
|
|
9839
9839
|
Amount: number;
|
|
@@ -9969,7 +9969,7 @@ export interface ListPersonalizedPromotionsResponse<ID_TYPE = string> {
|
|
|
9969
9969
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
9970
9970
|
NextPageToken?: string;
|
|
9971
9971
|
PreviousPageToken?: string;
|
|
9972
|
-
Results
|
|
9972
|
+
Results: PersonalizedPromotionsListPersonalizedPromotionsResponse_PersonalizedPromotion<ID_TYPE>[];
|
|
9973
9973
|
}
|
|
9974
9974
|
export interface PersonalizedPromotionsListPersonalizedPromotionsResponse_PersonalizedPromotion<ID_TYPE = string> {
|
|
9975
9975
|
BackendID?: string;
|
|
@@ -10400,7 +10400,7 @@ export interface ListPriceListAdjustments<ID_TYPE = string> {
|
|
|
10400
10400
|
export interface ListPriceListAdjustmentsResponse<ID_TYPE = string> {
|
|
10401
10401
|
Error?: ServiceError<ID_TYPE>;
|
|
10402
10402
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10403
|
-
Result
|
|
10403
|
+
Result: PagedResult<PricingListPriceListAdjustmentsResponse_PriceListAdjustmentDto<ID_TYPE>, ID_TYPE>;
|
|
10404
10404
|
}
|
|
10405
10405
|
export interface PricingListPriceListAdjustmentsResponse_PriceListAdjustmentDto<ID_TYPE = string> {
|
|
10406
10406
|
BackendID?: string;
|
|
@@ -10443,7 +10443,7 @@ export interface ListPriceListManualInputAdjustments<ID_TYPE = string> {
|
|
|
10443
10443
|
export interface ListPriceListManualInputAdjustmentsResponse<ID_TYPE = string> {
|
|
10444
10444
|
Error?: ServiceError<ID_TYPE>;
|
|
10445
10445
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10446
|
-
Result
|
|
10446
|
+
Result: PagedResult<PricingListPriceListManualInputAdjustmentsResponse_PriceListManualInputAdjustmentDto<ID_TYPE>, ID_TYPE>;
|
|
10447
10447
|
}
|
|
10448
10448
|
export interface PricingListPriceListManualInputAdjustmentsResponse_PriceListManualInputAdjustmentDto<ID_TYPE = string> {
|
|
10449
10449
|
EffectiveDate: string;
|
|
@@ -10470,7 +10470,7 @@ export interface ListPriceListOrganizationUnits<ID_TYPE = string> {
|
|
|
10470
10470
|
export interface ListPriceListOrganizationUnitsResponse<ID_TYPE = string> {
|
|
10471
10471
|
Error?: ServiceError<ID_TYPE>;
|
|
10472
10472
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10473
|
-
Result
|
|
10473
|
+
Result: PagedResult<PricingListPriceListOrganizationUnitsResponse_PriceListOrganizationUnitDto<ID_TYPE>, ID_TYPE>;
|
|
10474
10474
|
}
|
|
10475
10475
|
export interface PricingListPriceListOrganizationUnitsResponse_PriceListOrganizationUnitDto<ID_TYPE = string> {
|
|
10476
10476
|
/**
|
|
@@ -10520,7 +10520,7 @@ export interface ListPriceListsForOrganizationUnit<ID_TYPE = string> {
|
|
|
10520
10520
|
export interface ListPriceListsForOrganizationUnitResponse<ID_TYPE = string> {
|
|
10521
10521
|
Error?: ServiceError<ID_TYPE>;
|
|
10522
10522
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10523
|
-
Result
|
|
10523
|
+
Result: PagedResult<PricingListPriceListsForOrganizationUnitResponse_PriceListDto<ID_TYPE>, ID_TYPE>;
|
|
10524
10524
|
}
|
|
10525
10525
|
export interface PricingListPriceListsForOrganizationUnitResponse_PriceListDto<ID_TYPE = string> {
|
|
10526
10526
|
BackendID?: string;
|
|
@@ -10564,7 +10564,7 @@ export interface PricingListPriceListsForOrganizationUnitResponse_PriceListDto<I
|
|
|
10564
10564
|
export interface ListPriceListsResponse<ID_TYPE = string> {
|
|
10565
10565
|
Error?: ServiceError<ID_TYPE>;
|
|
10566
10566
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10567
|
-
Result
|
|
10567
|
+
Result: PagedResult<PricingPriceListDto<ID_TYPE>, ID_TYPE>;
|
|
10568
10568
|
}
|
|
10569
10569
|
/**
|
|
10570
10570
|
* List the pricechanges
|
|
@@ -10577,7 +10577,7 @@ export interface ListProductPriceLedger<ID_TYPE = string> {
|
|
|
10577
10577
|
export interface ListProductPriceLedgerResponse<ID_TYPE = string> {
|
|
10578
10578
|
Error?: ServiceError<ID_TYPE>;
|
|
10579
10579
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
10580
|
-
Result
|
|
10580
|
+
Result: PagedResult<PricingListProductPriceLedgerResponse_OrganizationUnitPriceChange<ID_TYPE>, ID_TYPE>;
|
|
10581
10581
|
}
|
|
10582
10582
|
export interface PricingListProductPriceLedgerResponse_OrganizationUnitPriceChange<ID_TYPE = string> {
|
|
10583
10583
|
CreationTime: string;
|
|
@@ -11224,7 +11224,7 @@ export interface ListProductBarcodes<ID_TYPE = string> {
|
|
|
11224
11224
|
export interface ListProductBarcodesResponse<ID_TYPE = string> {
|
|
11225
11225
|
Error?: ServiceError<ID_TYPE>;
|
|
11226
11226
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11227
|
-
Result
|
|
11227
|
+
Result: PagedResult<ProductsListProductBarcodesResponse_ProductBarcodeDto<ID_TYPE>, ID_TYPE>;
|
|
11228
11228
|
}
|
|
11229
11229
|
export interface ProductsListProductBarcodesResponse_ProductBarcodeDto<ID_TYPE = string> {
|
|
11230
11230
|
Barcode?: string;
|
|
@@ -11248,7 +11248,7 @@ export interface ListProductRequirements<ID_TYPE = string> {
|
|
|
11248
11248
|
export interface ListProductRequirementsResponse<ID_TYPE = string> {
|
|
11249
11249
|
Error?: ServiceError<ID_TYPE>;
|
|
11250
11250
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11251
|
-
Result
|
|
11251
|
+
Result: PagedResult<ProductsProductRequirementDto<ID_TYPE>, ID_TYPE>;
|
|
11252
11252
|
}
|
|
11253
11253
|
/**
|
|
11254
11254
|
* Lists the persisted output of product search templates
|
|
@@ -11262,7 +11262,7 @@ export interface ListProductSearchTemplateResultsResponse<ID_TYPE = string> {
|
|
|
11262
11262
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11263
11263
|
NextPageToken?: string;
|
|
11264
11264
|
PreviousPageToken?: string;
|
|
11265
|
-
Results
|
|
11265
|
+
Results: SearchListProductSearchTemplateResultItem<ID_TYPE>[];
|
|
11266
11266
|
}
|
|
11267
11267
|
/**
|
|
11268
11268
|
* List the ProductSearchTemplates
|
|
@@ -11273,7 +11273,7 @@ export interface ListProductSearchTemplates<ID_TYPE = string> {
|
|
|
11273
11273
|
export interface ListProductSearchTemplatesResponse<ID_TYPE = string> {
|
|
11274
11274
|
Error?: ServiceError<ID_TYPE>;
|
|
11275
11275
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11276
|
-
Result
|
|
11276
|
+
Result: PagedResult<ProductsListProductSearchTemplatesResponse_ProductSearchDto<ID_TYPE>, ID_TYPE>;
|
|
11277
11277
|
}
|
|
11278
11278
|
export interface ProductsListProductSearchTemplatesResponse_ProductSearchDto<ID_TYPE = string> {
|
|
11279
11279
|
AggregationOptions?: Record<string, SearchAggregationFilterModel<ID_TYPE>>;
|
|
@@ -11305,7 +11305,7 @@ export interface ListProductUnitOfMeasures<ID_TYPE = string> {
|
|
|
11305
11305
|
export interface ListProductUnitOfMeasuresResponse<ID_TYPE = string> {
|
|
11306
11306
|
Error?: ServiceError<ID_TYPE>;
|
|
11307
11307
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11308
|
-
Result
|
|
11308
|
+
Result: PagedResult<ProductsListProductUnitOfMeasuresResponse_ProductUnitOfMeasureDto<ID_TYPE>, ID_TYPE>;
|
|
11309
11309
|
}
|
|
11310
11310
|
export interface ProductsListProductUnitOfMeasuresResponse_ProductUnitOfMeasureDto<ID_TYPE = string> {
|
|
11311
11311
|
ID: ID_TYPE;
|
|
@@ -11326,7 +11326,7 @@ export interface ListSupplierProducts<ID_TYPE = string> {
|
|
|
11326
11326
|
export interface ListSupplierProductsResponse<ID_TYPE = string> {
|
|
11327
11327
|
Error?: ServiceError<ID_TYPE>;
|
|
11328
11328
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11329
|
-
Result
|
|
11329
|
+
Result: PagedResult<ProductsListSupplierProductsResponse_SupplierProductDto<ID_TYPE>, ID_TYPE>;
|
|
11330
11330
|
}
|
|
11331
11331
|
export interface ProductsListSupplierProductsResponse_SupplierProductDto<ID_TYPE = string> {
|
|
11332
11332
|
BackendID?: string;
|
|
@@ -11775,7 +11775,7 @@ export interface ListRoleSets<ID_TYPE = string> {
|
|
|
11775
11775
|
export interface ListRoleSetsResponse<ID_TYPE = string> {
|
|
11776
11776
|
Error?: ServiceError<ID_TYPE>;
|
|
11777
11777
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11778
|
-
Result
|
|
11778
|
+
Result: PagedResult<RightsListRoleSetsResponse_RoleSetDto<ID_TYPE>, ID_TYPE>;
|
|
11779
11779
|
}
|
|
11780
11780
|
export interface RightsListRoleSetsResponse_RoleSetDto<ID_TYPE = string> {
|
|
11781
11781
|
BackendID?: string;
|
|
@@ -11794,7 +11794,7 @@ export interface ListRoles<ID_TYPE = string> {
|
|
|
11794
11794
|
export interface ListRolesResponse<ID_TYPE = string> {
|
|
11795
11795
|
Error?: ServiceError<ID_TYPE>;
|
|
11796
11796
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11797
|
-
Result
|
|
11797
|
+
Result: PagedResult<RightsRoleDto<ID_TYPE>, ID_TYPE>;
|
|
11798
11798
|
}
|
|
11799
11799
|
/**
|
|
11800
11800
|
* Lists organization units and roles for user
|
|
@@ -11809,7 +11809,7 @@ export interface ListUserOrganizationUnitRoles<ID_TYPE = string> {
|
|
|
11809
11809
|
export interface ListUserOrganizationUnitRolesResponse<ID_TYPE = string> {
|
|
11810
11810
|
Error?: ServiceError<ID_TYPE>;
|
|
11811
11811
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11812
|
-
Result
|
|
11812
|
+
Result: PagedResult<RightsListUserOrganizationUnitRolesResponse_OrganizationUnit<ID_TYPE>, ID_TYPE>;
|
|
11813
11813
|
}
|
|
11814
11814
|
export interface RightsListUserOrganizationUnitRolesResponse_OrganizationUnit<ID_TYPE = string> {
|
|
11815
11815
|
ID: ID_TYPE;
|
|
@@ -12487,7 +12487,7 @@ export interface ListCarriers<ID_TYPE = string> {
|
|
|
12487
12487
|
export interface ListCarriersResponse<ID_TYPE = string> {
|
|
12488
12488
|
Error?: ServiceError<ID_TYPE>;
|
|
12489
12489
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12490
|
-
Result
|
|
12490
|
+
Result: PagedResult<ShippingCarrierDto<ID_TYPE>, ID_TYPE>;
|
|
12491
12491
|
}
|
|
12492
12492
|
/**
|
|
12493
12493
|
* List the ShippingMethods
|
|
@@ -12498,7 +12498,7 @@ export interface ListManagementShippingMethods<ID_TYPE = string> {
|
|
|
12498
12498
|
export interface ListManagementShippingMethodsResponse<ID_TYPE = string> {
|
|
12499
12499
|
Error?: ServiceError<ID_TYPE>;
|
|
12500
12500
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12501
|
-
Result
|
|
12501
|
+
Result: PagedResult<ShippingListManagementShippingMethodsResponse_Data<ID_TYPE>, ID_TYPE>;
|
|
12502
12502
|
}
|
|
12503
12503
|
export interface ShippingListManagementShippingMethodsResponse_Data<ID_TYPE = string> {
|
|
12504
12504
|
CarrierCode?: string;
|
|
@@ -12541,7 +12541,7 @@ export interface ListOrganizationUnitShippingMethods<ID_TYPE = string> {
|
|
|
12541
12541
|
export interface ListOrganizationUnitShippingMethodsResponse<ID_TYPE = string> {
|
|
12542
12542
|
Error?: ServiceError<ID_TYPE>;
|
|
12543
12543
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12544
|
-
Result
|
|
12544
|
+
Result: PagedResult<ShippingOrganizationUnitShippingMethodDto<ID_TYPE>, ID_TYPE>;
|
|
12545
12545
|
}
|
|
12546
12546
|
/**
|
|
12547
12547
|
* List the available `ShippingCost`
|
|
@@ -12552,7 +12552,7 @@ export interface ListShippingCosts<ID_TYPE = string> {
|
|
|
12552
12552
|
export interface ListShippingCostsResponse<ID_TYPE = string> {
|
|
12553
12553
|
Error?: ServiceError<ID_TYPE>;
|
|
12554
12554
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12555
|
-
Result
|
|
12555
|
+
Result: PagedResult<ShippingShippingCostDto<ID_TYPE>, ID_TYPE>;
|
|
12556
12556
|
}
|
|
12557
12557
|
/**
|
|
12558
12558
|
* Lists current ShippingMethodTransportationTimes, optionally filtered.
|
|
@@ -12571,7 +12571,7 @@ export interface ListShippingMethods<ID_TYPE = string> {
|
|
|
12571
12571
|
export interface ListShippingMethodsResponse<ID_TYPE = string> {
|
|
12572
12572
|
Error?: ServiceError<ID_TYPE>;
|
|
12573
12573
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12574
|
-
Result
|
|
12574
|
+
Result: PagedResult<ShippingListShippingMethodsResponse_ShippingMethodDto<ID_TYPE>, ID_TYPE>;
|
|
12575
12575
|
}
|
|
12576
12576
|
export interface ShippingListShippingMethodsResponse_ShippingMethodDto<ID_TYPE = string> {
|
|
12577
12577
|
/**
|
|
@@ -12599,7 +12599,7 @@ export interface ListShippingRestrictions<ID_TYPE = string> {
|
|
|
12599
12599
|
export interface ListShippingRestrictionsResponse<ID_TYPE = string> {
|
|
12600
12600
|
Error?: ServiceError<ID_TYPE>;
|
|
12601
12601
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12602
|
-
Result
|
|
12602
|
+
Result: PagedResult<ShippingShippingRestrictionDto<ID_TYPE>, ID_TYPE>;
|
|
12603
12603
|
}
|
|
12604
12604
|
export interface ShippingOrganizationUnitShippingMethodDto<ID_TYPE = string> {
|
|
12605
12605
|
/**
|
|
@@ -13047,7 +13047,7 @@ export interface ListCumulativeStock<ID_TYPE = string> {
|
|
|
13047
13047
|
export interface ListCumulativeStockResponse<ID_TYPE = string> {
|
|
13048
13048
|
Error?: ServiceError<ID_TYPE>;
|
|
13049
13049
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13050
|
-
Result
|
|
13050
|
+
Result: PagedResult<StockListCumulativeStockResponse_Model<ID_TYPE>, ID_TYPE>;
|
|
13051
13051
|
}
|
|
13052
13052
|
export interface StockListCumulativeStockResponse_Model<ID_TYPE = string> {
|
|
13053
13053
|
OrganizationUnitBackendID?: string;
|
|
@@ -13065,7 +13065,7 @@ export interface ListStockAllocationRules<ID_TYPE = string> {
|
|
|
13065
13065
|
export interface ListStockAllocationRulesResponse<ID_TYPE = string> {
|
|
13066
13066
|
Error?: ServiceError<ID_TYPE>;
|
|
13067
13067
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13068
|
-
Result
|
|
13068
|
+
Result: PagedResult<SuppliersListStockAllocationRulesItem<ID_TYPE>, ID_TYPE>;
|
|
13069
13069
|
}
|
|
13070
13070
|
/**
|
|
13071
13071
|
* Reallocates the stock for a StockLocationRule with `Type` = `Limitation`.
|
|
@@ -13197,7 +13197,7 @@ export interface ListStockMutationReasons<ID_TYPE = string> {
|
|
|
13197
13197
|
export interface ListStockMutationReasonsResponse<ID_TYPE = string> {
|
|
13198
13198
|
Error?: ServiceError<ID_TYPE>;
|
|
13199
13199
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13200
|
-
Result
|
|
13200
|
+
Result: PagedResult<StockMutationsStockMutationReason<ID_TYPE>, ID_TYPE>;
|
|
13201
13201
|
}
|
|
13202
13202
|
/**
|
|
13203
13203
|
* This service allows retrieval of StockMutations, filtered by a Query and/or a set of filters.
|
|
@@ -13259,7 +13259,15 @@ export interface AnswerSurveyQuestion<ID_TYPE = string> {
|
|
|
13259
13259
|
* Cancel the survey response
|
|
13260
13260
|
*/
|
|
13261
13261
|
export interface CancelSurveyResponse<ID_TYPE = string> {
|
|
13262
|
-
|
|
13262
|
+
/**
|
|
13263
|
+
* Entity type: Survey
|
|
13264
|
+
*/
|
|
13265
|
+
SurveyID?: ID_TYPE;
|
|
13266
|
+
Token?: string;
|
|
13267
|
+
/**
|
|
13268
|
+
* Entity type: User
|
|
13269
|
+
*/
|
|
13270
|
+
UserID?: ID_TYPE;
|
|
13263
13271
|
}
|
|
13264
13272
|
/**
|
|
13265
13273
|
* Creates a new survey
|
|
@@ -13282,7 +13290,7 @@ export interface CreateSurvey<ID_TYPE = string> {
|
|
|
13282
13290
|
OrganizationUnitSetID: ID_TYPE;
|
|
13283
13291
|
StartDate: string;
|
|
13284
13292
|
SurveyContext?: DataModelsSurveyContext;
|
|
13285
|
-
SurveyDistributionHandler
|
|
13293
|
+
SurveyDistributionHandler: string;
|
|
13286
13294
|
SurveyDistributionHandlerData?: SurveysTriggersISurveyDistributionHandlerData<ID_TYPE> | Extenders_CreateSurvey_SurveyDistributionHandlerData<ID_TYPE>[keyof Extenders_CreateSurvey_SurveyDistributionHandlerData<ID_TYPE>];
|
|
13287
13295
|
SurveyTrigger: string;
|
|
13288
13296
|
SurveyTriggerData?: SurveysTriggersISurveyTriggerData<ID_TYPE> | Extenders_CreateSurvey_SurveyTriggerData<ID_TYPE>[keyof Extenders_CreateSurvey_SurveyTriggerData<ID_TYPE>];
|
|
@@ -13391,7 +13399,7 @@ export interface DeactivateSurvey<ID_TYPE = string> {
|
|
|
13391
13399
|
SurveyID: ID_TYPE;
|
|
13392
13400
|
}
|
|
13393
13401
|
/**
|
|
13394
|
-
*
|
|
13402
|
+
* Delete a survey
|
|
13395
13403
|
*/
|
|
13396
13404
|
export interface DeleteSurvey<ID_TYPE = string> {
|
|
13397
13405
|
/**
|
|
@@ -13418,6 +13426,16 @@ export interface DeleteSurveyQuestionRoute<ID_TYPE = string> {
|
|
|
13418
13426
|
ID: ID_TYPE;
|
|
13419
13427
|
}
|
|
13420
13428
|
/**
|
|
13429
|
+
* Returns available survey distribution handlers.
|
|
13430
|
+
*/
|
|
13431
|
+
export interface GetAvailableSurveyDistributionHandlers<ID_TYPE = string> {
|
|
13432
|
+
}
|
|
13433
|
+
export interface GetAvailableSurveyDistributionHandlersResponse<ID_TYPE = string> {
|
|
13434
|
+
Error?: ServiceError<ID_TYPE>;
|
|
13435
|
+
Handlers?: string[];
|
|
13436
|
+
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13437
|
+
}
|
|
13438
|
+
/**
|
|
13421
13439
|
* Returns available survey triggers.
|
|
13422
13440
|
*/
|
|
13423
13441
|
export interface GetAvailableSurveyTriggers<ID_TYPE = string> {
|
|
@@ -13642,7 +13660,7 @@ export interface ListSurveysResponse<ID_TYPE = string> {
|
|
|
13642
13660
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13643
13661
|
NextPageToken?: string;
|
|
13644
13662
|
PreviousPageToken?: string;
|
|
13645
|
-
Results
|
|
13663
|
+
Results: SurveysListSurveysResponse_SurveyDto<ID_TYPE>[];
|
|
13646
13664
|
}
|
|
13647
13665
|
export interface SurveysListSurveysResponse_SurveyDto<ID_TYPE = string> {
|
|
13648
13666
|
BackendID?: string;
|
|
@@ -13731,6 +13749,19 @@ export interface SetSurveyQuestionRoutingSequences<ID_TYPE = string> {
|
|
|
13731
13749
|
SurveyQuestionRoutingIDs: ID_TYPE[];
|
|
13732
13750
|
}
|
|
13733
13751
|
/**
|
|
13752
|
+
* Takes in all questions of a survey and sets their sequences.
|
|
13753
|
+
*/
|
|
13754
|
+
export interface SetSurveyQuestionSequences<ID_TYPE = string> {
|
|
13755
|
+
/**
|
|
13756
|
+
* Entity type: Survey
|
|
13757
|
+
*/
|
|
13758
|
+
SurveyID: ID_TYPE;
|
|
13759
|
+
/**
|
|
13760
|
+
* Entity type: SurveyQuestion
|
|
13761
|
+
*/
|
|
13762
|
+
SurveyQuestionIDs: ID_TYPE[];
|
|
13763
|
+
}
|
|
13764
|
+
/**
|
|
13734
13765
|
* Start a survey
|
|
13735
13766
|
*/
|
|
13736
13767
|
export interface StartSurvey<ID_TYPE = string> {
|
|
@@ -14212,6 +14243,17 @@ export interface CreateEmployeeUser<ID_TYPE = string> {
|
|
|
14212
14243
|
* Entity type: Role
|
|
14213
14244
|
*/
|
|
14214
14245
|
RoleID?: ID_TYPE;
|
|
14246
|
+
UserRoles?: UsersEmployeesCreateEmployeeUser_UserRole<ID_TYPE>[];
|
|
14247
|
+
}
|
|
14248
|
+
export interface UsersEmployeesCreateEmployeeUser_UserRole<ID_TYPE = string> {
|
|
14249
|
+
/**
|
|
14250
|
+
* Entity type: OrganizationUnit
|
|
14251
|
+
*/
|
|
14252
|
+
OrganizationUnitID: ID_TYPE;
|
|
14253
|
+
/**
|
|
14254
|
+
* Entity type: Role
|
|
14255
|
+
*/
|
|
14256
|
+
RoleID: ID_TYPE;
|
|
14215
14257
|
}
|
|
14216
14258
|
export interface CreateEmployeeUserResponse<ID_TYPE = string> {
|
|
14217
14259
|
Error?: ServiceError<ID_TYPE>;
|
|
@@ -14359,7 +14401,7 @@ export interface UsersEmployeesListEmployeeDatasFilter<ID_TYPE = string> {
|
|
|
14359
14401
|
export interface ListEmployeeDatasResponse<ID_TYPE = string> {
|
|
14360
14402
|
Error?: ServiceError<ID_TYPE>;
|
|
14361
14403
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
14362
|
-
Result
|
|
14404
|
+
Result: PagedResult<UsersEmployeesEmployeeDataDto<ID_TYPE>, ID_TYPE>;
|
|
14363
14405
|
}
|
|
14364
14406
|
/**
|
|
14365
14407
|
* Export all UserSubscriptions in an excel file
|
|
@@ -14585,7 +14627,7 @@ export interface ListSubscriptionUsersResponse<ID_TYPE = string> {
|
|
|
14585
14627
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
14586
14628
|
NextPageToken?: string;
|
|
14587
14629
|
PreviousPageToken?: string;
|
|
14588
|
-
Results
|
|
14630
|
+
Results: UsersListSubscriptionUsersResponse_SubscriptionUser<ID_TYPE>[];
|
|
14589
14631
|
}
|
|
14590
14632
|
export interface UsersListSubscriptionUsersResponse_SubscriptionUser<ID_TYPE = string> {
|
|
14591
14633
|
IsBlocked: boolean;
|
|
@@ -14687,7 +14729,7 @@ export interface ListUserRequirementSets<ID_TYPE = string> {
|
|
|
14687
14729
|
export interface ListUserRequirementSetsResponse<ID_TYPE = string> {
|
|
14688
14730
|
Error?: ServiceError<ID_TYPE>;
|
|
14689
14731
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
14690
|
-
Result
|
|
14732
|
+
Result: PagedResult<UsersListUserRequirementSetsResponse_UserRequirementSetDto<ID_TYPE>, ID_TYPE>;
|
|
14691
14733
|
}
|
|
14692
14734
|
export interface UsersListUserRequirementSetsResponse_UserRequirementSetDto<ID_TYPE = string> {
|
|
14693
14735
|
/**
|
|
@@ -14712,7 +14754,7 @@ export interface ListUserRequirements<ID_TYPE = string> {
|
|
|
14712
14754
|
export interface ListUserRequirementsResponse<ID_TYPE = string> {
|
|
14713
14755
|
Error?: ServiceError<ID_TYPE>;
|
|
14714
14756
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
14715
|
-
Result
|
|
14757
|
+
Result: PagedResult<UsersListUserRequirementsResponse_UserRequirementDto<ID_TYPE>, ID_TYPE>;
|
|
14716
14758
|
}
|
|
14717
14759
|
export interface UsersListUserRequirementsResponse_UserRequirementDto<ID_TYPE = string> {
|
|
14718
14760
|
AccountType?: DataModelsUserAccountType;
|
|
@@ -14738,6 +14780,7 @@ export interface UsersListUserRequirementsResponse_UserRequirementDto<ID_TYPE =
|
|
|
14738
14780
|
export interface PushUserSubscription<ID_TYPE = string> {
|
|
14739
14781
|
Balance?: number;
|
|
14740
14782
|
IsSubscribed?: boolean;
|
|
14783
|
+
SubscribedOn?: string;
|
|
14741
14784
|
/**
|
|
14742
14785
|
* Entity type: Subscription
|
|
14743
14786
|
*/
|
|
@@ -14985,7 +15028,7 @@ export interface ListWishlistsResponse<ID_TYPE = string> {
|
|
|
14985
15028
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
14986
15029
|
NextPageToken?: string;
|
|
14987
15030
|
PreviousPageToken?: string;
|
|
14988
|
-
Results
|
|
15031
|
+
Results: UsersWishlistsListWishlistsResponse_Wishlist<ID_TYPE>[];
|
|
14989
15032
|
}
|
|
14990
15033
|
export interface UsersWishlistsListWishlistsResponse_Wishlist<ID_TYPE = string> {
|
|
14991
15034
|
CreatedOn: string;
|
|
@@ -15114,7 +15157,7 @@ export interface ListVisibilityGroupConfigurations<ID_TYPE = string> {
|
|
|
15114
15157
|
export interface ListVisibilityGroupConfigurationsResponse<ID_TYPE = string> {
|
|
15115
15158
|
Error?: ServiceError<ID_TYPE>;
|
|
15116
15159
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15117
|
-
Result
|
|
15160
|
+
Result: PagedResult<VisibilityGroupsListVisibilityGroupConfigurationsResponse_VisibilityGroupVisibilityGroupDto<ID_TYPE>, ID_TYPE>;
|
|
15118
15161
|
}
|
|
15119
15162
|
export interface VisibilityGroupsListVisibilityGroupConfigurationsResponse_VisibilityGroupDto<ID_TYPE = string> {
|
|
15120
15163
|
/**
|
|
@@ -15139,7 +15182,7 @@ export interface ListVisibilityGroups<ID_TYPE = string> {
|
|
|
15139
15182
|
export interface ListVisibilityGroupsResponse<ID_TYPE = string> {
|
|
15140
15183
|
Error?: ServiceError<ID_TYPE>;
|
|
15141
15184
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15142
|
-
Result
|
|
15185
|
+
Result: PagedResult<VisibilityGroupsListVisibilityGroupsResponse_VisibilityGroupDto<ID_TYPE>, ID_TYPE>;
|
|
15143
15186
|
}
|
|
15144
15187
|
export interface VisibilityGroupsListVisibilityGroupsResponse_VisibilityGroupDto<ID_TYPE = string> {
|
|
15145
15188
|
AllowCustomerStandardAccounts: boolean;
|
|
@@ -15378,7 +15421,7 @@ export interface GetAssortmentRootProducts<ID_TYPE = string> {
|
|
|
15378
15421
|
export interface GetAssortmentRootProductsResponse<ID_TYPE = string> {
|
|
15379
15422
|
Error?: ServiceError<ID_TYPE>;
|
|
15380
15423
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15381
|
-
Result
|
|
15424
|
+
Result: PagedResult<EVACoreServicesAssortmentsGetAssortmentRootProductsResponse_AssortmentProduct<ID_TYPE>, ID_TYPE>;
|
|
15382
15425
|
}
|
|
15383
15426
|
export interface EVACoreServicesAssortmentsGetAssortmentRootProductsResponse_AssortmentProduct<ID_TYPE = string> {
|
|
15384
15427
|
AnnouncementDate?: string;
|
|
@@ -15409,7 +15452,7 @@ export interface ListAssortmentProducts<ID_TYPE = string> {
|
|
|
15409
15452
|
export interface ListAssortmentProductsResponse<ID_TYPE = string> {
|
|
15410
15453
|
Error?: ServiceError<ID_TYPE>;
|
|
15411
15454
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15412
|
-
Result
|
|
15455
|
+
Result: PagedResult<EVACoreServicesAssortmentsListAssortmentProductsResponse_AssortmentProduct<ID_TYPE>, ID_TYPE>;
|
|
15413
15456
|
}
|
|
15414
15457
|
export interface EVACoreServicesAssortmentsListAssortmentProductsResponse_AssortmentProduct<ID_TYPE = string> {
|
|
15415
15458
|
AnnouncementDate?: string;
|
|
@@ -15444,7 +15487,7 @@ export interface ListAssortments<ID_TYPE = string> {
|
|
|
15444
15487
|
export interface ListAssortmentsResponse<ID_TYPE = string> {
|
|
15445
15488
|
Error?: ServiceError<ID_TYPE>;
|
|
15446
15489
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15447
|
-
Result
|
|
15490
|
+
Result: PagedResult<EVACoreServicesAssortmentsListAssortmentsResponse_AssortmentDto<ID_TYPE>, ID_TYPE>;
|
|
15448
15491
|
}
|
|
15449
15492
|
export interface EVACoreServicesAssortmentsListAssortmentsResponse_AssortmentDto<ID_TYPE = string> {
|
|
15450
15493
|
Code?: string;
|
|
@@ -15547,7 +15590,7 @@ export interface ListFraudItems<ID_TYPE = string> {
|
|
|
15547
15590
|
export interface ListFraudItemsResponse<ID_TYPE = string> {
|
|
15548
15591
|
Error?: ServiceError<ID_TYPE>;
|
|
15549
15592
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15550
|
-
Result
|
|
15593
|
+
Result: PagedResult<EVACoreServicesFraudListFraudItemsResponse_Item<ID_TYPE>, ID_TYPE>;
|
|
15551
15594
|
}
|
|
15552
15595
|
export interface EVACoreServicesFraudListFraudItemsResponse_Item<ID_TYPE = string> {
|
|
15553
15596
|
Data?: string;
|
|
@@ -15693,7 +15736,7 @@ export interface ListStockForOrganizationUnitsResponse<ID_TYPE = string> {
|
|
|
15693
15736
|
* Entity type: Product
|
|
15694
15737
|
*/
|
|
15695
15738
|
Products?: Record<string, EVACoreServicesStockListStockForOrganizationUnitsResponse_ProductDto<ID_TYPE>>;
|
|
15696
|
-
Result
|
|
15739
|
+
Result: PagedResult<EVACoreServicesStockListStockForOrganizationUnitsResponse_StockDto<ID_TYPE>, ID_TYPE>;
|
|
15697
15740
|
Url?: string;
|
|
15698
15741
|
}
|
|
15699
15742
|
export interface EVACoreServicesStockListStockForOrganizationUnitsResponse_ProductDto<ID_TYPE = string> {
|
|
@@ -15909,7 +15952,7 @@ export interface ListUserBoughtProductsResponse<ID_TYPE = string> {
|
|
|
15909
15952
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
15910
15953
|
NextPageToken?: string;
|
|
15911
15954
|
PreviousPageToken?: string;
|
|
15912
|
-
Results
|
|
15955
|
+
Results: EVACoreServicesUsersListUserBoughtProductsResponse_BoughtProduct<ID_TYPE>[];
|
|
15913
15956
|
}
|
|
15914
15957
|
export interface EVACoreServicesUsersListUserBoughtProductsResponse_BoughtProduct<ID_TYPE = string> {
|
|
15915
15958
|
/**
|