@propeller-commerce/propeller-sdk-v2 0.11.1
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/CHANGELOG.md +669 -0
- package/LICENSE +21 -0
- package/README.md +508 -0
- package/dist/cjs/client/GraphQLClient.d.ts +280 -0
- package/dist/cjs/client/GraphQLClient.js +414 -0
- package/dist/cjs/client/GraphQLOperationError.d.ts +29 -0
- package/dist/cjs/client/GraphQLOperationError.js +17 -0
- package/dist/cjs/client/index.d.ts +16 -0
- package/dist/cjs/client/index.js +24 -0
- package/dist/cjs/enum/ALLOW_QUOTE_INVALIDATION.d.ts +10 -0
- package/dist/cjs/enum/ALLOW_QUOTE_INVALIDATION.js +14 -0
- package/dist/cjs/enum/AddressType.d.ts +12 -0
- package/dist/cjs/enum/AddressType.js +16 -0
- package/dist/cjs/enum/AdminUserSortField.d.ts +10 -0
- package/dist/cjs/enum/AdminUserSortField.js +14 -0
- package/dist/cjs/enum/AttributeAttributeDescriptionTermField.d.ts +10 -0
- package/dist/cjs/enum/AttributeAttributeDescriptionTermField.js +14 -0
- package/dist/cjs/enum/AttributeDescriptionClass.d.ts +12 -0
- package/dist/cjs/enum/AttributeDescriptionClass.js +16 -0
- package/dist/cjs/enum/AttributeDescriptionFieldName.d.ts +25 -0
- package/dist/cjs/enum/AttributeDescriptionFieldName.js +29 -0
- package/dist/cjs/enum/AttributeDescriptionSortField.d.ts +9 -0
- package/dist/cjs/enum/AttributeDescriptionSortField.js +13 -0
- package/dist/cjs/enum/AttributeFieldName.d.ts +32 -0
- package/dist/cjs/enum/AttributeFieldName.js +36 -0
- package/dist/cjs/enum/AttributeType.d.ts +18 -0
- package/dist/cjs/enum/AttributeType.js +22 -0
- package/dist/cjs/enum/Auto.d.ts +8 -0
- package/dist/cjs/enum/Auto.js +12 -0
- package/dist/cjs/enum/BulkCostPriceFieldName.d.ts +11 -0
- package/dist/cjs/enum/BulkCostPriceFieldName.js +15 -0
- package/dist/cjs/enum/BulkPriceFieldName.d.ts +11 -0
- package/dist/cjs/enum/BulkPriceFieldName.js +15 -0
- package/dist/cjs/enum/BulkPriceSortField.d.ts +13 -0
- package/dist/cjs/enum/BulkPriceSortField.js +17 -0
- package/dist/cjs/enum/BundleCondition.d.ts +8 -0
- package/dist/cjs/enum/BundleCondition.js +12 -0
- package/dist/cjs/enum/BundleSortField.d.ts +10 -0
- package/dist/cjs/enum/BundleSortField.js +14 -0
- package/dist/cjs/enum/BusinessRuleArrayExpressionOperators.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleArrayExpressionOperators.js +10 -0
- package/dist/cjs/enum/BusinessRuleComplexExpressionAction.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleComplexExpressionAction.js +10 -0
- package/dist/cjs/enum/BusinessRuleDateExpressionOperators.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleDateExpressionOperators.js +10 -0
- package/dist/cjs/enum/BusinessRuleDecisionTableColumnType.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleDecisionTableColumnType.js +10 -0
- package/dist/cjs/enum/BusinessRuleDecisionTableRowReorderDirection.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleDecisionTableRowReorderDirection.js +10 -0
- package/dist/cjs/enum/BusinessRuleExpressionGroupOperators.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleExpressionGroupOperators.js +10 -0
- package/dist/cjs/enum/BusinessRuleExpressionTypes.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleExpressionTypes.js +10 -0
- package/dist/cjs/enum/BusinessRuleHitPolicyOption.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleHitPolicyOption.js +10 -0
- package/dist/cjs/enum/BusinessRuleNodeType.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleNodeType.js +10 -0
- package/dist/cjs/enum/BusinessRuleNumberExpressionOperators.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleNumberExpressionOperators.js +10 -0
- package/dist/cjs/enum/BusinessRuleStringExpressionOperators.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleStringExpressionOperators.js +10 -0
- package/dist/cjs/enum/BusinessRuleType.d.ts +6 -0
- package/dist/cjs/enum/BusinessRuleType.js +10 -0
- package/dist/cjs/enum/CacheControlType.d.ts +8 -0
- package/dist/cjs/enum/CacheControlType.js +12 -0
- package/dist/cjs/enum/CarrierSortField.d.ts +10 -0
- package/dist/cjs/enum/CarrierSortField.js +14 -0
- package/dist/cjs/enum/CarrierType.d.ts +8 -0
- package/dist/cjs/enum/CarrierType.js +12 -0
- package/dist/cjs/enum/CartAddressType.d.ts +8 -0
- package/dist/cjs/enum/CartAddressType.js +12 -0
- package/dist/cjs/enum/CartSortField.d.ts +9 -0
- package/dist/cjs/enum/CartSortField.js +13 -0
- package/dist/cjs/enum/CartStatus.d.ts +10 -0
- package/dist/cjs/enum/CartStatus.js +14 -0
- package/dist/cjs/enum/CategoryFieldName.d.ts +22 -0
- package/dist/cjs/enum/CategoryFieldName.js +26 -0
- package/dist/cjs/enum/CategorySortableFields.d.ts +9 -0
- package/dist/cjs/enum/CategorySortableFields.js +13 -0
- package/dist/cjs/enum/ClusterBulkMoveErrorCode.d.ts +9 -0
- package/dist/cjs/enum/ClusterBulkMoveErrorCode.js +13 -0
- package/dist/cjs/enum/ClusterConfigSettingDisplayType.d.ts +10 -0
- package/dist/cjs/enum/ClusterConfigSettingDisplayType.js +14 -0
- package/dist/cjs/enum/ClusterConfigSettingType.d.ts +11 -0
- package/dist/cjs/enum/ClusterConfigSettingType.js +15 -0
- package/dist/cjs/enum/ClusterDrillDownDisplayType.d.ts +6 -0
- package/dist/cjs/enum/ClusterDrillDownDisplayType.js +10 -0
- package/dist/cjs/enum/ClusterFieldName.d.ts +23 -0
- package/dist/cjs/enum/ClusterFieldName.js +27 -0
- package/dist/cjs/enum/CompanyFieldName.d.ts +17 -0
- package/dist/cjs/enum/CompanyFieldName.js +21 -0
- package/dist/cjs/enum/CompanySearchIndexTemplate.d.ts +16 -0
- package/dist/cjs/enum/CompanySearchIndexTemplate.js +20 -0
- package/dist/cjs/enum/CompanySearchSortField.d.ts +79 -0
- package/dist/cjs/enum/CompanySearchSortField.js +83 -0
- package/dist/cjs/enum/CompanySortableField.d.ts +9 -0
- package/dist/cjs/enum/CompanySortableField.js +13 -0
- package/dist/cjs/enum/CompanyTermFieldName.d.ts +64 -0
- package/dist/cjs/enum/CompanyTermFieldName.js +68 -0
- package/dist/cjs/enum/ContactFieldName.d.ts +25 -0
- package/dist/cjs/enum/ContactFieldName.js +29 -0
- package/dist/cjs/enum/ContactSortableField.d.ts +10 -0
- package/dist/cjs/enum/ContactSortableField.js +14 -0
- package/dist/cjs/enum/CostPriceSortField.d.ts +11 -0
- package/dist/cjs/enum/CostPriceSortField.js +15 -0
- package/dist/cjs/enum/CrossupsellSortField.d.ts +15 -0
- package/dist/cjs/enum/CrossupsellSortField.js +19 -0
- package/dist/cjs/enum/CrossupsellType.d.ts +11 -0
- package/dist/cjs/enum/CrossupsellType.js +15 -0
- package/dist/cjs/enum/CsvRecordErrorCode.d.ts +6 -0
- package/dist/cjs/enum/CsvRecordErrorCode.js +10 -0
- package/dist/cjs/enum/CustomerFieldName.d.ts +22 -0
- package/dist/cjs/enum/CustomerFieldName.js +26 -0
- package/dist/cjs/enum/CustomerSortableField.d.ts +9 -0
- package/dist/cjs/enum/CustomerSortableField.js +13 -0
- package/dist/cjs/enum/DiscountFieldName.d.ts +15 -0
- package/dist/cjs/enum/DiscountFieldName.js +19 -0
- package/dist/cjs/enum/DiscountSortField.d.ts +18 -0
- package/dist/cjs/enum/DiscountSortField.js +22 -0
- package/dist/cjs/enum/DiscountType.d.ts +8 -0
- package/dist/cjs/enum/DiscountType.js +12 -0
- package/dist/cjs/enum/DocumentFieldName.d.ts +18 -0
- package/dist/cjs/enum/DocumentFieldName.js +22 -0
- package/dist/cjs/enum/EmailEventType.d.ts +6 -0
- package/dist/cjs/enum/EmailEventType.js +10 -0
- package/dist/cjs/enum/EventActionConfigSortField.d.ts +9 -0
- package/dist/cjs/enum/EventActionConfigSortField.js +13 -0
- package/dist/cjs/enum/EventTrigger.d.ts +8 -0
- package/dist/cjs/enum/EventTrigger.js +12 -0
- package/dist/cjs/enum/FeaturesEnableDisable.d.ts +7 -0
- package/dist/cjs/enum/FeaturesEnableDisable.js +11 -0
- package/dist/cjs/enum/Fit.d.ts +9 -0
- package/dist/cjs/enum/Fit.js +13 -0
- package/dist/cjs/enum/Format.d.ts +20 -0
- package/dist/cjs/enum/Format.js +24 -0
- package/dist/cjs/enum/Gender.d.ts +12 -0
- package/dist/cjs/enum/Gender.js +16 -0
- package/dist/cjs/enum/ImageFieldName.d.ts +18 -0
- package/dist/cjs/enum/ImageFieldName.js +22 -0
- package/dist/cjs/enum/ImageMetadata.d.ts +7 -0
- package/dist/cjs/enum/ImageMetadata.js +11 -0
- package/dist/cjs/enum/IncentiveActions.d.ts +6 -0
- package/dist/cjs/enum/IncentiveActions.js +10 -0
- package/dist/cjs/enum/IncentiveDiscountType.d.ts +8 -0
- package/dist/cjs/enum/IncentiveDiscountType.js +12 -0
- package/dist/cjs/enum/InventoryFieldName.d.ts +23 -0
- package/dist/cjs/enum/InventoryFieldName.js +27 -0
- package/dist/cjs/enum/InventoryType.d.ts +8 -0
- package/dist/cjs/enum/InventoryType.js +12 -0
- package/dist/cjs/enum/Level.d.ts +24 -0
- package/dist/cjs/enum/Level.js +28 -0
- package/dist/cjs/enum/NumberExpressionOperator.d.ts +8 -0
- package/dist/cjs/enum/NumberExpressionOperator.js +12 -0
- package/dist/cjs/enum/Optimize.d.ts +9 -0
- package/dist/cjs/enum/Optimize.js +13 -0
- package/dist/cjs/enum/OrderDiscountType.d.ts +9 -0
- package/dist/cjs/enum/OrderDiscountType.js +13 -0
- package/dist/cjs/enum/OrderExportStatus.d.ts +10 -0
- package/dist/cjs/enum/OrderExportStatus.js +14 -0
- package/dist/cjs/enum/OrderItemClass.d.ts +12 -0
- package/dist/cjs/enum/OrderItemClass.js +16 -0
- package/dist/cjs/enum/OrderItemIncentiveCode.d.ts +12 -0
- package/dist/cjs/enum/OrderItemIncentiveCode.js +16 -0
- package/dist/cjs/enum/OrderRevisionSortField.d.ts +10 -0
- package/dist/cjs/enum/OrderRevisionSortField.js +14 -0
- package/dist/cjs/enum/OrderSearchFields.d.ts +29 -0
- package/dist/cjs/enum/OrderSearchFields.js +33 -0
- package/dist/cjs/enum/OrderSortField.d.ts +12 -0
- package/dist/cjs/enum/OrderSortField.js +16 -0
- package/dist/cjs/enum/OrderStatusOrderType.d.ts +9 -0
- package/dist/cjs/enum/OrderStatusOrderType.js +13 -0
- package/dist/cjs/enum/OrderStatusSetSortField.d.ts +8 -0
- package/dist/cjs/enum/OrderStatusSetSortField.js +12 -0
- package/dist/cjs/enum/OrderStatusSortField.d.ts +12 -0
- package/dist/cjs/enum/OrderStatusSortField.js +16 -0
- package/dist/cjs/enum/OrderStatusType.d.ts +10 -0
- package/dist/cjs/enum/OrderStatusType.js +14 -0
- package/dist/cjs/enum/OrderType.d.ts +14 -0
- package/dist/cjs/enum/OrderType.js +18 -0
- package/dist/cjs/enum/OrderlistSortField.d.ts +12 -0
- package/dist/cjs/enum/OrderlistSortField.js +16 -0
- package/dist/cjs/enum/OrderlistType.d.ts +8 -0
- package/dist/cjs/enum/OrderlistType.js +12 -0
- package/dist/cjs/enum/Orient.d.ts +19 -0
- package/dist/cjs/enum/Orient.js +23 -0
- package/dist/cjs/enum/PayMethodSortField.d.ts +10 -0
- package/dist/cjs/enum/PayMethodSortField.js +14 -0
- package/dist/cjs/enum/PaymentStatuses.d.ts +15 -0
- package/dist/cjs/enum/PaymentStatuses.js +19 -0
- package/dist/cjs/enum/PriceDiscountType.d.ts +9 -0
- package/dist/cjs/enum/PriceDiscountType.js +13 -0
- package/dist/cjs/enum/PriceDisplay.d.ts +13 -0
- package/dist/cjs/enum/PriceDisplay.js +17 -0
- package/dist/cjs/enum/PriceElementType.d.ts +10 -0
- package/dist/cjs/enum/PriceElementType.js +14 -0
- package/dist/cjs/enum/PriceFieldName.d.ts +17 -0
- package/dist/cjs/enum/PriceFieldName.js +21 -0
- package/dist/cjs/enum/PriceMode.d.ts +8 -0
- package/dist/cjs/enum/PriceMode.js +12 -0
- package/dist/cjs/enum/PriceSortField.d.ts +18 -0
- package/dist/cjs/enum/PriceSortField.js +22 -0
- package/dist/cjs/enum/PricesheetFieldName.d.ts +12 -0
- package/dist/cjs/enum/PricesheetFieldName.js +16 -0
- package/dist/cjs/enum/PricesheetSortField.d.ts +15 -0
- package/dist/cjs/enum/PricesheetSortField.js +19 -0
- package/dist/cjs/enum/ProductBulkMoveErrorCode.d.ts +9 -0
- package/dist/cjs/enum/ProductBulkMoveErrorCode.js +13 -0
- package/dist/cjs/enum/ProductClass.d.ts +8 -0
- package/dist/cjs/enum/ProductClass.js +12 -0
- package/dist/cjs/enum/ProductContainerClass.d.ts +8 -0
- package/dist/cjs/enum/ProductContainerClass.js +12 -0
- package/dist/cjs/enum/ProductFieldName.d.ts +53 -0
- package/dist/cjs/enum/ProductFieldName.js +57 -0
- package/dist/cjs/enum/ProductSearchableField.d.ts +20 -0
- package/dist/cjs/enum/ProductSearchableField.js +24 -0
- package/dist/cjs/enum/ProductSortField.d.ts +16 -0
- package/dist/cjs/enum/ProductSortField.js +20 -0
- package/dist/cjs/enum/ProductStatus.d.ts +18 -0
- package/dist/cjs/enum/ProductStatus.js +22 -0
- package/dist/cjs/enum/PurchaseRole.d.ts +8 -0
- package/dist/cjs/enum/PurchaseRole.js +12 -0
- package/dist/cjs/enum/RESTRICT_SALES_PRICING_VISIBILITY.d.ts +11 -0
- package/dist/cjs/enum/RESTRICT_SALES_PRICING_VISIBILITY.js +15 -0
- package/dist/cjs/enum/ResizeFilter.d.ts +11 -0
- package/dist/cjs/enum/ResizeFilter.js +15 -0
- package/dist/cjs/enum/RoleAccess.d.ts +7 -0
- package/dist/cjs/enum/RoleAccess.js +11 -0
- package/dist/cjs/enum/RoleDefinitionSortableFields.d.ts +8 -0
- package/dist/cjs/enum/RoleDefinitionSortableFields.js +12 -0
- package/dist/cjs/enum/RoleSortableFields.d.ts +6 -0
- package/dist/cjs/enum/RoleSortableFields.js +10 -0
- package/dist/cjs/enum/ShipmentItemSortField.d.ts +14 -0
- package/dist/cjs/enum/ShipmentItemSortField.js +18 -0
- package/dist/cjs/enum/ShipmentSortField.d.ts +12 -0
- package/dist/cjs/enum/ShipmentSortField.js +16 -0
- package/dist/cjs/enum/ShipmentStatus.d.ts +24 -0
- package/dist/cjs/enum/ShipmentStatus.js +28 -0
- package/dist/cjs/enum/Sort.d.ts +8 -0
- package/dist/cjs/enum/Sort.js +12 -0
- package/dist/cjs/enum/SortOrder.d.ts +16 -0
- package/dist/cjs/enum/SortOrder.js +20 -0
- package/dist/cjs/enum/SurchargeType.d.ts +10 -0
- package/dist/cjs/enum/SurchargeType.js +14 -0
- package/dist/cjs/enum/TaxCode.d.ts +14 -0
- package/dist/cjs/enum/TaxCode.js +18 -0
- package/dist/cjs/enum/TaxSortField.d.ts +14 -0
- package/dist/cjs/enum/TaxSortField.js +18 -0
- package/dist/cjs/enum/TemplateErrorLogSortField.d.ts +14 -0
- package/dist/cjs/enum/TemplateErrorLogSortField.js +18 -0
- package/dist/cjs/enum/TemplateErrorType.d.ts +10 -0
- package/dist/cjs/enum/TemplateErrorType.js +14 -0
- package/dist/cjs/enum/TemplateSortField.d.ts +6 -0
- package/dist/cjs/enum/TemplateSortField.js +10 -0
- package/dist/cjs/enum/TemplateType.d.ts +10 -0
- package/dist/cjs/enum/TemplateType.js +14 -0
- package/dist/cjs/enum/TenderAddressType.d.ts +10 -0
- package/dist/cjs/enum/TenderAddressType.js +14 -0
- package/dist/cjs/enum/TicketSortField.d.ts +45 -0
- package/dist/cjs/enum/TicketSortField.js +49 -0
- package/dist/cjs/enum/TicketStatus.d.ts +14 -0
- package/dist/cjs/enum/TicketStatus.js +18 -0
- package/dist/cjs/enum/TrackAndTraceSortField.d.ts +12 -0
- package/dist/cjs/enum/TrackAndTraceSortField.js +16 -0
- package/dist/cjs/enum/TransactionStatuses.d.ts +10 -0
- package/dist/cjs/enum/TransactionStatuses.js +14 -0
- package/dist/cjs/enum/TransactionTypes.d.ts +11 -0
- package/dist/cjs/enum/TransactionTypes.js +15 -0
- package/dist/cjs/enum/UploadType.d.ts +9 -0
- package/dist/cjs/enum/UploadType.js +13 -0
- package/dist/cjs/enum/ValuesetItemSortField.d.ts +9 -0
- package/dist/cjs/enum/ValuesetItemSortField.js +13 -0
- package/dist/cjs/enum/ValuesetSortField.d.ts +10 -0
- package/dist/cjs/enum/ValuesetSortField.js +14 -0
- package/dist/cjs/enum/ValuesetSortOrder.d.ts +8 -0
- package/dist/cjs/enum/ValuesetSortOrder.js +12 -0
- package/dist/cjs/enum/ValuesetType.d.ts +8 -0
- package/dist/cjs/enum/ValuesetType.js +12 -0
- package/dist/cjs/enum/VideoFieldName.d.ts +17 -0
- package/dist/cjs/enum/VideoFieldName.js +21 -0
- package/dist/cjs/enum/WarehouseSortField.d.ts +8 -0
- package/dist/cjs/enum/WarehouseSortField.js +12 -0
- package/dist/cjs/enum/YesNo.d.ts +10 -0
- package/dist/cjs/enum/YesNo.js +14 -0
- package/dist/cjs/enum/ZoneTaxCodeSortField.d.ts +11 -0
- package/dist/cjs/enum/ZoneTaxCodeSortField.js +15 -0
- package/dist/cjs/enum/index.d.ts +138 -0
- package/dist/cjs/enum/index.js +154 -0
- package/dist/cjs/generated/index.d.ts +2 -0
- package/dist/cjs/generated/index.js +19 -0
- package/dist/cjs/generated/operationVariables.d.ts +4283 -0
- package/dist/cjs/generated/operationVariables.js +2 -0
- package/dist/cjs/generated/operationVariablesPublic.d.ts +1 -0
- package/dist/cjs/generated/operationVariablesPublic.js +2 -0
- package/dist/cjs/generated/operations/addCompanyManager.d.ts +1 -0
- package/dist/cjs/generated/operations/addCompanyManager.js +8 -0
- package/dist/cjs/generated/operations/addSurchargesToProduct.d.ts +1 -0
- package/dist/cjs/generated/operations/addSurchargesToProduct.js +10 -0
- package/dist/cjs/generated/operations/addressesByCompanyId.d.ts +1 -0
- package/dist/cjs/generated/operations/addressesByCompanyId.js +37 -0
- package/dist/cjs/generated/operations/addressesByCustomerId.d.ts +1 -0
- package/dist/cjs/generated/operations/addressesByCustomerId.js +37 -0
- package/dist/cjs/generated/operations/addressesByOrderId.d.ts +1 -0
- package/dist/cjs/generated/operations/addressesByOrderId.js +37 -0
- package/dist/cjs/generated/operations/adminUser.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUser.js +76 -0
- package/dist/cjs/generated/operations/adminUserCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserCreate.js +76 -0
- package/dist/cjs/generated/operations/adminUserDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserDelete.js +8 -0
- package/dist/cjs/generated/operations/adminUserTenant.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserTenant.js +52 -0
- package/dist/cjs/generated/operations/adminUserTenantCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserTenantCreate.js +52 -0
- package/dist/cjs/generated/operations/adminUserTenantDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserTenantDelete.js +52 -0
- package/dist/cjs/generated/operations/adminUserUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserUpdate.js +76 -0
- package/dist/cjs/generated/operations/adminUserViewer.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUserViewer.js +76 -0
- package/dist/cjs/generated/operations/adminUsers.d.ts +1 -0
- package/dist/cjs/generated/operations/adminUsers.js +88 -0
- package/dist/cjs/generated/operations/attribute.d.ts +1 -0
- package/dist/cjs/generated/operations/attribute.js +306 -0
- package/dist/cjs/generated/operations/attributeCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeCreate.js +306 -0
- package/dist/cjs/generated/operations/attributeCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeCsvImport.js +19 -0
- package/dist/cjs/generated/operations/attributeDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDelete.js +8 -0
- package/dist/cjs/generated/operations/attributeDescription.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescription.js +34 -0
- package/dist/cjs/generated/operations/attributeDescriptionCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptionCreate.js +34 -0
- package/dist/cjs/generated/operations/attributeDescriptionCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptionCsvImport.js +19 -0
- package/dist/cjs/generated/operations/attributeDescriptionDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptionDelete.js +8 -0
- package/dist/cjs/generated/operations/attributeDescriptionDeleteBulk.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptionDeleteBulk.js +14 -0
- package/dist/cjs/generated/operations/attributeDescriptionUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptionUpdate.js +34 -0
- package/dist/cjs/generated/operations/attributeDescriptions.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeDescriptions.js +46 -0
- package/dist/cjs/generated/operations/attributeResultByCategoryId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByCategoryId.js +365 -0
- package/dist/cjs/generated/operations/attributeResultByClusterId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByClusterId.js +365 -0
- package/dist/cjs/generated/operations/attributeResultByCompanyId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByCompanyId.js +365 -0
- package/dist/cjs/generated/operations/attributeResultByContactId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByContactId.js +365 -0
- package/dist/cjs/generated/operations/attributeResultByCustomerId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByCustomerId.js +365 -0
- package/dist/cjs/generated/operations/attributeResultByProductId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeResultByProductId.js +365 -0
- package/dist/cjs/generated/operations/attributeUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/attributeUpdate.js +306 -0
- package/dist/cjs/generated/operations/attributes.d.ts +1 -0
- package/dist/cjs/generated/operations/attributes.js +314 -0
- package/dist/cjs/generated/operations/attributesByProductId.d.ts +1 -0
- package/dist/cjs/generated/operations/attributesByProductId.js +314 -0
- package/dist/cjs/generated/operations/authentication.d.ts +1 -0
- package/dist/cjs/generated/operations/authentication.js +52 -0
- package/dist/cjs/generated/operations/authenticationCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/authenticationCreate.js +60 -0
- package/dist/cjs/generated/operations/authenticationDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/authenticationDelete.js +8 -0
- package/dist/cjs/generated/operations/bulkCostPriceCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPriceCreate.js +20 -0
- package/dist/cjs/generated/operations/bulkCostPriceCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPriceCsvImport.js +19 -0
- package/dist/cjs/generated/operations/bulkCostPriceDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPriceDelete.js +8 -0
- package/dist/cjs/generated/operations/bulkCostPriceUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPriceUpdate.js +20 -0
- package/dist/cjs/generated/operations/bulkCostPrices.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPrices.js +32 -0
- package/dist/cjs/generated/operations/bulkCostPricesBulk.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPricesBulk.js +15 -0
- package/dist/cjs/generated/operations/bulkCostPricesDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkCostPricesDelete.js +8 -0
- package/dist/cjs/generated/operations/bulkPriceCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPriceCreate.js +17 -0
- package/dist/cjs/generated/operations/bulkPriceCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPriceCsvImport.js +19 -0
- package/dist/cjs/generated/operations/bulkPriceDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPriceDelete.js +8 -0
- package/dist/cjs/generated/operations/bulkPriceUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPriceUpdate.js +17 -0
- package/dist/cjs/generated/operations/bulkPrices.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPrices.js +29 -0
- package/dist/cjs/generated/operations/bulkPricesCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPricesCreate.js +15 -0
- package/dist/cjs/generated/operations/bulkPricesDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/bulkPricesDelete.js +8 -0
- package/dist/cjs/generated/operations/bundle.d.ts +1 -0
- package/dist/cjs/generated/operations/bundle.js +173 -0
- package/dist/cjs/generated/operations/bundleAddItems.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleAddItems.js +159 -0
- package/dist/cjs/generated/operations/bundleAddItemsAndReturnBundle.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleAddItemsAndReturnBundle.js +173 -0
- package/dist/cjs/generated/operations/bundleCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleCreate.js +173 -0
- package/dist/cjs/generated/operations/bundleDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleDelete.js +8 -0
- package/dist/cjs/generated/operations/bundleRemoveItem.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleRemoveItem.js +8 -0
- package/dist/cjs/generated/operations/bundleRemoveItemAndReturnBundle.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleRemoveItemAndReturnBundle.js +177 -0
- package/dist/cjs/generated/operations/bundleUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/bundleUpdate.js +173 -0
- package/dist/cjs/generated/operations/bundles.d.ts +1 -0
- package/dist/cjs/generated/operations/bundles.js +185 -0
- package/dist/cjs/generated/operations/businessRule.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRule.js +38 -0
- package/dist/cjs/generated/operations/businessRuleCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleCreate.js +38 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTable.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTable.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableAddColumn.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableAddColumn.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableAddRow.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableAddRow.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteColumn.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteColumn.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteRow.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteRow.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableMoveRow.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableMoveRow.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableSetCell.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableSetCell.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDecisionTableUpdate.js +19 -0
- package/dist/cjs/generated/operations/businessRuleDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleDelete.js +8 -0
- package/dist/cjs/generated/operations/businessRuleFieldDefinitions.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleFieldDefinitions.js +28 -0
- package/dist/cjs/generated/operations/businessRuleJDM.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleJDM.js +10 -0
- package/dist/cjs/generated/operations/businessRuleUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRuleUpdate.js +38 -0
- package/dist/cjs/generated/operations/businessRules.d.ts +1 -0
- package/dist/cjs/generated/operations/businessRules.js +50 -0
- package/dist/cjs/generated/operations/carrier.d.ts +1 -0
- package/dist/cjs/generated/operations/carrier.js +107 -0
- package/dist/cjs/generated/operations/carrierAssignWarehouse.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierAssignWarehouse.js +8 -0
- package/dist/cjs/generated/operations/carrierAssignWarehouseAndReturnCarrier.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierAssignWarehouseAndReturnCarrier.js +107 -0
- package/dist/cjs/generated/operations/carrierCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierCreate.js +107 -0
- package/dist/cjs/generated/operations/carrierDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierDelete.js +8 -0
- package/dist/cjs/generated/operations/carrierUnassignWarehouse.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierUnassignWarehouse.js +8 -0
- package/dist/cjs/generated/operations/carrierUnassignWarehouseAndReturnCarrier.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierUnassignWarehouseAndReturnCarrier.js +107 -0
- package/dist/cjs/generated/operations/carrierUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/carrierUpdate.js +107 -0
- package/dist/cjs/generated/operations/carriers.d.ts +1 -0
- package/dist/cjs/generated/operations/carriers.js +119 -0
- package/dist/cjs/generated/operations/cart.d.ts +1 -0
- package/dist/cjs/generated/operations/cart.js +468 -0
- package/dist/cjs/generated/operations/cartAcceptPurchaseAuthorizationRequest.d.ts +1 -0
- package/dist/cjs/generated/operations/cartAcceptPurchaseAuthorizationRequest.js +468 -0
- package/dist/cjs/generated/operations/cartAddActionCode.d.ts +1 -0
- package/dist/cjs/generated/operations/cartAddActionCode.js +468 -0
- package/dist/cjs/generated/operations/cartAddBundle.d.ts +1 -0
- package/dist/cjs/generated/operations/cartAddBundle.js +468 -0
- package/dist/cjs/generated/operations/cartAddItem.d.ts +1 -0
- package/dist/cjs/generated/operations/cartAddItem.js +468 -0
- package/dist/cjs/generated/operations/cartDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/cartDelete.js +7 -0
- package/dist/cjs/generated/operations/cartDeleteItem.d.ts +1 -0
- package/dist/cjs/generated/operations/cartDeleteItem.js +468 -0
- package/dist/cjs/generated/operations/cartInvalidateCache.d.ts +1 -0
- package/dist/cjs/generated/operations/cartInvalidateCache.js +8 -0
- package/dist/cjs/generated/operations/cartItemBulk.d.ts +1 -0
- package/dist/cjs/generated/operations/cartItemBulk.js +15 -0
- package/dist/cjs/generated/operations/cartProcess.d.ts +1 -0
- package/dist/cjs/generated/operations/cartProcess.js +12 -0
- package/dist/cjs/generated/operations/cartRemoveActionCode.d.ts +1 -0
- package/dist/cjs/generated/operations/cartRemoveActionCode.js +468 -0
- package/dist/cjs/generated/operations/cartRequestPurchaseAuthorization.d.ts +1 -0
- package/dist/cjs/generated/operations/cartRequestPurchaseAuthorization.js +9 -0
- package/dist/cjs/generated/operations/cartSetContact.d.ts +1 -0
- package/dist/cjs/generated/operations/cartSetContact.js +468 -0
- package/dist/cjs/generated/operations/cartSetCustomer.d.ts +1 -0
- package/dist/cjs/generated/operations/cartSetCustomer.js +468 -0
- package/dist/cjs/generated/operations/cartSetUser.d.ts +1 -0
- package/dist/cjs/generated/operations/cartSetUser.js +468 -0
- package/dist/cjs/generated/operations/cartStart.d.ts +1 -0
- package/dist/cjs/generated/operations/cartStart.js +468 -0
- package/dist/cjs/generated/operations/cartUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/cartUpdate.js +468 -0
- package/dist/cjs/generated/operations/cartUpdateAddress.d.ts +1 -0
- package/dist/cjs/generated/operations/cartUpdateAddress.js +468 -0
- package/dist/cjs/generated/operations/cartUpdateItem.d.ts +1 -0
- package/dist/cjs/generated/operations/cartUpdateItem.js +468 -0
- package/dist/cjs/generated/operations/carts.d.ts +1 -0
- package/dist/cjs/generated/operations/carts.js +110 -0
- package/dist/cjs/generated/operations/categories.d.ts +1 -0
- package/dist/cjs/generated/operations/categories.js +42 -0
- package/dist/cjs/generated/operations/category.d.ts +1 -0
- package/dist/cjs/generated/operations/category.js +615 -0
- package/dist/cjs/generated/operations/categoryAddProductsClusters.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryAddProductsClusters.js +624 -0
- package/dist/cjs/generated/operations/categoryCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryCreate.js +615 -0
- package/dist/cjs/generated/operations/categoryCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryCsvImport.js +19 -0
- package/dist/cjs/generated/operations/categoryDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryDelete.js +8 -0
- package/dist/cjs/generated/operations/categoryRemoveProductsClusters.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryRemoveProductsClusters.js +624 -0
- package/dist/cjs/generated/operations/categoryUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/categoryUpdate.js +615 -0
- package/dist/cjs/generated/operations/channel.d.ts +1 -0
- package/dist/cjs/generated/operations/channel.js +60 -0
- package/dist/cjs/generated/operations/channelCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/channelCreate.js +60 -0
- package/dist/cjs/generated/operations/channelDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/channelDelete.js +8 -0
- package/dist/cjs/generated/operations/channelUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/channelUpdate.js +60 -0
- package/dist/cjs/generated/operations/channels.d.ts +1 -0
- package/dist/cjs/generated/operations/channels.js +60 -0
- package/dist/cjs/generated/operations/claimsReset.d.ts +1 -0
- package/dist/cjs/generated/operations/claimsReset.js +8 -0
- package/dist/cjs/generated/operations/claimsResetAll.d.ts +1 -0
- package/dist/cjs/generated/operations/claimsResetAll.js +16 -0
- package/dist/cjs/generated/operations/cluster.d.ts +1 -0
- package/dist/cjs/generated/operations/cluster.js +786 -0
- package/dist/cjs/generated/operations/clusterAssignProducts.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterAssignProducts.js +789 -0
- package/dist/cjs/generated/operations/clusterBulkMove.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterBulkMove.js +23 -0
- package/dist/cjs/generated/operations/clusterConfig.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfig.js +27 -0
- package/dist/cjs/generated/operations/clusterConfigAddSetting.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigAddSetting.js +17 -0
- package/dist/cjs/generated/operations/clusterConfigCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigCreate.js +25 -0
- package/dist/cjs/generated/operations/clusterConfigDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigDelete.js +8 -0
- package/dist/cjs/generated/operations/clusterConfigRemoveSetting.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigRemoveSetting.js +8 -0
- package/dist/cjs/generated/operations/clusterConfigUpdateSetting.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigUpdateSetting.js +19 -0
- package/dist/cjs/generated/operations/clusterConfigs.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterConfigs.js +25 -0
- package/dist/cjs/generated/operations/clusterCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterCreate.js +780 -0
- package/dist/cjs/generated/operations/clusterCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterCsvImport.js +19 -0
- package/dist/cjs/generated/operations/clusterDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterDelete.js +8 -0
- package/dist/cjs/generated/operations/clusterOptionCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterOptionCreate.js +184 -0
- package/dist/cjs/generated/operations/clusterOptionDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterOptionDelete.js +8 -0
- package/dist/cjs/generated/operations/clusterOptionUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterOptionUpdate.js +184 -0
- package/dist/cjs/generated/operations/clusterProductCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterProductCreate.js +653 -0
- package/dist/cjs/generated/operations/clusterProductDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterProductDelete.js +8 -0
- package/dist/cjs/generated/operations/clusterProductUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterProductUpdate.js +653 -0
- package/dist/cjs/generated/operations/clusterUnassignProducts.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterUnassignProducts.js +789 -0
- package/dist/cjs/generated/operations/clusterUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/clusterUpdate.js +780 -0
- package/dist/cjs/generated/operations/companies.d.ts +1 -0
- package/dist/cjs/generated/operations/companies.js +483 -0
- package/dist/cjs/generated/operations/company.d.ts +1 -0
- package/dist/cjs/generated/operations/company.js +471 -0
- package/dist/cjs/generated/operations/companyAddressCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/companyAddressCreate.js +37 -0
- package/dist/cjs/generated/operations/companyAddressDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/companyAddressDelete.js +7 -0
- package/dist/cjs/generated/operations/companyAddressUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/companyAddressUpdate.js +37 -0
- package/dist/cjs/generated/operations/companyCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/companyCreate.js +471 -0
- package/dist/cjs/generated/operations/companyCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/companyCsvImport.js +19 -0
- package/dist/cjs/generated/operations/companyDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/companyDelete.js +8 -0
- package/dist/cjs/generated/operations/companySearch.d.ts +1 -0
- package/dist/cjs/generated/operations/companySearch.js +103 -0
- package/dist/cjs/generated/operations/companySearchCleanupOrphanedIndices.d.ts +1 -0
- package/dist/cjs/generated/operations/companySearchCleanupOrphanedIndices.js +8 -0
- package/dist/cjs/generated/operations/companySearchFixAliasWriteIndex.d.ts +1 -0
- package/dist/cjs/generated/operations/companySearchFixAliasWriteIndex.js +8 -0
- package/dist/cjs/generated/operations/companySearchIndexUpdateMapping.d.ts +1 -0
- package/dist/cjs/generated/operations/companySearchIndexUpdateMapping.js +8 -0
- package/dist/cjs/generated/operations/companySearchReindex.d.ts +1 -0
- package/dist/cjs/generated/operations/companySearchReindex.js +8 -0
- package/dist/cjs/generated/operations/companyUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/companyUpdate.js +471 -0
- package/dist/cjs/generated/operations/computedOrderlists.d.ts +1 -0
- package/dist/cjs/generated/operations/computedOrderlists.js +18 -0
- package/dist/cjs/generated/operations/contact.d.ts +1 -0
- package/dist/cjs/generated/operations/contact.js +555 -0
- package/dist/cjs/generated/operations/contactAddToCompanies.d.ts +1 -0
- package/dist/cjs/generated/operations/contactAddToCompanies.js +564 -0
- package/dist/cjs/generated/operations/contactCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/contactCreate.js +555 -0
- package/dist/cjs/generated/operations/contactCreateAccount.d.ts +1 -0
- package/dist/cjs/generated/operations/contactCreateAccount.js +568 -0
- package/dist/cjs/generated/operations/contactCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/contactCsvImport.js +19 -0
- package/dist/cjs/generated/operations/contactDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/contactDelete.js +8 -0
- package/dist/cjs/generated/operations/contactDeleteAccount.d.ts +1 -0
- package/dist/cjs/generated/operations/contactDeleteAccount.js +8 -0
- package/dist/cjs/generated/operations/contactRegister.d.ts +1 -0
- package/dist/cjs/generated/operations/contactRegister.js +568 -0
- package/dist/cjs/generated/operations/contactRemoveFromCompanies.d.ts +1 -0
- package/dist/cjs/generated/operations/contactRemoveFromCompanies.js +564 -0
- package/dist/cjs/generated/operations/contactUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/contactUpdate.js +555 -0
- package/dist/cjs/generated/operations/contacts.d.ts +1 -0
- package/dist/cjs/generated/operations/contacts.js +567 -0
- package/dist/cjs/generated/operations/costPriceCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/costPriceCreate.js +18 -0
- package/dist/cjs/generated/operations/costPriceDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/costPriceDelete.js +8 -0
- package/dist/cjs/generated/operations/costPriceUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/costPriceUpdate.js +18 -0
- package/dist/cjs/generated/operations/costPrices.d.ts +1 -0
- package/dist/cjs/generated/operations/costPrices.js +26 -0
- package/dist/cjs/generated/operations/costPricesBulk.d.ts +1 -0
- package/dist/cjs/generated/operations/costPricesBulk.js +15 -0
- package/dist/cjs/generated/operations/costPricesDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/costPricesDelete.js +8 -0
- package/dist/cjs/generated/operations/crossupsell.d.ts +1 -0
- package/dist/cjs/generated/operations/crossupsell.js +309 -0
- package/dist/cjs/generated/operations/crossupsellCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/crossupsellCreate.js +309 -0
- package/dist/cjs/generated/operations/crossupsellDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/crossupsellDelete.js +8 -0
- package/dist/cjs/generated/operations/crossupsellUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/crossupsellUpdate.js +309 -0
- package/dist/cjs/generated/operations/crossupsells.d.ts +1 -0
- package/dist/cjs/generated/operations/crossupsells.js +321 -0
- package/dist/cjs/generated/operations/customer.d.ts +1 -0
- package/dist/cjs/generated/operations/customer.js +464 -0
- package/dist/cjs/generated/operations/customerAddressCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/customerAddressCreate.js +37 -0
- package/dist/cjs/generated/operations/customerAddressDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/customerAddressDelete.js +7 -0
- package/dist/cjs/generated/operations/customerAddressUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/customerAddressUpdate.js +37 -0
- package/dist/cjs/generated/operations/customerCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/customerCreate.js +464 -0
- package/dist/cjs/generated/operations/customerCreateAccount.d.ts +1 -0
- package/dist/cjs/generated/operations/customerCreateAccount.js +477 -0
- package/dist/cjs/generated/operations/customerCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/customerCsvImport.js +19 -0
- package/dist/cjs/generated/operations/customerDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/customerDelete.js +8 -0
- package/dist/cjs/generated/operations/customerDeleteAccount.d.ts +1 -0
- package/dist/cjs/generated/operations/customerDeleteAccount.js +8 -0
- package/dist/cjs/generated/operations/customerRegister.d.ts +1 -0
- package/dist/cjs/generated/operations/customerRegister.js +477 -0
- package/dist/cjs/generated/operations/customerUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/customerUpdate.js +464 -0
- package/dist/cjs/generated/operations/customers.d.ts +1 -0
- package/dist/cjs/generated/operations/customers.js +476 -0
- package/dist/cjs/generated/operations/discount.d.ts +1 -0
- package/dist/cjs/generated/operations/discount.js +24 -0
- package/dist/cjs/generated/operations/discountCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/discountCreate.js +24 -0
- package/dist/cjs/generated/operations/discountCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/discountCsvImport.js +19 -0
- package/dist/cjs/generated/operations/discountDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/discountDelete.js +8 -0
- package/dist/cjs/generated/operations/discountUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/discountUpdate.js +24 -0
- package/dist/cjs/generated/operations/discounts.d.ts +1 -0
- package/dist/cjs/generated/operations/discounts.js +36 -0
- package/dist/cjs/generated/operations/discountsDeleteByPricesheetId.d.ts +1 -0
- package/dist/cjs/generated/operations/discountsDeleteByPricesheetId.js +8 -0
- package/dist/cjs/generated/operations/documentTemplateCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/documentTemplateCreate.js +42 -0
- package/dist/cjs/generated/operations/documentTemplateRenderToPDF.d.ts +1 -0
- package/dist/cjs/generated/operations/documentTemplateRenderToPDF.js +15 -0
- package/dist/cjs/generated/operations/documentTemplateUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/documentTemplateUpdate.js +42 -0
- package/dist/cjs/generated/operations/emailTemplateAddAttachment.d.ts +1 -0
- package/dist/cjs/generated/operations/emailTemplateAddAttachment.js +92 -0
- package/dist/cjs/generated/operations/emailTemplateCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/emailTemplateCreate.js +92 -0
- package/dist/cjs/generated/operations/emailTemplateRemoveAttachment.d.ts +1 -0
- package/dist/cjs/generated/operations/emailTemplateRemoveAttachment.js +92 -0
- package/dist/cjs/generated/operations/emailTemplateRenderAndSend.d.ts +1 -0
- package/dist/cjs/generated/operations/emailTemplateRenderAndSend.js +8 -0
- package/dist/cjs/generated/operations/emailTemplateUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/emailTemplateUpdate.js +92 -0
- package/dist/cjs/generated/operations/eventActionConfig.d.ts +1 -0
- package/dist/cjs/generated/operations/eventActionConfig.js +66 -0
- package/dist/cjs/generated/operations/eventActionConfigDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/eventActionConfigDelete.js +8 -0
- package/dist/cjs/generated/operations/eventActionConfigs.d.ts +1 -0
- package/dist/cjs/generated/operations/eventActionConfigs.js +78 -0
- package/dist/cjs/generated/operations/eventToEmailConfigCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/eventToEmailConfigCreate.js +29 -0
- package/dist/cjs/generated/operations/eventToEmailConfigUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/eventToEmailConfigUpdate.js +29 -0
- package/dist/cjs/generated/operations/eventToWebHookConfigCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/eventToWebHookConfigCreate.js +31 -0
- package/dist/cjs/generated/operations/eventToWebHookConfigUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/eventToWebHookConfigUpdate.js +31 -0
- package/dist/cjs/generated/operations/exchangeRefreshToken.d.ts +1 -0
- package/dist/cjs/generated/operations/exchangeRefreshToken.js +17 -0
- package/dist/cjs/generated/operations/favoriteList.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteList.js +312 -0
- package/dist/cjs/generated/operations/favoriteListAddItems.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListAddItems.js +41 -0
- package/dist/cjs/generated/operations/favoriteListClearItems.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListClearItems.js +41 -0
- package/dist/cjs/generated/operations/favoriteListCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListCreate.js +41 -0
- package/dist/cjs/generated/operations/favoriteListDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListDelete.js +7 -0
- package/dist/cjs/generated/operations/favoriteListRemoveItems.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListRemoveItems.js +41 -0
- package/dist/cjs/generated/operations/favoriteListUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteListUpdate.js +41 -0
- package/dist/cjs/generated/operations/favoriteLists.d.ts +1 -0
- package/dist/cjs/generated/operations/favoriteLists.js +53 -0
- package/dist/cjs/generated/operations/incentiveRuleCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/incentiveRuleCreate.js +38 -0
- package/dist/cjs/generated/operations/incentiveRuleSetAction.d.ts +1 -0
- package/dist/cjs/generated/operations/incentiveRuleSetAction.js +38 -0
- package/dist/cjs/generated/operations/incentiveRuleSetOrderItemConditions.d.ts +1 -0
- package/dist/cjs/generated/operations/incentiveRuleSetOrderItemConditions.js +38 -0
- package/dist/cjs/generated/operations/index.d.ts +459 -0
- package/dist/cjs/generated/operations/index.js +931 -0
- package/dist/cjs/generated/operations/inventory.d.ts +1 -0
- package/dist/cjs/generated/operations/inventory.js +78 -0
- package/dist/cjs/generated/operations/inventoryCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/inventoryCreate.js +78 -0
- package/dist/cjs/generated/operations/inventoryCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/inventoryCsvImport.js +19 -0
- package/dist/cjs/generated/operations/inventoryDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/inventoryDelete.js +13 -0
- package/dist/cjs/generated/operations/inventoryUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/inventoryUpdate.js +78 -0
- package/dist/cjs/generated/operations/login.d.ts +1 -0
- package/dist/cjs/generated/operations/login.js +60 -0
- package/dist/cjs/generated/operations/logout.d.ts +1 -0
- package/dist/cjs/generated/operations/logout.js +13 -0
- package/dist/cjs/generated/operations/machine.d.ts +1 -0
- package/dist/cjs/generated/operations/machine.js +402 -0
- package/dist/cjs/generated/operations/machineCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/machineCreate.js +396 -0
- package/dist/cjs/generated/operations/machineDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/machineDelete.js +8 -0
- package/dist/cjs/generated/operations/machineUpsert.d.ts +1 -0
- package/dist/cjs/generated/operations/machineUpsert.js +396 -0
- package/dist/cjs/generated/operations/machines.d.ts +1 -0
- package/dist/cjs/generated/operations/machines.js +408 -0
- package/dist/cjs/generated/operations/magicToken.d.ts +1 -0
- package/dist/cjs/generated/operations/magicToken.js +21 -0
- package/dist/cjs/generated/operations/magicTokenCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/magicTokenCreate.js +21 -0
- package/dist/cjs/generated/operations/magicTokenDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/magicTokenDelete.js +8 -0
- package/dist/cjs/generated/operations/magicTokenLogin.d.ts +1 -0
- package/dist/cjs/generated/operations/magicTokenLogin.js +60 -0
- package/dist/cjs/generated/operations/magicTokenUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/magicTokenUpdate.js +21 -0
- package/dist/cjs/generated/operations/magicTokens.d.ts +1 -0
- package/dist/cjs/generated/operations/magicTokens.js +33 -0
- package/dist/cjs/generated/operations/media.d.ts +1 -0
- package/dist/cjs/generated/operations/media.js +176 -0
- package/dist/cjs/generated/operations/mediaAttachmentCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaAttachmentCreate.js +45 -0
- package/dist/cjs/generated/operations/mediaAttachmentDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaAttachmentDelete.js +13 -0
- package/dist/cjs/generated/operations/mediaAttachmentUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaAttachmentUpdate.js +45 -0
- package/dist/cjs/generated/operations/mediaDocument.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocument.js +45 -0
- package/dist/cjs/generated/operations/mediaDocumentCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocumentCreate.js +45 -0
- package/dist/cjs/generated/operations/mediaDocumentCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocumentCsvImport.js +19 -0
- package/dist/cjs/generated/operations/mediaDocumentDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocumentDelete.js +13 -0
- package/dist/cjs/generated/operations/mediaDocumentUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocumentUpdate.js +45 -0
- package/dist/cjs/generated/operations/mediaDocuments.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaDocuments.js +57 -0
- package/dist/cjs/generated/operations/mediaImage.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImage.js +51 -0
- package/dist/cjs/generated/operations/mediaImageCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImageCreate.js +51 -0
- package/dist/cjs/generated/operations/mediaImageCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImageCsvImport.js +19 -0
- package/dist/cjs/generated/operations/mediaImageDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImageDelete.js +13 -0
- package/dist/cjs/generated/operations/mediaImageUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImageUpdate.js +51 -0
- package/dist/cjs/generated/operations/mediaImages.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaImages.js +63 -0
- package/dist/cjs/generated/operations/mediaVideo.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideo.js +45 -0
- package/dist/cjs/generated/operations/mediaVideoCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideoCreate.js +45 -0
- package/dist/cjs/generated/operations/mediaVideoCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideoCsvImport.js +19 -0
- package/dist/cjs/generated/operations/mediaVideoDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideoDelete.js +13 -0
- package/dist/cjs/generated/operations/mediaVideoUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideoUpdate.js +45 -0
- package/dist/cjs/generated/operations/mediaVideos.d.ts +1 -0
- package/dist/cjs/generated/operations/mediaVideos.js +57 -0
- package/dist/cjs/generated/operations/order.d.ts +1 -0
- package/dist/cjs/generated/operations/order.js +475 -0
- package/dist/cjs/generated/operations/orderAddress.d.ts +1 -0
- package/dist/cjs/generated/operations/orderAddress.js +37 -0
- package/dist/cjs/generated/operations/orderAddressUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderAddressUpdate.js +37 -0
- package/dist/cjs/generated/operations/orderAddresses.d.ts +1 -0
- package/dist/cjs/generated/operations/orderAddresses.js +37 -0
- package/dist/cjs/generated/operations/orderCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderCreate.js +475 -0
- package/dist/cjs/generated/operations/orderDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/orderDelete.js +8 -0
- package/dist/cjs/generated/operations/orderGetPDF.d.ts +1 -0
- package/dist/cjs/generated/operations/orderGetPDF.js +15 -0
- package/dist/cjs/generated/operations/orderItemCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderItemCreate.js +178 -0
- package/dist/cjs/generated/operations/orderItemDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/orderItemDelete.js +8 -0
- package/dist/cjs/generated/operations/orderItemUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderItemUpdate.js +178 -0
- package/dist/cjs/generated/operations/orderRevision.d.ts +1 -0
- package/dist/cjs/generated/operations/orderRevision.js +502 -0
- package/dist/cjs/generated/operations/orderRevisionRestore.d.ts +1 -0
- package/dist/cjs/generated/operations/orderRevisionRestore.js +475 -0
- package/dist/cjs/generated/operations/orderRevisions.d.ts +1 -0
- package/dist/cjs/generated/operations/orderRevisions.js +510 -0
- package/dist/cjs/generated/operations/orderRevisionsInvalidate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderRevisionsInvalidate.js +8 -0
- package/dist/cjs/generated/operations/orderSendConfirmationEmail.d.ts +1 -0
- package/dist/cjs/generated/operations/orderSendConfirmationEmail.js +14 -0
- package/dist/cjs/generated/operations/orderSetStatus.d.ts +1 -0
- package/dist/cjs/generated/operations/orderSetStatus.js +9 -0
- package/dist/cjs/generated/operations/orderStatus.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatus.js +49 -0
- package/dist/cjs/generated/operations/orderStatusCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusCreate.js +49 -0
- package/dist/cjs/generated/operations/orderStatusDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusDelete.js +8 -0
- package/dist/cjs/generated/operations/orderStatusSet.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSet.js +33 -0
- package/dist/cjs/generated/operations/orderStatusSetAddOrderStatuses.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSetAddOrderStatuses.js +33 -0
- package/dist/cjs/generated/operations/orderStatusSetCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSetCreate.js +33 -0
- package/dist/cjs/generated/operations/orderStatusSetDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSetDelete.js +8 -0
- package/dist/cjs/generated/operations/orderStatusSetRemoveOrderStatuses.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSetRemoveOrderStatuses.js +33 -0
- package/dist/cjs/generated/operations/orderStatusSetUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSetUpdate.js +33 -0
- package/dist/cjs/generated/operations/orderStatusSets.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusSets.js +45 -0
- package/dist/cjs/generated/operations/orderStatusUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatusUpdate.js +49 -0
- package/dist/cjs/generated/operations/orderStatuses.d.ts +1 -0
- package/dist/cjs/generated/operations/orderStatuses.js +36 -0
- package/dist/cjs/generated/operations/orderUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderUpdate.js +475 -0
- package/dist/cjs/generated/operations/orderUpdateAddress.d.ts +1 -0
- package/dist/cjs/generated/operations/orderUpdateAddress.js +8 -0
- package/dist/cjs/generated/operations/orderlist.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlist.js +29 -0
- package/dist/cjs/generated/operations/orderlistAddItems.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistAddItems.js +29 -0
- package/dist/cjs/generated/operations/orderlistAssignCompanies.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistAssignCompanies.js +29 -0
- package/dist/cjs/generated/operations/orderlistAssignUsers.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistAssignUsers.js +29 -0
- package/dist/cjs/generated/operations/orderlistCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistCreate.js +29 -0
- package/dist/cjs/generated/operations/orderlistDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistDelete.js +8 -0
- package/dist/cjs/generated/operations/orderlistRemoveItems.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistRemoveItems.js +29 -0
- package/dist/cjs/generated/operations/orderlistUnassignCompanies.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistUnassignCompanies.js +29 -0
- package/dist/cjs/generated/operations/orderlistUnassignUsers.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistUnassignUsers.js +29 -0
- package/dist/cjs/generated/operations/orderlistUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlistUpdate.js +29 -0
- package/dist/cjs/generated/operations/orderlists.d.ts +1 -0
- package/dist/cjs/generated/operations/orderlists.js +41 -0
- package/dist/cjs/generated/operations/orders.d.ts +1 -0
- package/dist/cjs/generated/operations/orders.js +84 -0
- package/dist/cjs/generated/operations/passwordResetLink.d.ts +1 -0
- package/dist/cjs/generated/operations/passwordResetLink.js +8 -0
- package/dist/cjs/generated/operations/payMethod.d.ts +1 -0
- package/dist/cjs/generated/operations/payMethod.js +25 -0
- package/dist/cjs/generated/operations/payMethodCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/payMethodCreate.js +25 -0
- package/dist/cjs/generated/operations/payMethodDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/payMethodDelete.js +8 -0
- package/dist/cjs/generated/operations/payMethodUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/payMethodUpdate.js +25 -0
- package/dist/cjs/generated/operations/payMethods.d.ts +1 -0
- package/dist/cjs/generated/operations/payMethods.js +37 -0
- package/dist/cjs/generated/operations/payment.d.ts +1 -0
- package/dist/cjs/generated/operations/payment.js +42 -0
- package/dist/cjs/generated/operations/paymentCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/paymentCreate.js +42 -0
- package/dist/cjs/generated/operations/paymentDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/paymentDelete.js +42 -0
- package/dist/cjs/generated/operations/paymentUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/paymentUpdate.js +42 -0
- package/dist/cjs/generated/operations/payments.d.ts +1 -0
- package/dist/cjs/generated/operations/payments.js +54 -0
- package/dist/cjs/generated/operations/price.d.ts +1 -0
- package/dist/cjs/generated/operations/price.js +35 -0
- package/dist/cjs/generated/operations/priceCalculate.d.ts +1 -0
- package/dist/cjs/generated/operations/priceCalculate.js +66 -0
- package/dist/cjs/generated/operations/priceCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/priceCreate.js +10 -0
- package/dist/cjs/generated/operations/priceCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/priceCsvImport.js +19 -0
- package/dist/cjs/generated/operations/priceDefault.d.ts +1 -0
- package/dist/cjs/generated/operations/priceDefault.js +66 -0
- package/dist/cjs/generated/operations/priceDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/priceDelete.js +8 -0
- package/dist/cjs/generated/operations/priceExplain.d.ts +1 -0
- package/dist/cjs/generated/operations/priceExplain.js +66 -0
- package/dist/cjs/generated/operations/priceUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/priceUpdate.js +35 -0
- package/dist/cjs/generated/operations/prices.d.ts +1 -0
- package/dist/cjs/generated/operations/prices.js +47 -0
- package/dist/cjs/generated/operations/pricesheet.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheet.js +735 -0
- package/dist/cjs/generated/operations/pricesheetAssign.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetAssign.js +735 -0
- package/dist/cjs/generated/operations/pricesheetCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetCreate.js +735 -0
- package/dist/cjs/generated/operations/pricesheetCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetCsvImport.js +19 -0
- package/dist/cjs/generated/operations/pricesheetDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetDelete.js +8 -0
- package/dist/cjs/generated/operations/pricesheetUnassign.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetUnassign.js +735 -0
- package/dist/cjs/generated/operations/pricesheetUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetUpdate.js +735 -0
- package/dist/cjs/generated/operations/pricesheets.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheets.js +747 -0
- package/dist/cjs/generated/operations/pricesheetsEffective.d.ts +1 -0
- package/dist/cjs/generated/operations/pricesheetsEffective.js +747 -0
- package/dist/cjs/generated/operations/product.d.ts +1 -0
- package/dist/cjs/generated/operations/product.js +660 -0
- package/dist/cjs/generated/operations/productBulkMove.d.ts +1 -0
- package/dist/cjs/generated/operations/productBulkMove.js +23 -0
- package/dist/cjs/generated/operations/productCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/productCreate.js +9 -0
- package/dist/cjs/generated/operations/productCsvImport.d.ts +1 -0
- package/dist/cjs/generated/operations/productCsvImport.js +19 -0
- package/dist/cjs/generated/operations/productDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/productDelete.js +8 -0
- package/dist/cjs/generated/operations/productSurcharges.d.ts +1 -0
- package/dist/cjs/generated/operations/productSurcharges.js +51 -0
- package/dist/cjs/generated/operations/productUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/productUpdate.js +12 -0
- package/dist/cjs/generated/operations/products.d.ts +1 -0
- package/dist/cjs/generated/operations/products.js +324 -0
- package/dist/cjs/generated/operations/publishEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/publishEmailEvent.js +14 -0
- package/dist/cjs/generated/operations/publishEmailSendEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/publishEmailSendEvent.js +14 -0
- package/dist/cjs/generated/operations/publishPasswordResetEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/publishPasswordResetEmailEvent.js +14 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfig.d.ts +1 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfig.js +23 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigCreate.js +23 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigDelete.js +8 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigUpdate.js +23 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigs.d.ts +1 -0
- package/dist/cjs/generated/operations/purchaseAuthorizationConfigs.js +35 -0
- package/dist/cjs/generated/operations/quoteGetPDF.d.ts +1 -0
- package/dist/cjs/generated/operations/quoteGetPDF.js +15 -0
- package/dist/cjs/generated/operations/removeCompanyManager.d.ts +1 -0
- package/dist/cjs/generated/operations/removeCompanyManager.js +8 -0
- package/dist/cjs/generated/operations/removeSurchargesFromProduct.d.ts +1 -0
- package/dist/cjs/generated/operations/removeSurchargesFromProduct.js +14 -0
- package/dist/cjs/generated/operations/role.d.ts +1 -0
- package/dist/cjs/generated/operations/role.js +37 -0
- package/dist/cjs/generated/operations/roleCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/roleCreate.js +37 -0
- package/dist/cjs/generated/operations/roleDefinition.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDefinition.js +27 -0
- package/dist/cjs/generated/operations/roleDefinitionCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDefinitionCreate.js +27 -0
- package/dist/cjs/generated/operations/roleDefinitionDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDefinitionDelete.js +8 -0
- package/dist/cjs/generated/operations/roleDefinitionUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDefinitionUpdate.js +27 -0
- package/dist/cjs/generated/operations/roleDefinitions.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDefinitions.js +39 -0
- package/dist/cjs/generated/operations/roleDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/roleDelete.js +8 -0
- package/dist/cjs/generated/operations/roleUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/roleUpdate.js +37 -0
- package/dist/cjs/generated/operations/roles.d.ts +1 -0
- package/dist/cjs/generated/operations/roles.js +49 -0
- package/dist/cjs/generated/operations/shipment.d.ts +1 -0
- package/dist/cjs/generated/operations/shipment.js +55 -0
- package/dist/cjs/generated/operations/shipmentCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentCreate.js +55 -0
- package/dist/cjs/generated/operations/shipmentDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentDelete.js +8 -0
- package/dist/cjs/generated/operations/shipmentItem.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentItem.js +20 -0
- package/dist/cjs/generated/operations/shipmentItemCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentItemCreate.js +20 -0
- package/dist/cjs/generated/operations/shipmentItemDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentItemDelete.js +8 -0
- package/dist/cjs/generated/operations/shipmentItemUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentItemUpdate.js +20 -0
- package/dist/cjs/generated/operations/shipmentItems.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentItems.js +32 -0
- package/dist/cjs/generated/operations/shipmentUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/shipmentUpdate.js +55 -0
- package/dist/cjs/generated/operations/shipments.d.ts +1 -0
- package/dist/cjs/generated/operations/shipments.js +67 -0
- package/dist/cjs/generated/operations/shop.d.ts +1 -0
- package/dist/cjs/generated/operations/shop.js +26 -0
- package/dist/cjs/generated/operations/shopInvalidateCache.d.ts +1 -0
- package/dist/cjs/generated/operations/shopInvalidateCache.js +8 -0
- package/dist/cjs/generated/operations/shops.d.ts +1 -0
- package/dist/cjs/generated/operations/shops.js +26 -0
- package/dist/cjs/generated/operations/startSession.d.ts +1 -0
- package/dist/cjs/generated/operations/startSession.js +60 -0
- package/dist/cjs/generated/operations/surcharge.d.ts +1 -0
- package/dist/cjs/generated/operations/surcharge.js +31 -0
- package/dist/cjs/generated/operations/surchargeCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/surchargeCreate.js +31 -0
- package/dist/cjs/generated/operations/surchargeDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/surchargeDelete.js +31 -0
- package/dist/cjs/generated/operations/surchargeUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/surchargeUpdate.js +31 -0
- package/dist/cjs/generated/operations/surcharges.d.ts +1 -0
- package/dist/cjs/generated/operations/surcharges.js +43 -0
- package/dist/cjs/generated/operations/tax.d.ts +1 -0
- package/dist/cjs/generated/operations/tax.js +21 -0
- package/dist/cjs/generated/operations/taxCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/taxCreate.js +21 -0
- package/dist/cjs/generated/operations/taxDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/taxDelete.js +8 -0
- package/dist/cjs/generated/operations/taxUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/taxUpdate.js +21 -0
- package/dist/cjs/generated/operations/taxes.d.ts +1 -0
- package/dist/cjs/generated/operations/taxes.js +33 -0
- package/dist/cjs/generated/operations/template.d.ts +1 -0
- package/dist/cjs/generated/operations/template.js +101 -0
- package/dist/cjs/generated/operations/templateDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/templateDelete.js +8 -0
- package/dist/cjs/generated/operations/templateErrorLog.d.ts +1 -0
- package/dist/cjs/generated/operations/templateErrorLog.js +17 -0
- package/dist/cjs/generated/operations/templateErrorLogStats.d.ts +1 -0
- package/dist/cjs/generated/operations/templateErrorLogStats.js +13 -0
- package/dist/cjs/generated/operations/templateErrorLogs.d.ts +1 -0
- package/dist/cjs/generated/operations/templateErrorLogs.js +25 -0
- package/dist/cjs/generated/operations/templateRenderToHTML.d.ts +1 -0
- package/dist/cjs/generated/operations/templateRenderToHTML.js +8 -0
- package/dist/cjs/generated/operations/templates.d.ts +1 -0
- package/dist/cjs/generated/operations/templates.js +113 -0
- package/dist/cjs/generated/operations/tenant.d.ts +1 -0
- package/dist/cjs/generated/operations/tenant.js +23 -0
- package/dist/cjs/generated/operations/tenantCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/tenantCreate.js +23 -0
- package/dist/cjs/generated/operations/tenantDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/tenantDelete.js +8 -0
- package/dist/cjs/generated/operations/tenantUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/tenantUpdate.js +23 -0
- package/dist/cjs/generated/operations/tender.d.ts +1 -0
- package/dist/cjs/generated/operations/tender.js +1575 -0
- package/dist/cjs/generated/operations/tenderAddItems.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderAddItems.js +1586 -0
- package/dist/cjs/generated/operations/tenderApplyIncentives.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderApplyIncentives.js +1575 -0
- package/dist/cjs/generated/operations/tenderDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderDelete.js +8 -0
- package/dist/cjs/generated/operations/tenderDeleteBonusItem.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderDeleteBonusItem.js +1575 -0
- package/dist/cjs/generated/operations/tenderDeleteItem.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderDeleteItem.js +1575 -0
- package/dist/cjs/generated/operations/tenderProcess.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderProcess.js +13 -0
- package/dist/cjs/generated/operations/tenderStart.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderStart.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdate.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdateAddress.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdateAddress.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdateDiscount.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdateDiscount.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdateInvoiceUser.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdateInvoiceUser.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdateItem.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdateItem.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdatePayment.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdatePayment.js +1575 -0
- package/dist/cjs/generated/operations/tenderUpdatePostage.d.ts +1 -0
- package/dist/cjs/generated/operations/tenderUpdatePostage.js +1575 -0
- package/dist/cjs/generated/operations/ticket.d.ts +1 -0
- package/dist/cjs/generated/operations/ticket.js +43 -0
- package/dist/cjs/generated/operations/ticketCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/ticketCreate.js +43 -0
- package/dist/cjs/generated/operations/ticketDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/ticketDelete.js +8 -0
- package/dist/cjs/generated/operations/ticketUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/ticketUpdate.js +43 -0
- package/dist/cjs/generated/operations/tickets.d.ts +1 -0
- package/dist/cjs/generated/operations/tickets.js +55 -0
- package/dist/cjs/generated/operations/trackAndTrace.d.ts +1 -0
- package/dist/cjs/generated/operations/trackAndTrace.js +29 -0
- package/dist/cjs/generated/operations/trackAndTraceCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/trackAndTraceCreate.js +29 -0
- package/dist/cjs/generated/operations/trackAndTraceDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/trackAndTraceDelete.js +8 -0
- package/dist/cjs/generated/operations/trackAndTraceUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/trackAndTraceUpdate.js +29 -0
- package/dist/cjs/generated/operations/trackAndTraces.d.ts +1 -0
- package/dist/cjs/generated/operations/trackAndTraces.js +41 -0
- package/dist/cjs/generated/operations/triggerContactSendWelcomeEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerContactSendWelcomeEmailEvent.js +8 -0
- package/dist/cjs/generated/operations/triggerCustomEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerCustomEvent.js +8 -0
- package/dist/cjs/generated/operations/triggerCustomerSendWelcomeEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerCustomerSendWelcomeEmailEvent.js +8 -0
- package/dist/cjs/generated/operations/triggerOrderSendConfirm.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerOrderSendConfirm.js +8 -0
- package/dist/cjs/generated/operations/triggerPasswordSendInitEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerPasswordSendInitEmailEvent.js +8 -0
- package/dist/cjs/generated/operations/triggerPasswordSendResetEmailEvent.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerPasswordSendResetEmailEvent.js +7 -0
- package/dist/cjs/generated/operations/triggerQuoteSend.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerQuoteSend.js +8 -0
- package/dist/cjs/generated/operations/triggerQuoteSendRequest.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerQuoteSendRequest.js +8 -0
- package/dist/cjs/generated/operations/triggerQuoteSendValidation.d.ts +1 -0
- package/dist/cjs/generated/operations/triggerQuoteSendValidation.js +8 -0
- package/dist/cjs/generated/operations/user.d.ts +1 -0
- package/dist/cjs/generated/operations/user.js +612 -0
- package/dist/cjs/generated/operations/valueset.d.ts +1 -0
- package/dist/cjs/generated/operations/valueset.js +48 -0
- package/dist/cjs/generated/operations/valuesetCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetCreate.js +48 -0
- package/dist/cjs/generated/operations/valuesetDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetDelete.js +8 -0
- package/dist/cjs/generated/operations/valuesetItemCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetItemCreate.js +24 -0
- package/dist/cjs/generated/operations/valuesetItemDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetItemDelete.js +8 -0
- package/dist/cjs/generated/operations/valuesetItemUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetItemUpdate.js +24 -0
- package/dist/cjs/generated/operations/valuesetItems.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetItems.js +36 -0
- package/dist/cjs/generated/operations/valuesetUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesetUpdate.js +48 -0
- package/dist/cjs/generated/operations/valuesets.d.ts +1 -0
- package/dist/cjs/generated/operations/valuesets.js +60 -0
- package/dist/cjs/generated/operations/verifyToken.d.ts +1 -0
- package/dist/cjs/generated/operations/verifyToken.js +31 -0
- package/dist/cjs/generated/operations/viewer.d.ts +1 -0
- package/dist/cjs/generated/operations/viewer.js +612 -0
- package/dist/cjs/generated/operations/warehouse.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouse.js +61 -0
- package/dist/cjs/generated/operations/warehouseAddressCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseAddressCreate.js +34 -0
- package/dist/cjs/generated/operations/warehouseAddressDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseAddressDelete.js +8 -0
- package/dist/cjs/generated/operations/warehouseAddressUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseAddressUpdate.js +34 -0
- package/dist/cjs/generated/operations/warehouseCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseCreate.js +61 -0
- package/dist/cjs/generated/operations/warehouseDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseDelete.js +61 -0
- package/dist/cjs/generated/operations/warehouseUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouseUpdate.js +61 -0
- package/dist/cjs/generated/operations/warehouses.d.ts +1 -0
- package/dist/cjs/generated/operations/warehouses.js +73 -0
- package/dist/cjs/generated/operations/zoneTaxCode.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCode.js +18 -0
- package/dist/cjs/generated/operations/zoneTaxCodeCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodeCreate.js +18 -0
- package/dist/cjs/generated/operations/zoneTaxCodeDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodeDelete.js +8 -0
- package/dist/cjs/generated/operations/zoneTaxCodeUpdate.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodeUpdate.js +18 -0
- package/dist/cjs/generated/operations/zoneTaxCodes.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodes.js +30 -0
- package/dist/cjs/generated/operations/zoneTaxCodesCreate.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodesCreate.js +18 -0
- package/dist/cjs/generated/operations/zoneTaxCodesDelete.d.ts +1 -0
- package/dist/cjs/generated/operations/zoneTaxCodesDelete.js +8 -0
- package/dist/cjs/index.d.ts +12 -0
- package/dist/cjs/index.js +43 -0
- package/dist/cjs/service/AddressService.d.ts +120 -0
- package/dist/cjs/service/AddressService.js +155 -0
- package/dist/cjs/service/AttributeService.d.ts +230 -0
- package/dist/cjs/service/AttributeService.js +293 -0
- package/dist/cjs/service/BundleService.d.ts +95 -0
- package/dist/cjs/service/BundleService.js +110 -0
- package/dist/cjs/service/BusinessRuleService.d.ts +176 -0
- package/dist/cjs/service/BusinessRuleService.js +225 -0
- package/dist/cjs/service/CarrierService.d.ts +73 -0
- package/dist/cjs/service/CarrierService.js +94 -0
- package/dist/cjs/service/CartService.d.ts +453 -0
- package/dist/cjs/service/CartService.js +371 -0
- package/dist/cjs/service/CategoryService.d.ts +155 -0
- package/dist/cjs/service/CategoryService.js +154 -0
- package/dist/cjs/service/ChannelService.d.ts +35 -0
- package/dist/cjs/service/ChannelService.js +47 -0
- package/dist/cjs/service/ClusterConfigService.d.ts +63 -0
- package/dist/cjs/service/ClusterConfigService.js +81 -0
- package/dist/cjs/service/ClusterService.d.ts +86 -0
- package/dist/cjs/service/ClusterService.js +104 -0
- package/dist/cjs/service/CompanyService.d.ts +141 -0
- package/dist/cjs/service/CompanyService.js +107 -0
- package/dist/cjs/service/CrossupsellService.d.ts +77 -0
- package/dist/cjs/service/CrossupsellService.js +80 -0
- package/dist/cjs/service/DiscountService.d.ts +75 -0
- package/dist/cjs/service/DiscountService.js +94 -0
- package/dist/cjs/service/EventActionConfigService.d.ts +125 -0
- package/dist/cjs/service/EventActionConfigService.js +155 -0
- package/dist/cjs/service/FavoriteListService.d.ts +123 -0
- package/dist/cjs/service/FavoriteListService.js +154 -0
- package/dist/cjs/service/GCIPUserService.d.ts +25 -0
- package/dist/cjs/service/GCIPUserService.js +34 -0
- package/dist/cjs/service/InventoryService.d.ts +26 -0
- package/dist/cjs/service/InventoryService.js +34 -0
- package/dist/cjs/service/LoginService.d.ts +51 -0
- package/dist/cjs/service/LoginService.js +64 -0
- package/dist/cjs/service/LogoutService.d.ts +24 -0
- package/dist/cjs/service/LogoutService.js +33 -0
- package/dist/cjs/service/MachineService.d.ts +60 -0
- package/dist/cjs/service/MachineService.js +79 -0
- package/dist/cjs/service/MagicTokenService.d.ts +76 -0
- package/dist/cjs/service/MagicTokenService.js +96 -0
- package/dist/cjs/service/MediaAttachmentService.d.ts +50 -0
- package/dist/cjs/service/MediaAttachmentService.js +64 -0
- package/dist/cjs/service/MediaDocumentService.d.ts +76 -0
- package/dist/cjs/service/MediaDocumentService.js +96 -0
- package/dist/cjs/service/MediaImageService.d.ts +74 -0
- package/dist/cjs/service/MediaImageService.js +96 -0
- package/dist/cjs/service/MediaVideoService.d.ts +76 -0
- package/dist/cjs/service/MediaVideoService.js +96 -0
- package/dist/cjs/service/OrderService.d.ts +548 -0
- package/dist/cjs/service/OrderService.js +589 -0
- package/dist/cjs/service/OrderlistService.d.ts +169 -0
- package/dist/cjs/service/OrderlistService.js +213 -0
- package/dist/cjs/service/PayMethodService.d.ts +73 -0
- package/dist/cjs/service/PayMethodService.js +94 -0
- package/dist/cjs/service/PaymentService.d.ts +72 -0
- package/dist/cjs/service/PaymentService.js +94 -0
- package/dist/cjs/service/PriceService.d.ts +141 -0
- package/dist/cjs/service/PriceService.js +145 -0
- package/dist/cjs/service/PricesheetService.d.ts +114 -0
- package/dist/cjs/service/PricesheetService.js +131 -0
- package/dist/cjs/service/ProductService.d.ts +225 -0
- package/dist/cjs/service/ProductService.js +196 -0
- package/dist/cjs/service/PurchaseAuthorizationConfigService.d.ts +75 -0
- package/dist/cjs/service/PurchaseAuthorizationConfigService.js +96 -0
- package/dist/cjs/service/RegisterContactResponseService.d.ts +26 -0
- package/dist/cjs/service/RegisterContactResponseService.js +34 -0
- package/dist/cjs/service/RegisterCustomerResponseService.d.ts +26 -0
- package/dist/cjs/service/RegisterCustomerResponseService.js +34 -0
- package/dist/cjs/service/RoleService.d.ts +110 -0
- package/dist/cjs/service/RoleService.js +139 -0
- package/dist/cjs/service/ShipmentService.d.ts +132 -0
- package/dist/cjs/service/ShipmentService.js +169 -0
- package/dist/cjs/service/ShopService.d.ts +37 -0
- package/dist/cjs/service/ShopService.js +49 -0
- package/dist/cjs/service/SparePartsMachineService.d.ts +60 -0
- package/dist/cjs/service/SparePartsMachineService.js +79 -0
- package/dist/cjs/service/SurchargeService.d.ts +73 -0
- package/dist/cjs/service/SurchargeService.js +94 -0
- package/dist/cjs/service/TaxService.d.ts +121 -0
- package/dist/cjs/service/TaxService.js +154 -0
- package/dist/cjs/service/TemplateErrorLogService.d.ts +47 -0
- package/dist/cjs/service/TemplateErrorLogService.js +69 -0
- package/dist/cjs/service/TemplateService.d.ts +131 -0
- package/dist/cjs/service/TemplateService.js +168 -0
- package/dist/cjs/service/TenantService.d.ts +60 -0
- package/dist/cjs/service/TenantService.js +79 -0
- package/dist/cjs/service/TenderService.d.ts +171 -0
- package/dist/cjs/service/TenderService.js +228 -0
- package/dist/cjs/service/TicketService.d.ts +75 -0
- package/dist/cjs/service/TicketService.js +96 -0
- package/dist/cjs/service/TrackAndTraceService.d.ts +62 -0
- package/dist/cjs/service/TrackAndTraceService.js +79 -0
- package/dist/cjs/service/UserService.d.ts +144 -0
- package/dist/cjs/service/UserService.js +158 -0
- package/dist/cjs/service/ValuesetService.d.ts +86 -0
- package/dist/cjs/service/ValuesetService.js +109 -0
- package/dist/cjs/service/VerifyTokenService.d.ts +26 -0
- package/dist/cjs/service/VerifyTokenService.js +34 -0
- package/dist/cjs/service/WarehouseAddressService.d.ts +48 -0
- package/dist/cjs/service/WarehouseAddressService.js +64 -0
- package/dist/cjs/service/WarehouseService.d.ts +62 -0
- package/dist/cjs/service/WarehouseService.js +79 -0
- package/dist/cjs/service/index.d.ts +52 -0
- package/dist/cjs/service/index.js +71 -0
- package/dist/cjs/service/runOperation.d.ts +35 -0
- package/dist/cjs/service/runOperation.js +90 -0
- package/dist/cjs/type/AddOrderStatusesToOrderStatusSetInput.d.ts +7 -0
- package/dist/cjs/type/AddOrderStatusesToOrderStatusSetInput.js +2 -0
- package/dist/cjs/type/AddSurchargesToProductInput.d.ts +9 -0
- package/dist/cjs/type/AddSurchargesToProductInput.js +2 -0
- package/dist/cjs/type/Address.d.ts +58 -0
- package/dist/cjs/type/Address.js +2 -0
- package/dist/cjs/type/AddressBulkItemInput.d.ts +54 -0
- package/dist/cjs/type/AddressBulkItemInput.js +2 -0
- package/dist/cjs/type/AdminUser.d.ts +35 -0
- package/dist/cjs/type/AdminUser.js +2 -0
- package/dist/cjs/type/AdminUserSortInput.d.ts +11 -0
- package/dist/cjs/type/AdminUserSortInput.js +2 -0
- package/dist/cjs/type/AdminUserTenant.d.ts +22 -0
- package/dist/cjs/type/AdminUserTenant.js +2 -0
- package/dist/cjs/type/AdminUserTenantsSearchInput.d.ts +9 -0
- package/dist/cjs/type/AdminUserTenantsSearchInput.js +2 -0
- package/dist/cjs/type/AdminUsersSearchInput.d.ts +17 -0
- package/dist/cjs/type/AdminUsersSearchInput.js +2 -0
- package/dist/cjs/type/AnyAddress.d.ts +20 -0
- package/dist/cjs/type/AnyAddress.js +2 -0
- package/dist/cjs/type/Attribute.d.ts +20 -0
- package/dist/cjs/type/Attribute.js +2 -0
- package/dist/cjs/type/AttributeAttributeDescriptionSearchInput.d.ts +22 -0
- package/dist/cjs/type/AttributeAttributeDescriptionSearchInput.js +2 -0
- package/dist/cjs/type/AttributeBulkCreateInput.d.ts +14 -0
- package/dist/cjs/type/AttributeBulkCreateInput.js +2 -0
- package/dist/cjs/type/AttributeBulkResponse.d.ts +32 -0
- package/dist/cjs/type/AttributeBulkResponse.js +2 -0
- package/dist/cjs/type/AttributeColorValue.d.ts +13 -0
- package/dist/cjs/type/AttributeColorValue.js +2 -0
- package/dist/cjs/type/AttributeCreateInput.d.ts +22 -0
- package/dist/cjs/type/AttributeCreateInput.js +2 -0
- package/dist/cjs/type/AttributeCsvInput.d.ts +10 -0
- package/dist/cjs/type/AttributeCsvInput.js +2 -0
- package/dist/cjs/type/AttributeCsvMapping.d.ts +10 -0
- package/dist/cjs/type/AttributeCsvMapping.js +2 -0
- package/dist/cjs/type/AttributeDateTimeValue.d.ts +13 -0
- package/dist/cjs/type/AttributeDateTimeValue.js +2 -0
- package/dist/cjs/type/AttributeDecimalRangeFilter.d.ts +10 -0
- package/dist/cjs/type/AttributeDecimalRangeFilter.js +2 -0
- package/dist/cjs/type/AttributeDecimalValue.d.ts +13 -0
- package/dist/cjs/type/AttributeDecimalValue.js +2 -0
- package/dist/cjs/type/AttributeDescription.d.ts +47 -0
- package/dist/cjs/type/AttributeDescription.js +2 -0
- package/dist/cjs/type/AttributeDescriptionCreateInput.d.ts +33 -0
- package/dist/cjs/type/AttributeDescriptionCreateInput.js +2 -0
- package/dist/cjs/type/AttributeDescriptionCsvInput.d.ts +10 -0
- package/dist/cjs/type/AttributeDescriptionCsvInput.js +2 -0
- package/dist/cjs/type/AttributeDescriptionCsvMapping.d.ts +10 -0
- package/dist/cjs/type/AttributeDescriptionCsvMapping.js +2 -0
- package/dist/cjs/type/AttributeDescriptionResponse.d.ts +20 -0
- package/dist/cjs/type/AttributeDescriptionResponse.js +2 -0
- package/dist/cjs/type/AttributeDescriptionSearchInput.d.ts +32 -0
- package/dist/cjs/type/AttributeDescriptionSearchInput.js +2 -0
- package/dist/cjs/type/AttributeDescriptionSortInput.d.ts +11 -0
- package/dist/cjs/type/AttributeDescriptionSortInput.js +2 -0
- package/dist/cjs/type/AttributeDescriptionUpdateInput.d.ts +26 -0
- package/dist/cjs/type/AttributeDescriptionUpdateInput.js +2 -0
- package/dist/cjs/type/AttributeEnumValue.d.ts +13 -0
- package/dist/cjs/type/AttributeEnumValue.js +2 -0
- package/dist/cjs/type/AttributeFilter.d.ts +34 -0
- package/dist/cjs/type/AttributeFilter.js +2 -0
- package/dist/cjs/type/AttributeIntValue.d.ts +13 -0
- package/dist/cjs/type/AttributeIntValue.js +2 -0
- package/dist/cjs/type/AttributeIntegerRangeFilter.d.ts +10 -0
- package/dist/cjs/type/AttributeIntegerRangeFilter.js +2 -0
- package/dist/cjs/type/AttributeResponse.d.ts +20 -0
- package/dist/cjs/type/AttributeResponse.js +2 -0
- package/dist/cjs/type/AttributeResult.d.ts +18 -0
- package/dist/cjs/type/AttributeResult.js +2 -0
- package/dist/cjs/type/AttributeResultResponse.d.ts +20 -0
- package/dist/cjs/type/AttributeResultResponse.js +2 -0
- package/dist/cjs/type/AttributeResultSearchInput.d.ts +26 -0
- package/dist/cjs/type/AttributeResultSearchInput.js +2 -0
- package/dist/cjs/type/AttributeSearchInput.d.ts +24 -0
- package/dist/cjs/type/AttributeSearchInput.js +2 -0
- package/dist/cjs/type/AttributeTextFilter.d.ts +17 -0
- package/dist/cjs/type/AttributeTextFilter.js +2 -0
- package/dist/cjs/type/AttributeTextValue.d.ts +14 -0
- package/dist/cjs/type/AttributeTextValue.js +2 -0
- package/dist/cjs/type/AttributeUpdateInput.d.ts +8 -0
- package/dist/cjs/type/AttributeUpdateInput.js +2 -0
- package/dist/cjs/type/AttributeValue.d.ts +19 -0
- package/dist/cjs/type/AttributeValue.js +2 -0
- package/dist/cjs/type/AttributeValueInput.d.ts +18 -0
- package/dist/cjs/type/AttributeValueInput.js +2 -0
- package/dist/cjs/type/Base64File.d.ts +11 -0
- package/dist/cjs/type/Base64File.js +2 -0
- package/dist/cjs/type/Base64FileInput.d.ts +11 -0
- package/dist/cjs/type/Base64FileInput.js +2 -0
- package/dist/cjs/type/BulkCostPrice.d.ts +21 -0
- package/dist/cjs/type/BulkCostPrice.js +2 -0
- package/dist/cjs/type/BulkCostPriceCreateInput.d.ts +15 -0
- package/dist/cjs/type/BulkCostPriceCreateInput.js +2 -0
- package/dist/cjs/type/BulkCostPriceCsvInput.d.ts +10 -0
- package/dist/cjs/type/BulkCostPriceCsvInput.js +2 -0
- package/dist/cjs/type/BulkCostPriceCsvMapping.d.ts +10 -0
- package/dist/cjs/type/BulkCostPriceCsvMapping.js +2 -0
- package/dist/cjs/type/BulkCostPriceResponse.d.ts +20 -0
- package/dist/cjs/type/BulkCostPriceResponse.js +2 -0
- package/dist/cjs/type/BulkCostPriceSearchInput.d.ts +31 -0
- package/dist/cjs/type/BulkCostPriceSearchInput.js +2 -0
- package/dist/cjs/type/BulkCostPriceSortInput.d.ts +11 -0
- package/dist/cjs/type/BulkCostPriceSortInput.js +2 -0
- package/dist/cjs/type/BulkCostPriceUpdateInput.d.ts +13 -0
- package/dist/cjs/type/BulkCostPriceUpdateInput.js +2 -0
- package/dist/cjs/type/BulkDeleteResponse.d.ts +9 -0
- package/dist/cjs/type/BulkDeleteResponse.js +2 -0
- package/dist/cjs/type/BulkPrice.d.ts +21 -0
- package/dist/cjs/type/BulkPrice.js +2 -0
- package/dist/cjs/type/BulkPriceCreateInput.d.ts +15 -0
- package/dist/cjs/type/BulkPriceCreateInput.js +2 -0
- package/dist/cjs/type/BulkPriceCsvInput.d.ts +10 -0
- package/dist/cjs/type/BulkPriceCsvInput.js +2 -0
- package/dist/cjs/type/BulkPriceCsvMapping.d.ts +10 -0
- package/dist/cjs/type/BulkPriceCsvMapping.js +2 -0
- package/dist/cjs/type/BulkPriceResponse.d.ts +20 -0
- package/dist/cjs/type/BulkPriceResponse.js +2 -0
- package/dist/cjs/type/BulkPriceSearchInput.d.ts +31 -0
- package/dist/cjs/type/BulkPriceSearchInput.js +2 -0
- package/dist/cjs/type/BulkPriceSortInput.d.ts +11 -0
- package/dist/cjs/type/BulkPriceSortInput.js +2 -0
- package/dist/cjs/type/BulkPriceUpdateInput.d.ts +13 -0
- package/dist/cjs/type/BulkPriceUpdateInput.js +2 -0
- package/dist/cjs/type/BulkResponseData.d.ts +11 -0
- package/dist/cjs/type/BulkResponseData.js +2 -0
- package/dist/cjs/type/Bundle.d.ts +30 -0
- package/dist/cjs/type/Bundle.js +2 -0
- package/dist/cjs/type/BundleAddItemsInput.d.ts +8 -0
- package/dist/cjs/type/BundleAddItemsInput.js +2 -0
- package/dist/cjs/type/BundleCreateInput.d.ts +21 -0
- package/dist/cjs/type/BundleCreateInput.js +2 -0
- package/dist/cjs/type/BundleItem.d.ts +24 -0
- package/dist/cjs/type/BundleItem.js +2 -0
- package/dist/cjs/type/BundleItemInput.d.ts +10 -0
- package/dist/cjs/type/BundleItemInput.js +2 -0
- package/dist/cjs/type/BundlePrice.d.ts +13 -0
- package/dist/cjs/type/BundlePrice.js +2 -0
- package/dist/cjs/type/BundleSearchInput.d.ts +18 -0
- package/dist/cjs/type/BundleSearchInput.js +2 -0
- package/dist/cjs/type/BundleSortInput.d.ts +11 -0
- package/dist/cjs/type/BundleSortInput.js +2 -0
- package/dist/cjs/type/BundleUpdateInput.d.ts +18 -0
- package/dist/cjs/type/BundleUpdateInput.js +2 -0
- package/dist/cjs/type/BundlesResponse.d.ts +20 -0
- package/dist/cjs/type/BundlesResponse.js +2 -0
- package/dist/cjs/type/BusinessHours.d.ts +15 -0
- package/dist/cjs/type/BusinessHours.js +2 -0
- package/dist/cjs/type/BusinessHoursInput.d.ts +15 -0
- package/dist/cjs/type/BusinessHoursInput.js +2 -0
- package/dist/cjs/type/BusinessRule.d.ts +27 -0
- package/dist/cjs/type/BusinessRule.js +2 -0
- package/dist/cjs/type/BusinessRuleActionField.d.ts +10 -0
- package/dist/cjs/type/BusinessRuleActionField.js +2 -0
- package/dist/cjs/type/BusinessRuleArrayExpression.d.ts +24 -0
- package/dist/cjs/type/BusinessRuleArrayExpression.js +2 -0
- package/dist/cjs/type/BusinessRuleArrayExpressionInput.d.ts +19 -0
- package/dist/cjs/type/BusinessRuleArrayExpressionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleComplexExpression.d.ts +27 -0
- package/dist/cjs/type/BusinessRuleComplexExpression.js +2 -0
- package/dist/cjs/type/BusinessRuleComplexExpressionInput.d.ts +27 -0
- package/dist/cjs/type/BusinessRuleComplexExpressionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleCreateInput.d.ts +13 -0
- package/dist/cjs/type/BusinessRuleCreateInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDateExpression.d.ts +26 -0
- package/dist/cjs/type/BusinessRuleDateExpression.js +2 -0
- package/dist/cjs/type/BusinessRuleDateExpressionInput.d.ts +24 -0
- package/dist/cjs/type/BusinessRuleDateExpressionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTable.d.ts +21 -0
- package/dist/cjs/type/BusinessRuleDecisionTable.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableAddColumnInput.d.ts +23 -0
- package/dist/cjs/type/BusinessRuleDecisionTableAddColumnInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableCell.d.ts +18 -0
- package/dist/cjs/type/BusinessRuleDecisionTableCell.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableContent.d.ts +19 -0
- package/dist/cjs/type/BusinessRuleDecisionTableContent.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableDeleteColumnInput.d.ts +14 -0
- package/dist/cjs/type/BusinessRuleDecisionTableDeleteColumnInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableDeleteRowInput.d.ts +11 -0
- package/dist/cjs/type/BusinessRuleDecisionTableDeleteRowInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableInputOutput.d.ts +20 -0
- package/dist/cjs/type/BusinessRuleDecisionTableInputOutput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableMoveRowInput.d.ts +16 -0
- package/dist/cjs/type/BusinessRuleDecisionTableMoveRowInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableRow.d.ts +12 -0
- package/dist/cjs/type/BusinessRuleDecisionTableRow.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableSearchInput.d.ts +9 -0
- package/dist/cjs/type/BusinessRuleDecisionTableSearchInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableSetCellInput.d.ts +23 -0
- package/dist/cjs/type/BusinessRuleDecisionTableSetCellInput.js +2 -0
- package/dist/cjs/type/BusinessRuleDecisionTableUpdateInput.d.ts +17 -0
- package/dist/cjs/type/BusinessRuleDecisionTableUpdateInput.js +2 -0
- package/dist/cjs/type/BusinessRuleEdge.d.ts +15 -0
- package/dist/cjs/type/BusinessRuleEdge.js +2 -0
- package/dist/cjs/type/BusinessRuleExpressionGroup.d.ts +13 -0
- package/dist/cjs/type/BusinessRuleExpressionGroup.js +2 -0
- package/dist/cjs/type/BusinessRuleExpressionGroupInput.d.ts +11 -0
- package/dist/cjs/type/BusinessRuleExpressionGroupInput.js +2 -0
- package/dist/cjs/type/BusinessRuleExpressionUnionInput.d.ts +20 -0
- package/dist/cjs/type/BusinessRuleExpressionUnionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleFieldDefinition.d.ts +20 -0
- package/dist/cjs/type/BusinessRuleFieldDefinition.js +2 -0
- package/dist/cjs/type/BusinessRuleFieldDefinitionGroup.d.ts +14 -0
- package/dist/cjs/type/BusinessRuleFieldDefinitionGroup.js +2 -0
- package/dist/cjs/type/BusinessRuleInput.d.ts +15 -0
- package/dist/cjs/type/BusinessRuleInput.js +2 -0
- package/dist/cjs/type/BusinessRuleNumberExpression.d.ts +22 -0
- package/dist/cjs/type/BusinessRuleNumberExpression.js +2 -0
- package/dist/cjs/type/BusinessRuleNumberExpressionInput.d.ts +17 -0
- package/dist/cjs/type/BusinessRuleNumberExpressionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleOutput.d.ts +15 -0
- package/dist/cjs/type/BusinessRuleOutput.js +2 -0
- package/dist/cjs/type/BusinessRuleResponse.d.ts +20 -0
- package/dist/cjs/type/BusinessRuleResponse.js +2 -0
- package/dist/cjs/type/BusinessRuleSearchInput.d.ts +19 -0
- package/dist/cjs/type/BusinessRuleSearchInput.js +2 -0
- package/dist/cjs/type/BusinessRuleStringExpression.d.ts +22 -0
- package/dist/cjs/type/BusinessRuleStringExpression.js +2 -0
- package/dist/cjs/type/BusinessRuleStringExpressionInput.d.ts +17 -0
- package/dist/cjs/type/BusinessRuleStringExpressionInput.js +2 -0
- package/dist/cjs/type/BusinessRuleSubExpressionGroup.d.ts +15 -0
- package/dist/cjs/type/BusinessRuleSubExpressionGroup.js +2 -0
- package/dist/cjs/type/BusinessRuleUpdateInput.d.ts +8 -0
- package/dist/cjs/type/BusinessRuleUpdateInput.js +2 -0
- package/dist/cjs/type/CacheControlInput.d.ts +13 -0
- package/dist/cjs/type/CacheControlInput.js +2 -0
- package/dist/cjs/type/CanvasInput.d.ts +33 -0
- package/dist/cjs/type/CanvasInput.js +2 -0
- package/dist/cjs/type/Carrier.d.ts +33 -0
- package/dist/cjs/type/Carrier.js +2 -0
- package/dist/cjs/type/CarrierCreateInput.d.ts +21 -0
- package/dist/cjs/type/CarrierCreateInput.js +2 -0
- package/dist/cjs/type/CarrierSortInput.d.ts +11 -0
- package/dist/cjs/type/CarrierSortInput.js +2 -0
- package/dist/cjs/type/CarrierUpdateInput.d.ts +21 -0
- package/dist/cjs/type/CarrierUpdateInput.js +2 -0
- package/dist/cjs/type/CarriersResponse.d.ts +20 -0
- package/dist/cjs/type/CarriersResponse.js +2 -0
- package/dist/cjs/type/CarriersSearchInput.d.ts +26 -0
- package/dist/cjs/type/CarriersSearchInput.js +2 -0
- package/dist/cjs/type/Cart.d.ts +94 -0
- package/dist/cjs/type/Cart.js +2 -0
- package/dist/cjs/type/CartAcceptPurchaseAuthorizationRequestInput.d.ts +7 -0
- package/dist/cjs/type/CartAcceptPurchaseAuthorizationRequestInput.js +2 -0
- package/dist/cjs/type/CartActionCodeInput.d.ts +7 -0
- package/dist/cjs/type/CartActionCodeInput.js +2 -0
- package/dist/cjs/type/CartAddBundleInput.d.ts +11 -0
- package/dist/cjs/type/CartAddBundleInput.js +2 -0
- package/dist/cjs/type/CartAddItemInput.d.ts +18 -0
- package/dist/cjs/type/CartAddItemInput.js +2 -0
- package/dist/cjs/type/CartAddress.d.ts +43 -0
- package/dist/cjs/type/CartAddress.js +2 -0
- package/dist/cjs/type/CartBaseItem.d.ts +59 -0
- package/dist/cjs/type/CartBaseItem.js +2 -0
- package/dist/cjs/type/CartCarrier.d.ts +15 -0
- package/dist/cjs/type/CartCarrier.js +2 -0
- package/dist/cjs/type/CartChildItemBulkInput.d.ts +19 -0
- package/dist/cjs/type/CartChildItemBulkInput.js +2 -0
- package/dist/cjs/type/CartChildItemInput.d.ts +13 -0
- package/dist/cjs/type/CartChildItemInput.js +2 -0
- package/dist/cjs/type/CartDeleteItemInput.d.ts +7 -0
- package/dist/cjs/type/CartDeleteItemInput.js +2 -0
- package/dist/cjs/type/CartIncentive.d.ts +15 -0
- package/dist/cjs/type/CartIncentive.js +2 -0
- package/dist/cjs/type/CartIncentiveParams.d.ts +23 -0
- package/dist/cjs/type/CartIncentiveParams.js +2 -0
- package/dist/cjs/type/CartItemBulkInput.d.ts +17 -0
- package/dist/cjs/type/CartItemBulkInput.js +2 -0
- package/dist/cjs/type/CartItemIncentive.d.ts +14 -0
- package/dist/cjs/type/CartItemIncentive.js +2 -0
- package/dist/cjs/type/CartItemSurcharge.d.ts +29 -0
- package/dist/cjs/type/CartItemSurcharge.js +2 -0
- package/dist/cjs/type/CartItemsBulkUpsertInput.d.ts +10 -0
- package/dist/cjs/type/CartItemsBulkUpsertInput.js +2 -0
- package/dist/cjs/type/CartMainItem.d.ts +65 -0
- package/dist/cjs/type/CartMainItem.js +2 -0
- package/dist/cjs/type/CartPaymentData.d.ts +22 -0
- package/dist/cjs/type/CartPaymentData.js +2 -0
- package/dist/cjs/type/CartPaymentDataInput.d.ts +11 -0
- package/dist/cjs/type/CartPaymentDataInput.js +2 -0
- package/dist/cjs/type/CartPaymethod.d.ts +18 -0
- package/dist/cjs/type/CartPaymethod.js +2 -0
- package/dist/cjs/type/CartPostageData.d.ts +28 -0
- package/dist/cjs/type/CartPostageData.js +2 -0
- package/dist/cjs/type/CartPostageDataInput.d.ts +18 -0
- package/dist/cjs/type/CartPostageDataInput.js +2 -0
- package/dist/cjs/type/CartProcessInput.d.ts +9 -0
- package/dist/cjs/type/CartProcessInput.js +2 -0
- package/dist/cjs/type/CartProcessResponse.d.ts +13 -0
- package/dist/cjs/type/CartProcessResponse.js +2 -0
- package/dist/cjs/type/CartResponse.d.ts +20 -0
- package/dist/cjs/type/CartResponse.js +2 -0
- package/dist/cjs/type/CartSearchInput.d.ts +28 -0
- package/dist/cjs/type/CartSearchInput.js +2 -0
- package/dist/cjs/type/CartSetContactInput.d.ts +9 -0
- package/dist/cjs/type/CartSetContactInput.js +2 -0
- package/dist/cjs/type/CartSetCustomerInput.d.ts +7 -0
- package/dist/cjs/type/CartSetCustomerInput.js +2 -0
- package/dist/cjs/type/CartSetUserInput.d.ts +11 -0
- package/dist/cjs/type/CartSetUserInput.js +2 -0
- package/dist/cjs/type/CartShippingMethod.d.ts +9 -0
- package/dist/cjs/type/CartShippingMethod.js +2 -0
- package/dist/cjs/type/CartSortInput.d.ts +11 -0
- package/dist/cjs/type/CartSortInput.js +2 -0
- package/dist/cjs/type/CartStartInput.d.ts +13 -0
- package/dist/cjs/type/CartStartInput.js +2 -0
- package/dist/cjs/type/CartTaxLevel.d.ts +11 -0
- package/dist/cjs/type/CartTaxLevel.js +2 -0
- package/dist/cjs/type/CartTotal.d.ts +21 -0
- package/dist/cjs/type/CartTotal.js +2 -0
- package/dist/cjs/type/CartUnOrderableItem.d.ts +24 -0
- package/dist/cjs/type/CartUnOrderableItem.js +2 -0
- package/dist/cjs/type/CartUpdateAddressInput.d.ts +46 -0
- package/dist/cjs/type/CartUpdateAddressInput.js +2 -0
- package/dist/cjs/type/CartUpdateInput.d.ts +19 -0
- package/dist/cjs/type/CartUpdateInput.js +2 -0
- package/dist/cjs/type/CartUpdateItemInput.d.ts +11 -0
- package/dist/cjs/type/CartUpdateItemInput.js +2 -0
- package/dist/cjs/type/CartVoucher.d.ts +24 -0
- package/dist/cjs/type/CartVoucher.js +2 -0
- package/dist/cjs/type/Category.d.ts +53 -0
- package/dist/cjs/type/Category.js +2 -0
- package/dist/cjs/type/CategoryActionsData.d.ts +13 -0
- package/dist/cjs/type/CategoryActionsData.js +2 -0
- package/dist/cjs/type/CategoryActionsResponse.d.ts +10 -0
- package/dist/cjs/type/CategoryActionsResponse.js +2 -0
- package/dist/cjs/type/CategoryAddProductsClustersInput.d.ts +9 -0
- package/dist/cjs/type/CategoryAddProductsClustersInput.js +2 -0
- package/dist/cjs/type/CategoryAddProductsClustersResponse.d.ts +11 -0
- package/dist/cjs/type/CategoryAddProductsClustersResponse.js +2 -0
- package/dist/cjs/type/CategoryAttribute.d.ts +23 -0
- package/dist/cjs/type/CategoryAttribute.js +2 -0
- package/dist/cjs/type/CategoryCsvInput.d.ts +10 -0
- package/dist/cjs/type/CategoryCsvInput.js +2 -0
- package/dist/cjs/type/CategoryCsvMapping.d.ts +10 -0
- package/dist/cjs/type/CategoryCsvMapping.js +2 -0
- package/dist/cjs/type/CategoryProductSearchInput.d.ts +77 -0
- package/dist/cjs/type/CategoryProductSearchInput.js +2 -0
- package/dist/cjs/type/CategoryRemoveProductsClustersInput.d.ts +9 -0
- package/dist/cjs/type/CategoryRemoveProductsClustersInput.js +2 -0
- package/dist/cjs/type/CategoryRemoveProductsClustersResponse.d.ts +11 -0
- package/dist/cjs/type/CategoryRemoveProductsClustersResponse.js +2 -0
- package/dist/cjs/type/CategoryResponse.d.ts +20 -0
- package/dist/cjs/type/CategoryResponse.js +2 -0
- package/dist/cjs/type/CategorySearchInput.d.ts +28 -0
- package/dist/cjs/type/CategorySearchInput.js +2 -0
- package/dist/cjs/type/Channel.d.ts +23 -0
- package/dist/cjs/type/Channel.js +2 -0
- package/dist/cjs/type/ChannelCreateInput.d.ts +15 -0
- package/dist/cjs/type/ChannelCreateInput.js +2 -0
- package/dist/cjs/type/ChannelUpdateInput.d.ts +15 -0
- package/dist/cjs/type/ChannelUpdateInput.js +2 -0
- package/dist/cjs/type/ClaimsResetAllResponse.d.ts +15 -0
- package/dist/cjs/type/ClaimsResetAllResponse.js +2 -0
- package/dist/cjs/type/Cluster.d.ts +87 -0
- package/dist/cjs/type/Cluster.js +2 -0
- package/dist/cjs/type/ClusterAssignProductsInput.d.ts +7 -0
- package/dist/cjs/type/ClusterAssignProductsInput.js +2 -0
- package/dist/cjs/type/ClusterAssignProductsResponse.d.ts +11 -0
- package/dist/cjs/type/ClusterAssignProductsResponse.js +2 -0
- package/dist/cjs/type/ClusterAttribute.d.ts +23 -0
- package/dist/cjs/type/ClusterAttribute.js +2 -0
- package/dist/cjs/type/ClusterBulkMoveError.d.ts +15 -0
- package/dist/cjs/type/ClusterBulkMoveError.js +2 -0
- package/dist/cjs/type/ClusterBulkMoveInput.d.ts +9 -0
- package/dist/cjs/type/ClusterBulkMoveInput.js +2 -0
- package/dist/cjs/type/ClusterBulkMoveResponse.d.ts +12 -0
- package/dist/cjs/type/ClusterBulkMoveResponse.js +2 -0
- package/dist/cjs/type/ClusterCategorySearchInput.d.ts +26 -0
- package/dist/cjs/type/ClusterCategorySearchInput.js +2 -0
- package/dist/cjs/type/ClusterConfig.d.ts +12 -0
- package/dist/cjs/type/ClusterConfig.js +2 -0
- package/dist/cjs/type/ClusterConfigCreateInput.d.ts +10 -0
- package/dist/cjs/type/ClusterConfigCreateInput.js +2 -0
- package/dist/cjs/type/ClusterConfigResponse.d.ts +12 -0
- package/dist/cjs/type/ClusterConfigResponse.js +2 -0
- package/dist/cjs/type/ClusterConfigSetting.d.ts +17 -0
- package/dist/cjs/type/ClusterConfigSetting.js +2 -0
- package/dist/cjs/type/ClusterConfigSettingInput.d.ts +12 -0
- package/dist/cjs/type/ClusterConfigSettingInput.js +2 -0
- package/dist/cjs/type/ClusterConfigSettingResponse.d.ts +16 -0
- package/dist/cjs/type/ClusterConfigSettingResponse.js +2 -0
- package/dist/cjs/type/ClusterConfigSettingUpdateInput.d.ts +10 -0
- package/dist/cjs/type/ClusterConfigSettingUpdateInput.js +2 -0
- package/dist/cjs/type/ClusterCreateInput.d.ts +33 -0
- package/dist/cjs/type/ClusterCreateInput.js +2 -0
- package/dist/cjs/type/ClusterCsvInput.d.ts +10 -0
- package/dist/cjs/type/ClusterCsvInput.js +2 -0
- package/dist/cjs/type/ClusterCsvMapping.d.ts +10 -0
- package/dist/cjs/type/ClusterCsvMapping.js +2 -0
- package/dist/cjs/type/ClusterDrillDown.d.ts +12 -0
- package/dist/cjs/type/ClusterDrillDown.js +2 -0
- package/dist/cjs/type/ClusterMoveItem.d.ts +10 -0
- package/dist/cjs/type/ClusterMoveItem.js +2 -0
- package/dist/cjs/type/ClusterOption.d.ts +26 -0
- package/dist/cjs/type/ClusterOption.js +2 -0
- package/dist/cjs/type/ClusterOptionCreateInput.d.ts +19 -0
- package/dist/cjs/type/ClusterOptionCreateInput.js +2 -0
- package/dist/cjs/type/ClusterOptionProductSearchInput.d.ts +7 -0
- package/dist/cjs/type/ClusterOptionProductSearchInput.js +2 -0
- package/dist/cjs/type/ClusterOptionSearchInput.d.ts +9 -0
- package/dist/cjs/type/ClusterOptionSearchInput.js +2 -0
- package/dist/cjs/type/ClusterOptionUpdateInput.d.ts +21 -0
- package/dist/cjs/type/ClusterOptionUpdateInput.js +2 -0
- package/dist/cjs/type/ClusterProductSearchInput.d.ts +7 -0
- package/dist/cjs/type/ClusterProductSearchInput.js +2 -0
- package/dist/cjs/type/ClusterProductsActionData.d.ts +13 -0
- package/dist/cjs/type/ClusterProductsActionData.js +2 -0
- package/dist/cjs/type/ClusterProductsActionResponse.d.ts +10 -0
- package/dist/cjs/type/ClusterProductsActionResponse.js +2 -0
- package/dist/cjs/type/ClusterUnassignProductsInput.d.ts +11 -0
- package/dist/cjs/type/ClusterUnassignProductsInput.js +2 -0
- package/dist/cjs/type/ClusterUnassignProductsResponse.d.ts +11 -0
- package/dist/cjs/type/ClusterUnassignProductsResponse.js +2 -0
- package/dist/cjs/type/ClusterUpdateInput.d.ts +35 -0
- package/dist/cjs/type/ClusterUpdateInput.js +2 -0
- package/dist/cjs/type/CompaniesResponse.d.ts +20 -0
- package/dist/cjs/type/CompaniesResponse.js +2 -0
- package/dist/cjs/type/Company.d.ts +57 -0
- package/dist/cjs/type/Company.js +2 -0
- package/dist/cjs/type/CompanyAddressCreateInput.d.ts +50 -0
- package/dist/cjs/type/CompanyAddressCreateInput.js +2 -0
- package/dist/cjs/type/CompanyAddressDeleteInput.d.ts +9 -0
- package/dist/cjs/type/CompanyAddressDeleteInput.js +2 -0
- package/dist/cjs/type/CompanyAddressSearch.d.ts +49 -0
- package/dist/cjs/type/CompanyAddressSearch.js +2 -0
- package/dist/cjs/type/CompanyAddressUpdateInput.d.ts +49 -0
- package/dist/cjs/type/CompanyAddressUpdateInput.js +2 -0
- package/dist/cjs/type/CompanyAttribute.d.ts +23 -0
- package/dist/cjs/type/CompanyAttribute.js +2 -0
- package/dist/cjs/type/CompanyAttributeDescriptionSearch.d.ts +9 -0
- package/dist/cjs/type/CompanyAttributeDescriptionSearch.js +2 -0
- package/dist/cjs/type/CompanyAttributeSearch.d.ts +21 -0
- package/dist/cjs/type/CompanyAttributeSearch.js +2 -0
- package/dist/cjs/type/CompanyAttributeValueSearch.d.ts +9 -0
- package/dist/cjs/type/CompanyAttributeValueSearch.js +2 -0
- package/dist/cjs/type/CompanyContactSearch.d.ts +36 -0
- package/dist/cjs/type/CompanyContactSearch.js +2 -0
- package/dist/cjs/type/CompanyCsvInput.d.ts +10 -0
- package/dist/cjs/type/CompanyCsvInput.js +2 -0
- package/dist/cjs/type/CompanyCsvMapping.d.ts +10 -0
- package/dist/cjs/type/CompanyCsvMapping.js +2 -0
- package/dist/cjs/type/CompanyPurchaseAuthorizationConfigSearchInput.d.ts +24 -0
- package/dist/cjs/type/CompanyPurchaseAuthorizationConfigSearchInput.js +2 -0
- package/dist/cjs/type/CompanySearch.d.ts +34 -0
- package/dist/cjs/type/CompanySearch.js +2 -0
- package/dist/cjs/type/CompanySearchArguments.d.ts +23 -0
- package/dist/cjs/type/CompanySearchArguments.js +2 -0
- package/dist/cjs/type/CompanySearchIndexUpdateMappingInput.d.ts +9 -0
- package/dist/cjs/type/CompanySearchIndexUpdateMappingInput.js +2 -0
- package/dist/cjs/type/CompanySearchInput.d.ts +45 -0
- package/dist/cjs/type/CompanySearchInput.js +2 -0
- package/dist/cjs/type/CompanySearchReindexInput.d.ts +9 -0
- package/dist/cjs/type/CompanySearchReindexInput.js +2 -0
- package/dist/cjs/type/CompanySearchResponse.d.ts +20 -0
- package/dist/cjs/type/CompanySearchResponse.js +2 -0
- package/dist/cjs/type/CompanySearchSortInput.d.ts +11 -0
- package/dist/cjs/type/CompanySearchSortInput.js +2 -0
- package/dist/cjs/type/CompanySortInput.d.ts +11 -0
- package/dist/cjs/type/CompanySortInput.js +2 -0
- package/dist/cjs/type/CompanyTermFieldInput.d.ts +10 -0
- package/dist/cjs/type/CompanyTermFieldInput.js +2 -0
- package/dist/cjs/type/ComputedOrderlistsInput.d.ts +11 -0
- package/dist/cjs/type/ComputedOrderlistsInput.js +2 -0
- package/dist/cjs/type/ComputedOrderlistsResponse.d.ts +19 -0
- package/dist/cjs/type/ComputedOrderlistsResponse.js +2 -0
- package/dist/cjs/type/ConfirmationResponse.d.ts +9 -0
- package/dist/cjs/type/ConfirmationResponse.js +2 -0
- package/dist/cjs/type/Contact.d.ts +82 -0
- package/dist/cjs/type/Contact.js +2 -0
- package/dist/cjs/type/ContactActionsData.d.ts +11 -0
- package/dist/cjs/type/ContactActionsData.js +2 -0
- package/dist/cjs/type/ContactActionsResponse.d.ts +10 -0
- package/dist/cjs/type/ContactActionsResponse.js +2 -0
- package/dist/cjs/type/ContactAddToCompaniesInput.d.ts +7 -0
- package/dist/cjs/type/ContactAddToCompaniesInput.js +2 -0
- package/dist/cjs/type/ContactAddToCompaniesResponse.d.ts +11 -0
- package/dist/cjs/type/ContactAddToCompaniesResponse.js +2 -0
- package/dist/cjs/type/ContactAttribute.d.ts +23 -0
- package/dist/cjs/type/ContactAttribute.js +2 -0
- package/dist/cjs/type/ContactCompaniesSearchInput.d.ts +9 -0
- package/dist/cjs/type/ContactCompaniesSearchInput.js +2 -0
- package/dist/cjs/type/ContactCsvInput.d.ts +10 -0
- package/dist/cjs/type/ContactCsvInput.js +2 -0
- package/dist/cjs/type/ContactCsvMapping.d.ts +10 -0
- package/dist/cjs/type/ContactCsvMapping.js +2 -0
- package/dist/cjs/type/ContactPurchaseAuthorizationConfigSearchInput.d.ts +24 -0
- package/dist/cjs/type/ContactPurchaseAuthorizationConfigSearchInput.js +2 -0
- package/dist/cjs/type/ContactRemoveFromCompaniesInput.d.ts +7 -0
- package/dist/cjs/type/ContactRemoveFromCompaniesInput.js +2 -0
- package/dist/cjs/type/ContactRemoveFromCompaniesResponse.d.ts +11 -0
- package/dist/cjs/type/ContactRemoveFromCompaniesResponse.js +2 -0
- package/dist/cjs/type/ContactSearchArguments.d.ts +30 -0
- package/dist/cjs/type/ContactSearchArguments.js +2 -0
- package/dist/cjs/type/ContactSortInput.d.ts +11 -0
- package/dist/cjs/type/ContactSortInput.js +2 -0
- package/dist/cjs/type/ContactsResponse.d.ts +20 -0
- package/dist/cjs/type/ContactsResponse.js +2 -0
- package/dist/cjs/type/CostPrice.d.ts +17 -0
- package/dist/cjs/type/CostPrice.js +2 -0
- package/dist/cjs/type/CostPriceCreateInput.d.ts +11 -0
- package/dist/cjs/type/CostPriceCreateInput.js +2 -0
- package/dist/cjs/type/CostPriceResponse.d.ts +20 -0
- package/dist/cjs/type/CostPriceResponse.js +2 -0
- package/dist/cjs/type/CostPriceSearchInput.d.ts +31 -0
- package/dist/cjs/type/CostPriceSearchInput.js +2 -0
- package/dist/cjs/type/CostPriceSortInput.d.ts +11 -0
- package/dist/cjs/type/CostPriceSortInput.js +2 -0
- package/dist/cjs/type/CostPriceUpdateInput.d.ts +9 -0
- package/dist/cjs/type/CostPriceUpdateInput.js +2 -0
- package/dist/cjs/type/CreateAccountInput.d.ts +7 -0
- package/dist/cjs/type/CreateAccountInput.js +2 -0
- package/dist/cjs/type/CreateAuthenticationClaimsInput.d.ts +16 -0
- package/dist/cjs/type/CreateAuthenticationClaimsInput.js +2 -0
- package/dist/cjs/type/CreateAuthenticationInput.d.ts +18 -0
- package/dist/cjs/type/CreateAuthenticationInput.js +2 -0
- package/dist/cjs/type/CreateCategoryInput.d.ts +32 -0
- package/dist/cjs/type/CreateCategoryInput.js +2 -0
- package/dist/cjs/type/CreateCompanyInput.d.ts +19 -0
- package/dist/cjs/type/CreateCompanyInput.js +2 -0
- package/dist/cjs/type/CreateContactInput.d.ts +33 -0
- package/dist/cjs/type/CreateContactInput.js +2 -0
- package/dist/cjs/type/CreateInventoryInput.d.ts +26 -0
- package/dist/cjs/type/CreateInventoryInput.js +2 -0
- package/dist/cjs/type/CreateOrUpdateOrderItemInput.d.ts +11 -0
- package/dist/cjs/type/CreateOrUpdateOrderItemInput.js +2 -0
- package/dist/cjs/type/CreateOrderStatusInput.d.ts +36 -0
- package/dist/cjs/type/CreateOrderStatusInput.js +2 -0
- package/dist/cjs/type/CreateOrderStatusSetInput.d.ts +11 -0
- package/dist/cjs/type/CreateOrderStatusSetInput.js +2 -0
- package/dist/cjs/type/CreatePaymentInput.d.ts +25 -0
- package/dist/cjs/type/CreatePaymentInput.js +2 -0
- package/dist/cjs/type/CreateProductInput.d.ts +92 -0
- package/dist/cjs/type/CreateProductInput.js +2 -0
- package/dist/cjs/type/CreateSparePartInput.d.ts +12 -0
- package/dist/cjs/type/CreateSparePartInput.js +2 -0
- package/dist/cjs/type/CreateSparePartsMachineInput.d.ts +20 -0
- package/dist/cjs/type/CreateSparePartsMachineInput.js +2 -0
- package/dist/cjs/type/CreateSurchargeInput.d.ts +28 -0
- package/dist/cjs/type/CreateSurchargeInput.js +2 -0
- package/dist/cjs/type/CreateTenantDto.d.ts +13 -0
- package/dist/cjs/type/CreateTenantDto.js +2 -0
- package/dist/cjs/type/CreateTransactionInput.d.ts +25 -0
- package/dist/cjs/type/CreateTransactionInput.js +2 -0
- package/dist/cjs/type/CreateUserDto.d.ts +22 -0
- package/dist/cjs/type/CreateUserDto.js +2 -0
- package/dist/cjs/type/CreateWarehouseAddressInput.d.ts +40 -0
- package/dist/cjs/type/CreateWarehouseAddressInput.js +2 -0
- package/dist/cjs/type/CreateWarehouseInput.d.ts +75 -0
- package/dist/cjs/type/CreateWarehouseInput.js +2 -0
- package/dist/cjs/type/CropInput.d.ts +30 -0
- package/dist/cjs/type/CropInput.js +2 -0
- package/dist/cjs/type/Crossupsell.d.ts +25 -0
- package/dist/cjs/type/Crossupsell.js +2 -0
- package/dist/cjs/type/CrossupsellCreateInput.d.ts +18 -0
- package/dist/cjs/type/CrossupsellCreateInput.js +2 -0
- package/dist/cjs/type/CrossupsellSearchInput.d.ts +32 -0
- package/dist/cjs/type/CrossupsellSearchInput.js +2 -0
- package/dist/cjs/type/CrossupsellSortInput.d.ts +11 -0
- package/dist/cjs/type/CrossupsellSortInput.js +2 -0
- package/dist/cjs/type/CrossupsellUpdateInput.d.ts +7 -0
- package/dist/cjs/type/CrossupsellUpdateInput.js +2 -0
- package/dist/cjs/type/CrossupsellsResponse.d.ts +20 -0
- package/dist/cjs/type/CrossupsellsResponse.js +2 -0
- package/dist/cjs/type/CsvImportResponse.d.ts +10 -0
- package/dist/cjs/type/CsvImportResponse.js +2 -0
- package/dist/cjs/type/CsvRecordError.d.ts +14 -0
- package/dist/cjs/type/CsvRecordError.js +2 -0
- package/dist/cjs/type/Customer.d.ts +76 -0
- package/dist/cjs/type/Customer.js +2 -0
- package/dist/cjs/type/CustomerAddressCreateInput.d.ts +50 -0
- package/dist/cjs/type/CustomerAddressCreateInput.js +2 -0
- package/dist/cjs/type/CustomerAddressDeleteInput.d.ts +9 -0
- package/dist/cjs/type/CustomerAddressDeleteInput.js +2 -0
- package/dist/cjs/type/CustomerAddressUpdateInput.d.ts +49 -0
- package/dist/cjs/type/CustomerAddressUpdateInput.js +2 -0
- package/dist/cjs/type/CustomerAttribute.d.ts +23 -0
- package/dist/cjs/type/CustomerAttribute.js +2 -0
- package/dist/cjs/type/CustomerCsvInput.d.ts +10 -0
- package/dist/cjs/type/CustomerCsvInput.js +2 -0
- package/dist/cjs/type/CustomerCsvMapping.d.ts +10 -0
- package/dist/cjs/type/CustomerCsvMapping.js +2 -0
- package/dist/cjs/type/CustomerInput.d.ts +27 -0
- package/dist/cjs/type/CustomerInput.js +2 -0
- package/dist/cjs/type/CustomerSearchArguments.d.ts +30 -0
- package/dist/cjs/type/CustomerSearchArguments.js +2 -0
- package/dist/cjs/type/CustomerSortInput.d.ts +11 -0
- package/dist/cjs/type/CustomerSortInput.js +2 -0
- package/dist/cjs/type/CustomersResponse.d.ts +20 -0
- package/dist/cjs/type/CustomersResponse.js +2 -0
- package/dist/cjs/type/DateSearchInput.d.ts +9 -0
- package/dist/cjs/type/DateSearchInput.js +2 -0
- package/dist/cjs/type/DecimalSearchInput.d.ts +11 -0
- package/dist/cjs/type/DecimalSearchInput.js +2 -0
- package/dist/cjs/type/DeleteMediaAttachmentResponse.d.ts +7 -0
- package/dist/cjs/type/DeleteMediaAttachmentResponse.js +2 -0
- package/dist/cjs/type/DeleteMediaDocumentResponse.d.ts +7 -0
- package/dist/cjs/type/DeleteMediaDocumentResponse.js +2 -0
- package/dist/cjs/type/DeleteMediaImageResponse.d.ts +7 -0
- package/dist/cjs/type/DeleteMediaImageResponse.js +2 -0
- package/dist/cjs/type/DeleteMediaVideoResponse.d.ts +7 -0
- package/dist/cjs/type/DeleteMediaVideoResponse.js +2 -0
- package/dist/cjs/type/DeleteWarehouseAddressInput.d.ts +7 -0
- package/dist/cjs/type/DeleteWarehouseAddressInput.js +2 -0
- package/dist/cjs/type/Discount.d.ts +39 -0
- package/dist/cjs/type/Discount.js +2 -0
- package/dist/cjs/type/DiscountCreateInput.d.ts +24 -0
- package/dist/cjs/type/DiscountCreateInput.js +2 -0
- package/dist/cjs/type/DiscountCsvInput.d.ts +10 -0
- package/dist/cjs/type/DiscountCsvInput.js +2 -0
- package/dist/cjs/type/DiscountCsvMapping.d.ts +10 -0
- package/dist/cjs/type/DiscountCsvMapping.js +2 -0
- package/dist/cjs/type/DiscountResponse.d.ts +20 -0
- package/dist/cjs/type/DiscountResponse.js +2 -0
- package/dist/cjs/type/DiscountSearchInput.d.ts +40 -0
- package/dist/cjs/type/DiscountSearchInput.js +2 -0
- package/dist/cjs/type/DiscountSortInput.d.ts +11 -0
- package/dist/cjs/type/DiscountSortInput.js +2 -0
- package/dist/cjs/type/DiscountUpdateInput.d.ts +24 -0
- package/dist/cjs/type/DiscountUpdateInput.js +2 -0
- package/dist/cjs/type/DocumentCsvInput.d.ts +10 -0
- package/dist/cjs/type/DocumentCsvInput.js +2 -0
- package/dist/cjs/type/DocumentCsvMapping.d.ts +10 -0
- package/dist/cjs/type/DocumentCsvMapping.js +2 -0
- package/dist/cjs/type/DocumentTemplate.d.ts +33 -0
- package/dist/cjs/type/DocumentTemplate.js +2 -0
- package/dist/cjs/type/DocumentTemplateCreateInput.d.ts +21 -0
- package/dist/cjs/type/DocumentTemplateCreateInput.js +2 -0
- package/dist/cjs/type/DocumentTemplateUpdateInput.d.ts +21 -0
- package/dist/cjs/type/DocumentTemplateUpdateInput.js +2 -0
- package/dist/cjs/type/EmailContact.d.ts +15 -0
- package/dist/cjs/type/EmailContact.js +2 -0
- package/dist/cjs/type/EmailContactInput.d.ts +15 -0
- package/dist/cjs/type/EmailContactInput.js +2 -0
- package/dist/cjs/type/EmailEventInput.d.ts +30 -0
- package/dist/cjs/type/EmailEventInput.js +2 -0
- package/dist/cjs/type/EmailSendContactInput.d.ts +9 -0
- package/dist/cjs/type/EmailSendContactInput.js +2 -0
- package/dist/cjs/type/EmailSendEventInput.d.ts +29 -0
- package/dist/cjs/type/EmailSendEventInput.js +2 -0
- package/dist/cjs/type/EmailSender.d.ts +10 -0
- package/dist/cjs/type/EmailSender.js +2 -0
- package/dist/cjs/type/EmailSenderInput.d.ts +10 -0
- package/dist/cjs/type/EmailSenderInput.js +2 -0
- package/dist/cjs/type/EmailTemplate.d.ts +42 -0
- package/dist/cjs/type/EmailTemplate.js +2 -0
- package/dist/cjs/type/EmailTemplateCreateInput.d.ts +27 -0
- package/dist/cjs/type/EmailTemplateCreateInput.js +2 -0
- package/dist/cjs/type/EmailTemplateUpdateInput.d.ts +27 -0
- package/dist/cjs/type/EmailTemplateUpdateInput.js +2 -0
- package/dist/cjs/type/EnrolledFactor.d.ts +9 -0
- package/dist/cjs/type/EnrolledFactor.js +2 -0
- package/dist/cjs/type/EventActionConfigResponse.d.ts +20 -0
- package/dist/cjs/type/EventActionConfigResponse.js +2 -0
- package/dist/cjs/type/EventActionConfigSearchInput.d.ts +17 -0
- package/dist/cjs/type/EventActionConfigSearchInput.js +2 -0
- package/dist/cjs/type/EventActionConfigSortInput.d.ts +11 -0
- package/dist/cjs/type/EventActionConfigSortInput.js +2 -0
- package/dist/cjs/type/EventToEmailConfig.d.ts +25 -0
- package/dist/cjs/type/EventToEmailConfig.js +2 -0
- package/dist/cjs/type/EventToEmailConfigCreateInput.d.ts +15 -0
- package/dist/cjs/type/EventToEmailConfigCreateInput.js +2 -0
- package/dist/cjs/type/EventToEmailConfigUpdateInput.d.ts +15 -0
- package/dist/cjs/type/EventToEmailConfigUpdateInput.js +2 -0
- package/dist/cjs/type/EventToWebHookConfig.d.ts +25 -0
- package/dist/cjs/type/EventToWebHookConfig.js +2 -0
- package/dist/cjs/type/EventToWebHookConfigCreateInput.d.ts +15 -0
- package/dist/cjs/type/EventToWebHookConfigCreateInput.js +2 -0
- package/dist/cjs/type/EventToWebHookConfigUpdateInput.d.ts +15 -0
- package/dist/cjs/type/EventToWebHookConfigUpdateInput.js +2 -0
- package/dist/cjs/type/ExchangeRefreshTokenInput.d.ts +7 -0
- package/dist/cjs/type/ExchangeRefreshTokenInput.js +2 -0
- package/dist/cjs/type/ExternalReferenceInput.d.ts +9 -0
- package/dist/cjs/type/ExternalReferenceInput.js +2 -0
- package/dist/cjs/type/FavoriteList.d.ts +37 -0
- package/dist/cjs/type/FavoriteList.js +2 -0
- package/dist/cjs/type/FavoriteListsBaseSearchInput.d.ts +13 -0
- package/dist/cjs/type/FavoriteListsBaseSearchInput.js +2 -0
- package/dist/cjs/type/FavoriteListsCreateInput.d.ts +30 -0
- package/dist/cjs/type/FavoriteListsCreateInput.js +2 -0
- package/dist/cjs/type/FavoriteListsItemsInput.d.ts +14 -0
- package/dist/cjs/type/FavoriteListsItemsInput.js +2 -0
- package/dist/cjs/type/FavoriteListsResponse.d.ts +20 -0
- package/dist/cjs/type/FavoriteListsResponse.js +2 -0
- package/dist/cjs/type/FavoriteListsSearchInput.d.ts +39 -0
- package/dist/cjs/type/FavoriteListsSearchInput.js +2 -0
- package/dist/cjs/type/FavoriteListsUpdateInput.d.ts +18 -0
- package/dist/cjs/type/FavoriteListsUpdateInput.js +2 -0
- package/dist/cjs/type/FilterAvailableAttributeInput.d.ts +14 -0
- package/dist/cjs/type/FilterAvailableAttributeInput.js +2 -0
- package/dist/cjs/type/Firebase.d.ts +15 -0
- package/dist/cjs/type/Firebase.js +2 -0
- package/dist/cjs/type/GCIPMetadata.d.ts +11 -0
- package/dist/cjs/type/GCIPMetadata.js +2 -0
- package/dist/cjs/type/GCIPProviderData.d.ts +23 -0
- package/dist/cjs/type/GCIPProviderData.js +2 -0
- package/dist/cjs/type/GCIPUser.d.ts +50 -0
- package/dist/cjs/type/GCIPUser.js +2 -0
- package/dist/cjs/type/IAttributeDecimalRangeFilter.d.ts +9 -0
- package/dist/cjs/type/IAttributeDecimalRangeFilter.js +2 -0
- package/dist/cjs/type/IAttributeFilter.d.ts +30 -0
- package/dist/cjs/type/IAttributeFilter.js +2 -0
- package/dist/cjs/type/IAttributeIntegerRangeFilter.d.ts +9 -0
- package/dist/cjs/type/IAttributeIntegerRangeFilter.js +2 -0
- package/dist/cjs/type/IAttributeTextFilter.d.ts +7 -0
- package/dist/cjs/type/IAttributeTextFilter.js +2 -0
- package/dist/cjs/type/IBaseProduct.d.ts +43 -0
- package/dist/cjs/type/IBaseProduct.js +2 -0
- package/dist/cjs/type/IBaseTemplate.d.ts +27 -0
- package/dist/cjs/type/IBaseTemplate.js +2 -0
- package/dist/cjs/type/IBaseUser.d.ts +11 -0
- package/dist/cjs/type/IBaseUser.js +2 -0
- package/dist/cjs/type/IBusinessRuleExpression.d.ts +9 -0
- package/dist/cjs/type/IBusinessRuleExpression.js +2 -0
- package/dist/cjs/type/IBusinessRuleNode.d.ts +14 -0
- package/dist/cjs/type/IBusinessRuleNode.js +2 -0
- package/dist/cjs/type/ICart.d.ts +5 -0
- package/dist/cjs/type/ICart.js +2 -0
- package/dist/cjs/type/ICartBaseItem.d.ts +8 -0
- package/dist/cjs/type/ICartBaseItem.js +2 -0
- package/dist/cjs/type/ICluster.d.ts +9 -0
- package/dist/cjs/type/ICluster.js +2 -0
- package/dist/cjs/type/IClusterDrillDown.d.ts +5 -0
- package/dist/cjs/type/IClusterDrillDown.js +2 -0
- package/dist/cjs/type/IClusterOption.d.ts +7 -0
- package/dist/cjs/type/IClusterOption.js +2 -0
- package/dist/cjs/type/IDiscount.d.ts +9 -0
- package/dist/cjs/type/IDiscount.js +2 -0
- package/dist/cjs/type/IEventActionConfig.d.ts +7 -0
- package/dist/cjs/type/IEventActionConfig.js +2 -0
- package/dist/cjs/type/IProduct.d.ts +9 -0
- package/dist/cjs/type/IProduct.js +2 -0
- package/dist/cjs/type/IProductOffer.d.ts +9 -0
- package/dist/cjs/type/IProductOffer.js +2 -0
- package/dist/cjs/type/IResource.d.ts +7 -0
- package/dist/cjs/type/IResource.js +2 -0
- package/dist/cjs/type/ITenderBaseItem.d.ts +13 -0
- package/dist/cjs/type/ITenderBaseItem.js +2 -0
- package/dist/cjs/type/ImageCsvInput.d.ts +10 -0
- package/dist/cjs/type/ImageCsvInput.js +2 -0
- package/dist/cjs/type/ImageCsvMapping.d.ts +10 -0
- package/dist/cjs/type/ImageCsvMapping.js +2 -0
- package/dist/cjs/type/ImageTransformationInput.d.ts +10 -0
- package/dist/cjs/type/ImageTransformationInput.js +2 -0
- package/dist/cjs/type/ImageVariant.d.ts +13 -0
- package/dist/cjs/type/ImageVariant.js +2 -0
- package/dist/cjs/type/IncentiveRuleOrderItemSetCellInput.d.ts +19 -0
- package/dist/cjs/type/IncentiveRuleOrderItemSetCellInput.js +2 -0
- package/dist/cjs/type/IncentiveRuleSetActionInput.d.ts +33 -0
- package/dist/cjs/type/IncentiveRuleSetActionInput.js +2 -0
- package/dist/cjs/type/IntegerRangeSearchInput.d.ts +10 -0
- package/dist/cjs/type/IntegerRangeSearchInput.js +2 -0
- package/dist/cjs/type/Inventory.d.ts +27 -0
- package/dist/cjs/type/Inventory.js +2 -0
- package/dist/cjs/type/InventoryCsvInput.d.ts +10 -0
- package/dist/cjs/type/InventoryCsvInput.js +2 -0
- package/dist/cjs/type/InventoryCsvMapping.d.ts +10 -0
- package/dist/cjs/type/InventoryCsvMapping.js +2 -0
- package/dist/cjs/type/InventoryDeleteResponse.d.ts +5 -0
- package/dist/cjs/type/InventoryDeleteResponse.js +2 -0
- package/dist/cjs/type/InventoryResponse.d.ts +30 -0
- package/dist/cjs/type/InventoryResponse.js +2 -0
- package/dist/cjs/type/LocalizedAttachment.d.ts +11 -0
- package/dist/cjs/type/LocalizedAttachment.js +2 -0
- package/dist/cjs/type/LocalizedDocument.d.ts +11 -0
- package/dist/cjs/type/LocalizedDocument.js +2 -0
- package/dist/cjs/type/LocalizedImage.d.ts +11 -0
- package/dist/cjs/type/LocalizedImage.js +2 -0
- package/dist/cjs/type/LocalizedString.d.ts +9 -0
- package/dist/cjs/type/LocalizedString.js +2 -0
- package/dist/cjs/type/LocalizedStringArray.d.ts +9 -0
- package/dist/cjs/type/LocalizedStringArray.js +2 -0
- package/dist/cjs/type/LocalizedStringArrayInput.d.ts +9 -0
- package/dist/cjs/type/LocalizedStringArrayInput.js +2 -0
- package/dist/cjs/type/LocalizedStringInput.d.ts +9 -0
- package/dist/cjs/type/LocalizedStringInput.js +2 -0
- package/dist/cjs/type/LocalizedTemplateContent.d.ts +11 -0
- package/dist/cjs/type/LocalizedTemplateContent.js +2 -0
- package/dist/cjs/type/LocalizedTemplateContentInput.d.ts +9 -0
- package/dist/cjs/type/LocalizedTemplateContentInput.js +2 -0
- package/dist/cjs/type/LocalizedVideo.d.ts +11 -0
- package/dist/cjs/type/LocalizedVideo.js +2 -0
- package/dist/cjs/type/Login.d.ts +12 -0
- package/dist/cjs/type/Login.js +2 -0
- package/dist/cjs/type/LoginInput.d.ts +11 -0
- package/dist/cjs/type/LoginInput.js +2 -0
- package/dist/cjs/type/Logout.d.ts +7 -0
- package/dist/cjs/type/Logout.js +2 -0
- package/dist/cjs/type/MagicToken.d.ts +29 -0
- package/dist/cjs/type/MagicToken.js +2 -0
- package/dist/cjs/type/MagicTokenCreateInput.d.ts +15 -0
- package/dist/cjs/type/MagicTokenCreateInput.js +2 -0
- package/dist/cjs/type/MagicTokenResponse.d.ts +20 -0
- package/dist/cjs/type/MagicTokenResponse.js +2 -0
- package/dist/cjs/type/MagicTokenSearchInput.d.ts +29 -0
- package/dist/cjs/type/MagicTokenSearchInput.js +2 -0
- package/dist/cjs/type/MagicTokenUpdateInput.d.ts +15 -0
- package/dist/cjs/type/MagicTokenUpdateInput.js +2 -0
- package/dist/cjs/type/Media.d.ts +29 -0
- package/dist/cjs/type/Media.js +2 -0
- package/dist/cjs/type/MediaAttachment.d.ts +34 -0
- package/dist/cjs/type/MediaAttachment.js +2 -0
- package/dist/cjs/type/MediaAttachmentInput.d.ts +26 -0
- package/dist/cjs/type/MediaAttachmentInput.js +2 -0
- package/dist/cjs/type/MediaAttachmentSearchInput.d.ts +25 -0
- package/dist/cjs/type/MediaAttachmentSearchInput.js +2 -0
- package/dist/cjs/type/MediaBase64FileInput.d.ts +9 -0
- package/dist/cjs/type/MediaBase64FileInput.js +2 -0
- package/dist/cjs/type/MediaDocument.d.ts +34 -0
- package/dist/cjs/type/MediaDocument.js +2 -0
- package/dist/cjs/type/MediaDocumentInput.d.ts +26 -0
- package/dist/cjs/type/MediaDocumentInput.js +2 -0
- package/dist/cjs/type/MediaDocumentProductSearchInput.d.ts +17 -0
- package/dist/cjs/type/MediaDocumentProductSearchInput.js +2 -0
- package/dist/cjs/type/MediaDocumentSearchInput.d.ts +25 -0
- package/dist/cjs/type/MediaDocumentSearchInput.js +2 -0
- package/dist/cjs/type/MediaImage.d.ts +37 -0
- package/dist/cjs/type/MediaImage.js +2 -0
- package/dist/cjs/type/MediaImageInput.d.ts +26 -0
- package/dist/cjs/type/MediaImageInput.js +2 -0
- package/dist/cjs/type/MediaImageProductSearchInput.d.ts +17 -0
- package/dist/cjs/type/MediaImageProductSearchInput.js +2 -0
- package/dist/cjs/type/MediaImageSearchInput.d.ts +25 -0
- package/dist/cjs/type/MediaImageSearchInput.js +2 -0
- package/dist/cjs/type/MediaLocalizedStringArrayInput.d.ts +9 -0
- package/dist/cjs/type/MediaLocalizedStringArrayInput.js +2 -0
- package/dist/cjs/type/MediaLocalizedStringInput.d.ts +9 -0
- package/dist/cjs/type/MediaLocalizedStringInput.js +2 -0
- package/dist/cjs/type/MediaVideo.d.ts +34 -0
- package/dist/cjs/type/MediaVideo.js +2 -0
- package/dist/cjs/type/MediaVideoInput.d.ts +26 -0
- package/dist/cjs/type/MediaVideoInput.js +2 -0
- package/dist/cjs/type/MediaVideoProductSearchInput.d.ts +17 -0
- package/dist/cjs/type/MediaVideoProductSearchInput.js +2 -0
- package/dist/cjs/type/MediaVideoSearchInput.d.ts +25 -0
- package/dist/cjs/type/MediaVideoSearchInput.js +2 -0
- package/dist/cjs/type/MultiFactor.d.ts +8 -0
- package/dist/cjs/type/MultiFactor.js +2 -0
- package/dist/cjs/type/NumberSearchInput.d.ts +11 -0
- package/dist/cjs/type/NumberSearchInput.js +2 -0
- package/dist/cjs/type/ObjectMediaSearchInput.d.ts +17 -0
- package/dist/cjs/type/ObjectMediaSearchInput.js +2 -0
- package/dist/cjs/type/Order.d.ts +94 -0
- package/dist/cjs/type/Order.js +2 -0
- package/dist/cjs/type/OrderAddress.d.ts +58 -0
- package/dist/cjs/type/OrderAddress.js +2 -0
- package/dist/cjs/type/OrderAddressBulkInput.d.ts +50 -0
- package/dist/cjs/type/OrderAddressBulkInput.js +2 -0
- package/dist/cjs/type/OrderAddressUpdateInput.d.ts +47 -0
- package/dist/cjs/type/OrderAddressUpdateInput.js +2 -0
- package/dist/cjs/type/OrderCreateAddressInput.d.ts +50 -0
- package/dist/cjs/type/OrderCreateAddressInput.js +2 -0
- package/dist/cjs/type/OrderCreateInput.d.ts +91 -0
- package/dist/cjs/type/OrderCreateInput.js +2 -0
- package/dist/cjs/type/OrderItem.d.ts +84 -0
- package/dist/cjs/type/OrderItem.js +2 -0
- package/dist/cjs/type/OrderItemCreateInput.d.ts +79 -0
- package/dist/cjs/type/OrderItemCreateInput.js +2 -0
- package/dist/cjs/type/OrderItemDeleteInput.d.ts +7 -0
- package/dist/cjs/type/OrderItemDeleteInput.js +2 -0
- package/dist/cjs/type/OrderItemUpdateInput.d.ts +36 -0
- package/dist/cjs/type/OrderItemUpdateInput.js +2 -0
- package/dist/cjs/type/OrderMedia.d.ts +8 -0
- package/dist/cjs/type/OrderMedia.js +2 -0
- package/dist/cjs/type/OrderPaymentData.d.ts +24 -0
- package/dist/cjs/type/OrderPaymentData.js +2 -0
- package/dist/cjs/type/OrderPaymentInput.d.ts +24 -0
- package/dist/cjs/type/OrderPaymentInput.js +2 -0
- package/dist/cjs/type/OrderPaymentUpdateInput.d.ts +24 -0
- package/dist/cjs/type/OrderPaymentUpdateInput.js +2 -0
- package/dist/cjs/type/OrderPostageData.d.ts +29 -0
- package/dist/cjs/type/OrderPostageData.js +2 -0
- package/dist/cjs/type/OrderPostageInput.d.ts +26 -0
- package/dist/cjs/type/OrderPostageInput.js +2 -0
- package/dist/cjs/type/OrderPostageUpdateInput.d.ts +26 -0
- package/dist/cjs/type/OrderPostageUpdateInput.js +2 -0
- package/dist/cjs/type/OrderResponse.d.ts +20 -0
- package/dist/cjs/type/OrderResponse.js +2 -0
- package/dist/cjs/type/OrderRevision.d.ts +32 -0
- package/dist/cjs/type/OrderRevision.js +2 -0
- package/dist/cjs/type/OrderRevisionByOrderSearchInput.d.ts +25 -0
- package/dist/cjs/type/OrderRevisionByOrderSearchInput.js +2 -0
- package/dist/cjs/type/OrderRevisionResponse.d.ts +20 -0
- package/dist/cjs/type/OrderRevisionResponse.js +2 -0
- package/dist/cjs/type/OrderRevisionSearchInput.d.ts +25 -0
- package/dist/cjs/type/OrderRevisionSearchInput.js +2 -0
- package/dist/cjs/type/OrderRevisionSortInput.d.ts +11 -0
- package/dist/cjs/type/OrderRevisionSortInput.js +2 -0
- package/dist/cjs/type/OrderRevisionsInvalidateInput.d.ts +11 -0
- package/dist/cjs/type/OrderRevisionsInvalidateInput.js +2 -0
- package/dist/cjs/type/OrderSearchArguments.d.ts +44 -0
- package/dist/cjs/type/OrderSearchArguments.js +2 -0
- package/dist/cjs/type/OrderSetStatusInput.d.ts +19 -0
- package/dist/cjs/type/OrderSetStatusInput.js +2 -0
- package/dist/cjs/type/OrderSortInput.d.ts +11 -0
- package/dist/cjs/type/OrderSortInput.js +2 -0
- package/dist/cjs/type/OrderStatus.d.ts +41 -0
- package/dist/cjs/type/OrderStatus.js +2 -0
- package/dist/cjs/type/OrderStatusSearchByInput.d.ts +9 -0
- package/dist/cjs/type/OrderStatusSearchByInput.js +2 -0
- package/dist/cjs/type/OrderStatusSet.d.ts +14 -0
- package/dist/cjs/type/OrderStatusSet.js +2 -0
- package/dist/cjs/type/OrderStatusSetSearchByInput.d.ts +9 -0
- package/dist/cjs/type/OrderStatusSetSearchByInput.js +2 -0
- package/dist/cjs/type/OrderStatusSetSortInput.d.ts +11 -0
- package/dist/cjs/type/OrderStatusSetSortInput.js +2 -0
- package/dist/cjs/type/OrderStatusSetsResponse.d.ts +20 -0
- package/dist/cjs/type/OrderStatusSetsResponse.js +2 -0
- package/dist/cjs/type/OrderStatusSetsSearchInput.d.ts +14 -0
- package/dist/cjs/type/OrderStatusSetsSearchInput.js +2 -0
- package/dist/cjs/type/OrderStatusSortInput.d.ts +11 -0
- package/dist/cjs/type/OrderStatusSortInput.js +2 -0
- package/dist/cjs/type/OrderStatusesResponse.d.ts +20 -0
- package/dist/cjs/type/OrderStatusesResponse.js +2 -0
- package/dist/cjs/type/OrderStatusesSearchInput.d.ts +43 -0
- package/dist/cjs/type/OrderStatusesSearchInput.js +2 -0
- package/dist/cjs/type/OrderTotalInput.d.ts +16 -0
- package/dist/cjs/type/OrderTotalInput.js +2 -0
- package/dist/cjs/type/OrderTotalTaxPercentage.d.ts +9 -0
- package/dist/cjs/type/OrderTotalTaxPercentage.js +2 -0
- package/dist/cjs/type/OrderTotalUpdateInput.d.ts +16 -0
- package/dist/cjs/type/OrderTotalUpdateInput.js +2 -0
- package/dist/cjs/type/OrderTotals.d.ts +19 -0
- package/dist/cjs/type/OrderTotals.js +2 -0
- package/dist/cjs/type/OrderUpdateAddressInput.d.ts +43 -0
- package/dist/cjs/type/OrderUpdateAddressInput.js +2 -0
- package/dist/cjs/type/OrderUpdateInput.d.ts +84 -0
- package/dist/cjs/type/OrderUpdateInput.js +2 -0
- package/dist/cjs/type/Orderlist.d.ts +41 -0
- package/dist/cjs/type/Orderlist.js +2 -0
- package/dist/cjs/type/OrderlistCompaniesInput.d.ts +10 -0
- package/dist/cjs/type/OrderlistCompaniesInput.js +2 -0
- package/dist/cjs/type/OrderlistCompanySearchInput.d.ts +21 -0
- package/dist/cjs/type/OrderlistCompanySearchInput.js +2 -0
- package/dist/cjs/type/OrderlistCreateInput.d.ts +41 -0
- package/dist/cjs/type/OrderlistCreateInput.js +2 -0
- package/dist/cjs/type/OrderlistItemsInput.d.ts +14 -0
- package/dist/cjs/type/OrderlistItemsInput.js +2 -0
- package/dist/cjs/type/OrderlistSearchInput.d.ts +50 -0
- package/dist/cjs/type/OrderlistSearchInput.js +2 -0
- package/dist/cjs/type/OrderlistSortInput.d.ts +11 -0
- package/dist/cjs/type/OrderlistSortInput.js +2 -0
- package/dist/cjs/type/OrderlistUpdateInput.d.ts +41 -0
- package/dist/cjs/type/OrderlistUpdateInput.js +2 -0
- package/dist/cjs/type/OrderlistUserSearchInput.d.ts +9 -0
- package/dist/cjs/type/OrderlistUserSearchInput.js +2 -0
- package/dist/cjs/type/OrderlistUsersInput.d.ts +10 -0
- package/dist/cjs/type/OrderlistUsersInput.js +2 -0
- package/dist/cjs/type/OrderlistsResponse.d.ts +20 -0
- package/dist/cjs/type/OrderlistsResponse.js +2 -0
- package/dist/cjs/type/PadInput.d.ts +20 -0
- package/dist/cjs/type/PadInput.js +2 -0
- package/dist/cjs/type/PaginatedMediaAttachmentResponse.d.ts +20 -0
- package/dist/cjs/type/PaginatedMediaAttachmentResponse.js +2 -0
- package/dist/cjs/type/PaginatedMediaDocumentResponse.d.ts +20 -0
- package/dist/cjs/type/PaginatedMediaDocumentResponse.js +2 -0
- package/dist/cjs/type/PaginatedMediaImageResponse.d.ts +20 -0
- package/dist/cjs/type/PaginatedMediaImageResponse.js +2 -0
- package/dist/cjs/type/PaginatedMediaVideoResponse.d.ts +20 -0
- package/dist/cjs/type/PaginatedMediaVideoResponse.js +2 -0
- package/dist/cjs/type/PasswordRecoveryLinkInput.d.ts +11 -0
- package/dist/cjs/type/PasswordRecoveryLinkInput.js +2 -0
- package/dist/cjs/type/PasswordResetLinkEmailInput.d.ts +36 -0
- package/dist/cjs/type/PasswordResetLinkEmailInput.js +2 -0
- package/dist/cjs/type/PayMethod.d.ts +18 -0
- package/dist/cjs/type/PayMethod.js +2 -0
- package/dist/cjs/type/PayMethodCreateInput.d.ts +12 -0
- package/dist/cjs/type/PayMethodCreateInput.js +2 -0
- package/dist/cjs/type/PayMethodSearchInput.d.ts +21 -0
- package/dist/cjs/type/PayMethodSearchInput.js +2 -0
- package/dist/cjs/type/PayMethodSortInput.d.ts +11 -0
- package/dist/cjs/type/PayMethodSortInput.js +2 -0
- package/dist/cjs/type/PayMethodUpdateInput.d.ts +12 -0
- package/dist/cjs/type/PayMethodUpdateInput.js +2 -0
- package/dist/cjs/type/PayMethodsResponse.d.ts +20 -0
- package/dist/cjs/type/PayMethodsResponse.js +2 -0
- package/dist/cjs/type/Payment.d.ts +35 -0
- package/dist/cjs/type/Payment.js +2 -0
- package/dist/cjs/type/PaymentsResponse.d.ts +20 -0
- package/dist/cjs/type/PaymentsResponse.js +2 -0
- package/dist/cjs/type/PaymentsSearchInput.d.ts +9 -0
- package/dist/cjs/type/PaymentsSearchInput.js +2 -0
- package/dist/cjs/type/Price.d.ts +33 -0
- package/dist/cjs/type/Price.js +2 -0
- package/dist/cjs/type/PriceCalculateDefaultInput.d.ts +9 -0
- package/dist/cjs/type/PriceCalculateDefaultInput.js +2 -0
- package/dist/cjs/type/PriceCalculateInput.d.ts +17 -0
- package/dist/cjs/type/PriceCalculateInput.js +2 -0
- package/dist/cjs/type/PriceCalculateProductInput.d.ts +13 -0
- package/dist/cjs/type/PriceCalculateProductInput.js +2 -0
- package/dist/cjs/type/PriceCreateInput.d.ts +26 -0
- package/dist/cjs/type/PriceCreateInput.js +2 -0
- package/dist/cjs/type/PriceCsvInput.d.ts +10 -0
- package/dist/cjs/type/PriceCsvInput.js +2 -0
- package/dist/cjs/type/PriceCsvMapping.d.ts +10 -0
- package/dist/cjs/type/PriceCsvMapping.js +2 -0
- package/dist/cjs/type/PriceResponse.d.ts +20 -0
- package/dist/cjs/type/PriceResponse.js +2 -0
- package/dist/cjs/type/PriceSearchInput.d.ts +35 -0
- package/dist/cjs/type/PriceSearchInput.js +2 -0
- package/dist/cjs/type/PriceSortInput.d.ts +11 -0
- package/dist/cjs/type/PriceSortInput.js +2 -0
- package/dist/cjs/type/PriceUpdateInput.d.ts +24 -0
- package/dist/cjs/type/PriceUpdateInput.js +2 -0
- package/dist/cjs/type/Pricesheet.d.ts +33 -0
- package/dist/cjs/type/Pricesheet.js +2 -0
- package/dist/cjs/type/PricesheetAssignInput.d.ts +13 -0
- package/dist/cjs/type/PricesheetAssignInput.js +2 -0
- package/dist/cjs/type/PricesheetCompaniesSearchInput.d.ts +9 -0
- package/dist/cjs/type/PricesheetCompaniesSearchInput.js +2 -0
- package/dist/cjs/type/PricesheetContactsSearchInput.d.ts +9 -0
- package/dist/cjs/type/PricesheetContactsSearchInput.js +2 -0
- package/dist/cjs/type/PricesheetCreateInput.d.ts +16 -0
- package/dist/cjs/type/PricesheetCreateInput.js +2 -0
- package/dist/cjs/type/PricesheetCsvInput.d.ts +10 -0
- package/dist/cjs/type/PricesheetCsvInput.js +2 -0
- package/dist/cjs/type/PricesheetCsvMapping.d.ts +10 -0
- package/dist/cjs/type/PricesheetCsvMapping.js +2 -0
- package/dist/cjs/type/PricesheetCustomersSearchInput.d.ts +9 -0
- package/dist/cjs/type/PricesheetCustomersSearchInput.js +2 -0
- package/dist/cjs/type/PricesheetResponse.d.ts +20 -0
- package/dist/cjs/type/PricesheetResponse.js +2 -0
- package/dist/cjs/type/PricesheetSearchInput.d.ts +34 -0
- package/dist/cjs/type/PricesheetSearchInput.js +2 -0
- package/dist/cjs/type/PricesheetSortInput.d.ts +11 -0
- package/dist/cjs/type/PricesheetSortInput.js +2 -0
- package/dist/cjs/type/PricesheetUnassignInput.d.ts +13 -0
- package/dist/cjs/type/PricesheetUnassignInput.js +2 -0
- package/dist/cjs/type/PricesheetUpdateInput.d.ts +16 -0
- package/dist/cjs/type/PricesheetUpdateInput.js +2 -0
- package/dist/cjs/type/PricesheetsEffectiveInput.d.ts +16 -0
- package/dist/cjs/type/PricesheetsEffectiveInput.js +2 -0
- package/dist/cjs/type/PricesheetsEffectivePaginationInput.d.ts +12 -0
- package/dist/cjs/type/PricesheetsEffectivePaginationInput.js +2 -0
- package/dist/cjs/type/Product.d.ts +168 -0
- package/dist/cjs/type/Product.js +2 -0
- package/dist/cjs/type/ProductAttribute.d.ts +23 -0
- package/dist/cjs/type/ProductAttribute.js +2 -0
- package/dist/cjs/type/ProductBulkMoveError.d.ts +15 -0
- package/dist/cjs/type/ProductBulkMoveError.js +2 -0
- package/dist/cjs/type/ProductBulkMoveInput.d.ts +9 -0
- package/dist/cjs/type/ProductBulkMoveInput.js +2 -0
- package/dist/cjs/type/ProductBulkMoveResponse.d.ts +12 -0
- package/dist/cjs/type/ProductBulkMoveResponse.js +2 -0
- package/dist/cjs/type/ProductCategorySearchInput.d.ts +26 -0
- package/dist/cjs/type/ProductCategorySearchInput.js +2 -0
- package/dist/cjs/type/ProductCsvInput.d.ts +10 -0
- package/dist/cjs/type/ProductCsvInput.js +2 -0
- package/dist/cjs/type/ProductCsvMapping.d.ts +10 -0
- package/dist/cjs/type/ProductCsvMapping.js +2 -0
- package/dist/cjs/type/ProductInventory.d.ts +18 -0
- package/dist/cjs/type/ProductInventory.js +2 -0
- package/dist/cjs/type/ProductMedia.d.ts +14 -0
- package/dist/cjs/type/ProductMedia.js +2 -0
- package/dist/cjs/type/ProductMoveItem.d.ts +10 -0
- package/dist/cjs/type/ProductMoveItem.js +2 -0
- package/dist/cjs/type/ProductOffer.d.ts +15 -0
- package/dist/cjs/type/ProductOffer.js +2 -0
- package/dist/cjs/type/ProductPrice.d.ts +29 -0
- package/dist/cjs/type/ProductPrice.js +2 -0
- package/dist/cjs/type/ProductPriceFilterInput.d.ts +9 -0
- package/dist/cjs/type/ProductPriceFilterInput.js +2 -0
- package/dist/cjs/type/ProductRangeFilterInput.d.ts +18 -0
- package/dist/cjs/type/ProductRangeFilterInput.js +2 -0
- package/dist/cjs/type/ProductSearchInput.d.ts +85 -0
- package/dist/cjs/type/ProductSearchInput.js +2 -0
- package/dist/cjs/type/ProductSortInput.d.ts +11 -0
- package/dist/cjs/type/ProductSortInput.js +2 -0
- package/dist/cjs/type/ProductTextFilterInput.d.ts +16 -0
- package/dist/cjs/type/ProductTextFilterInput.js +2 -0
- package/dist/cjs/type/ProductsResponse.d.ts +27 -0
- package/dist/cjs/type/ProductsResponse.js +2 -0
- package/dist/cjs/type/PublishEmailEventResponse.d.ts +9 -0
- package/dist/cjs/type/PublishEmailEventResponse.js +2 -0
- package/dist/cjs/type/PurchaseAuthorizationConfig.d.ts +22 -0
- package/dist/cjs/type/PurchaseAuthorizationConfig.js +2 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigCreateInput.d.ts +14 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigCreateInput.js +2 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigResponse.d.ts +20 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigResponse.js +2 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigSearchInput.d.ts +26 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigSearchInput.js +2 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigUpdateInput.d.ts +10 -0
- package/dist/cjs/type/PurchaseAuthorizationConfigUpdateInput.js +2 -0
- package/dist/cjs/type/RefreshTokenResponse.d.ts +15 -0
- package/dist/cjs/type/RefreshTokenResponse.js +2 -0
- package/dist/cjs/type/RegisterContactInput.d.ts +35 -0
- package/dist/cjs/type/RegisterContactInput.js +2 -0
- package/dist/cjs/type/RegisterContactResponse.d.ts +11 -0
- package/dist/cjs/type/RegisterContactResponse.js +2 -0
- package/dist/cjs/type/RegisterCustomerInput.d.ts +29 -0
- package/dist/cjs/type/RegisterCustomerInput.js +2 -0
- package/dist/cjs/type/RegisterCustomerResponse.d.ts +11 -0
- package/dist/cjs/type/RegisterCustomerResponse.js +2 -0
- package/dist/cjs/type/RegisterUserSession.d.ts +11 -0
- package/dist/cjs/type/RegisterUserSession.js +2 -0
- package/dist/cjs/type/RemoveOrderStatusesFromOrderStatusSetInput.d.ts +7 -0
- package/dist/cjs/type/RemoveOrderStatusesFromOrderStatusSetInput.js +2 -0
- package/dist/cjs/type/RemoveSurchargesFromProductInput.d.ts +9 -0
- package/dist/cjs/type/RemoveSurchargesFromProductInput.js +2 -0
- package/dist/cjs/type/Role.d.ts +23 -0
- package/dist/cjs/type/Role.js +2 -0
- package/dist/cjs/type/RoleCreateInput.d.ts +12 -0
- package/dist/cjs/type/RoleCreateInput.js +2 -0
- package/dist/cjs/type/RoleDefinition.d.ts +26 -0
- package/dist/cjs/type/RoleDefinition.js +2 -0
- package/dist/cjs/type/RoleDefinitionCreateInput.d.ts +13 -0
- package/dist/cjs/type/RoleDefinitionCreateInput.js +2 -0
- package/dist/cjs/type/RoleDefinitionResponse.d.ts +20 -0
- package/dist/cjs/type/RoleDefinitionResponse.js +2 -0
- package/dist/cjs/type/RoleDefinitionSearchInput.d.ts +12 -0
- package/dist/cjs/type/RoleDefinitionSearchInput.js +2 -0
- package/dist/cjs/type/RoleDefinitionSortInput.d.ts +11 -0
- package/dist/cjs/type/RoleDefinitionSortInput.js +2 -0
- package/dist/cjs/type/RoleDefinitionUpdateInput.d.ts +13 -0
- package/dist/cjs/type/RoleDefinitionUpdateInput.js +2 -0
- package/dist/cjs/type/RoleResponse.d.ts +20 -0
- package/dist/cjs/type/RoleResponse.js +2 -0
- package/dist/cjs/type/RoleSearchInput.d.ts +14 -0
- package/dist/cjs/type/RoleSearchInput.js +2 -0
- package/dist/cjs/type/RoleSortInput.d.ts +11 -0
- package/dist/cjs/type/RoleSortInput.js +2 -0
- package/dist/cjs/type/RoleUpdateInput.d.ts +8 -0
- package/dist/cjs/type/RoleUpdateInput.js +2 -0
- package/dist/cjs/type/SearchByInput.d.ts +11 -0
- package/dist/cjs/type/SearchByInput.js +2 -0
- package/dist/cjs/type/SearchFieldsInput.d.ts +10 -0
- package/dist/cjs/type/SearchFieldsInput.js +2 -0
- package/dist/cjs/type/SearchSparePartsMachineInput.d.ts +14 -0
- package/dist/cjs/type/SearchSparePartsMachineInput.js +2 -0
- package/dist/cjs/type/SendOrderConfirmResponseType.d.ts +9 -0
- package/dist/cjs/type/SendOrderConfirmResponseType.js +2 -0
- package/dist/cjs/type/SharpenInput.d.ts +14 -0
- package/dist/cjs/type/SharpenInput.js +2 -0
- package/dist/cjs/type/Shipment.d.ts +24 -0
- package/dist/cjs/type/Shipment.js +2 -0
- package/dist/cjs/type/ShipmentCreateInput.d.ts +18 -0
- package/dist/cjs/type/ShipmentCreateInput.js +2 -0
- package/dist/cjs/type/ShipmentCreateItemInput.d.ts +13 -0
- package/dist/cjs/type/ShipmentCreateItemInput.js +2 -0
- package/dist/cjs/type/ShipmentCreateTrackAndTraceInput.d.ts +9 -0
- package/dist/cjs/type/ShipmentCreateTrackAndTraceInput.js +2 -0
- package/dist/cjs/type/ShipmentItem.d.ts +24 -0
- package/dist/cjs/type/ShipmentItem.js +2 -0
- package/dist/cjs/type/ShipmentItemCreateInput.d.ts +15 -0
- package/dist/cjs/type/ShipmentItemCreateInput.js +2 -0
- package/dist/cjs/type/ShipmentItemResponse.d.ts +20 -0
- package/dist/cjs/type/ShipmentItemResponse.js +2 -0
- package/dist/cjs/type/ShipmentItemSearchInput.d.ts +30 -0
- package/dist/cjs/type/ShipmentItemSearchInput.js +2 -0
- package/dist/cjs/type/ShipmentItemSortInput.d.ts +11 -0
- package/dist/cjs/type/ShipmentItemSortInput.js +2 -0
- package/dist/cjs/type/ShipmentItemUpdateInput.d.ts +15 -0
- package/dist/cjs/type/ShipmentItemUpdateInput.js +2 -0
- package/dist/cjs/type/ShipmentResponse.d.ts +20 -0
- package/dist/cjs/type/ShipmentResponse.js +2 -0
- package/dist/cjs/type/ShipmentSearchInput.d.ts +26 -0
- package/dist/cjs/type/ShipmentSearchInput.js +2 -0
- package/dist/cjs/type/ShipmentSortInput.d.ts +11 -0
- package/dist/cjs/type/ShipmentSortInput.js +2 -0
- package/dist/cjs/type/ShipmentUpdateInput.d.ts +12 -0
- package/dist/cjs/type/ShipmentUpdateInput.js +2 -0
- package/dist/cjs/type/Shop.d.ts +24 -0
- package/dist/cjs/type/Shop.js +2 -0
- package/dist/cjs/type/ShopPriceCalculationConfig.d.ts +13 -0
- package/dist/cjs/type/ShopPriceCalculationConfig.js +2 -0
- package/dist/cjs/type/Source.d.ts +9 -0
- package/dist/cjs/type/Source.js +2 -0
- package/dist/cjs/type/SourceInput.d.ts +9 -0
- package/dist/cjs/type/SourceInput.js +2 -0
- package/dist/cjs/type/SourceSearchInput.d.ts +9 -0
- package/dist/cjs/type/SourceSearchInput.js +2 -0
- package/dist/cjs/type/SourceUpsertInput.d.ts +9 -0
- package/dist/cjs/type/SourceUpsertInput.js +2 -0
- package/dist/cjs/type/SparePart.d.ts +17 -0
- package/dist/cjs/type/SparePart.js +2 -0
- package/dist/cjs/type/SparePartsMachine.d.ts +25 -0
- package/dist/cjs/type/SparePartsMachine.js +2 -0
- package/dist/cjs/type/SparePartsMachineMedia.d.ts +17 -0
- package/dist/cjs/type/SparePartsMachineMedia.js +2 -0
- package/dist/cjs/type/SparePartsMachineProductSearchInput.d.ts +75 -0
- package/dist/cjs/type/SparePartsMachineProductSearchInput.js +2 -0
- package/dist/cjs/type/SparePartsMachineResponse.d.ts +20 -0
- package/dist/cjs/type/SparePartsMachineResponse.js +2 -0
- package/dist/cjs/type/SparePartsResponse.d.ts +27 -0
- package/dist/cjs/type/SparePartsResponse.js +2 -0
- package/dist/cjs/type/StandardFileUploadInput.d.ts +9 -0
- package/dist/cjs/type/StandardFileUploadInput.js +2 -0
- package/dist/cjs/type/Surcharge.d.ts +49 -0
- package/dist/cjs/type/Surcharge.js +2 -0
- package/dist/cjs/type/SurchargeProduct.d.ts +12 -0
- package/dist/cjs/type/SurchargeProduct.js +2 -0
- package/dist/cjs/type/SurchargeProductResponse.d.ts +20 -0
- package/dist/cjs/type/SurchargeProductResponse.js +2 -0
- package/dist/cjs/type/SurchargeSearchInput.d.ts +24 -0
- package/dist/cjs/type/SurchargeSearchInput.js +2 -0
- package/dist/cjs/type/SurchargesResponse.d.ts +20 -0
- package/dist/cjs/type/SurchargesResponse.js +2 -0
- package/dist/cjs/type/Tax.d.ts +24 -0
- package/dist/cjs/type/Tax.js +2 -0
- package/dist/cjs/type/TaxCreateInput.d.ts +16 -0
- package/dist/cjs/type/TaxCreateInput.js +2 -0
- package/dist/cjs/type/TaxSearchInput.d.ts +24 -0
- package/dist/cjs/type/TaxSearchInput.js +2 -0
- package/dist/cjs/type/TaxSortInput.d.ts +11 -0
- package/dist/cjs/type/TaxSortInput.js +2 -0
- package/dist/cjs/type/TaxUpdateInput.d.ts +16 -0
- package/dist/cjs/type/TaxUpdateInput.js +2 -0
- package/dist/cjs/type/TaxesResponse.d.ts +20 -0
- package/dist/cjs/type/TaxesResponse.js +2 -0
- package/dist/cjs/type/TemplateErrorLog.d.ts +25 -0
- package/dist/cjs/type/TemplateErrorLog.js +2 -0
- package/dist/cjs/type/TemplateErrorLogResponse.d.ts +20 -0
- package/dist/cjs/type/TemplateErrorLogResponse.js +2 -0
- package/dist/cjs/type/TemplateErrorLogSearchInput.d.ts +21 -0
- package/dist/cjs/type/TemplateErrorLogSearchInput.js +2 -0
- package/dist/cjs/type/TemplateErrorLogSortInput.d.ts +12 -0
- package/dist/cjs/type/TemplateErrorLogSortInput.js +2 -0
- package/dist/cjs/type/TemplateErrorLogStats.d.ts +16 -0
- package/dist/cjs/type/TemplateErrorLogStats.js +2 -0
- package/dist/cjs/type/TemplateRenderInput.d.ts +7 -0
- package/dist/cjs/type/TemplateRenderInput.js +2 -0
- package/dist/cjs/type/TemplateResponse.d.ts +20 -0
- package/dist/cjs/type/TemplateResponse.js +2 -0
- package/dist/cjs/type/TemplateSearchInput.d.ts +21 -0
- package/dist/cjs/type/TemplateSearchInput.js +2 -0
- package/dist/cjs/type/TemplateSortInput.d.ts +11 -0
- package/dist/cjs/type/TemplateSortInput.js +2 -0
- package/dist/cjs/type/Tenant.d.ts +29 -0
- package/dist/cjs/type/Tenant.js +2 -0
- package/dist/cjs/type/TenantCreateInput.d.ts +24 -0
- package/dist/cjs/type/TenantCreateInput.js +2 -0
- package/dist/cjs/type/TenantResponse.d.ts +20 -0
- package/dist/cjs/type/TenantResponse.js +2 -0
- package/dist/cjs/type/TenantUpdateInput.d.ts +19 -0
- package/dist/cjs/type/TenantUpdateInput.js +2 -0
- package/dist/cjs/type/Tender.d.ts +150 -0
- package/dist/cjs/type/Tender.js +2 -0
- package/dist/cjs/type/TenderAddItemInput.d.ts +23 -0
- package/dist/cjs/type/TenderAddItemInput.js +2 -0
- package/dist/cjs/type/TenderAddItemsInput.d.ts +14 -0
- package/dist/cjs/type/TenderAddItemsInput.js +2 -0
- package/dist/cjs/type/TenderAddress.d.ts +43 -0
- package/dist/cjs/type/TenderAddress.js +2 -0
- package/dist/cjs/type/TenderBaseItem.d.ts +72 -0
- package/dist/cjs/type/TenderBaseItem.js +2 -0
- package/dist/cjs/type/TenderCarrier.d.ts +17 -0
- package/dist/cjs/type/TenderCarrier.js +2 -0
- package/dist/cjs/type/TenderChildItemInput.d.ts +17 -0
- package/dist/cjs/type/TenderChildItemInput.js +2 -0
- package/dist/cjs/type/TenderDiscountInput.d.ts +10 -0
- package/dist/cjs/type/TenderDiscountInput.js +2 -0
- package/dist/cjs/type/TenderItemIncentive.d.ts +14 -0
- package/dist/cjs/type/TenderItemIncentive.js +2 -0
- package/dist/cjs/type/TenderItemSurcharge.d.ts +23 -0
- package/dist/cjs/type/TenderItemSurcharge.js +2 -0
- package/dist/cjs/type/TenderMainItem.d.ts +98 -0
- package/dist/cjs/type/TenderMainItem.js +2 -0
- package/dist/cjs/type/TenderPayment.d.ts +24 -0
- package/dist/cjs/type/TenderPayment.js +2 -0
- package/dist/cjs/type/TenderPaymentInput.d.ts +13 -0
- package/dist/cjs/type/TenderPaymentInput.js +2 -0
- package/dist/cjs/type/TenderPaymethod.d.ts +17 -0
- package/dist/cjs/type/TenderPaymethod.js +2 -0
- package/dist/cjs/type/TenderPostage.d.ts +29 -0
- package/dist/cjs/type/TenderPostage.js +2 -0
- package/dist/cjs/type/TenderPostageInput.d.ts +18 -0
- package/dist/cjs/type/TenderPostageInput.js +2 -0
- package/dist/cjs/type/TenderProcessResponse.d.ts +7 -0
- package/dist/cjs/type/TenderProcessResponse.js +2 -0
- package/dist/cjs/type/TenderResponse.d.ts +11 -0
- package/dist/cjs/type/TenderResponse.js +2 -0
- package/dist/cjs/type/TenderResponseData.d.ts +11 -0
- package/dist/cjs/type/TenderResponseData.js +2 -0
- package/dist/cjs/type/TenderStartInput.d.ts +26 -0
- package/dist/cjs/type/TenderStartInput.js +2 -0
- package/dist/cjs/type/TenderTaxLevel.d.ts +13 -0
- package/dist/cjs/type/TenderTaxLevel.js +2 -0
- package/dist/cjs/type/TenderTotal.d.ts +26 -0
- package/dist/cjs/type/TenderTotal.js +2 -0
- package/dist/cjs/type/TenderUpdateAddressInput.d.ts +46 -0
- package/dist/cjs/type/TenderUpdateAddressInput.js +2 -0
- package/dist/cjs/type/TenderUpdateInput.d.ts +20 -0
- package/dist/cjs/type/TenderUpdateInput.js +2 -0
- package/dist/cjs/type/TenderUpdateItemInput.d.ts +21 -0
- package/dist/cjs/type/TenderUpdateItemInput.js +2 -0
- package/dist/cjs/type/Ticket.d.ts +58 -0
- package/dist/cjs/type/Ticket.js +2 -0
- package/dist/cjs/type/TicketCreateInput.d.ts +41 -0
- package/dist/cjs/type/TicketCreateInput.js +2 -0
- package/dist/cjs/type/TicketResponse.d.ts +20 -0
- package/dist/cjs/type/TicketResponse.js +2 -0
- package/dist/cjs/type/TicketSearchInput.d.ts +53 -0
- package/dist/cjs/type/TicketSearchInput.js +2 -0
- package/dist/cjs/type/TicketSortInput.d.ts +11 -0
- package/dist/cjs/type/TicketSortInput.js +2 -0
- package/dist/cjs/type/TicketUpdateInput.d.ts +41 -0
- package/dist/cjs/type/TicketUpdateInput.js +2 -0
- package/dist/cjs/type/TrackAndTrace.d.ts +20 -0
- package/dist/cjs/type/TrackAndTrace.js +2 -0
- package/dist/cjs/type/TrackAndTraceCreateInput.d.ts +11 -0
- package/dist/cjs/type/TrackAndTraceCreateInput.js +2 -0
- package/dist/cjs/type/TrackAndTraceResponse.d.ts +20 -0
- package/dist/cjs/type/TrackAndTraceResponse.js +2 -0
- package/dist/cjs/type/TrackAndTraceSearchInput.d.ts +25 -0
- package/dist/cjs/type/TrackAndTraceSearchInput.js +2 -0
- package/dist/cjs/type/TrackAndTraceSortInput.d.ts +11 -0
- package/dist/cjs/type/TrackAndTraceSortInput.js +2 -0
- package/dist/cjs/type/TrackAndTraceUpdateInput.d.ts +11 -0
- package/dist/cjs/type/TrackAndTraceUpdateInput.js +2 -0
- package/dist/cjs/type/Transaction.d.ts +29 -0
- package/dist/cjs/type/Transaction.js +2 -0
- package/dist/cjs/type/TransformationInput.d.ts +288 -0
- package/dist/cjs/type/TransformationInput.js +2 -0
- package/dist/cjs/type/TransformationsInput.d.ts +8 -0
- package/dist/cjs/type/TransformationsInput.js +2 -0
- package/dist/cjs/type/TriggerContactSendWelcomeEmailEventInput.d.ts +11 -0
- package/dist/cjs/type/TriggerContactSendWelcomeEmailEventInput.js +2 -0
- package/dist/cjs/type/TriggerCustomEventInput.d.ts +9 -0
- package/dist/cjs/type/TriggerCustomEventInput.js +2 -0
- package/dist/cjs/type/TriggerCustomerSendWelcomeEmailEventInput.d.ts +11 -0
- package/dist/cjs/type/TriggerCustomerSendWelcomeEmailEventInput.js +2 -0
- package/dist/cjs/type/TriggerOrderSendConfirmEventInput.d.ts +9 -0
- package/dist/cjs/type/TriggerOrderSendConfirmEventInput.js +2 -0
- package/dist/cjs/type/TriggerQuoteSendEventInput.d.ts +9 -0
- package/dist/cjs/type/TriggerQuoteSendEventInput.js +2 -0
- package/dist/cjs/type/TriggerQuoteSendRequestEventInput.d.ts +9 -0
- package/dist/cjs/type/TriggerQuoteSendRequestEventInput.js +2 -0
- package/dist/cjs/type/TriggerQuoteSendValidationEventInput.d.ts +9 -0
- package/dist/cjs/type/TriggerQuoteSendValidationEventInput.js +2 -0
- package/dist/cjs/type/TrimInput.d.ts +18 -0
- package/dist/cjs/type/TrimInput.js +2 -0
- package/dist/cjs/type/UpdateCategoryInput.d.ts +30 -0
- package/dist/cjs/type/UpdateCategoryInput.js +2 -0
- package/dist/cjs/type/UpdateClusterConfigSettingResponse.d.ts +12 -0
- package/dist/cjs/type/UpdateClusterConfigSettingResponse.js +2 -0
- package/dist/cjs/type/UpdateCompanyInput.d.ts +19 -0
- package/dist/cjs/type/UpdateCompanyInput.js +2 -0
- package/dist/cjs/type/UpdateContactInput.d.ts +33 -0
- package/dist/cjs/type/UpdateContactInput.js +2 -0
- package/dist/cjs/type/UpdateCustomerInput.d.ts +27 -0
- package/dist/cjs/type/UpdateCustomerInput.js +2 -0
- package/dist/cjs/type/UpdateInventoryInput.d.ts +13 -0
- package/dist/cjs/type/UpdateInventoryInput.js +2 -0
- package/dist/cjs/type/UpdateMediaAttachmentInput.d.ts +15 -0
- package/dist/cjs/type/UpdateMediaAttachmentInput.js +2 -0
- package/dist/cjs/type/UpdateMediaDocumentInput.d.ts +28 -0
- package/dist/cjs/type/UpdateMediaDocumentInput.js +2 -0
- package/dist/cjs/type/UpdateMediaImageInput.d.ts +28 -0
- package/dist/cjs/type/UpdateMediaImageInput.js +2 -0
- package/dist/cjs/type/UpdateMediaVideoInput.d.ts +28 -0
- package/dist/cjs/type/UpdateMediaVideoInput.js +2 -0
- package/dist/cjs/type/UpdateOrderStatusInput.d.ts +35 -0
- package/dist/cjs/type/UpdateOrderStatusInput.js +2 -0
- package/dist/cjs/type/UpdateOrderStatusSetInput.d.ts +11 -0
- package/dist/cjs/type/UpdateOrderStatusSetInput.js +2 -0
- package/dist/cjs/type/UpdatePaymentInput.d.ts +23 -0
- package/dist/cjs/type/UpdatePaymentInput.js +2 -0
- package/dist/cjs/type/UpdateProductInput.d.ts +90 -0
- package/dist/cjs/type/UpdateProductInput.js +2 -0
- package/dist/cjs/type/UpdateSurchargeInput.d.ts +28 -0
- package/dist/cjs/type/UpdateSurchargeInput.js +2 -0
- package/dist/cjs/type/UpdateUserDto.d.ts +20 -0
- package/dist/cjs/type/UpdateUserDto.js +2 -0
- package/dist/cjs/type/UpdateWarehouseAddressInput.d.ts +42 -0
- package/dist/cjs/type/UpdateWarehouseAddressInput.js +2 -0
- package/dist/cjs/type/UpdateWarehouseInput.d.ts +72 -0
- package/dist/cjs/type/UpdateWarehouseInput.js +2 -0
- package/dist/cjs/type/UploadFileInput.d.ts +22 -0
- package/dist/cjs/type/UploadFileInput.js +2 -0
- package/dist/cjs/type/UploadVideoInput.d.ts +9 -0
- package/dist/cjs/type/UploadVideoInput.js +2 -0
- package/dist/cjs/type/UpsertSparePartsMachineInput.d.ts +21 -0
- package/dist/cjs/type/UpsertSparePartsMachineInput.js +2 -0
- package/dist/cjs/type/UrlFileUploadInput.d.ts +9 -0
- package/dist/cjs/type/UrlFileUploadInput.js +2 -0
- package/dist/cjs/type/User.d.ts +62 -0
- package/dist/cjs/type/User.js +2 -0
- package/dist/cjs/type/UserBulkPriceProductInput.d.ts +13 -0
- package/dist/cjs/type/UserBulkPriceProductInput.js +2 -0
- package/dist/cjs/type/UserClaims.d.ts +31 -0
- package/dist/cjs/type/UserClaims.js +2 -0
- package/dist/cjs/type/UserResponse.d.ts +20 -0
- package/dist/cjs/type/UserResponse.js +2 -0
- package/dist/cjs/type/UsersResponse.d.ts +20 -0
- package/dist/cjs/type/UsersResponse.js +2 -0
- package/dist/cjs/type/Valueset.d.ts +26 -0
- package/dist/cjs/type/Valueset.js +2 -0
- package/dist/cjs/type/ValuesetCreateInput.d.ts +13 -0
- package/dist/cjs/type/ValuesetCreateInput.js +2 -0
- package/dist/cjs/type/ValuesetCreateItemInput.d.ts +12 -0
- package/dist/cjs/type/ValuesetCreateItemInput.js +2 -0
- package/dist/cjs/type/ValuesetItem.d.ts +16 -0
- package/dist/cjs/type/ValuesetItem.js +2 -0
- package/dist/cjs/type/ValuesetItemCreateInput.d.ts +14 -0
- package/dist/cjs/type/ValuesetItemCreateInput.js +2 -0
- package/dist/cjs/type/ValuesetItemResponse.d.ts +20 -0
- package/dist/cjs/type/ValuesetItemResponse.js +2 -0
- package/dist/cjs/type/ValuesetItemSearchInput.d.ts +20 -0
- package/dist/cjs/type/ValuesetItemSearchInput.js +2 -0
- package/dist/cjs/type/ValuesetItemSortInput.d.ts +11 -0
- package/dist/cjs/type/ValuesetItemSortInput.js +2 -0
- package/dist/cjs/type/ValuesetItemUpdateInput.d.ts +12 -0
- package/dist/cjs/type/ValuesetItemUpdateInput.js +2 -0
- package/dist/cjs/type/ValuesetResponse.d.ts +20 -0
- package/dist/cjs/type/ValuesetResponse.js +2 -0
- package/dist/cjs/type/ValuesetSearchInput.d.ts +24 -0
- package/dist/cjs/type/ValuesetSearchInput.js +2 -0
- package/dist/cjs/type/ValuesetSortInput.d.ts +11 -0
- package/dist/cjs/type/ValuesetSortInput.js +2 -0
- package/dist/cjs/type/ValuesetUpdateInput.d.ts +10 -0
- package/dist/cjs/type/ValuesetUpdateInput.js +2 -0
- package/dist/cjs/type/VerifyToken.d.ts +32 -0
- package/dist/cjs/type/VerifyToken.js +2 -0
- package/dist/cjs/type/VerifyTokenInput.d.ts +7 -0
- package/dist/cjs/type/VerifyTokenInput.js +2 -0
- package/dist/cjs/type/VideoCsvInput.d.ts +10 -0
- package/dist/cjs/type/VideoCsvInput.js +2 -0
- package/dist/cjs/type/VideoCsvMapping.d.ts +10 -0
- package/dist/cjs/type/VideoCsvMapping.js +2 -0
- package/dist/cjs/type/Warehouse.d.ts +31 -0
- package/dist/cjs/type/Warehouse.js +2 -0
- package/dist/cjs/type/WarehouseAddress.d.ts +51 -0
- package/dist/cjs/type/WarehouseAddress.js +2 -0
- package/dist/cjs/type/WarehouseSortInput.d.ts +11 -0
- package/dist/cjs/type/WarehouseSortInput.js +2 -0
- package/dist/cjs/type/WarehousesResponse.d.ts +20 -0
- package/dist/cjs/type/WarehousesResponse.js +2 -0
- package/dist/cjs/type/WarehousesSearchInput.d.ts +17 -0
- package/dist/cjs/type/WarehousesSearchInput.js +2 -0
- package/dist/cjs/type/ZoneTaxCode.d.ts +18 -0
- package/dist/cjs/type/ZoneTaxCode.js +2 -0
- package/dist/cjs/type/ZoneTaxCodeCreateInput.d.ts +12 -0
- package/dist/cjs/type/ZoneTaxCodeCreateInput.js +2 -0
- package/dist/cjs/type/ZoneTaxCodeResponse.d.ts +20 -0
- package/dist/cjs/type/ZoneTaxCodeResponse.js +2 -0
- package/dist/cjs/type/ZoneTaxCodeSearchInput.d.ts +26 -0
- package/dist/cjs/type/ZoneTaxCodeSearchInput.js +2 -0
- package/dist/cjs/type/ZoneTaxCodeSortInput.d.ts +11 -0
- package/dist/cjs/type/ZoneTaxCodeSortInput.js +2 -0
- package/dist/cjs/type/ZoneTaxCodeUpdateInput.d.ts +10 -0
- package/dist/cjs/type/ZoneTaxCodeUpdateInput.js +2 -0
- package/dist/cjs/type/index.d.ts +721 -0
- package/dist/cjs/type/index.js +737 -0
- package/dist/cjs/util/getLocalized.d.ts +17 -0
- package/dist/cjs/util/getLocalized.js +31 -0
- package/dist/cjs/util/index.d.ts +1 -0
- package/dist/cjs/util/index.js +5 -0
- package/dist/esm/client/GraphQLClient.js +406 -0
- package/dist/esm/client/GraphQLOperationError.js +13 -0
- package/dist/esm/client/index.js +14 -0
- package/dist/esm/enum/ALLOW_QUOTE_INVALIDATION.js +11 -0
- package/dist/esm/enum/AddressType.js +13 -0
- package/dist/esm/enum/AdminUserSortField.js +11 -0
- package/dist/esm/enum/AttributeAttributeDescriptionTermField.js +11 -0
- package/dist/esm/enum/AttributeDescriptionClass.js +13 -0
- package/dist/esm/enum/AttributeDescriptionFieldName.js +26 -0
- package/dist/esm/enum/AttributeDescriptionSortField.js +10 -0
- package/dist/esm/enum/AttributeFieldName.js +33 -0
- package/dist/esm/enum/AttributeType.js +19 -0
- package/dist/esm/enum/Auto.js +9 -0
- package/dist/esm/enum/BulkCostPriceFieldName.js +12 -0
- package/dist/esm/enum/BulkPriceFieldName.js +12 -0
- package/dist/esm/enum/BulkPriceSortField.js +14 -0
- package/dist/esm/enum/BundleCondition.js +9 -0
- package/dist/esm/enum/BundleSortField.js +11 -0
- package/dist/esm/enum/BusinessRuleArrayExpressionOperators.js +7 -0
- package/dist/esm/enum/BusinessRuleComplexExpressionAction.js +7 -0
- package/dist/esm/enum/BusinessRuleDateExpressionOperators.js +7 -0
- package/dist/esm/enum/BusinessRuleDecisionTableColumnType.js +7 -0
- package/dist/esm/enum/BusinessRuleDecisionTableRowReorderDirection.js +7 -0
- package/dist/esm/enum/BusinessRuleExpressionGroupOperators.js +7 -0
- package/dist/esm/enum/BusinessRuleExpressionTypes.js +7 -0
- package/dist/esm/enum/BusinessRuleHitPolicyOption.js +7 -0
- package/dist/esm/enum/BusinessRuleNodeType.js +7 -0
- package/dist/esm/enum/BusinessRuleNumberExpressionOperators.js +7 -0
- package/dist/esm/enum/BusinessRuleStringExpressionOperators.js +7 -0
- package/dist/esm/enum/BusinessRuleType.js +7 -0
- package/dist/esm/enum/CacheControlType.js +9 -0
- package/dist/esm/enum/CarrierSortField.js +11 -0
- package/dist/esm/enum/CarrierType.js +9 -0
- package/dist/esm/enum/CartAddressType.js +9 -0
- package/dist/esm/enum/CartSortField.js +10 -0
- package/dist/esm/enum/CartStatus.js +11 -0
- package/dist/esm/enum/CategoryFieldName.js +23 -0
- package/dist/esm/enum/CategorySortableFields.js +10 -0
- package/dist/esm/enum/ClusterBulkMoveErrorCode.js +10 -0
- package/dist/esm/enum/ClusterConfigSettingDisplayType.js +11 -0
- package/dist/esm/enum/ClusterConfigSettingType.js +12 -0
- package/dist/esm/enum/ClusterDrillDownDisplayType.js +7 -0
- package/dist/esm/enum/ClusterFieldName.js +24 -0
- package/dist/esm/enum/CompanyFieldName.js +18 -0
- package/dist/esm/enum/CompanySearchIndexTemplate.js +17 -0
- package/dist/esm/enum/CompanySearchSortField.js +80 -0
- package/dist/esm/enum/CompanySortableField.js +10 -0
- package/dist/esm/enum/CompanyTermFieldName.js +65 -0
- package/dist/esm/enum/ContactFieldName.js +26 -0
- package/dist/esm/enum/ContactSortableField.js +11 -0
- package/dist/esm/enum/CostPriceSortField.js +12 -0
- package/dist/esm/enum/CrossupsellSortField.js +16 -0
- package/dist/esm/enum/CrossupsellType.js +12 -0
- package/dist/esm/enum/CsvRecordErrorCode.js +7 -0
- package/dist/esm/enum/CustomerFieldName.js +23 -0
- package/dist/esm/enum/CustomerSortableField.js +10 -0
- package/dist/esm/enum/DiscountFieldName.js +16 -0
- package/dist/esm/enum/DiscountSortField.js +19 -0
- package/dist/esm/enum/DiscountType.js +9 -0
- package/dist/esm/enum/DocumentFieldName.js +19 -0
- package/dist/esm/enum/EmailEventType.js +7 -0
- package/dist/esm/enum/EventActionConfigSortField.js +10 -0
- package/dist/esm/enum/EventTrigger.js +9 -0
- package/dist/esm/enum/FeaturesEnableDisable.js +8 -0
- package/dist/esm/enum/Fit.js +10 -0
- package/dist/esm/enum/Format.js +21 -0
- package/dist/esm/enum/Gender.js +13 -0
- package/dist/esm/enum/ImageFieldName.js +19 -0
- package/dist/esm/enum/ImageMetadata.js +8 -0
- package/dist/esm/enum/IncentiveActions.js +7 -0
- package/dist/esm/enum/IncentiveDiscountType.js +9 -0
- package/dist/esm/enum/InventoryFieldName.js +24 -0
- package/dist/esm/enum/InventoryType.js +9 -0
- package/dist/esm/enum/Level.js +25 -0
- package/dist/esm/enum/NumberExpressionOperator.js +9 -0
- package/dist/esm/enum/Optimize.js +10 -0
- package/dist/esm/enum/OrderDiscountType.js +10 -0
- package/dist/esm/enum/OrderExportStatus.js +11 -0
- package/dist/esm/enum/OrderItemClass.js +13 -0
- package/dist/esm/enum/OrderItemIncentiveCode.js +13 -0
- package/dist/esm/enum/OrderRevisionSortField.js +11 -0
- package/dist/esm/enum/OrderSearchFields.js +30 -0
- package/dist/esm/enum/OrderSortField.js +13 -0
- package/dist/esm/enum/OrderStatusOrderType.js +10 -0
- package/dist/esm/enum/OrderStatusSetSortField.js +9 -0
- package/dist/esm/enum/OrderStatusSortField.js +13 -0
- package/dist/esm/enum/OrderStatusType.js +11 -0
- package/dist/esm/enum/OrderType.js +15 -0
- package/dist/esm/enum/OrderlistSortField.js +13 -0
- package/dist/esm/enum/OrderlistType.js +9 -0
- package/dist/esm/enum/Orient.js +20 -0
- package/dist/esm/enum/PayMethodSortField.js +11 -0
- package/dist/esm/enum/PaymentStatuses.js +16 -0
- package/dist/esm/enum/PriceDiscountType.js +10 -0
- package/dist/esm/enum/PriceDisplay.js +14 -0
- package/dist/esm/enum/PriceElementType.js +11 -0
- package/dist/esm/enum/PriceFieldName.js +18 -0
- package/dist/esm/enum/PriceMode.js +9 -0
- package/dist/esm/enum/PriceSortField.js +19 -0
- package/dist/esm/enum/PricesheetFieldName.js +13 -0
- package/dist/esm/enum/PricesheetSortField.js +16 -0
- package/dist/esm/enum/ProductBulkMoveErrorCode.js +10 -0
- package/dist/esm/enum/ProductClass.js +9 -0
- package/dist/esm/enum/ProductContainerClass.js +9 -0
- package/dist/esm/enum/ProductFieldName.js +54 -0
- package/dist/esm/enum/ProductSearchableField.js +21 -0
- package/dist/esm/enum/ProductSortField.js +17 -0
- package/dist/esm/enum/ProductStatus.js +19 -0
- package/dist/esm/enum/PurchaseRole.js +9 -0
- package/dist/esm/enum/RESTRICT_SALES_PRICING_VISIBILITY.js +12 -0
- package/dist/esm/enum/ResizeFilter.js +12 -0
- package/dist/esm/enum/RoleAccess.js +8 -0
- package/dist/esm/enum/RoleDefinitionSortableFields.js +9 -0
- package/dist/esm/enum/RoleSortableFields.js +7 -0
- package/dist/esm/enum/ShipmentItemSortField.js +15 -0
- package/dist/esm/enum/ShipmentSortField.js +13 -0
- package/dist/esm/enum/ShipmentStatus.js +25 -0
- package/dist/esm/enum/Sort.js +9 -0
- package/dist/esm/enum/SortOrder.js +17 -0
- package/dist/esm/enum/SurchargeType.js +11 -0
- package/dist/esm/enum/TaxCode.js +15 -0
- package/dist/esm/enum/TaxSortField.js +15 -0
- package/dist/esm/enum/TemplateErrorLogSortField.js +15 -0
- package/dist/esm/enum/TemplateErrorType.js +11 -0
- package/dist/esm/enum/TemplateSortField.js +7 -0
- package/dist/esm/enum/TemplateType.js +11 -0
- package/dist/esm/enum/TenderAddressType.js +11 -0
- package/dist/esm/enum/TicketSortField.js +46 -0
- package/dist/esm/enum/TicketStatus.js +15 -0
- package/dist/esm/enum/TrackAndTraceSortField.js +13 -0
- package/dist/esm/enum/TransactionStatuses.js +11 -0
- package/dist/esm/enum/TransactionTypes.js +12 -0
- package/dist/esm/enum/UploadType.js +10 -0
- package/dist/esm/enum/ValuesetItemSortField.js +10 -0
- package/dist/esm/enum/ValuesetSortField.js +11 -0
- package/dist/esm/enum/ValuesetSortOrder.js +9 -0
- package/dist/esm/enum/ValuesetType.js +9 -0
- package/dist/esm/enum/VideoFieldName.js +18 -0
- package/dist/esm/enum/WarehouseSortField.js +9 -0
- package/dist/esm/enum/YesNo.js +11 -0
- package/dist/esm/enum/ZoneTaxCodeSortField.js +12 -0
- package/dist/esm/enum/index.js +138 -0
- package/dist/esm/generated/index.js +3 -0
- package/dist/esm/generated/operationVariables.js +1 -0
- package/dist/esm/generated/operationVariablesPublic.js +1 -0
- package/dist/esm/generated/operations/addCompanyManager.js +5 -0
- package/dist/esm/generated/operations/addSurchargesToProduct.js +7 -0
- package/dist/esm/generated/operations/addressesByCompanyId.js +34 -0
- package/dist/esm/generated/operations/addressesByCustomerId.js +34 -0
- package/dist/esm/generated/operations/addressesByOrderId.js +34 -0
- package/dist/esm/generated/operations/adminUser.js +73 -0
- package/dist/esm/generated/operations/adminUserCreate.js +73 -0
- package/dist/esm/generated/operations/adminUserDelete.js +5 -0
- package/dist/esm/generated/operations/adminUserTenant.js +49 -0
- package/dist/esm/generated/operations/adminUserTenantCreate.js +49 -0
- package/dist/esm/generated/operations/adminUserTenantDelete.js +49 -0
- package/dist/esm/generated/operations/adminUserUpdate.js +73 -0
- package/dist/esm/generated/operations/adminUserViewer.js +73 -0
- package/dist/esm/generated/operations/adminUsers.js +85 -0
- package/dist/esm/generated/operations/attribute.js +303 -0
- package/dist/esm/generated/operations/attributeCreate.js +303 -0
- package/dist/esm/generated/operations/attributeCsvImport.js +16 -0
- package/dist/esm/generated/operations/attributeDelete.js +5 -0
- package/dist/esm/generated/operations/attributeDescription.js +31 -0
- package/dist/esm/generated/operations/attributeDescriptionCreate.js +31 -0
- package/dist/esm/generated/operations/attributeDescriptionCsvImport.js +16 -0
- package/dist/esm/generated/operations/attributeDescriptionDelete.js +5 -0
- package/dist/esm/generated/operations/attributeDescriptionDeleteBulk.js +11 -0
- package/dist/esm/generated/operations/attributeDescriptionUpdate.js +31 -0
- package/dist/esm/generated/operations/attributeDescriptions.js +43 -0
- package/dist/esm/generated/operations/attributeResultByCategoryId.js +362 -0
- package/dist/esm/generated/operations/attributeResultByClusterId.js +362 -0
- package/dist/esm/generated/operations/attributeResultByCompanyId.js +362 -0
- package/dist/esm/generated/operations/attributeResultByContactId.js +362 -0
- package/dist/esm/generated/operations/attributeResultByCustomerId.js +362 -0
- package/dist/esm/generated/operations/attributeResultByProductId.js +362 -0
- package/dist/esm/generated/operations/attributeUpdate.js +303 -0
- package/dist/esm/generated/operations/attributes.js +311 -0
- package/dist/esm/generated/operations/attributesByProductId.js +311 -0
- package/dist/esm/generated/operations/authentication.js +49 -0
- package/dist/esm/generated/operations/authenticationCreate.js +57 -0
- package/dist/esm/generated/operations/authenticationDelete.js +5 -0
- package/dist/esm/generated/operations/bulkCostPriceCreate.js +17 -0
- package/dist/esm/generated/operations/bulkCostPriceCsvImport.js +16 -0
- package/dist/esm/generated/operations/bulkCostPriceDelete.js +5 -0
- package/dist/esm/generated/operations/bulkCostPriceUpdate.js +17 -0
- package/dist/esm/generated/operations/bulkCostPrices.js +29 -0
- package/dist/esm/generated/operations/bulkCostPricesBulk.js +12 -0
- package/dist/esm/generated/operations/bulkCostPricesDelete.js +5 -0
- package/dist/esm/generated/operations/bulkPriceCreate.js +14 -0
- package/dist/esm/generated/operations/bulkPriceCsvImport.js +16 -0
- package/dist/esm/generated/operations/bulkPriceDelete.js +5 -0
- package/dist/esm/generated/operations/bulkPriceUpdate.js +14 -0
- package/dist/esm/generated/operations/bulkPrices.js +26 -0
- package/dist/esm/generated/operations/bulkPricesCreate.js +12 -0
- package/dist/esm/generated/operations/bulkPricesDelete.js +5 -0
- package/dist/esm/generated/operations/bundle.js +170 -0
- package/dist/esm/generated/operations/bundleAddItems.js +156 -0
- package/dist/esm/generated/operations/bundleAddItemsAndReturnBundle.js +170 -0
- package/dist/esm/generated/operations/bundleCreate.js +170 -0
- package/dist/esm/generated/operations/bundleDelete.js +5 -0
- package/dist/esm/generated/operations/bundleRemoveItem.js +5 -0
- package/dist/esm/generated/operations/bundleRemoveItemAndReturnBundle.js +174 -0
- package/dist/esm/generated/operations/bundleUpdate.js +170 -0
- package/dist/esm/generated/operations/bundles.js +182 -0
- package/dist/esm/generated/operations/businessRule.js +35 -0
- package/dist/esm/generated/operations/businessRuleCreate.js +35 -0
- package/dist/esm/generated/operations/businessRuleDecisionTable.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableAddColumn.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableAddRow.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableDeleteColumn.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableDeleteRow.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableMoveRow.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableSetCell.js +16 -0
- package/dist/esm/generated/operations/businessRuleDecisionTableUpdate.js +16 -0
- package/dist/esm/generated/operations/businessRuleDelete.js +5 -0
- package/dist/esm/generated/operations/businessRuleFieldDefinitions.js +25 -0
- package/dist/esm/generated/operations/businessRuleJDM.js +7 -0
- package/dist/esm/generated/operations/businessRuleUpdate.js +35 -0
- package/dist/esm/generated/operations/businessRules.js +47 -0
- package/dist/esm/generated/operations/carrier.js +104 -0
- package/dist/esm/generated/operations/carrierAssignWarehouse.js +5 -0
- package/dist/esm/generated/operations/carrierAssignWarehouseAndReturnCarrier.js +104 -0
- package/dist/esm/generated/operations/carrierCreate.js +104 -0
- package/dist/esm/generated/operations/carrierDelete.js +5 -0
- package/dist/esm/generated/operations/carrierUnassignWarehouse.js +5 -0
- package/dist/esm/generated/operations/carrierUnassignWarehouseAndReturnCarrier.js +104 -0
- package/dist/esm/generated/operations/carrierUpdate.js +104 -0
- package/dist/esm/generated/operations/carriers.js +116 -0
- package/dist/esm/generated/operations/cart.js +465 -0
- package/dist/esm/generated/operations/cartAcceptPurchaseAuthorizationRequest.js +465 -0
- package/dist/esm/generated/operations/cartAddActionCode.js +465 -0
- package/dist/esm/generated/operations/cartAddBundle.js +465 -0
- package/dist/esm/generated/operations/cartAddItem.js +465 -0
- package/dist/esm/generated/operations/cartDelete.js +4 -0
- package/dist/esm/generated/operations/cartDeleteItem.js +465 -0
- package/dist/esm/generated/operations/cartInvalidateCache.js +5 -0
- package/dist/esm/generated/operations/cartItemBulk.js +12 -0
- package/dist/esm/generated/operations/cartProcess.js +9 -0
- package/dist/esm/generated/operations/cartRemoveActionCode.js +465 -0
- package/dist/esm/generated/operations/cartRequestPurchaseAuthorization.js +6 -0
- package/dist/esm/generated/operations/cartSetContact.js +465 -0
- package/dist/esm/generated/operations/cartSetCustomer.js +465 -0
- package/dist/esm/generated/operations/cartSetUser.js +465 -0
- package/dist/esm/generated/operations/cartStart.js +465 -0
- package/dist/esm/generated/operations/cartUpdate.js +465 -0
- package/dist/esm/generated/operations/cartUpdateAddress.js +465 -0
- package/dist/esm/generated/operations/cartUpdateItem.js +465 -0
- package/dist/esm/generated/operations/carts.js +107 -0
- package/dist/esm/generated/operations/categories.js +39 -0
- package/dist/esm/generated/operations/category.js +612 -0
- package/dist/esm/generated/operations/categoryAddProductsClusters.js +621 -0
- package/dist/esm/generated/operations/categoryCreate.js +612 -0
- package/dist/esm/generated/operations/categoryCsvImport.js +16 -0
- package/dist/esm/generated/operations/categoryDelete.js +5 -0
- package/dist/esm/generated/operations/categoryRemoveProductsClusters.js +621 -0
- package/dist/esm/generated/operations/categoryUpdate.js +612 -0
- package/dist/esm/generated/operations/channel.js +57 -0
- package/dist/esm/generated/operations/channelCreate.js +57 -0
- package/dist/esm/generated/operations/channelDelete.js +5 -0
- package/dist/esm/generated/operations/channelUpdate.js +57 -0
- package/dist/esm/generated/operations/channels.js +57 -0
- package/dist/esm/generated/operations/claimsReset.js +5 -0
- package/dist/esm/generated/operations/claimsResetAll.js +13 -0
- package/dist/esm/generated/operations/cluster.js +783 -0
- package/dist/esm/generated/operations/clusterAssignProducts.js +786 -0
- package/dist/esm/generated/operations/clusterBulkMove.js +20 -0
- package/dist/esm/generated/operations/clusterConfig.js +24 -0
- package/dist/esm/generated/operations/clusterConfigAddSetting.js +14 -0
- package/dist/esm/generated/operations/clusterConfigCreate.js +22 -0
- package/dist/esm/generated/operations/clusterConfigDelete.js +5 -0
- package/dist/esm/generated/operations/clusterConfigRemoveSetting.js +5 -0
- package/dist/esm/generated/operations/clusterConfigUpdateSetting.js +16 -0
- package/dist/esm/generated/operations/clusterConfigs.js +22 -0
- package/dist/esm/generated/operations/clusterCreate.js +777 -0
- package/dist/esm/generated/operations/clusterCsvImport.js +16 -0
- package/dist/esm/generated/operations/clusterDelete.js +5 -0
- package/dist/esm/generated/operations/clusterOptionCreate.js +181 -0
- package/dist/esm/generated/operations/clusterOptionDelete.js +5 -0
- package/dist/esm/generated/operations/clusterOptionUpdate.js +181 -0
- package/dist/esm/generated/operations/clusterProductCreate.js +650 -0
- package/dist/esm/generated/operations/clusterProductDelete.js +5 -0
- package/dist/esm/generated/operations/clusterProductUpdate.js +650 -0
- package/dist/esm/generated/operations/clusterUnassignProducts.js +786 -0
- package/dist/esm/generated/operations/clusterUpdate.js +777 -0
- package/dist/esm/generated/operations/companies.js +480 -0
- package/dist/esm/generated/operations/company.js +468 -0
- package/dist/esm/generated/operations/companyAddressCreate.js +34 -0
- package/dist/esm/generated/operations/companyAddressDelete.js +4 -0
- package/dist/esm/generated/operations/companyAddressUpdate.js +34 -0
- package/dist/esm/generated/operations/companyCreate.js +468 -0
- package/dist/esm/generated/operations/companyCsvImport.js +16 -0
- package/dist/esm/generated/operations/companyDelete.js +5 -0
- package/dist/esm/generated/operations/companySearch.js +100 -0
- package/dist/esm/generated/operations/companySearchCleanupOrphanedIndices.js +5 -0
- package/dist/esm/generated/operations/companySearchFixAliasWriteIndex.js +5 -0
- package/dist/esm/generated/operations/companySearchIndexUpdateMapping.js +5 -0
- package/dist/esm/generated/operations/companySearchReindex.js +5 -0
- package/dist/esm/generated/operations/companyUpdate.js +468 -0
- package/dist/esm/generated/operations/computedOrderlists.js +15 -0
- package/dist/esm/generated/operations/contact.js +552 -0
- package/dist/esm/generated/operations/contactAddToCompanies.js +561 -0
- package/dist/esm/generated/operations/contactCreate.js +552 -0
- package/dist/esm/generated/operations/contactCreateAccount.js +565 -0
- package/dist/esm/generated/operations/contactCsvImport.js +16 -0
- package/dist/esm/generated/operations/contactDelete.js +5 -0
- package/dist/esm/generated/operations/contactDeleteAccount.js +5 -0
- package/dist/esm/generated/operations/contactRegister.js +565 -0
- package/dist/esm/generated/operations/contactRemoveFromCompanies.js +561 -0
- package/dist/esm/generated/operations/contactUpdate.js +552 -0
- package/dist/esm/generated/operations/contacts.js +564 -0
- package/dist/esm/generated/operations/costPriceCreate.js +15 -0
- package/dist/esm/generated/operations/costPriceDelete.js +5 -0
- package/dist/esm/generated/operations/costPriceUpdate.js +15 -0
- package/dist/esm/generated/operations/costPrices.js +23 -0
- package/dist/esm/generated/operations/costPricesBulk.js +12 -0
- package/dist/esm/generated/operations/costPricesDelete.js +5 -0
- package/dist/esm/generated/operations/crossupsell.js +306 -0
- package/dist/esm/generated/operations/crossupsellCreate.js +306 -0
- package/dist/esm/generated/operations/crossupsellDelete.js +5 -0
- package/dist/esm/generated/operations/crossupsellUpdate.js +306 -0
- package/dist/esm/generated/operations/crossupsells.js +318 -0
- package/dist/esm/generated/operations/customer.js +461 -0
- package/dist/esm/generated/operations/customerAddressCreate.js +34 -0
- package/dist/esm/generated/operations/customerAddressDelete.js +4 -0
- package/dist/esm/generated/operations/customerAddressUpdate.js +34 -0
- package/dist/esm/generated/operations/customerCreate.js +461 -0
- package/dist/esm/generated/operations/customerCreateAccount.js +474 -0
- package/dist/esm/generated/operations/customerCsvImport.js +16 -0
- package/dist/esm/generated/operations/customerDelete.js +5 -0
- package/dist/esm/generated/operations/customerDeleteAccount.js +5 -0
- package/dist/esm/generated/operations/customerRegister.js +474 -0
- package/dist/esm/generated/operations/customerUpdate.js +461 -0
- package/dist/esm/generated/operations/customers.js +473 -0
- package/dist/esm/generated/operations/discount.js +21 -0
- package/dist/esm/generated/operations/discountCreate.js +21 -0
- package/dist/esm/generated/operations/discountCsvImport.js +16 -0
- package/dist/esm/generated/operations/discountDelete.js +5 -0
- package/dist/esm/generated/operations/discountUpdate.js +21 -0
- package/dist/esm/generated/operations/discounts.js +33 -0
- package/dist/esm/generated/operations/discountsDeleteByPricesheetId.js +5 -0
- package/dist/esm/generated/operations/documentTemplateCreate.js +39 -0
- package/dist/esm/generated/operations/documentTemplateRenderToPDF.js +12 -0
- package/dist/esm/generated/operations/documentTemplateUpdate.js +39 -0
- package/dist/esm/generated/operations/emailTemplateAddAttachment.js +89 -0
- package/dist/esm/generated/operations/emailTemplateCreate.js +89 -0
- package/dist/esm/generated/operations/emailTemplateRemoveAttachment.js +89 -0
- package/dist/esm/generated/operations/emailTemplateRenderAndSend.js +5 -0
- package/dist/esm/generated/operations/emailTemplateUpdate.js +89 -0
- package/dist/esm/generated/operations/eventActionConfig.js +63 -0
- package/dist/esm/generated/operations/eventActionConfigDelete.js +5 -0
- package/dist/esm/generated/operations/eventActionConfigs.js +75 -0
- package/dist/esm/generated/operations/eventToEmailConfigCreate.js +26 -0
- package/dist/esm/generated/operations/eventToEmailConfigUpdate.js +26 -0
- package/dist/esm/generated/operations/eventToWebHookConfigCreate.js +28 -0
- package/dist/esm/generated/operations/eventToWebHookConfigUpdate.js +28 -0
- package/dist/esm/generated/operations/exchangeRefreshToken.js +14 -0
- package/dist/esm/generated/operations/favoriteList.js +309 -0
- package/dist/esm/generated/operations/favoriteListAddItems.js +38 -0
- package/dist/esm/generated/operations/favoriteListClearItems.js +38 -0
- package/dist/esm/generated/operations/favoriteListCreate.js +38 -0
- package/dist/esm/generated/operations/favoriteListDelete.js +4 -0
- package/dist/esm/generated/operations/favoriteListRemoveItems.js +38 -0
- package/dist/esm/generated/operations/favoriteListUpdate.js +38 -0
- package/dist/esm/generated/operations/favoriteLists.js +50 -0
- package/dist/esm/generated/operations/incentiveRuleCreate.js +35 -0
- package/dist/esm/generated/operations/incentiveRuleSetAction.js +35 -0
- package/dist/esm/generated/operations/incentiveRuleSetOrderItemConditions.js +35 -0
- package/dist/esm/generated/operations/index.js +460 -0
- package/dist/esm/generated/operations/inventory.js +75 -0
- package/dist/esm/generated/operations/inventoryCreate.js +75 -0
- package/dist/esm/generated/operations/inventoryCsvImport.js +16 -0
- package/dist/esm/generated/operations/inventoryDelete.js +10 -0
- package/dist/esm/generated/operations/inventoryUpdate.js +75 -0
- package/dist/esm/generated/operations/login.js +57 -0
- package/dist/esm/generated/operations/logout.js +10 -0
- package/dist/esm/generated/operations/machine.js +399 -0
- package/dist/esm/generated/operations/machineCreate.js +393 -0
- package/dist/esm/generated/operations/machineDelete.js +5 -0
- package/dist/esm/generated/operations/machineUpsert.js +393 -0
- package/dist/esm/generated/operations/machines.js +405 -0
- package/dist/esm/generated/operations/magicToken.js +18 -0
- package/dist/esm/generated/operations/magicTokenCreate.js +18 -0
- package/dist/esm/generated/operations/magicTokenDelete.js +5 -0
- package/dist/esm/generated/operations/magicTokenLogin.js +57 -0
- package/dist/esm/generated/operations/magicTokenUpdate.js +18 -0
- package/dist/esm/generated/operations/magicTokens.js +30 -0
- package/dist/esm/generated/operations/media.js +173 -0
- package/dist/esm/generated/operations/mediaAttachmentCreate.js +42 -0
- package/dist/esm/generated/operations/mediaAttachmentDelete.js +10 -0
- package/dist/esm/generated/operations/mediaAttachmentUpdate.js +42 -0
- package/dist/esm/generated/operations/mediaDocument.js +42 -0
- package/dist/esm/generated/operations/mediaDocumentCreate.js +42 -0
- package/dist/esm/generated/operations/mediaDocumentCsvImport.js +16 -0
- package/dist/esm/generated/operations/mediaDocumentDelete.js +10 -0
- package/dist/esm/generated/operations/mediaDocumentUpdate.js +42 -0
- package/dist/esm/generated/operations/mediaDocuments.js +54 -0
- package/dist/esm/generated/operations/mediaImage.js +48 -0
- package/dist/esm/generated/operations/mediaImageCreate.js +48 -0
- package/dist/esm/generated/operations/mediaImageCsvImport.js +16 -0
- package/dist/esm/generated/operations/mediaImageDelete.js +10 -0
- package/dist/esm/generated/operations/mediaImageUpdate.js +48 -0
- package/dist/esm/generated/operations/mediaImages.js +60 -0
- package/dist/esm/generated/operations/mediaVideo.js +42 -0
- package/dist/esm/generated/operations/mediaVideoCreate.js +42 -0
- package/dist/esm/generated/operations/mediaVideoCsvImport.js +16 -0
- package/dist/esm/generated/operations/mediaVideoDelete.js +10 -0
- package/dist/esm/generated/operations/mediaVideoUpdate.js +42 -0
- package/dist/esm/generated/operations/mediaVideos.js +54 -0
- package/dist/esm/generated/operations/order.js +472 -0
- package/dist/esm/generated/operations/orderAddress.js +34 -0
- package/dist/esm/generated/operations/orderAddressUpdate.js +34 -0
- package/dist/esm/generated/operations/orderAddresses.js +34 -0
- package/dist/esm/generated/operations/orderCreate.js +472 -0
- package/dist/esm/generated/operations/orderDelete.js +5 -0
- package/dist/esm/generated/operations/orderGetPDF.js +12 -0
- package/dist/esm/generated/operations/orderItemCreate.js +175 -0
- package/dist/esm/generated/operations/orderItemDelete.js +5 -0
- package/dist/esm/generated/operations/orderItemUpdate.js +175 -0
- package/dist/esm/generated/operations/orderRevision.js +499 -0
- package/dist/esm/generated/operations/orderRevisionRestore.js +472 -0
- package/dist/esm/generated/operations/orderRevisions.js +507 -0
- package/dist/esm/generated/operations/orderRevisionsInvalidate.js +5 -0
- package/dist/esm/generated/operations/orderSendConfirmationEmail.js +11 -0
- package/dist/esm/generated/operations/orderSetStatus.js +6 -0
- package/dist/esm/generated/operations/orderStatus.js +46 -0
- package/dist/esm/generated/operations/orderStatusCreate.js +46 -0
- package/dist/esm/generated/operations/orderStatusDelete.js +5 -0
- package/dist/esm/generated/operations/orderStatusSet.js +30 -0
- package/dist/esm/generated/operations/orderStatusSetAddOrderStatuses.js +30 -0
- package/dist/esm/generated/operations/orderStatusSetCreate.js +30 -0
- package/dist/esm/generated/operations/orderStatusSetDelete.js +5 -0
- package/dist/esm/generated/operations/orderStatusSetRemoveOrderStatuses.js +30 -0
- package/dist/esm/generated/operations/orderStatusSetUpdate.js +30 -0
- package/dist/esm/generated/operations/orderStatusSets.js +42 -0
- package/dist/esm/generated/operations/orderStatusUpdate.js +46 -0
- package/dist/esm/generated/operations/orderStatuses.js +33 -0
- package/dist/esm/generated/operations/orderUpdate.js +472 -0
- package/dist/esm/generated/operations/orderUpdateAddress.js +5 -0
- package/dist/esm/generated/operations/orderlist.js +26 -0
- package/dist/esm/generated/operations/orderlistAddItems.js +26 -0
- package/dist/esm/generated/operations/orderlistAssignCompanies.js +26 -0
- package/dist/esm/generated/operations/orderlistAssignUsers.js +26 -0
- package/dist/esm/generated/operations/orderlistCreate.js +26 -0
- package/dist/esm/generated/operations/orderlistDelete.js +5 -0
- package/dist/esm/generated/operations/orderlistRemoveItems.js +26 -0
- package/dist/esm/generated/operations/orderlistUnassignCompanies.js +26 -0
- package/dist/esm/generated/operations/orderlistUnassignUsers.js +26 -0
- package/dist/esm/generated/operations/orderlistUpdate.js +26 -0
- package/dist/esm/generated/operations/orderlists.js +38 -0
- package/dist/esm/generated/operations/orders.js +81 -0
- package/dist/esm/generated/operations/passwordResetLink.js +5 -0
- package/dist/esm/generated/operations/payMethod.js +22 -0
- package/dist/esm/generated/operations/payMethodCreate.js +22 -0
- package/dist/esm/generated/operations/payMethodDelete.js +5 -0
- package/dist/esm/generated/operations/payMethodUpdate.js +22 -0
- package/dist/esm/generated/operations/payMethods.js +34 -0
- package/dist/esm/generated/operations/payment.js +39 -0
- package/dist/esm/generated/operations/paymentCreate.js +39 -0
- package/dist/esm/generated/operations/paymentDelete.js +39 -0
- package/dist/esm/generated/operations/paymentUpdate.js +39 -0
- package/dist/esm/generated/operations/payments.js +51 -0
- package/dist/esm/generated/operations/price.js +32 -0
- package/dist/esm/generated/operations/priceCalculate.js +63 -0
- package/dist/esm/generated/operations/priceCreate.js +7 -0
- package/dist/esm/generated/operations/priceCsvImport.js +16 -0
- package/dist/esm/generated/operations/priceDefault.js +63 -0
- package/dist/esm/generated/operations/priceDelete.js +5 -0
- package/dist/esm/generated/operations/priceExplain.js +63 -0
- package/dist/esm/generated/operations/priceUpdate.js +32 -0
- package/dist/esm/generated/operations/prices.js +44 -0
- package/dist/esm/generated/operations/pricesheet.js +732 -0
- package/dist/esm/generated/operations/pricesheetAssign.js +732 -0
- package/dist/esm/generated/operations/pricesheetCreate.js +732 -0
- package/dist/esm/generated/operations/pricesheetCsvImport.js +16 -0
- package/dist/esm/generated/operations/pricesheetDelete.js +5 -0
- package/dist/esm/generated/operations/pricesheetUnassign.js +732 -0
- package/dist/esm/generated/operations/pricesheetUpdate.js +732 -0
- package/dist/esm/generated/operations/pricesheets.js +744 -0
- package/dist/esm/generated/operations/pricesheetsEffective.js +744 -0
- package/dist/esm/generated/operations/product.js +657 -0
- package/dist/esm/generated/operations/productBulkMove.js +20 -0
- package/dist/esm/generated/operations/productCreate.js +6 -0
- package/dist/esm/generated/operations/productCsvImport.js +16 -0
- package/dist/esm/generated/operations/productDelete.js +5 -0
- package/dist/esm/generated/operations/productSurcharges.js +48 -0
- package/dist/esm/generated/operations/productUpdate.js +9 -0
- package/dist/esm/generated/operations/products.js +321 -0
- package/dist/esm/generated/operations/publishEmailEvent.js +11 -0
- package/dist/esm/generated/operations/publishEmailSendEvent.js +11 -0
- package/dist/esm/generated/operations/publishPasswordResetEmailEvent.js +11 -0
- package/dist/esm/generated/operations/purchaseAuthorizationConfig.js +20 -0
- package/dist/esm/generated/operations/purchaseAuthorizationConfigCreate.js +20 -0
- package/dist/esm/generated/operations/purchaseAuthorizationConfigDelete.js +5 -0
- package/dist/esm/generated/operations/purchaseAuthorizationConfigUpdate.js +20 -0
- package/dist/esm/generated/operations/purchaseAuthorizationConfigs.js +32 -0
- package/dist/esm/generated/operations/quoteGetPDF.js +12 -0
- package/dist/esm/generated/operations/removeCompanyManager.js +5 -0
- package/dist/esm/generated/operations/removeSurchargesFromProduct.js +11 -0
- package/dist/esm/generated/operations/role.js +34 -0
- package/dist/esm/generated/operations/roleCreate.js +34 -0
- package/dist/esm/generated/operations/roleDefinition.js +24 -0
- package/dist/esm/generated/operations/roleDefinitionCreate.js +24 -0
- package/dist/esm/generated/operations/roleDefinitionDelete.js +5 -0
- package/dist/esm/generated/operations/roleDefinitionUpdate.js +24 -0
- package/dist/esm/generated/operations/roleDefinitions.js +36 -0
- package/dist/esm/generated/operations/roleDelete.js +5 -0
- package/dist/esm/generated/operations/roleUpdate.js +34 -0
- package/dist/esm/generated/operations/roles.js +46 -0
- package/dist/esm/generated/operations/shipment.js +52 -0
- package/dist/esm/generated/operations/shipmentCreate.js +52 -0
- package/dist/esm/generated/operations/shipmentDelete.js +5 -0
- package/dist/esm/generated/operations/shipmentItem.js +17 -0
- package/dist/esm/generated/operations/shipmentItemCreate.js +17 -0
- package/dist/esm/generated/operations/shipmentItemDelete.js +5 -0
- package/dist/esm/generated/operations/shipmentItemUpdate.js +17 -0
- package/dist/esm/generated/operations/shipmentItems.js +29 -0
- package/dist/esm/generated/operations/shipmentUpdate.js +52 -0
- package/dist/esm/generated/operations/shipments.js +64 -0
- package/dist/esm/generated/operations/shop.js +23 -0
- package/dist/esm/generated/operations/shopInvalidateCache.js +5 -0
- package/dist/esm/generated/operations/shops.js +23 -0
- package/dist/esm/generated/operations/startSession.js +57 -0
- package/dist/esm/generated/operations/surcharge.js +28 -0
- package/dist/esm/generated/operations/surchargeCreate.js +28 -0
- package/dist/esm/generated/operations/surchargeDelete.js +28 -0
- package/dist/esm/generated/operations/surchargeUpdate.js +28 -0
- package/dist/esm/generated/operations/surcharges.js +40 -0
- package/dist/esm/generated/operations/tax.js +18 -0
- package/dist/esm/generated/operations/taxCreate.js +18 -0
- package/dist/esm/generated/operations/taxDelete.js +5 -0
- package/dist/esm/generated/operations/taxUpdate.js +18 -0
- package/dist/esm/generated/operations/taxes.js +30 -0
- package/dist/esm/generated/operations/template.js +98 -0
- package/dist/esm/generated/operations/templateDelete.js +5 -0
- package/dist/esm/generated/operations/templateErrorLog.js +14 -0
- package/dist/esm/generated/operations/templateErrorLogStats.js +10 -0
- package/dist/esm/generated/operations/templateErrorLogs.js +22 -0
- package/dist/esm/generated/operations/templateRenderToHTML.js +5 -0
- package/dist/esm/generated/operations/templates.js +110 -0
- package/dist/esm/generated/operations/tenant.js +20 -0
- package/dist/esm/generated/operations/tenantCreate.js +20 -0
- package/dist/esm/generated/operations/tenantDelete.js +5 -0
- package/dist/esm/generated/operations/tenantUpdate.js +20 -0
- package/dist/esm/generated/operations/tender.js +1572 -0
- package/dist/esm/generated/operations/tenderAddItems.js +1583 -0
- package/dist/esm/generated/operations/tenderApplyIncentives.js +1572 -0
- package/dist/esm/generated/operations/tenderDelete.js +5 -0
- package/dist/esm/generated/operations/tenderDeleteBonusItem.js +1572 -0
- package/dist/esm/generated/operations/tenderDeleteItem.js +1572 -0
- package/dist/esm/generated/operations/tenderProcess.js +10 -0
- package/dist/esm/generated/operations/tenderStart.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdate.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdateAddress.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdateDiscount.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdateInvoiceUser.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdateItem.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdatePayment.js +1572 -0
- package/dist/esm/generated/operations/tenderUpdatePostage.js +1572 -0
- package/dist/esm/generated/operations/ticket.js +40 -0
- package/dist/esm/generated/operations/ticketCreate.js +40 -0
- package/dist/esm/generated/operations/ticketDelete.js +5 -0
- package/dist/esm/generated/operations/ticketUpdate.js +40 -0
- package/dist/esm/generated/operations/tickets.js +52 -0
- package/dist/esm/generated/operations/trackAndTrace.js +26 -0
- package/dist/esm/generated/operations/trackAndTraceCreate.js +26 -0
- package/dist/esm/generated/operations/trackAndTraceDelete.js +5 -0
- package/dist/esm/generated/operations/trackAndTraceUpdate.js +26 -0
- package/dist/esm/generated/operations/trackAndTraces.js +38 -0
- package/dist/esm/generated/operations/triggerContactSendWelcomeEmailEvent.js +5 -0
- package/dist/esm/generated/operations/triggerCustomEvent.js +5 -0
- package/dist/esm/generated/operations/triggerCustomerSendWelcomeEmailEvent.js +5 -0
- package/dist/esm/generated/operations/triggerOrderSendConfirm.js +5 -0
- package/dist/esm/generated/operations/triggerPasswordSendInitEmailEvent.js +5 -0
- package/dist/esm/generated/operations/triggerPasswordSendResetEmailEvent.js +4 -0
- package/dist/esm/generated/operations/triggerQuoteSend.js +5 -0
- package/dist/esm/generated/operations/triggerQuoteSendRequest.js +5 -0
- package/dist/esm/generated/operations/triggerQuoteSendValidation.js +5 -0
- package/dist/esm/generated/operations/user.js +609 -0
- package/dist/esm/generated/operations/valueset.js +45 -0
- package/dist/esm/generated/operations/valuesetCreate.js +45 -0
- package/dist/esm/generated/operations/valuesetDelete.js +5 -0
- package/dist/esm/generated/operations/valuesetItemCreate.js +21 -0
- package/dist/esm/generated/operations/valuesetItemDelete.js +5 -0
- package/dist/esm/generated/operations/valuesetItemUpdate.js +21 -0
- package/dist/esm/generated/operations/valuesetItems.js +33 -0
- package/dist/esm/generated/operations/valuesetUpdate.js +45 -0
- package/dist/esm/generated/operations/valuesets.js +57 -0
- package/dist/esm/generated/operations/verifyToken.js +28 -0
- package/dist/esm/generated/operations/viewer.js +609 -0
- package/dist/esm/generated/operations/warehouse.js +58 -0
- package/dist/esm/generated/operations/warehouseAddressCreate.js +31 -0
- package/dist/esm/generated/operations/warehouseAddressDelete.js +5 -0
- package/dist/esm/generated/operations/warehouseAddressUpdate.js +31 -0
- package/dist/esm/generated/operations/warehouseCreate.js +58 -0
- package/dist/esm/generated/operations/warehouseDelete.js +58 -0
- package/dist/esm/generated/operations/warehouseUpdate.js +58 -0
- package/dist/esm/generated/operations/warehouses.js +70 -0
- package/dist/esm/generated/operations/zoneTaxCode.js +15 -0
- package/dist/esm/generated/operations/zoneTaxCodeCreate.js +15 -0
- package/dist/esm/generated/operations/zoneTaxCodeDelete.js +5 -0
- package/dist/esm/generated/operations/zoneTaxCodeUpdate.js +15 -0
- package/dist/esm/generated/operations/zoneTaxCodes.js +27 -0
- package/dist/esm/generated/operations/zoneTaxCodesCreate.js +15 -0
- package/dist/esm/generated/operations/zoneTaxCodesDelete.js +5 -0
- package/dist/esm/index.js +27 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/service/AddressService.js +150 -0
- package/dist/esm/service/AttributeService.js +288 -0
- package/dist/esm/service/BundleService.js +105 -0
- package/dist/esm/service/BusinessRuleService.js +220 -0
- package/dist/esm/service/CarrierService.js +89 -0
- package/dist/esm/service/CartService.js +366 -0
- package/dist/esm/service/CategoryService.js +149 -0
- package/dist/esm/service/ChannelService.js +42 -0
- package/dist/esm/service/ClusterConfigService.js +76 -0
- package/dist/esm/service/ClusterService.js +99 -0
- package/dist/esm/service/CompanyService.js +102 -0
- package/dist/esm/service/CrossupsellService.js +75 -0
- package/dist/esm/service/DiscountService.js +89 -0
- package/dist/esm/service/EventActionConfigService.js +150 -0
- package/dist/esm/service/FavoriteListService.js +149 -0
- package/dist/esm/service/GCIPUserService.js +29 -0
- package/dist/esm/service/InventoryService.js +29 -0
- package/dist/esm/service/LoginService.js +59 -0
- package/dist/esm/service/LogoutService.js +28 -0
- package/dist/esm/service/MachineService.js +74 -0
- package/dist/esm/service/MagicTokenService.js +91 -0
- package/dist/esm/service/MediaAttachmentService.js +59 -0
- package/dist/esm/service/MediaDocumentService.js +91 -0
- package/dist/esm/service/MediaImageService.js +91 -0
- package/dist/esm/service/MediaVideoService.js +91 -0
- package/dist/esm/service/OrderService.js +584 -0
- package/dist/esm/service/OrderlistService.js +208 -0
- package/dist/esm/service/PayMethodService.js +89 -0
- package/dist/esm/service/PaymentService.js +89 -0
- package/dist/esm/service/PriceService.js +140 -0
- package/dist/esm/service/PricesheetService.js +126 -0
- package/dist/esm/service/ProductService.js +191 -0
- package/dist/esm/service/PurchaseAuthorizationConfigService.js +91 -0
- package/dist/esm/service/RegisterContactResponseService.js +29 -0
- package/dist/esm/service/RegisterCustomerResponseService.js +29 -0
- package/dist/esm/service/RoleService.js +134 -0
- package/dist/esm/service/ShipmentService.js +164 -0
- package/dist/esm/service/ShopService.js +44 -0
- package/dist/esm/service/SparePartsMachineService.js +74 -0
- package/dist/esm/service/SurchargeService.js +89 -0
- package/dist/esm/service/TaxService.js +149 -0
- package/dist/esm/service/TemplateErrorLogService.js +64 -0
- package/dist/esm/service/TemplateService.js +163 -0
- package/dist/esm/service/TenantService.js +74 -0
- package/dist/esm/service/TenderService.js +223 -0
- package/dist/esm/service/TicketService.js +91 -0
- package/dist/esm/service/TrackAndTraceService.js +74 -0
- package/dist/esm/service/UserService.js +153 -0
- package/dist/esm/service/ValuesetService.js +104 -0
- package/dist/esm/service/VerifyTokenService.js +29 -0
- package/dist/esm/service/WarehouseAddressService.js +59 -0
- package/dist/esm/service/WarehouseService.js +74 -0
- package/dist/esm/service/index.js +55 -0
- package/dist/esm/service/runOperation.js +87 -0
- package/dist/esm/type/AddOrderStatusesToOrderStatusSetInput.js +1 -0
- package/dist/esm/type/AddSurchargesToProductInput.js +1 -0
- package/dist/esm/type/Address.js +1 -0
- package/dist/esm/type/AddressBulkItemInput.js +1 -0
- package/dist/esm/type/AdminUser.js +1 -0
- package/dist/esm/type/AdminUserSortInput.js +1 -0
- package/dist/esm/type/AdminUserTenant.js +1 -0
- package/dist/esm/type/AdminUserTenantsSearchInput.js +1 -0
- package/dist/esm/type/AdminUsersSearchInput.js +1 -0
- package/dist/esm/type/AnyAddress.js +1 -0
- package/dist/esm/type/Attribute.js +1 -0
- package/dist/esm/type/AttributeAttributeDescriptionSearchInput.js +1 -0
- package/dist/esm/type/AttributeBulkCreateInput.js +1 -0
- package/dist/esm/type/AttributeBulkResponse.js +1 -0
- package/dist/esm/type/AttributeColorValue.js +1 -0
- package/dist/esm/type/AttributeCreateInput.js +1 -0
- package/dist/esm/type/AttributeCsvInput.js +1 -0
- package/dist/esm/type/AttributeCsvMapping.js +1 -0
- package/dist/esm/type/AttributeDateTimeValue.js +1 -0
- package/dist/esm/type/AttributeDecimalRangeFilter.js +1 -0
- package/dist/esm/type/AttributeDecimalValue.js +1 -0
- package/dist/esm/type/AttributeDescription.js +1 -0
- package/dist/esm/type/AttributeDescriptionCreateInput.js +1 -0
- package/dist/esm/type/AttributeDescriptionCsvInput.js +1 -0
- package/dist/esm/type/AttributeDescriptionCsvMapping.js +1 -0
- package/dist/esm/type/AttributeDescriptionResponse.js +1 -0
- package/dist/esm/type/AttributeDescriptionSearchInput.js +1 -0
- package/dist/esm/type/AttributeDescriptionSortInput.js +1 -0
- package/dist/esm/type/AttributeDescriptionUpdateInput.js +1 -0
- package/dist/esm/type/AttributeEnumValue.js +1 -0
- package/dist/esm/type/AttributeFilter.js +1 -0
- package/dist/esm/type/AttributeIntValue.js +1 -0
- package/dist/esm/type/AttributeIntegerRangeFilter.js +1 -0
- package/dist/esm/type/AttributeResponse.js +1 -0
- package/dist/esm/type/AttributeResult.js +1 -0
- package/dist/esm/type/AttributeResultResponse.js +1 -0
- package/dist/esm/type/AttributeResultSearchInput.js +1 -0
- package/dist/esm/type/AttributeSearchInput.js +1 -0
- package/dist/esm/type/AttributeTextFilter.js +1 -0
- package/dist/esm/type/AttributeTextValue.js +1 -0
- package/dist/esm/type/AttributeUpdateInput.js +1 -0
- package/dist/esm/type/AttributeValue.js +1 -0
- package/dist/esm/type/AttributeValueInput.js +1 -0
- package/dist/esm/type/Base64File.js +1 -0
- package/dist/esm/type/Base64FileInput.js +1 -0
- package/dist/esm/type/BulkCostPrice.js +1 -0
- package/dist/esm/type/BulkCostPriceCreateInput.js +1 -0
- package/dist/esm/type/BulkCostPriceCsvInput.js +1 -0
- package/dist/esm/type/BulkCostPriceCsvMapping.js +1 -0
- package/dist/esm/type/BulkCostPriceResponse.js +1 -0
- package/dist/esm/type/BulkCostPriceSearchInput.js +1 -0
- package/dist/esm/type/BulkCostPriceSortInput.js +1 -0
- package/dist/esm/type/BulkCostPriceUpdateInput.js +1 -0
- package/dist/esm/type/BulkDeleteResponse.js +1 -0
- package/dist/esm/type/BulkPrice.js +1 -0
- package/dist/esm/type/BulkPriceCreateInput.js +1 -0
- package/dist/esm/type/BulkPriceCsvInput.js +1 -0
- package/dist/esm/type/BulkPriceCsvMapping.js +1 -0
- package/dist/esm/type/BulkPriceResponse.js +1 -0
- package/dist/esm/type/BulkPriceSearchInput.js +1 -0
- package/dist/esm/type/BulkPriceSortInput.js +1 -0
- package/dist/esm/type/BulkPriceUpdateInput.js +1 -0
- package/dist/esm/type/BulkResponseData.js +1 -0
- package/dist/esm/type/Bundle.js +1 -0
- package/dist/esm/type/BundleAddItemsInput.js +1 -0
- package/dist/esm/type/BundleCreateInput.js +1 -0
- package/dist/esm/type/BundleItem.js +1 -0
- package/dist/esm/type/BundleItemInput.js +1 -0
- package/dist/esm/type/BundlePrice.js +1 -0
- package/dist/esm/type/BundleSearchInput.js +1 -0
- package/dist/esm/type/BundleSortInput.js +1 -0
- package/dist/esm/type/BundleUpdateInput.js +1 -0
- package/dist/esm/type/BundlesResponse.js +1 -0
- package/dist/esm/type/BusinessHours.js +1 -0
- package/dist/esm/type/BusinessHoursInput.js +1 -0
- package/dist/esm/type/BusinessRule.js +1 -0
- package/dist/esm/type/BusinessRuleActionField.js +1 -0
- package/dist/esm/type/BusinessRuleArrayExpression.js +1 -0
- package/dist/esm/type/BusinessRuleArrayExpressionInput.js +1 -0
- package/dist/esm/type/BusinessRuleComplexExpression.js +1 -0
- package/dist/esm/type/BusinessRuleComplexExpressionInput.js +1 -0
- package/dist/esm/type/BusinessRuleCreateInput.js +1 -0
- package/dist/esm/type/BusinessRuleDateExpression.js +1 -0
- package/dist/esm/type/BusinessRuleDateExpressionInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTable.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableAddColumnInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableCell.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableContent.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableDeleteColumnInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableDeleteRowInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableInputOutput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableMoveRowInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableRow.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableSearchInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableSetCellInput.js +1 -0
- package/dist/esm/type/BusinessRuleDecisionTableUpdateInput.js +1 -0
- package/dist/esm/type/BusinessRuleEdge.js +1 -0
- package/dist/esm/type/BusinessRuleExpressionGroup.js +1 -0
- package/dist/esm/type/BusinessRuleExpressionGroupInput.js +1 -0
- package/dist/esm/type/BusinessRuleExpressionUnionInput.js +1 -0
- package/dist/esm/type/BusinessRuleFieldDefinition.js +1 -0
- package/dist/esm/type/BusinessRuleFieldDefinitionGroup.js +1 -0
- package/dist/esm/type/BusinessRuleInput.js +1 -0
- package/dist/esm/type/BusinessRuleNumberExpression.js +1 -0
- package/dist/esm/type/BusinessRuleNumberExpressionInput.js +1 -0
- package/dist/esm/type/BusinessRuleOutput.js +1 -0
- package/dist/esm/type/BusinessRuleResponse.js +1 -0
- package/dist/esm/type/BusinessRuleSearchInput.js +1 -0
- package/dist/esm/type/BusinessRuleStringExpression.js +1 -0
- package/dist/esm/type/BusinessRuleStringExpressionInput.js +1 -0
- package/dist/esm/type/BusinessRuleSubExpressionGroup.js +1 -0
- package/dist/esm/type/BusinessRuleUpdateInput.js +1 -0
- package/dist/esm/type/CacheControlInput.js +1 -0
- package/dist/esm/type/CanvasInput.js +1 -0
- package/dist/esm/type/Carrier.js +1 -0
- package/dist/esm/type/CarrierCreateInput.js +1 -0
- package/dist/esm/type/CarrierSortInput.js +1 -0
- package/dist/esm/type/CarrierUpdateInput.js +1 -0
- package/dist/esm/type/CarriersResponse.js +1 -0
- package/dist/esm/type/CarriersSearchInput.js +1 -0
- package/dist/esm/type/Cart.js +1 -0
- package/dist/esm/type/CartAcceptPurchaseAuthorizationRequestInput.js +1 -0
- package/dist/esm/type/CartActionCodeInput.js +1 -0
- package/dist/esm/type/CartAddBundleInput.js +1 -0
- package/dist/esm/type/CartAddItemInput.js +1 -0
- package/dist/esm/type/CartAddress.js +1 -0
- package/dist/esm/type/CartBaseItem.js +1 -0
- package/dist/esm/type/CartCarrier.js +1 -0
- package/dist/esm/type/CartChildItemBulkInput.js +1 -0
- package/dist/esm/type/CartChildItemInput.js +1 -0
- package/dist/esm/type/CartDeleteItemInput.js +1 -0
- package/dist/esm/type/CartIncentive.js +1 -0
- package/dist/esm/type/CartIncentiveParams.js +1 -0
- package/dist/esm/type/CartItemBulkInput.js +1 -0
- package/dist/esm/type/CartItemIncentive.js +1 -0
- package/dist/esm/type/CartItemSurcharge.js +1 -0
- package/dist/esm/type/CartItemsBulkUpsertInput.js +1 -0
- package/dist/esm/type/CartMainItem.js +1 -0
- package/dist/esm/type/CartPaymentData.js +1 -0
- package/dist/esm/type/CartPaymentDataInput.js +1 -0
- package/dist/esm/type/CartPaymethod.js +1 -0
- package/dist/esm/type/CartPostageData.js +1 -0
- package/dist/esm/type/CartPostageDataInput.js +1 -0
- package/dist/esm/type/CartProcessInput.js +1 -0
- package/dist/esm/type/CartProcessResponse.js +1 -0
- package/dist/esm/type/CartResponse.js +1 -0
- package/dist/esm/type/CartSearchInput.js +1 -0
- package/dist/esm/type/CartSetContactInput.js +1 -0
- package/dist/esm/type/CartSetCustomerInput.js +1 -0
- package/dist/esm/type/CartSetUserInput.js +1 -0
- package/dist/esm/type/CartShippingMethod.js +1 -0
- package/dist/esm/type/CartSortInput.js +1 -0
- package/dist/esm/type/CartStartInput.js +1 -0
- package/dist/esm/type/CartTaxLevel.js +1 -0
- package/dist/esm/type/CartTotal.js +1 -0
- package/dist/esm/type/CartUnOrderableItem.js +1 -0
- package/dist/esm/type/CartUpdateAddressInput.js +1 -0
- package/dist/esm/type/CartUpdateInput.js +1 -0
- package/dist/esm/type/CartUpdateItemInput.js +1 -0
- package/dist/esm/type/CartVoucher.js +1 -0
- package/dist/esm/type/Category.js +1 -0
- package/dist/esm/type/CategoryActionsData.js +1 -0
- package/dist/esm/type/CategoryActionsResponse.js +1 -0
- package/dist/esm/type/CategoryAddProductsClustersInput.js +1 -0
- package/dist/esm/type/CategoryAddProductsClustersResponse.js +1 -0
- package/dist/esm/type/CategoryAttribute.js +1 -0
- package/dist/esm/type/CategoryCsvInput.js +1 -0
- package/dist/esm/type/CategoryCsvMapping.js +1 -0
- package/dist/esm/type/CategoryProductSearchInput.js +1 -0
- package/dist/esm/type/CategoryRemoveProductsClustersInput.js +1 -0
- package/dist/esm/type/CategoryRemoveProductsClustersResponse.js +1 -0
- package/dist/esm/type/CategoryResponse.js +1 -0
- package/dist/esm/type/CategorySearchInput.js +1 -0
- package/dist/esm/type/Channel.js +1 -0
- package/dist/esm/type/ChannelCreateInput.js +1 -0
- package/dist/esm/type/ChannelUpdateInput.js +1 -0
- package/dist/esm/type/ClaimsResetAllResponse.js +1 -0
- package/dist/esm/type/Cluster.js +1 -0
- package/dist/esm/type/ClusterAssignProductsInput.js +1 -0
- package/dist/esm/type/ClusterAssignProductsResponse.js +1 -0
- package/dist/esm/type/ClusterAttribute.js +1 -0
- package/dist/esm/type/ClusterBulkMoveError.js +1 -0
- package/dist/esm/type/ClusterBulkMoveInput.js +1 -0
- package/dist/esm/type/ClusterBulkMoveResponse.js +1 -0
- package/dist/esm/type/ClusterCategorySearchInput.js +1 -0
- package/dist/esm/type/ClusterConfig.js +1 -0
- package/dist/esm/type/ClusterConfigCreateInput.js +1 -0
- package/dist/esm/type/ClusterConfigResponse.js +1 -0
- package/dist/esm/type/ClusterConfigSetting.js +1 -0
- package/dist/esm/type/ClusterConfigSettingInput.js +1 -0
- package/dist/esm/type/ClusterConfigSettingResponse.js +1 -0
- package/dist/esm/type/ClusterConfigSettingUpdateInput.js +1 -0
- package/dist/esm/type/ClusterCreateInput.js +1 -0
- package/dist/esm/type/ClusterCsvInput.js +1 -0
- package/dist/esm/type/ClusterCsvMapping.js +1 -0
- package/dist/esm/type/ClusterDrillDown.js +1 -0
- package/dist/esm/type/ClusterMoveItem.js +1 -0
- package/dist/esm/type/ClusterOption.js +1 -0
- package/dist/esm/type/ClusterOptionCreateInput.js +1 -0
- package/dist/esm/type/ClusterOptionProductSearchInput.js +1 -0
- package/dist/esm/type/ClusterOptionSearchInput.js +1 -0
- package/dist/esm/type/ClusterOptionUpdateInput.js +1 -0
- package/dist/esm/type/ClusterProductSearchInput.js +1 -0
- package/dist/esm/type/ClusterProductsActionData.js +1 -0
- package/dist/esm/type/ClusterProductsActionResponse.js +1 -0
- package/dist/esm/type/ClusterUnassignProductsInput.js +1 -0
- package/dist/esm/type/ClusterUnassignProductsResponse.js +1 -0
- package/dist/esm/type/ClusterUpdateInput.js +1 -0
- package/dist/esm/type/CompaniesResponse.js +1 -0
- package/dist/esm/type/Company.js +1 -0
- package/dist/esm/type/CompanyAddressCreateInput.js +1 -0
- package/dist/esm/type/CompanyAddressDeleteInput.js +1 -0
- package/dist/esm/type/CompanyAddressSearch.js +1 -0
- package/dist/esm/type/CompanyAddressUpdateInput.js +1 -0
- package/dist/esm/type/CompanyAttribute.js +1 -0
- package/dist/esm/type/CompanyAttributeDescriptionSearch.js +1 -0
- package/dist/esm/type/CompanyAttributeSearch.js +1 -0
- package/dist/esm/type/CompanyAttributeValueSearch.js +1 -0
- package/dist/esm/type/CompanyContactSearch.js +1 -0
- package/dist/esm/type/CompanyCsvInput.js +1 -0
- package/dist/esm/type/CompanyCsvMapping.js +1 -0
- package/dist/esm/type/CompanyPurchaseAuthorizationConfigSearchInput.js +1 -0
- package/dist/esm/type/CompanySearch.js +1 -0
- package/dist/esm/type/CompanySearchArguments.js +1 -0
- package/dist/esm/type/CompanySearchIndexUpdateMappingInput.js +1 -0
- package/dist/esm/type/CompanySearchInput.js +1 -0
- package/dist/esm/type/CompanySearchReindexInput.js +1 -0
- package/dist/esm/type/CompanySearchResponse.js +1 -0
- package/dist/esm/type/CompanySearchSortInput.js +1 -0
- package/dist/esm/type/CompanySortInput.js +1 -0
- package/dist/esm/type/CompanyTermFieldInput.js +1 -0
- package/dist/esm/type/ComputedOrderlistsInput.js +1 -0
- package/dist/esm/type/ComputedOrderlistsResponse.js +1 -0
- package/dist/esm/type/ConfirmationResponse.js +1 -0
- package/dist/esm/type/Contact.js +1 -0
- package/dist/esm/type/ContactActionsData.js +1 -0
- package/dist/esm/type/ContactActionsResponse.js +1 -0
- package/dist/esm/type/ContactAddToCompaniesInput.js +1 -0
- package/dist/esm/type/ContactAddToCompaniesResponse.js +1 -0
- package/dist/esm/type/ContactAttribute.js +1 -0
- package/dist/esm/type/ContactCompaniesSearchInput.js +1 -0
- package/dist/esm/type/ContactCsvInput.js +1 -0
- package/dist/esm/type/ContactCsvMapping.js +1 -0
- package/dist/esm/type/ContactPurchaseAuthorizationConfigSearchInput.js +1 -0
- package/dist/esm/type/ContactRemoveFromCompaniesInput.js +1 -0
- package/dist/esm/type/ContactRemoveFromCompaniesResponse.js +1 -0
- package/dist/esm/type/ContactSearchArguments.js +1 -0
- package/dist/esm/type/ContactSortInput.js +1 -0
- package/dist/esm/type/ContactsResponse.js +1 -0
- package/dist/esm/type/CostPrice.js +1 -0
- package/dist/esm/type/CostPriceCreateInput.js +1 -0
- package/dist/esm/type/CostPriceResponse.js +1 -0
- package/dist/esm/type/CostPriceSearchInput.js +1 -0
- package/dist/esm/type/CostPriceSortInput.js +1 -0
- package/dist/esm/type/CostPriceUpdateInput.js +1 -0
- package/dist/esm/type/CreateAccountInput.js +1 -0
- package/dist/esm/type/CreateAuthenticationClaimsInput.js +1 -0
- package/dist/esm/type/CreateAuthenticationInput.js +1 -0
- package/dist/esm/type/CreateCategoryInput.js +1 -0
- package/dist/esm/type/CreateCompanyInput.js +1 -0
- package/dist/esm/type/CreateContactInput.js +1 -0
- package/dist/esm/type/CreateInventoryInput.js +1 -0
- package/dist/esm/type/CreateOrUpdateOrderItemInput.js +1 -0
- package/dist/esm/type/CreateOrderStatusInput.js +1 -0
- package/dist/esm/type/CreateOrderStatusSetInput.js +1 -0
- package/dist/esm/type/CreatePaymentInput.js +1 -0
- package/dist/esm/type/CreateProductInput.js +1 -0
- package/dist/esm/type/CreateSparePartInput.js +1 -0
- package/dist/esm/type/CreateSparePartsMachineInput.js +1 -0
- package/dist/esm/type/CreateSurchargeInput.js +1 -0
- package/dist/esm/type/CreateTenantDto.js +1 -0
- package/dist/esm/type/CreateTransactionInput.js +1 -0
- package/dist/esm/type/CreateUserDto.js +1 -0
- package/dist/esm/type/CreateWarehouseAddressInput.js +1 -0
- package/dist/esm/type/CreateWarehouseInput.js +1 -0
- package/dist/esm/type/CropInput.js +1 -0
- package/dist/esm/type/Crossupsell.js +1 -0
- package/dist/esm/type/CrossupsellCreateInput.js +1 -0
- package/dist/esm/type/CrossupsellSearchInput.js +1 -0
- package/dist/esm/type/CrossupsellSortInput.js +1 -0
- package/dist/esm/type/CrossupsellUpdateInput.js +1 -0
- package/dist/esm/type/CrossupsellsResponse.js +1 -0
- package/dist/esm/type/CsvImportResponse.js +1 -0
- package/dist/esm/type/CsvRecordError.js +1 -0
- package/dist/esm/type/Customer.js +1 -0
- package/dist/esm/type/CustomerAddressCreateInput.js +1 -0
- package/dist/esm/type/CustomerAddressDeleteInput.js +1 -0
- package/dist/esm/type/CustomerAddressUpdateInput.js +1 -0
- package/dist/esm/type/CustomerAttribute.js +1 -0
- package/dist/esm/type/CustomerCsvInput.js +1 -0
- package/dist/esm/type/CustomerCsvMapping.js +1 -0
- package/dist/esm/type/CustomerInput.js +1 -0
- package/dist/esm/type/CustomerSearchArguments.js +1 -0
- package/dist/esm/type/CustomerSortInput.js +1 -0
- package/dist/esm/type/CustomersResponse.js +1 -0
- package/dist/esm/type/DateSearchInput.js +1 -0
- package/dist/esm/type/DecimalSearchInput.js +1 -0
- package/dist/esm/type/DeleteMediaAttachmentResponse.js +1 -0
- package/dist/esm/type/DeleteMediaDocumentResponse.js +1 -0
- package/dist/esm/type/DeleteMediaImageResponse.js +1 -0
- package/dist/esm/type/DeleteMediaVideoResponse.js +1 -0
- package/dist/esm/type/DeleteWarehouseAddressInput.js +1 -0
- package/dist/esm/type/Discount.js +1 -0
- package/dist/esm/type/DiscountCreateInput.js +1 -0
- package/dist/esm/type/DiscountCsvInput.js +1 -0
- package/dist/esm/type/DiscountCsvMapping.js +1 -0
- package/dist/esm/type/DiscountResponse.js +1 -0
- package/dist/esm/type/DiscountSearchInput.js +1 -0
- package/dist/esm/type/DiscountSortInput.js +1 -0
- package/dist/esm/type/DiscountUpdateInput.js +1 -0
- package/dist/esm/type/DocumentCsvInput.js +1 -0
- package/dist/esm/type/DocumentCsvMapping.js +1 -0
- package/dist/esm/type/DocumentTemplate.js +1 -0
- package/dist/esm/type/DocumentTemplateCreateInput.js +1 -0
- package/dist/esm/type/DocumentTemplateUpdateInput.js +1 -0
- package/dist/esm/type/EmailContact.js +1 -0
- package/dist/esm/type/EmailContactInput.js +1 -0
- package/dist/esm/type/EmailEventInput.js +1 -0
- package/dist/esm/type/EmailSendContactInput.js +1 -0
- package/dist/esm/type/EmailSendEventInput.js +1 -0
- package/dist/esm/type/EmailSender.js +1 -0
- package/dist/esm/type/EmailSenderInput.js +1 -0
- package/dist/esm/type/EmailTemplate.js +1 -0
- package/dist/esm/type/EmailTemplateCreateInput.js +1 -0
- package/dist/esm/type/EmailTemplateUpdateInput.js +1 -0
- package/dist/esm/type/EnrolledFactor.js +1 -0
- package/dist/esm/type/EventActionConfigResponse.js +1 -0
- package/dist/esm/type/EventActionConfigSearchInput.js +1 -0
- package/dist/esm/type/EventActionConfigSortInput.js +1 -0
- package/dist/esm/type/EventToEmailConfig.js +1 -0
- package/dist/esm/type/EventToEmailConfigCreateInput.js +1 -0
- package/dist/esm/type/EventToEmailConfigUpdateInput.js +1 -0
- package/dist/esm/type/EventToWebHookConfig.js +1 -0
- package/dist/esm/type/EventToWebHookConfigCreateInput.js +1 -0
- package/dist/esm/type/EventToWebHookConfigUpdateInput.js +1 -0
- package/dist/esm/type/ExchangeRefreshTokenInput.js +1 -0
- package/dist/esm/type/ExternalReferenceInput.js +1 -0
- package/dist/esm/type/FavoriteList.js +1 -0
- package/dist/esm/type/FavoriteListsBaseSearchInput.js +1 -0
- package/dist/esm/type/FavoriteListsCreateInput.js +1 -0
- package/dist/esm/type/FavoriteListsItemsInput.js +1 -0
- package/dist/esm/type/FavoriteListsResponse.js +1 -0
- package/dist/esm/type/FavoriteListsSearchInput.js +1 -0
- package/dist/esm/type/FavoriteListsUpdateInput.js +1 -0
- package/dist/esm/type/FilterAvailableAttributeInput.js +1 -0
- package/dist/esm/type/Firebase.js +1 -0
- package/dist/esm/type/GCIPMetadata.js +1 -0
- package/dist/esm/type/GCIPProviderData.js +1 -0
- package/dist/esm/type/GCIPUser.js +1 -0
- package/dist/esm/type/IAttributeDecimalRangeFilter.js +1 -0
- package/dist/esm/type/IAttributeFilter.js +1 -0
- package/dist/esm/type/IAttributeIntegerRangeFilter.js +1 -0
- package/dist/esm/type/IAttributeTextFilter.js +1 -0
- package/dist/esm/type/IBaseProduct.js +1 -0
- package/dist/esm/type/IBaseTemplate.js +1 -0
- package/dist/esm/type/IBaseUser.js +1 -0
- package/dist/esm/type/IBusinessRuleExpression.js +1 -0
- package/dist/esm/type/IBusinessRuleNode.js +1 -0
- package/dist/esm/type/ICart.js +1 -0
- package/dist/esm/type/ICartBaseItem.js +1 -0
- package/dist/esm/type/ICluster.js +1 -0
- package/dist/esm/type/IClusterDrillDown.js +1 -0
- package/dist/esm/type/IClusterOption.js +1 -0
- package/dist/esm/type/IDiscount.js +1 -0
- package/dist/esm/type/IEventActionConfig.js +1 -0
- package/dist/esm/type/IProduct.js +1 -0
- package/dist/esm/type/IProductOffer.js +1 -0
- package/dist/esm/type/IResource.js +1 -0
- package/dist/esm/type/ITenderBaseItem.js +1 -0
- package/dist/esm/type/ImageCsvInput.js +1 -0
- package/dist/esm/type/ImageCsvMapping.js +1 -0
- package/dist/esm/type/ImageTransformationInput.js +1 -0
- package/dist/esm/type/ImageVariant.js +1 -0
- package/dist/esm/type/IncentiveRuleOrderItemSetCellInput.js +1 -0
- package/dist/esm/type/IncentiveRuleSetActionInput.js +1 -0
- package/dist/esm/type/IntegerRangeSearchInput.js +1 -0
- package/dist/esm/type/Inventory.js +1 -0
- package/dist/esm/type/InventoryCsvInput.js +1 -0
- package/dist/esm/type/InventoryCsvMapping.js +1 -0
- package/dist/esm/type/InventoryDeleteResponse.js +1 -0
- package/dist/esm/type/InventoryResponse.js +1 -0
- package/dist/esm/type/LocalizedAttachment.js +1 -0
- package/dist/esm/type/LocalizedDocument.js +1 -0
- package/dist/esm/type/LocalizedImage.js +1 -0
- package/dist/esm/type/LocalizedString.js +1 -0
- package/dist/esm/type/LocalizedStringArray.js +1 -0
- package/dist/esm/type/LocalizedStringArrayInput.js +1 -0
- package/dist/esm/type/LocalizedStringInput.js +1 -0
- package/dist/esm/type/LocalizedTemplateContent.js +1 -0
- package/dist/esm/type/LocalizedTemplateContentInput.js +1 -0
- package/dist/esm/type/LocalizedVideo.js +1 -0
- package/dist/esm/type/Login.js +1 -0
- package/dist/esm/type/LoginInput.js +1 -0
- package/dist/esm/type/Logout.js +1 -0
- package/dist/esm/type/MagicToken.js +1 -0
- package/dist/esm/type/MagicTokenCreateInput.js +1 -0
- package/dist/esm/type/MagicTokenResponse.js +1 -0
- package/dist/esm/type/MagicTokenSearchInput.js +1 -0
- package/dist/esm/type/MagicTokenUpdateInput.js +1 -0
- package/dist/esm/type/Media.js +1 -0
- package/dist/esm/type/MediaAttachment.js +1 -0
- package/dist/esm/type/MediaAttachmentInput.js +1 -0
- package/dist/esm/type/MediaAttachmentSearchInput.js +1 -0
- package/dist/esm/type/MediaBase64FileInput.js +1 -0
- package/dist/esm/type/MediaDocument.js +1 -0
- package/dist/esm/type/MediaDocumentInput.js +1 -0
- package/dist/esm/type/MediaDocumentProductSearchInput.js +1 -0
- package/dist/esm/type/MediaDocumentSearchInput.js +1 -0
- package/dist/esm/type/MediaImage.js +1 -0
- package/dist/esm/type/MediaImageInput.js +1 -0
- package/dist/esm/type/MediaImageProductSearchInput.js +1 -0
- package/dist/esm/type/MediaImageSearchInput.js +1 -0
- package/dist/esm/type/MediaLocalizedStringArrayInput.js +1 -0
- package/dist/esm/type/MediaLocalizedStringInput.js +1 -0
- package/dist/esm/type/MediaVideo.js +1 -0
- package/dist/esm/type/MediaVideoInput.js +1 -0
- package/dist/esm/type/MediaVideoProductSearchInput.js +1 -0
- package/dist/esm/type/MediaVideoSearchInput.js +1 -0
- package/dist/esm/type/MultiFactor.js +1 -0
- package/dist/esm/type/NumberSearchInput.js +1 -0
- package/dist/esm/type/ObjectMediaSearchInput.js +1 -0
- package/dist/esm/type/Order.js +1 -0
- package/dist/esm/type/OrderAddress.js +1 -0
- package/dist/esm/type/OrderAddressBulkInput.js +1 -0
- package/dist/esm/type/OrderAddressUpdateInput.js +1 -0
- package/dist/esm/type/OrderCreateAddressInput.js +1 -0
- package/dist/esm/type/OrderCreateInput.js +1 -0
- package/dist/esm/type/OrderItem.js +1 -0
- package/dist/esm/type/OrderItemCreateInput.js +1 -0
- package/dist/esm/type/OrderItemDeleteInput.js +1 -0
- package/dist/esm/type/OrderItemUpdateInput.js +1 -0
- package/dist/esm/type/OrderMedia.js +1 -0
- package/dist/esm/type/OrderPaymentData.js +1 -0
- package/dist/esm/type/OrderPaymentInput.js +1 -0
- package/dist/esm/type/OrderPaymentUpdateInput.js +1 -0
- package/dist/esm/type/OrderPostageData.js +1 -0
- package/dist/esm/type/OrderPostageInput.js +1 -0
- package/dist/esm/type/OrderPostageUpdateInput.js +1 -0
- package/dist/esm/type/OrderResponse.js +1 -0
- package/dist/esm/type/OrderRevision.js +1 -0
- package/dist/esm/type/OrderRevisionByOrderSearchInput.js +1 -0
- package/dist/esm/type/OrderRevisionResponse.js +1 -0
- package/dist/esm/type/OrderRevisionSearchInput.js +1 -0
- package/dist/esm/type/OrderRevisionSortInput.js +1 -0
- package/dist/esm/type/OrderRevisionsInvalidateInput.js +1 -0
- package/dist/esm/type/OrderSearchArguments.js +1 -0
- package/dist/esm/type/OrderSetStatusInput.js +1 -0
- package/dist/esm/type/OrderSortInput.js +1 -0
- package/dist/esm/type/OrderStatus.js +1 -0
- package/dist/esm/type/OrderStatusSearchByInput.js +1 -0
- package/dist/esm/type/OrderStatusSet.js +1 -0
- package/dist/esm/type/OrderStatusSetSearchByInput.js +1 -0
- package/dist/esm/type/OrderStatusSetSortInput.js +1 -0
- package/dist/esm/type/OrderStatusSetsResponse.js +1 -0
- package/dist/esm/type/OrderStatusSetsSearchInput.js +1 -0
- package/dist/esm/type/OrderStatusSortInput.js +1 -0
- package/dist/esm/type/OrderStatusesResponse.js +1 -0
- package/dist/esm/type/OrderStatusesSearchInput.js +1 -0
- package/dist/esm/type/OrderTotalInput.js +1 -0
- package/dist/esm/type/OrderTotalTaxPercentage.js +1 -0
- package/dist/esm/type/OrderTotalUpdateInput.js +1 -0
- package/dist/esm/type/OrderTotals.js +1 -0
- package/dist/esm/type/OrderUpdateAddressInput.js +1 -0
- package/dist/esm/type/OrderUpdateInput.js +1 -0
- package/dist/esm/type/Orderlist.js +1 -0
- package/dist/esm/type/OrderlistCompaniesInput.js +1 -0
- package/dist/esm/type/OrderlistCompanySearchInput.js +1 -0
- package/dist/esm/type/OrderlistCreateInput.js +1 -0
- package/dist/esm/type/OrderlistItemsInput.js +1 -0
- package/dist/esm/type/OrderlistSearchInput.js +1 -0
- package/dist/esm/type/OrderlistSortInput.js +1 -0
- package/dist/esm/type/OrderlistUpdateInput.js +1 -0
- package/dist/esm/type/OrderlistUserSearchInput.js +1 -0
- package/dist/esm/type/OrderlistUsersInput.js +1 -0
- package/dist/esm/type/OrderlistsResponse.js +1 -0
- package/dist/esm/type/PadInput.js +1 -0
- package/dist/esm/type/PaginatedMediaAttachmentResponse.js +1 -0
- package/dist/esm/type/PaginatedMediaDocumentResponse.js +1 -0
- package/dist/esm/type/PaginatedMediaImageResponse.js +1 -0
- package/dist/esm/type/PaginatedMediaVideoResponse.js +1 -0
- package/dist/esm/type/PasswordRecoveryLinkInput.js +1 -0
- package/dist/esm/type/PasswordResetLinkEmailInput.js +1 -0
- package/dist/esm/type/PayMethod.js +1 -0
- package/dist/esm/type/PayMethodCreateInput.js +1 -0
- package/dist/esm/type/PayMethodSearchInput.js +1 -0
- package/dist/esm/type/PayMethodSortInput.js +1 -0
- package/dist/esm/type/PayMethodUpdateInput.js +1 -0
- package/dist/esm/type/PayMethodsResponse.js +1 -0
- package/dist/esm/type/Payment.js +1 -0
- package/dist/esm/type/PaymentsResponse.js +1 -0
- package/dist/esm/type/PaymentsSearchInput.js +1 -0
- package/dist/esm/type/Price.js +1 -0
- package/dist/esm/type/PriceCalculateDefaultInput.js +1 -0
- package/dist/esm/type/PriceCalculateInput.js +1 -0
- package/dist/esm/type/PriceCalculateProductInput.js +1 -0
- package/dist/esm/type/PriceCreateInput.js +1 -0
- package/dist/esm/type/PriceCsvInput.js +1 -0
- package/dist/esm/type/PriceCsvMapping.js +1 -0
- package/dist/esm/type/PriceResponse.js +1 -0
- package/dist/esm/type/PriceSearchInput.js +1 -0
- package/dist/esm/type/PriceSortInput.js +1 -0
- package/dist/esm/type/PriceUpdateInput.js +1 -0
- package/dist/esm/type/Pricesheet.js +1 -0
- package/dist/esm/type/PricesheetAssignInput.js +1 -0
- package/dist/esm/type/PricesheetCompaniesSearchInput.js +1 -0
- package/dist/esm/type/PricesheetContactsSearchInput.js +1 -0
- package/dist/esm/type/PricesheetCreateInput.js +1 -0
- package/dist/esm/type/PricesheetCsvInput.js +1 -0
- package/dist/esm/type/PricesheetCsvMapping.js +1 -0
- package/dist/esm/type/PricesheetCustomersSearchInput.js +1 -0
- package/dist/esm/type/PricesheetResponse.js +1 -0
- package/dist/esm/type/PricesheetSearchInput.js +1 -0
- package/dist/esm/type/PricesheetSortInput.js +1 -0
- package/dist/esm/type/PricesheetUnassignInput.js +1 -0
- package/dist/esm/type/PricesheetUpdateInput.js +1 -0
- package/dist/esm/type/PricesheetsEffectiveInput.js +1 -0
- package/dist/esm/type/PricesheetsEffectivePaginationInput.js +1 -0
- package/dist/esm/type/Product.js +1 -0
- package/dist/esm/type/ProductAttribute.js +1 -0
- package/dist/esm/type/ProductBulkMoveError.js +1 -0
- package/dist/esm/type/ProductBulkMoveInput.js +1 -0
- package/dist/esm/type/ProductBulkMoveResponse.js +1 -0
- package/dist/esm/type/ProductCategorySearchInput.js +1 -0
- package/dist/esm/type/ProductCsvInput.js +1 -0
- package/dist/esm/type/ProductCsvMapping.js +1 -0
- package/dist/esm/type/ProductInventory.js +1 -0
- package/dist/esm/type/ProductMedia.js +1 -0
- package/dist/esm/type/ProductMoveItem.js +1 -0
- package/dist/esm/type/ProductOffer.js +1 -0
- package/dist/esm/type/ProductPrice.js +1 -0
- package/dist/esm/type/ProductPriceFilterInput.js +1 -0
- package/dist/esm/type/ProductRangeFilterInput.js +1 -0
- package/dist/esm/type/ProductSearchInput.js +1 -0
- package/dist/esm/type/ProductSortInput.js +1 -0
- package/dist/esm/type/ProductTextFilterInput.js +1 -0
- package/dist/esm/type/ProductsResponse.js +1 -0
- package/dist/esm/type/PublishEmailEventResponse.js +1 -0
- package/dist/esm/type/PurchaseAuthorizationConfig.js +1 -0
- package/dist/esm/type/PurchaseAuthorizationConfigCreateInput.js +1 -0
- package/dist/esm/type/PurchaseAuthorizationConfigResponse.js +1 -0
- package/dist/esm/type/PurchaseAuthorizationConfigSearchInput.js +1 -0
- package/dist/esm/type/PurchaseAuthorizationConfigUpdateInput.js +1 -0
- package/dist/esm/type/RefreshTokenResponse.js +1 -0
- package/dist/esm/type/RegisterContactInput.js +1 -0
- package/dist/esm/type/RegisterContactResponse.js +1 -0
- package/dist/esm/type/RegisterCustomerInput.js +1 -0
- package/dist/esm/type/RegisterCustomerResponse.js +1 -0
- package/dist/esm/type/RegisterUserSession.js +1 -0
- package/dist/esm/type/RemoveOrderStatusesFromOrderStatusSetInput.js +1 -0
- package/dist/esm/type/RemoveSurchargesFromProductInput.js +1 -0
- package/dist/esm/type/Role.js +1 -0
- package/dist/esm/type/RoleCreateInput.js +1 -0
- package/dist/esm/type/RoleDefinition.js +1 -0
- package/dist/esm/type/RoleDefinitionCreateInput.js +1 -0
- package/dist/esm/type/RoleDefinitionResponse.js +1 -0
- package/dist/esm/type/RoleDefinitionSearchInput.js +1 -0
- package/dist/esm/type/RoleDefinitionSortInput.js +1 -0
- package/dist/esm/type/RoleDefinitionUpdateInput.js +1 -0
- package/dist/esm/type/RoleResponse.js +1 -0
- package/dist/esm/type/RoleSearchInput.js +1 -0
- package/dist/esm/type/RoleSortInput.js +1 -0
- package/dist/esm/type/RoleUpdateInput.js +1 -0
- package/dist/esm/type/SearchByInput.js +1 -0
- package/dist/esm/type/SearchFieldsInput.js +1 -0
- package/dist/esm/type/SearchSparePartsMachineInput.js +1 -0
- package/dist/esm/type/SendOrderConfirmResponseType.js +1 -0
- package/dist/esm/type/SharpenInput.js +1 -0
- package/dist/esm/type/Shipment.js +1 -0
- package/dist/esm/type/ShipmentCreateInput.js +1 -0
- package/dist/esm/type/ShipmentCreateItemInput.js +1 -0
- package/dist/esm/type/ShipmentCreateTrackAndTraceInput.js +1 -0
- package/dist/esm/type/ShipmentItem.js +1 -0
- package/dist/esm/type/ShipmentItemCreateInput.js +1 -0
- package/dist/esm/type/ShipmentItemResponse.js +1 -0
- package/dist/esm/type/ShipmentItemSearchInput.js +1 -0
- package/dist/esm/type/ShipmentItemSortInput.js +1 -0
- package/dist/esm/type/ShipmentItemUpdateInput.js +1 -0
- package/dist/esm/type/ShipmentResponse.js +1 -0
- package/dist/esm/type/ShipmentSearchInput.js +1 -0
- package/dist/esm/type/ShipmentSortInput.js +1 -0
- package/dist/esm/type/ShipmentUpdateInput.js +1 -0
- package/dist/esm/type/Shop.js +1 -0
- package/dist/esm/type/ShopPriceCalculationConfig.js +1 -0
- package/dist/esm/type/Source.js +1 -0
- package/dist/esm/type/SourceInput.js +1 -0
- package/dist/esm/type/SourceSearchInput.js +1 -0
- package/dist/esm/type/SourceUpsertInput.js +1 -0
- package/dist/esm/type/SparePart.js +1 -0
- package/dist/esm/type/SparePartsMachine.js +1 -0
- package/dist/esm/type/SparePartsMachineMedia.js +1 -0
- package/dist/esm/type/SparePartsMachineProductSearchInput.js +1 -0
- package/dist/esm/type/SparePartsMachineResponse.js +1 -0
- package/dist/esm/type/SparePartsResponse.js +1 -0
- package/dist/esm/type/StandardFileUploadInput.js +1 -0
- package/dist/esm/type/Surcharge.js +1 -0
- package/dist/esm/type/SurchargeProduct.js +1 -0
- package/dist/esm/type/SurchargeProductResponse.js +1 -0
- package/dist/esm/type/SurchargeSearchInput.js +1 -0
- package/dist/esm/type/SurchargesResponse.js +1 -0
- package/dist/esm/type/Tax.js +1 -0
- package/dist/esm/type/TaxCreateInput.js +1 -0
- package/dist/esm/type/TaxSearchInput.js +1 -0
- package/dist/esm/type/TaxSortInput.js +1 -0
- package/dist/esm/type/TaxUpdateInput.js +1 -0
- package/dist/esm/type/TaxesResponse.js +1 -0
- package/dist/esm/type/TemplateErrorLog.js +1 -0
- package/dist/esm/type/TemplateErrorLogResponse.js +1 -0
- package/dist/esm/type/TemplateErrorLogSearchInput.js +1 -0
- package/dist/esm/type/TemplateErrorLogSortInput.js +1 -0
- package/dist/esm/type/TemplateErrorLogStats.js +1 -0
- package/dist/esm/type/TemplateRenderInput.js +1 -0
- package/dist/esm/type/TemplateResponse.js +1 -0
- package/dist/esm/type/TemplateSearchInput.js +1 -0
- package/dist/esm/type/TemplateSortInput.js +1 -0
- package/dist/esm/type/Tenant.js +1 -0
- package/dist/esm/type/TenantCreateInput.js +1 -0
- package/dist/esm/type/TenantResponse.js +1 -0
- package/dist/esm/type/TenantUpdateInput.js +1 -0
- package/dist/esm/type/Tender.js +1 -0
- package/dist/esm/type/TenderAddItemInput.js +1 -0
- package/dist/esm/type/TenderAddItemsInput.js +1 -0
- package/dist/esm/type/TenderAddress.js +1 -0
- package/dist/esm/type/TenderBaseItem.js +1 -0
- package/dist/esm/type/TenderCarrier.js +1 -0
- package/dist/esm/type/TenderChildItemInput.js +1 -0
- package/dist/esm/type/TenderDiscountInput.js +1 -0
- package/dist/esm/type/TenderItemIncentive.js +1 -0
- package/dist/esm/type/TenderItemSurcharge.js +1 -0
- package/dist/esm/type/TenderMainItem.js +1 -0
- package/dist/esm/type/TenderPayment.js +1 -0
- package/dist/esm/type/TenderPaymentInput.js +1 -0
- package/dist/esm/type/TenderPaymethod.js +1 -0
- package/dist/esm/type/TenderPostage.js +1 -0
- package/dist/esm/type/TenderPostageInput.js +1 -0
- package/dist/esm/type/TenderProcessResponse.js +1 -0
- package/dist/esm/type/TenderResponse.js +1 -0
- package/dist/esm/type/TenderResponseData.js +1 -0
- package/dist/esm/type/TenderStartInput.js +1 -0
- package/dist/esm/type/TenderTaxLevel.js +1 -0
- package/dist/esm/type/TenderTotal.js +1 -0
- package/dist/esm/type/TenderUpdateAddressInput.js +1 -0
- package/dist/esm/type/TenderUpdateInput.js +1 -0
- package/dist/esm/type/TenderUpdateItemInput.js +1 -0
- package/dist/esm/type/Ticket.js +1 -0
- package/dist/esm/type/TicketCreateInput.js +1 -0
- package/dist/esm/type/TicketResponse.js +1 -0
- package/dist/esm/type/TicketSearchInput.js +1 -0
- package/dist/esm/type/TicketSortInput.js +1 -0
- package/dist/esm/type/TicketUpdateInput.js +1 -0
- package/dist/esm/type/TrackAndTrace.js +1 -0
- package/dist/esm/type/TrackAndTraceCreateInput.js +1 -0
- package/dist/esm/type/TrackAndTraceResponse.js +1 -0
- package/dist/esm/type/TrackAndTraceSearchInput.js +1 -0
- package/dist/esm/type/TrackAndTraceSortInput.js +1 -0
- package/dist/esm/type/TrackAndTraceUpdateInput.js +1 -0
- package/dist/esm/type/Transaction.js +1 -0
- package/dist/esm/type/TransformationInput.js +1 -0
- package/dist/esm/type/TransformationsInput.js +1 -0
- package/dist/esm/type/TriggerContactSendWelcomeEmailEventInput.js +1 -0
- package/dist/esm/type/TriggerCustomEventInput.js +1 -0
- package/dist/esm/type/TriggerCustomerSendWelcomeEmailEventInput.js +1 -0
- package/dist/esm/type/TriggerOrderSendConfirmEventInput.js +1 -0
- package/dist/esm/type/TriggerQuoteSendEventInput.js +1 -0
- package/dist/esm/type/TriggerQuoteSendRequestEventInput.js +1 -0
- package/dist/esm/type/TriggerQuoteSendValidationEventInput.js +1 -0
- package/dist/esm/type/TrimInput.js +1 -0
- package/dist/esm/type/UpdateCategoryInput.js +1 -0
- package/dist/esm/type/UpdateClusterConfigSettingResponse.js +1 -0
- package/dist/esm/type/UpdateCompanyInput.js +1 -0
- package/dist/esm/type/UpdateContactInput.js +1 -0
- package/dist/esm/type/UpdateCustomerInput.js +1 -0
- package/dist/esm/type/UpdateInventoryInput.js +1 -0
- package/dist/esm/type/UpdateMediaAttachmentInput.js +1 -0
- package/dist/esm/type/UpdateMediaDocumentInput.js +1 -0
- package/dist/esm/type/UpdateMediaImageInput.js +1 -0
- package/dist/esm/type/UpdateMediaVideoInput.js +1 -0
- package/dist/esm/type/UpdateOrderStatusInput.js +1 -0
- package/dist/esm/type/UpdateOrderStatusSetInput.js +1 -0
- package/dist/esm/type/UpdatePaymentInput.js +1 -0
- package/dist/esm/type/UpdateProductInput.js +1 -0
- package/dist/esm/type/UpdateSurchargeInput.js +1 -0
- package/dist/esm/type/UpdateUserDto.js +1 -0
- package/dist/esm/type/UpdateWarehouseAddressInput.js +1 -0
- package/dist/esm/type/UpdateWarehouseInput.js +1 -0
- package/dist/esm/type/UploadFileInput.js +1 -0
- package/dist/esm/type/UploadVideoInput.js +1 -0
- package/dist/esm/type/UpsertSparePartsMachineInput.js +1 -0
- package/dist/esm/type/UrlFileUploadInput.js +1 -0
- package/dist/esm/type/User.js +1 -0
- package/dist/esm/type/UserBulkPriceProductInput.js +1 -0
- package/dist/esm/type/UserClaims.js +1 -0
- package/dist/esm/type/UserResponse.js +1 -0
- package/dist/esm/type/UsersResponse.js +1 -0
- package/dist/esm/type/Valueset.js +1 -0
- package/dist/esm/type/ValuesetCreateInput.js +1 -0
- package/dist/esm/type/ValuesetCreateItemInput.js +1 -0
- package/dist/esm/type/ValuesetItem.js +1 -0
- package/dist/esm/type/ValuesetItemCreateInput.js +1 -0
- package/dist/esm/type/ValuesetItemResponse.js +1 -0
- package/dist/esm/type/ValuesetItemSearchInput.js +1 -0
- package/dist/esm/type/ValuesetItemSortInput.js +1 -0
- package/dist/esm/type/ValuesetItemUpdateInput.js +1 -0
- package/dist/esm/type/ValuesetResponse.js +1 -0
- package/dist/esm/type/ValuesetSearchInput.js +1 -0
- package/dist/esm/type/ValuesetSortInput.js +1 -0
- package/dist/esm/type/ValuesetUpdateInput.js +1 -0
- package/dist/esm/type/VerifyToken.js +1 -0
- package/dist/esm/type/VerifyTokenInput.js +1 -0
- package/dist/esm/type/VideoCsvInput.js +1 -0
- package/dist/esm/type/VideoCsvMapping.js +1 -0
- package/dist/esm/type/Warehouse.js +1 -0
- package/dist/esm/type/WarehouseAddress.js +1 -0
- package/dist/esm/type/WarehouseSortInput.js +1 -0
- package/dist/esm/type/WarehousesResponse.js +1 -0
- package/dist/esm/type/WarehousesSearchInput.js +1 -0
- package/dist/esm/type/ZoneTaxCode.js +1 -0
- package/dist/esm/type/ZoneTaxCodeCreateInput.js +1 -0
- package/dist/esm/type/ZoneTaxCodeResponse.js +1 -0
- package/dist/esm/type/ZoneTaxCodeSearchInput.js +1 -0
- package/dist/esm/type/ZoneTaxCodeSortInput.js +1 -0
- package/dist/esm/type/ZoneTaxCodeUpdateInput.js +1 -0
- package/dist/esm/type/index.js +721 -0
- package/dist/esm/util/getLocalized.js +28 -0
- package/dist/esm/util/index.js +1 -0
- package/package.json +95 -0
|
@@ -0,0 +1,4283 @@
|
|
|
1
|
+
import type { AddOrderStatusesToOrderStatusSetInput, AddSurchargesToProductInput, AdminUsersSearchInput, AttributeCreateInput, AttributeCsvInput, AttributeDescriptionCreateInput, AttributeDescriptionCsvInput, AttributeDescriptionSearchInput, AttributeDescriptionUpdateInput, AttributeResultSearchInput, AttributeSearchInput, AttributeUpdateInput, Base64FileInput, BulkCostPriceCreateInput, BulkCostPriceCsvInput, BulkCostPriceSearchInput, BulkCostPriceUpdateInput, BulkPriceCreateInput, BulkPriceCsvInput, BulkPriceSearchInput, BulkPriceUpdateInput, BundleAddItemsInput, BundleCreateInput, BundleSearchInput, BundleUpdateInput, BusinessRuleCreateInput, BusinessRuleDecisionTableAddColumnInput, BusinessRuleDecisionTableDeleteColumnInput, BusinessRuleDecisionTableDeleteRowInput, BusinessRuleDecisionTableMoveRowInput, BusinessRuleDecisionTableSearchInput, BusinessRuleDecisionTableSetCellInput, BusinessRuleDecisionTableUpdateInput, BusinessRuleSearchInput, BusinessRuleUpdateInput, CarrierCreateInput, CarrierUpdateInput, CarriersSearchInput, CartAcceptPurchaseAuthorizationRequestInput, CartActionCodeInput, CartDeleteItemInput, CartItemsBulkUpsertInput, CartSearchInput, CartSetContactInput, CartSetCustomerInput, CartSetUserInput, CategoryAddProductsClustersInput, CategoryCsvInput, CategoryProductSearchInput, CategoryRemoveProductsClustersInput, CategorySearchInput, ChannelCreateInput, ChannelUpdateInput, ClusterAssignProductsInput, ClusterBulkMoveInput, ClusterConfigCreateInput, ClusterConfigSettingInput, ClusterConfigSettingUpdateInput, ClusterCreateInput, ClusterCsvInput, ClusterOptionCreateInput, ClusterOptionUpdateInput, ClusterUnassignProductsInput, ClusterUpdateInput, CompanyAddressCreateInput, CompanyAddressDeleteInput, CompanyAddressUpdateInput, CompanyCsvInput, CompanySearchArguments, CompanySearchIndexUpdateMappingInput, CompanySearchReindexInput, ComputedOrderlistsInput, ContactAddToCompaniesInput, ContactCompaniesSearchInput, ContactCsvInput, ContactPurchaseAuthorizationConfigSearchInput, ContactRemoveFromCompaniesInput, ContactSearchArguments, CostPriceCreateInput, CostPriceSearchInput, CostPriceUpdateInput, CreateAccountInput, CreateAuthenticationInput, CreateCategoryInput, CreateContactInput, CreateInventoryInput, CreateOrderStatusInput, CreateOrderStatusSetInput, CreatePaymentInput, CreateProductInput, CreateSparePartsMachineInput, CreateSurchargeInput, CreateTenantDto, CreateUserDto, CreateWarehouseAddressInput, CreateWarehouseInput, CrossupsellCreateInput, CrossupsellSearchInput, CrossupsellUpdateInput, CustomerAddressCreateInput, CustomerAddressDeleteInput, CustomerAddressUpdateInput, CustomerCsvInput, CustomerInput, CustomerSearchArguments, DeleteWarehouseAddressInput, DiscountCreateInput, DiscountCsvInput, DiscountSearchInput, DiscountUpdateInput, DocumentCsvInput, DocumentTemplateCreateInput, DocumentTemplateUpdateInput, EmailEventInput, EmailSendEventInput, EmailTemplateCreateInput, EmailTemplateUpdateInput, EventActionConfigSearchInput, EventToEmailConfigCreateInput, EventToEmailConfigUpdateInput, EventToWebHookConfigCreateInput, EventToWebHookConfigUpdateInput, ExchangeRefreshTokenInput, FavoriteListsCreateInput, FavoriteListsItemsInput, FavoriteListsSearchInput, FavoriteListsUpdateInput, FilterAvailableAttributeInput, ImageCsvInput, IncentiveRuleOrderItemSetCellInput, IncentiveRuleSetActionInput, InventoryCsvInput, LoginInput, MagicTokenCreateInput, MagicTokenSearchInput, MagicTokenUpdateInput, MediaAttachmentInput, MediaDocumentInput, MediaDocumentProductSearchInput, MediaDocumentSearchInput, MediaImageInput, MediaImageProductSearchInput, MediaImageSearchInput, MediaVideoInput, MediaVideoProductSearchInput, MediaVideoSearchInput, OrderCreateInput, OrderRevisionSearchInput, OrderRevisionsInvalidateInput, OrderSearchArguments, OrderSetStatusInput, OrderStatusSearchByInput, OrderStatusSetSearchByInput, OrderStatusSetsSearchInput, OrderStatusesSearchInput, OrderUpdateAddressInput, OrderlistCompaniesInput, OrderlistCreateInput, OrderlistItemsInput, OrderlistSearchInput, OrderlistUpdateInput, OrderlistUsersInput, PasswordRecoveryLinkInput, PasswordResetLinkEmailInput, PayMethodCreateInput, PayMethodSearchInput, PayMethodUpdateInput, PaymentsSearchInput, PriceCalculateDefaultInput, PriceCalculateInput, PriceCalculateProductInput, PriceCreateInput, PriceCsvInput, PriceSearchInput, PriceUpdateInput, PricesheetAssignInput, PricesheetCreateInput, PricesheetCsvInput, PricesheetSearchInput, PricesheetUnassignInput, PricesheetUpdateInput, PricesheetsEffectiveInput, ProductBulkMoveInput, ProductCsvInput, ProductSearchInput, PurchaseAuthorizationConfigCreateInput, PurchaseAuthorizationConfigSearchInput, PurchaseAuthorizationConfigUpdateInput, RegisterContactInput, RegisterCustomerInput, RemoveOrderStatusesFromOrderStatusSetInput, RemoveSurchargesFromProductInput, RoleCreateInput, RoleDefinitionCreateInput, RoleDefinitionSearchInput, RoleDefinitionUpdateInput, RoleSearchInput, RoleUpdateInput, SearchByInput, SearchSparePartsMachineInput, ShipmentCreateInput, ShipmentItemCreateInput, ShipmentItemSearchInput, ShipmentItemUpdateInput, ShipmentSearchInput, ShipmentUpdateInput, SurchargeSearchInput, TaxCreateInput, TaxSearchInput, TaxUpdateInput, TemplateErrorLogSearchInput, TemplateRenderInput, TemplateSearchInput, TenantCreateInput, TenantUpdateInput, TenderAddItemsInput, TenderDiscountInput, TenderPaymentInput, TenderPostageInput, TenderStartInput, TenderUpdateAddressInput, TenderUpdateInput, TenderUpdateItemInput, TicketCreateInput, TicketSearchInput, TicketUpdateInput, TrackAndTraceCreateInput, TrackAndTraceSearchInput, TrackAndTraceUpdateInput, TransformationsInput, TriggerContactSendWelcomeEmailEventInput, TriggerCustomEventInput, TriggerCustomerSendWelcomeEmailEventInput, TriggerOrderSendConfirmEventInput, TriggerQuoteSendEventInput, TriggerQuoteSendRequestEventInput, TriggerQuoteSendValidationEventInput, UpdateCategoryInput, UpdateContactInput, UpdateCustomerInput, UpdateInventoryInput, UpdateMediaAttachmentInput, UpdateMediaDocumentInput, UpdateMediaImageInput, UpdateMediaVideoInput, UpdateOrderStatusInput, UpdateOrderStatusSetInput, UpdatePaymentInput, UpdateProductInput, UpdateSurchargeInput, UpdateUserDto, UpdateWarehouseAddressInput, UpdateWarehouseInput, UpsertSparePartsMachineInput, UserBulkPriceProductInput, ValuesetCreateInput, ValuesetItemCreateInput, ValuesetItemSearchInput, ValuesetItemUpdateInput, ValuesetSearchInput, ValuesetUpdateInput, VerifyTokenInput, VideoCsvInput, WarehousesSearchInput, ZoneTaxCodeCreateInput, ZoneTaxCodeSearchInput, ZoneTaxCodeUpdateInput } from '../type';
|
|
2
|
+
import type { AddressType, TaxCode, YesNo } from '../enum';
|
|
3
|
+
/**
|
|
4
|
+
* Variables for the `addCompanyManager` GraphQL operation. Generated from the
|
|
5
|
+
* operation signature — field names and required/optional status mirror
|
|
6
|
+
* the operation's declared variables exactly.
|
|
7
|
+
*/
|
|
8
|
+
export interface AddCompanyManagerVariables {
|
|
9
|
+
userId: number;
|
|
10
|
+
companyId: number;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Variables for the `addressesByCompanyId` GraphQL operation. Generated from the
|
|
14
|
+
* operation signature — field names and required/optional status mirror
|
|
15
|
+
* the operation's declared variables exactly.
|
|
16
|
+
*/
|
|
17
|
+
export interface AddressesByCompanyIdVariables {
|
|
18
|
+
companyId: number;
|
|
19
|
+
type?: AddressType;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Variables for the `addressesByCustomerId` GraphQL operation. Generated from the
|
|
23
|
+
* operation signature — field names and required/optional status mirror
|
|
24
|
+
* the operation's declared variables exactly.
|
|
25
|
+
*/
|
|
26
|
+
export interface AddressesByCustomerIdVariables {
|
|
27
|
+
customerId: number;
|
|
28
|
+
type?: AddressType;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Variables for the `addressesByOrderId` GraphQL operation. Generated from the
|
|
32
|
+
* operation signature — field names and required/optional status mirror
|
|
33
|
+
* the operation's declared variables exactly.
|
|
34
|
+
*/
|
|
35
|
+
export interface AddressesByOrderIdVariables {
|
|
36
|
+
orderId: number;
|
|
37
|
+
type?: AddressType;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Variables for the `addSurchargesToProduct` GraphQL operation. Generated from the
|
|
41
|
+
* operation signature — field names and required/optional status mirror
|
|
42
|
+
* the operation's declared variables exactly.
|
|
43
|
+
*/
|
|
44
|
+
export interface AddSurchargesToProductVariables {
|
|
45
|
+
input: AddSurchargesToProductInput;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Variables for the `adminUserCreate` GraphQL operation. Generated from the
|
|
49
|
+
* operation signature — field names and required/optional status mirror
|
|
50
|
+
* the operation's declared variables exactly.
|
|
51
|
+
*/
|
|
52
|
+
export interface AdminUserCreateVariables {
|
|
53
|
+
input: CreateUserDto;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Variables for the `adminUserDelete` GraphQL operation. Generated from the
|
|
57
|
+
* operation signature — field names and required/optional status mirror
|
|
58
|
+
* the operation's declared variables exactly.
|
|
59
|
+
*/
|
|
60
|
+
export interface AdminUserDeleteVariables {
|
|
61
|
+
email: string;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Variables for the `adminUsers` GraphQL operation. Generated from the
|
|
65
|
+
* operation signature — field names and required/optional status mirror
|
|
66
|
+
* the operation's declared variables exactly.
|
|
67
|
+
*/
|
|
68
|
+
export interface AdminUsersVariables {
|
|
69
|
+
input?: AdminUsersSearchInput;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Variables for the `adminUserTenantCreate` GraphQL operation. Generated from the
|
|
73
|
+
* operation signature — field names and required/optional status mirror
|
|
74
|
+
* the operation's declared variables exactly.
|
|
75
|
+
*/
|
|
76
|
+
export interface AdminUserTenantCreateVariables {
|
|
77
|
+
input: CreateTenantDto;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Variables for the `adminUserTenantDelete` GraphQL operation. Generated from the
|
|
81
|
+
* operation signature — field names and required/optional status mirror
|
|
82
|
+
* the operation's declared variables exactly.
|
|
83
|
+
*/
|
|
84
|
+
export interface AdminUserTenantDeleteVariables {
|
|
85
|
+
id: number;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Variables for the `adminUserTenant` GraphQL operation. Generated from the
|
|
89
|
+
* operation signature — field names and required/optional status mirror
|
|
90
|
+
* the operation's declared variables exactly.
|
|
91
|
+
*/
|
|
92
|
+
export interface AdminUserTenantVariables {
|
|
93
|
+
id: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Variables for the `adminUserUpdate` GraphQL operation. Generated from the
|
|
97
|
+
* operation signature — field names and required/optional status mirror
|
|
98
|
+
* the operation's declared variables exactly.
|
|
99
|
+
*/
|
|
100
|
+
export interface AdminUserUpdateVariables {
|
|
101
|
+
email: string;
|
|
102
|
+
input: UpdateUserDto;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Variables for the `adminUser` GraphQL operation. Generated from the
|
|
106
|
+
* operation signature — field names and required/optional status mirror
|
|
107
|
+
* the operation's declared variables exactly.
|
|
108
|
+
*/
|
|
109
|
+
export interface AdminUserVariables {
|
|
110
|
+
email: string;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Variables for the `attributeCreate` GraphQL operation. Generated from the
|
|
114
|
+
* operation signature — field names and required/optional status mirror
|
|
115
|
+
* the operation's declared variables exactly.
|
|
116
|
+
*/
|
|
117
|
+
export interface AttributeCreateVariables {
|
|
118
|
+
input: AttributeCreateInput;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Variables for the `attributeCsvImport` GraphQL operation. Generated from the
|
|
122
|
+
* operation signature — field names and required/optional status mirror
|
|
123
|
+
* the operation's declared variables exactly.
|
|
124
|
+
*/
|
|
125
|
+
export interface AttributeCsvImportVariables {
|
|
126
|
+
input: AttributeCsvInput;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Variables for the `attributeDelete` GraphQL operation. Generated from the
|
|
130
|
+
* operation signature — field names and required/optional status mirror
|
|
131
|
+
* the operation's declared variables exactly.
|
|
132
|
+
*/
|
|
133
|
+
export interface AttributeDeleteVariables {
|
|
134
|
+
id: string;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Variables for the `attributeDescriptionCreate` GraphQL operation. Generated from the
|
|
138
|
+
* operation signature — field names and required/optional status mirror
|
|
139
|
+
* the operation's declared variables exactly.
|
|
140
|
+
*/
|
|
141
|
+
export interface AttributeDescriptionCreateVariables {
|
|
142
|
+
input: AttributeDescriptionCreateInput;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Variables for the `attributeDescriptionCsvImport` GraphQL operation. Generated from the
|
|
146
|
+
* operation signature — field names and required/optional status mirror
|
|
147
|
+
* the operation's declared variables exactly.
|
|
148
|
+
*/
|
|
149
|
+
export interface AttributeDescriptionCsvImportVariables {
|
|
150
|
+
input: AttributeDescriptionCsvInput;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Variables for the `attributeDescriptionDeleteBulk` GraphQL operation. Generated from the
|
|
154
|
+
* operation signature — field names and required/optional status mirror
|
|
155
|
+
* the operation's declared variables exactly.
|
|
156
|
+
*/
|
|
157
|
+
export interface AttributeDescriptionDeleteBulkVariables {
|
|
158
|
+
ids: string[];
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Variables for the `attributeDescriptionDelete` GraphQL operation. Generated from the
|
|
162
|
+
* operation signature — field names and required/optional status mirror
|
|
163
|
+
* the operation's declared variables exactly.
|
|
164
|
+
*/
|
|
165
|
+
export interface AttributeDescriptionDeleteVariables {
|
|
166
|
+
id: string;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Variables for the `attributeDescriptions` GraphQL operation. Generated from the
|
|
170
|
+
* operation signature — field names and required/optional status mirror
|
|
171
|
+
* the operation's declared variables exactly.
|
|
172
|
+
*/
|
|
173
|
+
export interface AttributeDescriptionsVariables {
|
|
174
|
+
input: AttributeDescriptionSearchInput;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Variables for the `attributeDescriptionUpdate` GraphQL operation. Generated from the
|
|
178
|
+
* operation signature — field names and required/optional status mirror
|
|
179
|
+
* the operation's declared variables exactly.
|
|
180
|
+
*/
|
|
181
|
+
export interface AttributeDescriptionUpdateVariables {
|
|
182
|
+
id: string;
|
|
183
|
+
input: AttributeDescriptionUpdateInput;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Variables for the `attributeDescription` GraphQL operation. Generated from the
|
|
187
|
+
* operation signature — field names and required/optional status mirror
|
|
188
|
+
* the operation's declared variables exactly.
|
|
189
|
+
*/
|
|
190
|
+
export interface AttributeDescriptionVariables {
|
|
191
|
+
id: string;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Variables for the `attributeResultByCategoryId` GraphQL operation. Generated from the
|
|
195
|
+
* operation signature — field names and required/optional status mirror
|
|
196
|
+
* the operation's declared variables exactly.
|
|
197
|
+
*/
|
|
198
|
+
export interface AttributeResultByCategoryIdVariables {
|
|
199
|
+
categoryId: number;
|
|
200
|
+
input: AttributeResultSearchInput;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Variables for the `attributeResultByClusterId` GraphQL operation. Generated from the
|
|
204
|
+
* operation signature — field names and required/optional status mirror
|
|
205
|
+
* the operation's declared variables exactly.
|
|
206
|
+
*/
|
|
207
|
+
export interface AttributeResultByClusterIdVariables {
|
|
208
|
+
clusterId: number;
|
|
209
|
+
input: AttributeResultSearchInput;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Variables for the `attributeResultByCompanyId` GraphQL operation. Generated from the
|
|
213
|
+
* operation signature — field names and required/optional status mirror
|
|
214
|
+
* the operation's declared variables exactly.
|
|
215
|
+
*/
|
|
216
|
+
export interface AttributeResultByCompanyIdVariables {
|
|
217
|
+
companyId: number;
|
|
218
|
+
input: AttributeResultSearchInput;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* Variables for the `attributeResultByContactId` GraphQL operation. Generated from the
|
|
222
|
+
* operation signature — field names and required/optional status mirror
|
|
223
|
+
* the operation's declared variables exactly.
|
|
224
|
+
*/
|
|
225
|
+
export interface AttributeResultByContactIdVariables {
|
|
226
|
+
contactId: number;
|
|
227
|
+
input: AttributeResultSearchInput;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Variables for the `attributeResultByCustomerId` GraphQL operation. Generated from the
|
|
231
|
+
* operation signature — field names and required/optional status mirror
|
|
232
|
+
* the operation's declared variables exactly.
|
|
233
|
+
*/
|
|
234
|
+
export interface AttributeResultByCustomerIdVariables {
|
|
235
|
+
customerId: number;
|
|
236
|
+
input: AttributeResultSearchInput;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Variables for the `attributeResultByProductId` GraphQL operation. Generated from the
|
|
240
|
+
* operation signature — field names and required/optional status mirror
|
|
241
|
+
* the operation's declared variables exactly.
|
|
242
|
+
*/
|
|
243
|
+
export interface AttributeResultByProductIdVariables {
|
|
244
|
+
productId: number;
|
|
245
|
+
input: AttributeResultSearchInput;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Variables for the `attributesByProductId` GraphQL operation. Generated from the
|
|
249
|
+
* operation signature — field names and required/optional status mirror
|
|
250
|
+
* the operation's declared variables exactly.
|
|
251
|
+
*/
|
|
252
|
+
export interface AttributesByProductIdVariables {
|
|
253
|
+
productId: number;
|
|
254
|
+
input: AttributeSearchInput;
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Variables for the `attributes` GraphQL operation. Generated from the
|
|
258
|
+
* operation signature — field names and required/optional status mirror
|
|
259
|
+
* the operation's declared variables exactly.
|
|
260
|
+
*/
|
|
261
|
+
export interface AttributesVariables {
|
|
262
|
+
input: AttributeSearchInput;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Variables for the `attributeUpdate` GraphQL operation. Generated from the
|
|
266
|
+
* operation signature — field names and required/optional status mirror
|
|
267
|
+
* the operation's declared variables exactly.
|
|
268
|
+
*/
|
|
269
|
+
export interface AttributeUpdateVariables {
|
|
270
|
+
id: string;
|
|
271
|
+
input: AttributeUpdateInput;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Variables for the `attribute` GraphQL operation. Generated from the
|
|
275
|
+
* operation signature — field names and required/optional status mirror
|
|
276
|
+
* the operation's declared variables exactly.
|
|
277
|
+
*/
|
|
278
|
+
export interface AttributeVariables {
|
|
279
|
+
id: string;
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Variables for the `authenticationCreate` GraphQL operation. Generated from the
|
|
283
|
+
* operation signature — field names and required/optional status mirror
|
|
284
|
+
* the operation's declared variables exactly.
|
|
285
|
+
*/
|
|
286
|
+
export interface AuthenticationCreateVariables {
|
|
287
|
+
input: CreateAuthenticationInput;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Variables for the `authenticationDelete` GraphQL operation. Generated from the
|
|
291
|
+
* operation signature — field names and required/optional status mirror
|
|
292
|
+
* the operation's declared variables exactly.
|
|
293
|
+
*/
|
|
294
|
+
export interface AuthenticationDeleteVariables {
|
|
295
|
+
uid: string;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Variables for the `authentication` GraphQL operation. Generated from the
|
|
299
|
+
* operation signature — field names and required/optional status mirror
|
|
300
|
+
* the operation's declared variables exactly.
|
|
301
|
+
*/
|
|
302
|
+
export interface AuthenticationVariables {
|
|
303
|
+
email: string;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Variables for the `bulkCostPriceCreate` GraphQL operation. Generated from the
|
|
307
|
+
* operation signature — field names and required/optional status mirror
|
|
308
|
+
* the operation's declared variables exactly.
|
|
309
|
+
*/
|
|
310
|
+
export interface BulkCostPriceCreateVariables {
|
|
311
|
+
input: BulkCostPriceCreateInput;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* Variables for the `bulkCostPriceCsvImport` GraphQL operation. Generated from the
|
|
315
|
+
* operation signature — field names and required/optional status mirror
|
|
316
|
+
* the operation's declared variables exactly.
|
|
317
|
+
*/
|
|
318
|
+
export interface BulkCostPriceCsvImportVariables {
|
|
319
|
+
input: BulkCostPriceCsvInput;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Variables for the `bulkCostPriceDelete` GraphQL operation. Generated from the
|
|
323
|
+
* operation signature — field names and required/optional status mirror
|
|
324
|
+
* the operation's declared variables exactly.
|
|
325
|
+
*/
|
|
326
|
+
export interface BulkCostPriceDeleteVariables {
|
|
327
|
+
id: string;
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* Variables for the `bulkCostPricesBulk` GraphQL operation. Generated from the
|
|
331
|
+
* operation signature — field names and required/optional status mirror
|
|
332
|
+
* the operation's declared variables exactly.
|
|
333
|
+
*/
|
|
334
|
+
export interface BulkCostPricesBulkVariables {
|
|
335
|
+
input: BulkCostPriceCreateInput[];
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Variables for the `bulkCostPricesDelete` GraphQL operation. Generated from the
|
|
339
|
+
* operation signature — field names and required/optional status mirror
|
|
340
|
+
* the operation's declared variables exactly.
|
|
341
|
+
*/
|
|
342
|
+
export interface BulkCostPricesDeleteVariables {
|
|
343
|
+
priceId: string;
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* Variables for the `bulkCostPrices` GraphQL operation. Generated from the
|
|
347
|
+
* operation signature — field names and required/optional status mirror
|
|
348
|
+
* the operation's declared variables exactly.
|
|
349
|
+
*/
|
|
350
|
+
export interface BulkCostPricesVariables {
|
|
351
|
+
input?: BulkCostPriceSearchInput;
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* Variables for the `bulkCostPriceUpdate` GraphQL operation. Generated from the
|
|
355
|
+
* operation signature — field names and required/optional status mirror
|
|
356
|
+
* the operation's declared variables exactly.
|
|
357
|
+
*/
|
|
358
|
+
export interface BulkCostPriceUpdateVariables {
|
|
359
|
+
id: string;
|
|
360
|
+
input: BulkCostPriceUpdateInput;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Variables for the `bulkPriceCreate` GraphQL operation. Generated from the
|
|
364
|
+
* operation signature — field names and required/optional status mirror
|
|
365
|
+
* the operation's declared variables exactly.
|
|
366
|
+
*/
|
|
367
|
+
export interface BulkPriceCreateVariables {
|
|
368
|
+
input: BulkPriceCreateInput;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Variables for the `bulkPriceCsvImport` GraphQL operation. Generated from the
|
|
372
|
+
* operation signature — field names and required/optional status mirror
|
|
373
|
+
* the operation's declared variables exactly.
|
|
374
|
+
*/
|
|
375
|
+
export interface BulkPriceCsvImportVariables {
|
|
376
|
+
input: BulkPriceCsvInput;
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* Variables for the `bulkPriceDelete` GraphQL operation. Generated from the
|
|
380
|
+
* operation signature — field names and required/optional status mirror
|
|
381
|
+
* the operation's declared variables exactly.
|
|
382
|
+
*/
|
|
383
|
+
export interface BulkPriceDeleteVariables {
|
|
384
|
+
id: string;
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Variables for the `bulkPricesCreate` GraphQL operation. Generated from the
|
|
388
|
+
* operation signature — field names and required/optional status mirror
|
|
389
|
+
* the operation's declared variables exactly.
|
|
390
|
+
*/
|
|
391
|
+
export interface BulkPricesCreateVariables {
|
|
392
|
+
input: BulkPriceCreateInput[];
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* Variables for the `bulkPricesDelete` GraphQL operation. Generated from the
|
|
396
|
+
* operation signature — field names and required/optional status mirror
|
|
397
|
+
* the operation's declared variables exactly.
|
|
398
|
+
*/
|
|
399
|
+
export interface BulkPricesDeleteVariables {
|
|
400
|
+
priceId: string;
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Variables for the `bulkPrices` GraphQL operation. Generated from the
|
|
404
|
+
* operation signature — field names and required/optional status mirror
|
|
405
|
+
* the operation's declared variables exactly.
|
|
406
|
+
*/
|
|
407
|
+
export interface BulkPricesVariables {
|
|
408
|
+
input?: BulkPriceSearchInput;
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Variables for the `bulkPriceUpdate` GraphQL operation. Generated from the
|
|
412
|
+
* operation signature — field names and required/optional status mirror
|
|
413
|
+
* the operation's declared variables exactly.
|
|
414
|
+
*/
|
|
415
|
+
export interface BulkPriceUpdateVariables {
|
|
416
|
+
id: string;
|
|
417
|
+
input: BulkPriceUpdateInput;
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Variables for the `bundleAddItemsAndReturnBundle` GraphQL operation. Generated from the
|
|
421
|
+
* operation signature — field names and required/optional status mirror
|
|
422
|
+
* the operation's declared variables exactly,
|
|
423
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
424
|
+
* declares this non-null but the SDK supplies a default when
|
|
425
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
426
|
+
*/
|
|
427
|
+
export interface BundleAddItemsAndReturnBundleVariables {
|
|
428
|
+
id: string;
|
|
429
|
+
input: BundleAddItemsInput;
|
|
430
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
431
|
+
language?: string;
|
|
432
|
+
imageVariantFilters?: TransformationsInput;
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* Variables for the `bundleAddItems` GraphQL operation. Generated from the
|
|
436
|
+
* operation signature — field names and required/optional status mirror
|
|
437
|
+
* the operation's declared variables exactly,
|
|
438
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
439
|
+
* declares this non-null but the SDK supplies a default when
|
|
440
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
441
|
+
*/
|
|
442
|
+
export interface BundleAddItemsVariables {
|
|
443
|
+
id: string;
|
|
444
|
+
input: BundleAddItemsInput;
|
|
445
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
446
|
+
language?: string;
|
|
447
|
+
imageVariantFilters?: TransformationsInput;
|
|
448
|
+
}
|
|
449
|
+
/**
|
|
450
|
+
* Variables for the `bundleCreate` GraphQL operation. Generated from the
|
|
451
|
+
* operation signature — field names and required/optional status mirror
|
|
452
|
+
* the operation's declared variables exactly,
|
|
453
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
454
|
+
* declares this non-null but the SDK supplies a default when
|
|
455
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
456
|
+
*/
|
|
457
|
+
export interface BundleCreateVariables {
|
|
458
|
+
input: BundleCreateInput;
|
|
459
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
460
|
+
language?: string;
|
|
461
|
+
imageVariantFilters?: TransformationsInput;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* Variables for the `bundleDelete` GraphQL operation. Generated from the
|
|
465
|
+
* operation signature — field names and required/optional status mirror
|
|
466
|
+
* the operation's declared variables exactly.
|
|
467
|
+
*/
|
|
468
|
+
export interface BundleDeleteVariables {
|
|
469
|
+
id: string;
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Variables for the `bundleRemoveItemAndReturnBundle` GraphQL operation. Generated from the
|
|
473
|
+
* operation signature — field names and required/optional status mirror
|
|
474
|
+
* the operation's declared variables exactly,
|
|
475
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
476
|
+
* declares this non-null but the SDK supplies a default when
|
|
477
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
478
|
+
*/
|
|
479
|
+
export interface BundleRemoveItemAndReturnBundleVariables {
|
|
480
|
+
id: string;
|
|
481
|
+
productId: number;
|
|
482
|
+
taxZone?: string;
|
|
483
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
484
|
+
language?: string;
|
|
485
|
+
imageVariantFilters?: TransformationsInput;
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Variables for the `bundleRemoveItem` GraphQL operation. Generated from the
|
|
489
|
+
* operation signature — field names and required/optional status mirror
|
|
490
|
+
* the operation's declared variables exactly.
|
|
491
|
+
*/
|
|
492
|
+
export interface BundleRemoveItemVariables {
|
|
493
|
+
id: string;
|
|
494
|
+
productId: number;
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* Variables for the `bundles` GraphQL operation. Generated from the
|
|
498
|
+
* operation signature — field names and required/optional status mirror
|
|
499
|
+
* the operation's declared variables exactly,
|
|
500
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
501
|
+
* declares this non-null but the SDK supplies a default when
|
|
502
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
503
|
+
*/
|
|
504
|
+
export interface BundlesVariables {
|
|
505
|
+
input?: BundleSearchInput;
|
|
506
|
+
language?: string;
|
|
507
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
508
|
+
imageVariantFilters?: TransformationsInput;
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Variables for the `bundleUpdate` GraphQL operation. Generated from the
|
|
512
|
+
* operation signature — field names and required/optional status mirror
|
|
513
|
+
* the operation's declared variables exactly,
|
|
514
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
515
|
+
* declares this non-null but the SDK supplies a default when
|
|
516
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
517
|
+
*/
|
|
518
|
+
export interface BundleUpdateVariables {
|
|
519
|
+
id: string;
|
|
520
|
+
input: BundleUpdateInput;
|
|
521
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
522
|
+
language?: string;
|
|
523
|
+
imageVariantFilters?: TransformationsInput;
|
|
524
|
+
}
|
|
525
|
+
/**
|
|
526
|
+
* Variables for the `bundle` GraphQL operation. Generated from the
|
|
527
|
+
* operation signature — field names and required/optional status mirror
|
|
528
|
+
* the operation's declared variables exactly,
|
|
529
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
530
|
+
* declares this non-null but the SDK supplies a default when
|
|
531
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
532
|
+
*/
|
|
533
|
+
export interface BundleVariables {
|
|
534
|
+
id: string;
|
|
535
|
+
taxZone?: string;
|
|
536
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
537
|
+
language?: string;
|
|
538
|
+
imageVariantFilters?: TransformationsInput;
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* Variables for the `businessRuleCreate` GraphQL operation. Generated from the
|
|
542
|
+
* operation signature — field names and required/optional status mirror
|
|
543
|
+
* the operation's declared variables exactly.
|
|
544
|
+
*/
|
|
545
|
+
export interface BusinessRuleCreateVariables {
|
|
546
|
+
input: BusinessRuleCreateInput;
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* Variables for the `businessRuleDecisionTableAddColumn` GraphQL operation. Generated from the
|
|
550
|
+
* operation signature — field names and required/optional status mirror
|
|
551
|
+
* the operation's declared variables exactly.
|
|
552
|
+
*/
|
|
553
|
+
export interface BusinessRuleDecisionTableAddColumnVariables {
|
|
554
|
+
input: BusinessRuleDecisionTableAddColumnInput;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Variables for the `businessRuleDecisionTableAddRow` GraphQL operation. Generated from the
|
|
558
|
+
* operation signature — field names and required/optional status mirror
|
|
559
|
+
* the operation's declared variables exactly.
|
|
560
|
+
*/
|
|
561
|
+
export interface BusinessRuleDecisionTableAddRowVariables {
|
|
562
|
+
input: BusinessRuleDecisionTableSearchInput;
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Variables for the `businessRuleDecisionTableDeleteColumn` GraphQL operation. Generated from the
|
|
566
|
+
* operation signature — field names and required/optional status mirror
|
|
567
|
+
* the operation's declared variables exactly.
|
|
568
|
+
*/
|
|
569
|
+
export interface BusinessRuleDecisionTableDeleteColumnVariables {
|
|
570
|
+
input: BusinessRuleDecisionTableDeleteColumnInput;
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* Variables for the `businessRuleDecisionTableDeleteRow` GraphQL operation. Generated from the
|
|
574
|
+
* operation signature — field names and required/optional status mirror
|
|
575
|
+
* the operation's declared variables exactly.
|
|
576
|
+
*/
|
|
577
|
+
export interface BusinessRuleDecisionTableDeleteRowVariables {
|
|
578
|
+
input: BusinessRuleDecisionTableDeleteRowInput;
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* Variables for the `businessRuleDecisionTableMoveRow` GraphQL operation. Generated from the
|
|
582
|
+
* operation signature — field names and required/optional status mirror
|
|
583
|
+
* the operation's declared variables exactly.
|
|
584
|
+
*/
|
|
585
|
+
export interface BusinessRuleDecisionTableMoveRowVariables {
|
|
586
|
+
input: BusinessRuleDecisionTableMoveRowInput;
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* Variables for the `businessRuleDecisionTableSetCell` GraphQL operation. Generated from the
|
|
590
|
+
* operation signature — field names and required/optional status mirror
|
|
591
|
+
* the operation's declared variables exactly.
|
|
592
|
+
*/
|
|
593
|
+
export interface BusinessRuleDecisionTableSetCellVariables {
|
|
594
|
+
input: BusinessRuleDecisionTableSetCellInput;
|
|
595
|
+
}
|
|
596
|
+
/**
|
|
597
|
+
* Variables for the `businessRuleDecisionTableUpdate` GraphQL operation. Generated from the
|
|
598
|
+
* operation signature — field names and required/optional status mirror
|
|
599
|
+
* the operation's declared variables exactly.
|
|
600
|
+
*/
|
|
601
|
+
export interface BusinessRuleDecisionTableUpdateVariables {
|
|
602
|
+
input: BusinessRuleDecisionTableUpdateInput;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* Variables for the `businessRuleDecisionTable` GraphQL operation. Generated from the
|
|
606
|
+
* operation signature — field names and required/optional status mirror
|
|
607
|
+
* the operation's declared variables exactly.
|
|
608
|
+
*/
|
|
609
|
+
export interface BusinessRuleDecisionTableVariables {
|
|
610
|
+
input: BusinessRuleDecisionTableSearchInput;
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Variables for the `businessRuleDelete` GraphQL operation. Generated from the
|
|
614
|
+
* operation signature — field names and required/optional status mirror
|
|
615
|
+
* the operation's declared variables exactly.
|
|
616
|
+
*/
|
|
617
|
+
export interface BusinessRuleDeleteVariables {
|
|
618
|
+
id: string;
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* Variables for the `businessRuleFieldDefinitions` GraphQL operation. Generated from the
|
|
622
|
+
* operation signature — field names and required/optional status mirror
|
|
623
|
+
* the operation's declared variables exactly.
|
|
624
|
+
*/
|
|
625
|
+
export interface BusinessRuleFieldDefinitionsVariables {
|
|
626
|
+
name: string;
|
|
627
|
+
}
|
|
628
|
+
/**
|
|
629
|
+
* Variables for the `businessRuleJDM` GraphQL operation. Generated from the
|
|
630
|
+
* operation signature — field names and required/optional status mirror
|
|
631
|
+
* the operation's declared variables exactly.
|
|
632
|
+
*/
|
|
633
|
+
export interface BusinessRuleJDMVariables {
|
|
634
|
+
id: string;
|
|
635
|
+
language?: string;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* Variables for the `businessRules` GraphQL operation. Generated from the
|
|
639
|
+
* operation signature — field names and required/optional status mirror
|
|
640
|
+
* the operation's declared variables exactly.
|
|
641
|
+
*/
|
|
642
|
+
export interface BusinessRulesVariables {
|
|
643
|
+
filter?: BusinessRuleSearchInput;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* Variables for the `businessRuleUpdate` GraphQL operation. Generated from the
|
|
647
|
+
* operation signature — field names and required/optional status mirror
|
|
648
|
+
* the operation's declared variables exactly.
|
|
649
|
+
*/
|
|
650
|
+
export interface BusinessRuleUpdateVariables {
|
|
651
|
+
id: string;
|
|
652
|
+
input: BusinessRuleUpdateInput;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* Variables for the `businessRule` GraphQL operation. Generated from the
|
|
656
|
+
* operation signature — field names and required/optional status mirror
|
|
657
|
+
* the operation's declared variables exactly.
|
|
658
|
+
*/
|
|
659
|
+
export interface BusinessRuleVariables {
|
|
660
|
+
id: string;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* Variables for the `carrierAssignWarehouseAndReturnCarrier` GraphQL operation. Generated from the
|
|
664
|
+
* operation signature — field names and required/optional status mirror
|
|
665
|
+
* the operation's declared variables exactly.
|
|
666
|
+
*/
|
|
667
|
+
export interface CarrierAssignWarehouseAndReturnCarrierVariables {
|
|
668
|
+
id: number;
|
|
669
|
+
warehouseId: number;
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* Variables for the `carrierAssignWarehouse` GraphQL operation. Generated from the
|
|
673
|
+
* operation signature — field names and required/optional status mirror
|
|
674
|
+
* the operation's declared variables exactly.
|
|
675
|
+
*/
|
|
676
|
+
export interface CarrierAssignWarehouseVariables {
|
|
677
|
+
id: number;
|
|
678
|
+
warehouseId: number;
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* Variables for the `carrierCreate` GraphQL operation. Generated from the
|
|
682
|
+
* operation signature — field names and required/optional status mirror
|
|
683
|
+
* the operation's declared variables exactly.
|
|
684
|
+
*/
|
|
685
|
+
export interface CarrierCreateVariables {
|
|
686
|
+
input: CarrierCreateInput;
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* Variables for the `carrierDelete` GraphQL operation. Generated from the
|
|
690
|
+
* operation signature — field names and required/optional status mirror
|
|
691
|
+
* the operation's declared variables exactly.
|
|
692
|
+
*/
|
|
693
|
+
export interface CarrierDeleteVariables {
|
|
694
|
+
id: number;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* Variables for the `carriers` GraphQL operation. Generated from the
|
|
698
|
+
* operation signature — field names and required/optional status mirror
|
|
699
|
+
* the operation's declared variables exactly.
|
|
700
|
+
*/
|
|
701
|
+
export interface CarriersVariables {
|
|
702
|
+
input?: CarriersSearchInput;
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* Variables for the `carrierUnassignWarehouseAndReturnCarrier` GraphQL operation. Generated from the
|
|
706
|
+
* operation signature — field names and required/optional status mirror
|
|
707
|
+
* the operation's declared variables exactly.
|
|
708
|
+
*/
|
|
709
|
+
export interface CarrierUnassignWarehouseAndReturnCarrierVariables {
|
|
710
|
+
id: number;
|
|
711
|
+
warehouseId: number;
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* Variables for the `carrierUnassignWarehouse` GraphQL operation. Generated from the
|
|
715
|
+
* operation signature — field names and required/optional status mirror
|
|
716
|
+
* the operation's declared variables exactly.
|
|
717
|
+
*/
|
|
718
|
+
export interface CarrierUnassignWarehouseVariables {
|
|
719
|
+
id: number;
|
|
720
|
+
warehouseId: number;
|
|
721
|
+
}
|
|
722
|
+
/**
|
|
723
|
+
* Variables for the `carrierUpdate` GraphQL operation. Generated from the
|
|
724
|
+
* operation signature — field names and required/optional status mirror
|
|
725
|
+
* the operation's declared variables exactly.
|
|
726
|
+
*/
|
|
727
|
+
export interface CarrierUpdateVariables {
|
|
728
|
+
id: number;
|
|
729
|
+
input: CarrierUpdateInput;
|
|
730
|
+
}
|
|
731
|
+
/**
|
|
732
|
+
* Variables for the `carrier` GraphQL operation. Generated from the
|
|
733
|
+
* operation signature — field names and required/optional status mirror
|
|
734
|
+
* the operation's declared variables exactly.
|
|
735
|
+
*/
|
|
736
|
+
export interface CarrierVariables {
|
|
737
|
+
id: number;
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* Variables for the `cartAcceptPurchaseAuthorizationRequest` GraphQL operation. Generated from the
|
|
741
|
+
* operation signature — field names and required/optional status mirror
|
|
742
|
+
* the operation's declared variables exactly,
|
|
743
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
744
|
+
* declares this non-null but the SDK supplies a default when
|
|
745
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
746
|
+
*/
|
|
747
|
+
export interface CartAcceptPurchaseAuthorizationRequestVariables {
|
|
748
|
+
id: string;
|
|
749
|
+
input?: CartAcceptPurchaseAuthorizationRequestInput;
|
|
750
|
+
language?: string;
|
|
751
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
752
|
+
imageVariantFilters?: TransformationsInput;
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* Variables for the `cartAddActionCode` GraphQL operation. Generated from the
|
|
756
|
+
* operation signature — field names and required/optional status mirror
|
|
757
|
+
* the operation's declared variables exactly,
|
|
758
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
759
|
+
* declares this non-null but the SDK supplies a default when
|
|
760
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
761
|
+
*/
|
|
762
|
+
export interface CartAddActionCodeVariables {
|
|
763
|
+
id: string;
|
|
764
|
+
input: CartActionCodeInput;
|
|
765
|
+
language?: string;
|
|
766
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
767
|
+
imageVariantFilters?: TransformationsInput;
|
|
768
|
+
}
|
|
769
|
+
/**
|
|
770
|
+
* Variables for the `cartDeleteItem` GraphQL operation. Generated from the
|
|
771
|
+
* operation signature — field names and required/optional status mirror
|
|
772
|
+
* the operation's declared variables exactly,
|
|
773
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
774
|
+
* declares this non-null but the SDK supplies a default when
|
|
775
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
776
|
+
*/
|
|
777
|
+
export interface CartDeleteItemVariables {
|
|
778
|
+
id: string;
|
|
779
|
+
input: CartDeleteItemInput;
|
|
780
|
+
language?: string;
|
|
781
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
782
|
+
imageVariantFilters?: TransformationsInput;
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* Variables for the `cartInvalidateCache` GraphQL operation. Generated from the
|
|
786
|
+
* operation signature — field names and required/optional status mirror
|
|
787
|
+
* the operation's declared variables exactly.
|
|
788
|
+
*/
|
|
789
|
+
export interface CartInvalidateCacheVariables {
|
|
790
|
+
id?: string;
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* Variables for the `cartItemBulk` GraphQL operation. Generated from the
|
|
794
|
+
* operation signature — field names and required/optional status mirror
|
|
795
|
+
* the operation's declared variables exactly.
|
|
796
|
+
*/
|
|
797
|
+
export interface CartItemBulkVariables {
|
|
798
|
+
input: CartItemsBulkUpsertInput;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Variables for the `cartRemoveActionCode` GraphQL operation. Generated from the
|
|
802
|
+
* operation signature — field names and required/optional status mirror
|
|
803
|
+
* the operation's declared variables exactly,
|
|
804
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
805
|
+
* declares this non-null but the SDK supplies a default when
|
|
806
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
807
|
+
*/
|
|
808
|
+
export interface CartRemoveActionCodeVariables {
|
|
809
|
+
id: string;
|
|
810
|
+
input: CartActionCodeInput;
|
|
811
|
+
language?: string;
|
|
812
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
813
|
+
imageVariantFilters?: TransformationsInput;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* Variables for the `cartRequestPurchaseAuthorization` GraphQL operation. Generated from the
|
|
817
|
+
* operation signature — field names and required/optional status mirror
|
|
818
|
+
* the operation's declared variables exactly.
|
|
819
|
+
*/
|
|
820
|
+
export interface CartRequestPurchaseAuthorizationVariables {
|
|
821
|
+
id: string;
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* Variables for the `cartSetContact` GraphQL operation. Generated from the
|
|
825
|
+
* operation signature — field names and required/optional status mirror
|
|
826
|
+
* the operation's declared variables exactly,
|
|
827
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
828
|
+
* declares this non-null but the SDK supplies a default when
|
|
829
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
830
|
+
*/
|
|
831
|
+
export interface CartSetContactVariables {
|
|
832
|
+
id: string;
|
|
833
|
+
input: CartSetContactInput;
|
|
834
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
835
|
+
language?: string;
|
|
836
|
+
imageVariantFilters?: TransformationsInput;
|
|
837
|
+
}
|
|
838
|
+
/**
|
|
839
|
+
* Variables for the `cartSetCustomer` GraphQL operation. Generated from the
|
|
840
|
+
* operation signature — field names and required/optional status mirror
|
|
841
|
+
* the operation's declared variables exactly,
|
|
842
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
843
|
+
* declares this non-null but the SDK supplies a default when
|
|
844
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
845
|
+
*/
|
|
846
|
+
export interface CartSetCustomerVariables {
|
|
847
|
+
id: string;
|
|
848
|
+
input: CartSetCustomerInput;
|
|
849
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
850
|
+
language?: string;
|
|
851
|
+
imageVariantFilters?: TransformationsInput;
|
|
852
|
+
}
|
|
853
|
+
/**
|
|
854
|
+
* Variables for the `cartSetUser` GraphQL operation. Generated from the
|
|
855
|
+
* operation signature — field names and required/optional status mirror
|
|
856
|
+
* the operation's declared variables exactly,
|
|
857
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
858
|
+
* declares this non-null but the SDK supplies a default when
|
|
859
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
860
|
+
*/
|
|
861
|
+
export interface CartSetUserVariables {
|
|
862
|
+
id: string;
|
|
863
|
+
input: CartSetUserInput;
|
|
864
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
865
|
+
language?: string;
|
|
866
|
+
imageVariantFilters?: TransformationsInput;
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* Variables for the `carts` GraphQL operation. Generated from the
|
|
870
|
+
* operation signature — field names and required/optional status mirror
|
|
871
|
+
* the operation's declared variables exactly.
|
|
872
|
+
*/
|
|
873
|
+
export interface CartsVariables {
|
|
874
|
+
input: CartSearchInput;
|
|
875
|
+
}
|
|
876
|
+
/**
|
|
877
|
+
* Variables for the `cart` GraphQL operation. Generated from the
|
|
878
|
+
* operation signature — field names and required/optional status mirror
|
|
879
|
+
* the operation's declared variables exactly,
|
|
880
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
881
|
+
* declares this non-null but the SDK supplies a default when
|
|
882
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
883
|
+
*/
|
|
884
|
+
export interface CartVariables {
|
|
885
|
+
cartId: string;
|
|
886
|
+
language?: string;
|
|
887
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
888
|
+
imageVariantFilters?: TransformationsInput;
|
|
889
|
+
}
|
|
890
|
+
/**
|
|
891
|
+
* Variables for the `categories` GraphQL operation. Generated from the
|
|
892
|
+
* operation signature — field names and required/optional status mirror
|
|
893
|
+
* the operation's declared variables exactly.
|
|
894
|
+
*/
|
|
895
|
+
export interface CategoriesVariables {
|
|
896
|
+
filter?: CategorySearchInput;
|
|
897
|
+
userId?: number;
|
|
898
|
+
language?: string;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* Variables for the `categoryAddProductsClusters` GraphQL operation. Generated from the
|
|
902
|
+
* operation signature — field names and required/optional status mirror
|
|
903
|
+
* the operation's declared variables exactly,
|
|
904
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
905
|
+
* declares this non-null but the SDK supplies a default when
|
|
906
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
907
|
+
*/
|
|
908
|
+
export interface CategoryAddProductsClustersVariables {
|
|
909
|
+
id: number;
|
|
910
|
+
input: CategoryAddProductsClustersInput;
|
|
911
|
+
categoryProductSearchInput?: CategoryProductSearchInput;
|
|
912
|
+
language?: string;
|
|
913
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
914
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
915
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
916
|
+
imageVariantFilters?: TransformationsInput;
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* Variables for the `categoryCreate` GraphQL operation. Generated from the
|
|
920
|
+
* operation signature — field names and required/optional status mirror
|
|
921
|
+
* the operation's declared variables exactly,
|
|
922
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
923
|
+
* declares this non-null but the SDK supplies a default when
|
|
924
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
925
|
+
*/
|
|
926
|
+
export interface CategoryCreateVariables {
|
|
927
|
+
input: CreateCategoryInput;
|
|
928
|
+
categoryProductSearchInput?: CategoryProductSearchInput;
|
|
929
|
+
language?: string;
|
|
930
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
931
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
932
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
933
|
+
imageVariantFilters?: TransformationsInput;
|
|
934
|
+
}
|
|
935
|
+
/**
|
|
936
|
+
* Variables for the `categoryCsvImport` GraphQL operation. Generated from the
|
|
937
|
+
* operation signature — field names and required/optional status mirror
|
|
938
|
+
* the operation's declared variables exactly.
|
|
939
|
+
*/
|
|
940
|
+
export interface CategoryCsvImportVariables {
|
|
941
|
+
input: CategoryCsvInput;
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
* Variables for the `categoryDelete` GraphQL operation. Generated from the
|
|
945
|
+
* operation signature — field names and required/optional status mirror
|
|
946
|
+
* the operation's declared variables exactly.
|
|
947
|
+
*/
|
|
948
|
+
export interface CategoryDeleteVariables {
|
|
949
|
+
categoryId: number;
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* Variables for the `categoryRemoveProductsClusters` GraphQL operation. Generated from the
|
|
953
|
+
* operation signature — field names and required/optional status mirror
|
|
954
|
+
* the operation's declared variables exactly,
|
|
955
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
956
|
+
* declares this non-null but the SDK supplies a default when
|
|
957
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
958
|
+
*/
|
|
959
|
+
export interface CategoryRemoveProductsClustersVariables {
|
|
960
|
+
id: number;
|
|
961
|
+
input: CategoryRemoveProductsClustersInput;
|
|
962
|
+
categoryProductSearchInput?: CategoryProductSearchInput;
|
|
963
|
+
language?: string;
|
|
964
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
965
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
966
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
967
|
+
imageVariantFilters?: TransformationsInput;
|
|
968
|
+
}
|
|
969
|
+
/**
|
|
970
|
+
* Variables for the `categoryUpdate` GraphQL operation. Generated from the
|
|
971
|
+
* operation signature — field names and required/optional status mirror
|
|
972
|
+
* the operation's declared variables exactly,
|
|
973
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
974
|
+
* declares this non-null but the SDK supplies a default when
|
|
975
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
976
|
+
*/
|
|
977
|
+
export interface CategoryUpdateVariables {
|
|
978
|
+
categoryId: number;
|
|
979
|
+
input: UpdateCategoryInput;
|
|
980
|
+
categoryProductSearchInput?: CategoryProductSearchInput;
|
|
981
|
+
language?: string;
|
|
982
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
983
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
984
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
985
|
+
imageVariantFilters?: TransformationsInput;
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* Variables for the `category` GraphQL operation. Generated from the
|
|
989
|
+
* operation signature — field names and required/optional status mirror
|
|
990
|
+
* the operation's declared variables exactly,
|
|
991
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
992
|
+
* declares this non-null but the SDK supplies a default when
|
|
993
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
994
|
+
*/
|
|
995
|
+
export interface CategoryVariables {
|
|
996
|
+
categoryId?: number;
|
|
997
|
+
slug?: string;
|
|
998
|
+
userId?: number;
|
|
999
|
+
hidden?: YesNo;
|
|
1000
|
+
language?: string;
|
|
1001
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1002
|
+
categoryProductSearchInput?: CategoryProductSearchInput;
|
|
1003
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1004
|
+
imageVariantFilters?: TransformationsInput;
|
|
1005
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
1006
|
+
}
|
|
1007
|
+
/**
|
|
1008
|
+
* Variables for the `channelCreate` GraphQL operation. Generated from the
|
|
1009
|
+
* operation signature — field names and required/optional status mirror
|
|
1010
|
+
* the operation's declared variables exactly.
|
|
1011
|
+
*/
|
|
1012
|
+
export interface ChannelCreateVariables {
|
|
1013
|
+
input: ChannelCreateInput;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
* Variables for the `channelDelete` GraphQL operation. Generated from the
|
|
1017
|
+
* operation signature — field names and required/optional status mirror
|
|
1018
|
+
* the operation's declared variables exactly.
|
|
1019
|
+
*/
|
|
1020
|
+
export interface ChannelDeleteVariables {
|
|
1021
|
+
id: number;
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* Variables for the `channelUpdate` GraphQL operation. Generated from the
|
|
1025
|
+
* operation signature — field names and required/optional status mirror
|
|
1026
|
+
* the operation's declared variables exactly.
|
|
1027
|
+
*/
|
|
1028
|
+
export interface ChannelUpdateVariables {
|
|
1029
|
+
id: number;
|
|
1030
|
+
input: ChannelUpdateInput;
|
|
1031
|
+
}
|
|
1032
|
+
/**
|
|
1033
|
+
* Variables for the `channel` GraphQL operation. Generated from the
|
|
1034
|
+
* operation signature — field names and required/optional status mirror
|
|
1035
|
+
* the operation's declared variables exactly.
|
|
1036
|
+
*/
|
|
1037
|
+
export interface ChannelVariables {
|
|
1038
|
+
channelId: number;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* Variables for the `claimsReset` GraphQL operation. Generated from the
|
|
1042
|
+
* operation signature — field names and required/optional status mirror
|
|
1043
|
+
* the operation's declared variables exactly.
|
|
1044
|
+
*/
|
|
1045
|
+
export interface ClaimsResetVariables {
|
|
1046
|
+
uid: string;
|
|
1047
|
+
email: string;
|
|
1048
|
+
}
|
|
1049
|
+
/**
|
|
1050
|
+
* Variables for the `clusterAssignProducts` GraphQL operation. Generated from the
|
|
1051
|
+
* operation signature — field names and required/optional status mirror
|
|
1052
|
+
* the operation's declared variables exactly,
|
|
1053
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1054
|
+
* declares this non-null but the SDK supplies a default when
|
|
1055
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1056
|
+
*/
|
|
1057
|
+
export interface ClusterAssignProductsVariables {
|
|
1058
|
+
clusterId: number;
|
|
1059
|
+
input: ClusterAssignProductsInput;
|
|
1060
|
+
language?: string;
|
|
1061
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1062
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1063
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1064
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1065
|
+
imageVariantFilters?: TransformationsInput;
|
|
1066
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1067
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
* Variables for the `clusterBulkMove` GraphQL operation. Generated from the
|
|
1071
|
+
* operation signature — field names and required/optional status mirror
|
|
1072
|
+
* the operation's declared variables exactly.
|
|
1073
|
+
*/
|
|
1074
|
+
export interface ClusterBulkMoveVariables {
|
|
1075
|
+
input: ClusterBulkMoveInput;
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* Variables for the `clusterConfigAddSetting` GraphQL operation. Generated from the
|
|
1079
|
+
* operation signature — field names and required/optional status mirror
|
|
1080
|
+
* the operation's declared variables exactly.
|
|
1081
|
+
*/
|
|
1082
|
+
export interface ClusterConfigAddSettingVariables {
|
|
1083
|
+
clusterConfigId: number;
|
|
1084
|
+
input: ClusterConfigSettingInput;
|
|
1085
|
+
}
|
|
1086
|
+
/**
|
|
1087
|
+
* Variables for the `clusterConfigCreate` GraphQL operation. Generated from the
|
|
1088
|
+
* operation signature — field names and required/optional status mirror
|
|
1089
|
+
* the operation's declared variables exactly.
|
|
1090
|
+
*/
|
|
1091
|
+
export interface ClusterConfigCreateVariables {
|
|
1092
|
+
input: ClusterConfigCreateInput;
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
* Variables for the `clusterConfigDelete` GraphQL operation. Generated from the
|
|
1096
|
+
* operation signature — field names and required/optional status mirror
|
|
1097
|
+
* the operation's declared variables exactly.
|
|
1098
|
+
*/
|
|
1099
|
+
export interface ClusterConfigDeleteVariables {
|
|
1100
|
+
id: number;
|
|
1101
|
+
}
|
|
1102
|
+
/**
|
|
1103
|
+
* Variables for the `clusterConfigRemoveSetting` GraphQL operation. Generated from the
|
|
1104
|
+
* operation signature — field names and required/optional status mirror
|
|
1105
|
+
* the operation's declared variables exactly.
|
|
1106
|
+
*/
|
|
1107
|
+
export interface ClusterConfigRemoveSettingVariables {
|
|
1108
|
+
clusterConfigId: number;
|
|
1109
|
+
settingId: number;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* Variables for the `clusterConfigUpdateSetting` GraphQL operation. Generated from the
|
|
1113
|
+
* operation signature — field names and required/optional status mirror
|
|
1114
|
+
* the operation's declared variables exactly.
|
|
1115
|
+
*/
|
|
1116
|
+
export interface ClusterConfigUpdateSettingVariables {
|
|
1117
|
+
clusterConfigId: number;
|
|
1118
|
+
settingId: number;
|
|
1119
|
+
input: ClusterConfigSettingUpdateInput;
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* Variables for the `clusterConfig` GraphQL operation. Generated from the
|
|
1123
|
+
* operation signature — field names and required/optional status mirror
|
|
1124
|
+
* the operation's declared variables exactly.
|
|
1125
|
+
*/
|
|
1126
|
+
export interface ClusterConfigVariables {
|
|
1127
|
+
clusterId: number;
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
* Variables for the `clusterCreate` GraphQL operation. Generated from the
|
|
1131
|
+
* operation signature — field names and required/optional status mirror
|
|
1132
|
+
* the operation's declared variables exactly,
|
|
1133
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1134
|
+
* declares this non-null but the SDK supplies a default when
|
|
1135
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1136
|
+
*/
|
|
1137
|
+
export interface ClusterCreateVariables {
|
|
1138
|
+
input: ClusterCreateInput;
|
|
1139
|
+
language?: string;
|
|
1140
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1141
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1142
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1143
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1144
|
+
imageVariantFilters?: TransformationsInput;
|
|
1145
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1146
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1147
|
+
}
|
|
1148
|
+
/**
|
|
1149
|
+
* Variables for the `clusterCsvImport` GraphQL operation. Generated from the
|
|
1150
|
+
* operation signature — field names and required/optional status mirror
|
|
1151
|
+
* the operation's declared variables exactly.
|
|
1152
|
+
*/
|
|
1153
|
+
export interface ClusterCsvImportVariables {
|
|
1154
|
+
input: ClusterCsvInput;
|
|
1155
|
+
}
|
|
1156
|
+
/**
|
|
1157
|
+
* Variables for the `clusterOptionCreate` GraphQL operation. Generated from the
|
|
1158
|
+
* operation signature — field names and required/optional status mirror
|
|
1159
|
+
* the operation's declared variables exactly,
|
|
1160
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1161
|
+
* declares this non-null but the SDK supplies a default when
|
|
1162
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1163
|
+
*/
|
|
1164
|
+
export interface ClusterOptionCreateVariables {
|
|
1165
|
+
clusterId: number;
|
|
1166
|
+
input: ClusterOptionCreateInput;
|
|
1167
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1168
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1169
|
+
language?: string;
|
|
1170
|
+
imageVariantFilters?: TransformationsInput;
|
|
1171
|
+
}
|
|
1172
|
+
/**
|
|
1173
|
+
* Variables for the `clusterOptionDelete` GraphQL operation. Generated from the
|
|
1174
|
+
* operation signature — field names and required/optional status mirror
|
|
1175
|
+
* the operation's declared variables exactly.
|
|
1176
|
+
*/
|
|
1177
|
+
export interface ClusterOptionDeleteVariables {
|
|
1178
|
+
clusterId: number;
|
|
1179
|
+
optionId: number;
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* Variables for the `clusterOptionUpdate` GraphQL operation. Generated from the
|
|
1183
|
+
* operation signature — field names and required/optional status mirror
|
|
1184
|
+
* the operation's declared variables exactly,
|
|
1185
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1186
|
+
* declares this non-null but the SDK supplies a default when
|
|
1187
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1188
|
+
*/
|
|
1189
|
+
export interface ClusterOptionUpdateVariables {
|
|
1190
|
+
clusterId: number;
|
|
1191
|
+
optionId: number;
|
|
1192
|
+
input: ClusterOptionUpdateInput;
|
|
1193
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1194
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1195
|
+
language?: string;
|
|
1196
|
+
imageVariantFilters?: TransformationsInput;
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* Variables for the `clusterProductCreate` GraphQL operation. Generated from the
|
|
1200
|
+
* operation signature — field names and required/optional status mirror
|
|
1201
|
+
* the operation's declared variables exactly,
|
|
1202
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1203
|
+
* declares this non-null but the SDK supplies a default when
|
|
1204
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1205
|
+
*/
|
|
1206
|
+
export interface ClusterProductCreateVariables {
|
|
1207
|
+
id: number;
|
|
1208
|
+
input: CreateProductInput;
|
|
1209
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1210
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1211
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1212
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1213
|
+
language?: string;
|
|
1214
|
+
imageVariantFilters?: TransformationsInput;
|
|
1215
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1216
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* Variables for the `clusterProductDelete` GraphQL operation. Generated from the
|
|
1220
|
+
* operation signature — field names and required/optional status mirror
|
|
1221
|
+
* the operation's declared variables exactly.
|
|
1222
|
+
*/
|
|
1223
|
+
export interface ClusterProductDeleteVariables {
|
|
1224
|
+
id: number;
|
|
1225
|
+
productId: number;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* Variables for the `clusterProductUpdate` GraphQL operation. Generated from the
|
|
1229
|
+
* operation signature — field names and required/optional status mirror
|
|
1230
|
+
* the operation's declared variables exactly,
|
|
1231
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1232
|
+
* declares this non-null but the SDK supplies a default when
|
|
1233
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1234
|
+
*/
|
|
1235
|
+
export interface ClusterProductUpdateVariables {
|
|
1236
|
+
id: number;
|
|
1237
|
+
productId: number;
|
|
1238
|
+
input: UpdateProductInput;
|
|
1239
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1240
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1241
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1242
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1243
|
+
language?: string;
|
|
1244
|
+
imageVariantFilters?: TransformationsInput;
|
|
1245
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1246
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* Variables for the `clusterUnassignProducts` GraphQL operation. Generated from the
|
|
1250
|
+
* operation signature — field names and required/optional status mirror
|
|
1251
|
+
* the operation's declared variables exactly,
|
|
1252
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1253
|
+
* declares this non-null but the SDK supplies a default when
|
|
1254
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1255
|
+
*/
|
|
1256
|
+
export interface ClusterUnassignProductsVariables {
|
|
1257
|
+
clusterId: number;
|
|
1258
|
+
input: ClusterUnassignProductsInput;
|
|
1259
|
+
language?: string;
|
|
1260
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1261
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1262
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1263
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1264
|
+
imageVariantFilters?: TransformationsInput;
|
|
1265
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1266
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* Variables for the `clusterUpdate` GraphQL operation. Generated from the
|
|
1270
|
+
* operation signature — field names and required/optional status mirror
|
|
1271
|
+
* the operation's declared variables exactly,
|
|
1272
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1273
|
+
* declares this non-null but the SDK supplies a default when
|
|
1274
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1275
|
+
*/
|
|
1276
|
+
export interface ClusterUpdateVariables {
|
|
1277
|
+
id: number;
|
|
1278
|
+
input: ClusterUpdateInput;
|
|
1279
|
+
language?: string;
|
|
1280
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1281
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1282
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1283
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1284
|
+
imageVariantFilters?: TransformationsInput;
|
|
1285
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1286
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1287
|
+
}
|
|
1288
|
+
/**
|
|
1289
|
+
* Variables for the `cluster` GraphQL operation. Generated from the
|
|
1290
|
+
* operation signature — field names and required/optional status mirror
|
|
1291
|
+
* the operation's declared variables exactly,
|
|
1292
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1293
|
+
* declares this non-null but the SDK supplies a default when
|
|
1294
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1295
|
+
*/
|
|
1296
|
+
export interface ClusterVariables {
|
|
1297
|
+
clusterId?: number;
|
|
1298
|
+
slug?: string;
|
|
1299
|
+
language?: string;
|
|
1300
|
+
applyOrderlists?: boolean;
|
|
1301
|
+
orderlistIds?: number[];
|
|
1302
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1303
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
1304
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
1305
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1306
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
1307
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
1308
|
+
imageVariantFilters?: TransformationsInput;
|
|
1309
|
+
}
|
|
1310
|
+
/**
|
|
1311
|
+
* Variables for the `companies` GraphQL operation. Generated from the
|
|
1312
|
+
* operation signature — field names and required/optional status mirror
|
|
1313
|
+
* the operation's declared variables exactly.
|
|
1314
|
+
*/
|
|
1315
|
+
export interface CompaniesVariables {
|
|
1316
|
+
input?: CompanySearchArguments;
|
|
1317
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1318
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1319
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
1320
|
+
}
|
|
1321
|
+
/**
|
|
1322
|
+
* Variables for the `companyAddressCreate` GraphQL operation. Generated from the
|
|
1323
|
+
* operation signature — field names and required/optional status mirror
|
|
1324
|
+
* the operation's declared variables exactly.
|
|
1325
|
+
*/
|
|
1326
|
+
export interface CompanyAddressCreateVariables {
|
|
1327
|
+
input: CompanyAddressCreateInput;
|
|
1328
|
+
}
|
|
1329
|
+
/**
|
|
1330
|
+
* Variables for the `companyAddressDelete` GraphQL operation. Generated from the
|
|
1331
|
+
* operation signature — field names and required/optional status mirror
|
|
1332
|
+
* the operation's declared variables exactly.
|
|
1333
|
+
*/
|
|
1334
|
+
export interface CompanyAddressDeleteVariables {
|
|
1335
|
+
input: CompanyAddressDeleteInput;
|
|
1336
|
+
}
|
|
1337
|
+
/**
|
|
1338
|
+
* Variables for the `companyAddressUpdate` GraphQL operation. Generated from the
|
|
1339
|
+
* operation signature — field names and required/optional status mirror
|
|
1340
|
+
* the operation's declared variables exactly.
|
|
1341
|
+
*/
|
|
1342
|
+
export interface CompanyAddressUpdateVariables {
|
|
1343
|
+
input: CompanyAddressUpdateInput;
|
|
1344
|
+
}
|
|
1345
|
+
/**
|
|
1346
|
+
* Variables for the `companyCsvImport` GraphQL operation. Generated from the
|
|
1347
|
+
* operation signature — field names and required/optional status mirror
|
|
1348
|
+
* the operation's declared variables exactly.
|
|
1349
|
+
*/
|
|
1350
|
+
export interface CompanyCsvImportVariables {
|
|
1351
|
+
input: CompanyCsvInput;
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* Variables for the `companyDelete` GraphQL operation. Generated from the
|
|
1355
|
+
* operation signature — field names and required/optional status mirror
|
|
1356
|
+
* the operation's declared variables exactly.
|
|
1357
|
+
*/
|
|
1358
|
+
export interface CompanyDeleteVariables {
|
|
1359
|
+
id: number;
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* Variables for the `companySearchCleanupOrphanedIndices` GraphQL operation. Generated from the
|
|
1363
|
+
* operation signature — field names and required/optional status mirror
|
|
1364
|
+
* the operation's declared variables exactly.
|
|
1365
|
+
*/
|
|
1366
|
+
export interface CompanySearchCleanupOrphanedIndicesVariables {
|
|
1367
|
+
input: CompanySearchReindexInput;
|
|
1368
|
+
}
|
|
1369
|
+
/**
|
|
1370
|
+
* Variables for the `companySearchFixAliasWriteIndex` GraphQL operation. Generated from the
|
|
1371
|
+
* operation signature — field names and required/optional status mirror
|
|
1372
|
+
* the operation's declared variables exactly.
|
|
1373
|
+
*/
|
|
1374
|
+
export interface CompanySearchFixAliasWriteIndexVariables {
|
|
1375
|
+
input: CompanySearchReindexInput;
|
|
1376
|
+
}
|
|
1377
|
+
/**
|
|
1378
|
+
* Variables for the `companySearchIndexUpdateMapping` GraphQL operation. Generated from the
|
|
1379
|
+
* operation signature — field names and required/optional status mirror
|
|
1380
|
+
* the operation's declared variables exactly.
|
|
1381
|
+
*/
|
|
1382
|
+
export interface CompanySearchIndexUpdateMappingVariables {
|
|
1383
|
+
input: CompanySearchIndexUpdateMappingInput;
|
|
1384
|
+
}
|
|
1385
|
+
/**
|
|
1386
|
+
* Variables for the `companySearchReindex` GraphQL operation. Generated from the
|
|
1387
|
+
* operation signature — field names and required/optional status mirror
|
|
1388
|
+
* the operation's declared variables exactly.
|
|
1389
|
+
*/
|
|
1390
|
+
export interface CompanySearchReindexVariables {
|
|
1391
|
+
input: CompanySearchReindexInput;
|
|
1392
|
+
}
|
|
1393
|
+
/**
|
|
1394
|
+
* Variables for the `computedOrderlists` GraphQL operation. Generated from the
|
|
1395
|
+
* operation signature — field names and required/optional status mirror
|
|
1396
|
+
* the operation's declared variables exactly.
|
|
1397
|
+
*/
|
|
1398
|
+
export interface ComputedOrderlistsVariables {
|
|
1399
|
+
input: ComputedOrderlistsInput;
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
* Variables for the `contactAddToCompanies` GraphQL operation. Generated from the
|
|
1403
|
+
* operation signature — field names and required/optional status mirror
|
|
1404
|
+
* the operation's declared variables exactly.
|
|
1405
|
+
*/
|
|
1406
|
+
export interface ContactAddToCompaniesVariables {
|
|
1407
|
+
id: number;
|
|
1408
|
+
input: ContactAddToCompaniesInput;
|
|
1409
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1410
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1411
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1412
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1413
|
+
}
|
|
1414
|
+
/**
|
|
1415
|
+
* Variables for the `contactCreateAccount` GraphQL operation. Generated from the
|
|
1416
|
+
* operation signature — field names and required/optional status mirror
|
|
1417
|
+
* the operation's declared variables exactly.
|
|
1418
|
+
*/
|
|
1419
|
+
export interface ContactCreateAccountVariables {
|
|
1420
|
+
id: number;
|
|
1421
|
+
input?: CreateAccountInput;
|
|
1422
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1423
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1424
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1425
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1426
|
+
}
|
|
1427
|
+
/**
|
|
1428
|
+
* Variables for the `contactCreate` GraphQL operation. Generated from the
|
|
1429
|
+
* operation signature — field names and required/optional status mirror
|
|
1430
|
+
* the operation's declared variables exactly.
|
|
1431
|
+
*/
|
|
1432
|
+
export interface ContactCreateVariables {
|
|
1433
|
+
input: CreateContactInput;
|
|
1434
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1435
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1436
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1437
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1438
|
+
}
|
|
1439
|
+
/**
|
|
1440
|
+
* Variables for the `contactCsvImport` GraphQL operation. Generated from the
|
|
1441
|
+
* operation signature — field names and required/optional status mirror
|
|
1442
|
+
* the operation's declared variables exactly.
|
|
1443
|
+
*/
|
|
1444
|
+
export interface ContactCsvImportVariables {
|
|
1445
|
+
input: ContactCsvInput;
|
|
1446
|
+
}
|
|
1447
|
+
/**
|
|
1448
|
+
* Variables for the `contactDeleteAccount` GraphQL operation. Generated from the
|
|
1449
|
+
* operation signature — field names and required/optional status mirror
|
|
1450
|
+
* the operation's declared variables exactly.
|
|
1451
|
+
*/
|
|
1452
|
+
export interface ContactDeleteAccountVariables {
|
|
1453
|
+
id: number;
|
|
1454
|
+
}
|
|
1455
|
+
/**
|
|
1456
|
+
* Variables for the `contactDelete` GraphQL operation. Generated from the
|
|
1457
|
+
* operation signature — field names and required/optional status mirror
|
|
1458
|
+
* the operation's declared variables exactly.
|
|
1459
|
+
*/
|
|
1460
|
+
export interface ContactDeleteVariables {
|
|
1461
|
+
id: number;
|
|
1462
|
+
}
|
|
1463
|
+
/**
|
|
1464
|
+
* Variables for the `contactRegister` GraphQL operation. Generated from the
|
|
1465
|
+
* operation signature — field names and required/optional status mirror
|
|
1466
|
+
* the operation's declared variables exactly.
|
|
1467
|
+
*/
|
|
1468
|
+
export interface ContactRegisterVariables {
|
|
1469
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1470
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1471
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1472
|
+
contactRegisterInput: RegisterContactInput;
|
|
1473
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1474
|
+
}
|
|
1475
|
+
/**
|
|
1476
|
+
* Variables for the `contactRemoveFromCompanies` GraphQL operation. Generated from the
|
|
1477
|
+
* operation signature — field names and required/optional status mirror
|
|
1478
|
+
* the operation's declared variables exactly.
|
|
1479
|
+
*/
|
|
1480
|
+
export interface ContactRemoveFromCompaniesVariables {
|
|
1481
|
+
id: number;
|
|
1482
|
+
input: ContactRemoveFromCompaniesInput;
|
|
1483
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1484
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1485
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1486
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1487
|
+
}
|
|
1488
|
+
/**
|
|
1489
|
+
* Variables for the `contacts` GraphQL operation. Generated from the
|
|
1490
|
+
* operation signature — field names and required/optional status mirror
|
|
1491
|
+
* the operation's declared variables exactly.
|
|
1492
|
+
*/
|
|
1493
|
+
export interface ContactsVariables {
|
|
1494
|
+
input?: ContactSearchArguments;
|
|
1495
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1496
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1497
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1498
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* Variables for the `contactUpdate` GraphQL operation. Generated from the
|
|
1502
|
+
* operation signature — field names and required/optional status mirror
|
|
1503
|
+
* the operation's declared variables exactly.
|
|
1504
|
+
*/
|
|
1505
|
+
export interface ContactUpdateVariables {
|
|
1506
|
+
id: number;
|
|
1507
|
+
input: UpdateContactInput;
|
|
1508
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1509
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1510
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1511
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1512
|
+
}
|
|
1513
|
+
/**
|
|
1514
|
+
* Variables for the `contact` GraphQL operation. Generated from the
|
|
1515
|
+
* operation signature — field names and required/optional status mirror
|
|
1516
|
+
* the operation's declared variables exactly.
|
|
1517
|
+
*/
|
|
1518
|
+
export interface ContactVariables {
|
|
1519
|
+
id: number;
|
|
1520
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
1521
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
1522
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
1523
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* Variables for the `costPriceCreate` GraphQL operation. Generated from the
|
|
1527
|
+
* operation signature — field names and required/optional status mirror
|
|
1528
|
+
* the operation's declared variables exactly.
|
|
1529
|
+
*/
|
|
1530
|
+
export interface CostPriceCreateVariables {
|
|
1531
|
+
input: CostPriceCreateInput;
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
* Variables for the `costPriceDelete` GraphQL operation. Generated from the
|
|
1535
|
+
* operation signature — field names and required/optional status mirror
|
|
1536
|
+
* the operation's declared variables exactly.
|
|
1537
|
+
*/
|
|
1538
|
+
export interface CostPriceDeleteVariables {
|
|
1539
|
+
id: string;
|
|
1540
|
+
}
|
|
1541
|
+
/**
|
|
1542
|
+
* Variables for the `costPricesBulk` GraphQL operation. Generated from the
|
|
1543
|
+
* operation signature — field names and required/optional status mirror
|
|
1544
|
+
* the operation's declared variables exactly.
|
|
1545
|
+
*/
|
|
1546
|
+
export interface CostPricesBulkVariables {
|
|
1547
|
+
input: CostPriceCreateInput[];
|
|
1548
|
+
}
|
|
1549
|
+
/**
|
|
1550
|
+
* Variables for the `costPricesDelete` GraphQL operation. Generated from the
|
|
1551
|
+
* operation signature — field names and required/optional status mirror
|
|
1552
|
+
* the operation's declared variables exactly.
|
|
1553
|
+
*/
|
|
1554
|
+
export interface CostPricesDeleteVariables {
|
|
1555
|
+
priceId: string;
|
|
1556
|
+
}
|
|
1557
|
+
/**
|
|
1558
|
+
* Variables for the `costPrices` GraphQL operation. Generated from the
|
|
1559
|
+
* operation signature — field names and required/optional status mirror
|
|
1560
|
+
* the operation's declared variables exactly.
|
|
1561
|
+
*/
|
|
1562
|
+
export interface CostPricesVariables {
|
|
1563
|
+
input?: CostPriceSearchInput;
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* Variables for the `costPriceUpdate` GraphQL operation. Generated from the
|
|
1567
|
+
* operation signature — field names and required/optional status mirror
|
|
1568
|
+
* the operation's declared variables exactly.
|
|
1569
|
+
*/
|
|
1570
|
+
export interface CostPriceUpdateVariables {
|
|
1571
|
+
id: string;
|
|
1572
|
+
input: CostPriceUpdateInput;
|
|
1573
|
+
}
|
|
1574
|
+
/**
|
|
1575
|
+
* Variables for the `crossupsellCreate` GraphQL operation. Generated from the
|
|
1576
|
+
* operation signature — field names and required/optional status mirror
|
|
1577
|
+
* the operation's declared variables exactly,
|
|
1578
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1579
|
+
* declares this non-null but the SDK supplies a default when
|
|
1580
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1581
|
+
*/
|
|
1582
|
+
export interface CrossupsellCreateVariables {
|
|
1583
|
+
input: CrossupsellCreateInput;
|
|
1584
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1585
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1586
|
+
language?: string;
|
|
1587
|
+
imageVariantFilters?: TransformationsInput;
|
|
1588
|
+
}
|
|
1589
|
+
/**
|
|
1590
|
+
* Variables for the `crossupsellDelete` GraphQL operation. Generated from the
|
|
1591
|
+
* operation signature — field names and required/optional status mirror
|
|
1592
|
+
* the operation's declared variables exactly.
|
|
1593
|
+
*/
|
|
1594
|
+
export interface CrossupsellDeleteVariables {
|
|
1595
|
+
id: string;
|
|
1596
|
+
}
|
|
1597
|
+
/**
|
|
1598
|
+
* Variables for the `crossupsells` GraphQL operation. Generated from the
|
|
1599
|
+
* operation signature — field names and required/optional status mirror
|
|
1600
|
+
* the operation's declared variables exactly,
|
|
1601
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1602
|
+
* declares this non-null but the SDK supplies a default when
|
|
1603
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1604
|
+
*/
|
|
1605
|
+
export interface CrossupsellsVariables {
|
|
1606
|
+
input?: CrossupsellSearchInput;
|
|
1607
|
+
language?: string;
|
|
1608
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1609
|
+
imageVariantFilters?: TransformationsInput;
|
|
1610
|
+
priceCalculateProductInput: PriceCalculateProductInput;
|
|
1611
|
+
}
|
|
1612
|
+
/**
|
|
1613
|
+
* Variables for the `crossupsellUpdate` GraphQL operation. Generated from the
|
|
1614
|
+
* operation signature — field names and required/optional status mirror
|
|
1615
|
+
* the operation's declared variables exactly,
|
|
1616
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1617
|
+
* declares this non-null but the SDK supplies a default when
|
|
1618
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1619
|
+
*/
|
|
1620
|
+
export interface CrossupsellUpdateVariables {
|
|
1621
|
+
id: string;
|
|
1622
|
+
input: CrossupsellUpdateInput;
|
|
1623
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1624
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1625
|
+
language?: string;
|
|
1626
|
+
imageVariantFilters?: TransformationsInput;
|
|
1627
|
+
}
|
|
1628
|
+
/**
|
|
1629
|
+
* Variables for the `crossupsell` GraphQL operation. Generated from the
|
|
1630
|
+
* operation signature — field names and required/optional status mirror
|
|
1631
|
+
* the operation's declared variables exactly,
|
|
1632
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
1633
|
+
* declares this non-null but the SDK supplies a default when
|
|
1634
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
1635
|
+
*/
|
|
1636
|
+
export interface CrossupsellVariables {
|
|
1637
|
+
id: string;
|
|
1638
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
1639
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
1640
|
+
language?: string;
|
|
1641
|
+
imageVariantFilters?: TransformationsInput;
|
|
1642
|
+
}
|
|
1643
|
+
/**
|
|
1644
|
+
* Variables for the `customerAddressCreate` GraphQL operation. Generated from the
|
|
1645
|
+
* operation signature — field names and required/optional status mirror
|
|
1646
|
+
* the operation's declared variables exactly.
|
|
1647
|
+
*/
|
|
1648
|
+
export interface CustomerAddressCreateVariables {
|
|
1649
|
+
input: CustomerAddressCreateInput;
|
|
1650
|
+
}
|
|
1651
|
+
/**
|
|
1652
|
+
* Variables for the `customerAddressDelete` GraphQL operation. Generated from the
|
|
1653
|
+
* operation signature — field names and required/optional status mirror
|
|
1654
|
+
* the operation's declared variables exactly.
|
|
1655
|
+
*/
|
|
1656
|
+
export interface CustomerAddressDeleteVariables {
|
|
1657
|
+
input: CustomerAddressDeleteInput;
|
|
1658
|
+
}
|
|
1659
|
+
/**
|
|
1660
|
+
* Variables for the `customerAddressUpdate` GraphQL operation. Generated from the
|
|
1661
|
+
* operation signature — field names and required/optional status mirror
|
|
1662
|
+
* the operation's declared variables exactly.
|
|
1663
|
+
*/
|
|
1664
|
+
export interface CustomerAddressUpdateVariables {
|
|
1665
|
+
input: CustomerAddressUpdateInput;
|
|
1666
|
+
}
|
|
1667
|
+
/**
|
|
1668
|
+
* Variables for the `customerCreateAccount` GraphQL operation. Generated from the
|
|
1669
|
+
* operation signature — field names and required/optional status mirror
|
|
1670
|
+
* the operation's declared variables exactly.
|
|
1671
|
+
*/
|
|
1672
|
+
export interface CustomerCreateAccountVariables {
|
|
1673
|
+
id: number;
|
|
1674
|
+
input?: CreateAccountInput;
|
|
1675
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1676
|
+
}
|
|
1677
|
+
/**
|
|
1678
|
+
* Variables for the `customerCreate` GraphQL operation. Generated from the
|
|
1679
|
+
* operation signature — field names and required/optional status mirror
|
|
1680
|
+
* the operation's declared variables exactly.
|
|
1681
|
+
*/
|
|
1682
|
+
export interface CustomerCreateVariables {
|
|
1683
|
+
input: CustomerInput;
|
|
1684
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1685
|
+
}
|
|
1686
|
+
/**
|
|
1687
|
+
* Variables for the `customerCsvImport` GraphQL operation. Generated from the
|
|
1688
|
+
* operation signature — field names and required/optional status mirror
|
|
1689
|
+
* the operation's declared variables exactly.
|
|
1690
|
+
*/
|
|
1691
|
+
export interface CustomerCsvImportVariables {
|
|
1692
|
+
input: CustomerCsvInput;
|
|
1693
|
+
}
|
|
1694
|
+
/**
|
|
1695
|
+
* Variables for the `customerDeleteAccount` GraphQL operation. Generated from the
|
|
1696
|
+
* operation signature — field names and required/optional status mirror
|
|
1697
|
+
* the operation's declared variables exactly.
|
|
1698
|
+
*/
|
|
1699
|
+
export interface CustomerDeleteAccountVariables {
|
|
1700
|
+
id: number;
|
|
1701
|
+
}
|
|
1702
|
+
/**
|
|
1703
|
+
* Variables for the `customerDelete` GraphQL operation. Generated from the
|
|
1704
|
+
* operation signature — field names and required/optional status mirror
|
|
1705
|
+
* the operation's declared variables exactly.
|
|
1706
|
+
*/
|
|
1707
|
+
export interface CustomerDeleteVariables {
|
|
1708
|
+
id: number;
|
|
1709
|
+
}
|
|
1710
|
+
/**
|
|
1711
|
+
* Variables for the `customerRegister` GraphQL operation. Generated from the
|
|
1712
|
+
* operation signature — field names and required/optional status mirror
|
|
1713
|
+
* the operation's declared variables exactly.
|
|
1714
|
+
*/
|
|
1715
|
+
export interface CustomerRegisterVariables {
|
|
1716
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1717
|
+
customerRegisterInput: RegisterCustomerInput;
|
|
1718
|
+
}
|
|
1719
|
+
/**
|
|
1720
|
+
* Variables for the `customers` GraphQL operation. Generated from the
|
|
1721
|
+
* operation signature — field names and required/optional status mirror
|
|
1722
|
+
* the operation's declared variables exactly.
|
|
1723
|
+
*/
|
|
1724
|
+
export interface CustomersVariables {
|
|
1725
|
+
input?: CustomerSearchArguments;
|
|
1726
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1727
|
+
}
|
|
1728
|
+
/**
|
|
1729
|
+
* Variables for the `customerUpdate` GraphQL operation. Generated from the
|
|
1730
|
+
* operation signature — field names and required/optional status mirror
|
|
1731
|
+
* the operation's declared variables exactly.
|
|
1732
|
+
*/
|
|
1733
|
+
export interface CustomerUpdateVariables {
|
|
1734
|
+
id: number;
|
|
1735
|
+
input: UpdateCustomerInput;
|
|
1736
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1737
|
+
}
|
|
1738
|
+
/**
|
|
1739
|
+
* Variables for the `customer` GraphQL operation. Generated from the
|
|
1740
|
+
* operation signature — field names and required/optional status mirror
|
|
1741
|
+
* the operation's declared variables exactly.
|
|
1742
|
+
*/
|
|
1743
|
+
export interface CustomerVariables {
|
|
1744
|
+
id: number;
|
|
1745
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
1746
|
+
}
|
|
1747
|
+
/**
|
|
1748
|
+
* Variables for the `discountCreate` GraphQL operation. Generated from the
|
|
1749
|
+
* operation signature — field names and required/optional status mirror
|
|
1750
|
+
* the operation's declared variables exactly.
|
|
1751
|
+
*/
|
|
1752
|
+
export interface DiscountCreateVariables {
|
|
1753
|
+
input: DiscountCreateInput;
|
|
1754
|
+
}
|
|
1755
|
+
/**
|
|
1756
|
+
* Variables for the `discountCsvImport` GraphQL operation. Generated from the
|
|
1757
|
+
* operation signature — field names and required/optional status mirror
|
|
1758
|
+
* the operation's declared variables exactly.
|
|
1759
|
+
*/
|
|
1760
|
+
export interface DiscountCsvImportVariables {
|
|
1761
|
+
input: DiscountCsvInput;
|
|
1762
|
+
}
|
|
1763
|
+
/**
|
|
1764
|
+
* Variables for the `discountDelete` GraphQL operation. Generated from the
|
|
1765
|
+
* operation signature — field names and required/optional status mirror
|
|
1766
|
+
* the operation's declared variables exactly.
|
|
1767
|
+
*/
|
|
1768
|
+
export interface DiscountDeleteVariables {
|
|
1769
|
+
id: string;
|
|
1770
|
+
}
|
|
1771
|
+
/**
|
|
1772
|
+
* Variables for the `discountsDeleteByPricesheetId` GraphQL operation. Generated from the
|
|
1773
|
+
* operation signature — field names and required/optional status mirror
|
|
1774
|
+
* the operation's declared variables exactly.
|
|
1775
|
+
*/
|
|
1776
|
+
export interface DiscountsDeleteByPricesheetIdVariables {
|
|
1777
|
+
pricesheetId: string;
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* Variables for the `discounts` GraphQL operation. Generated from the
|
|
1781
|
+
* operation signature — field names and required/optional status mirror
|
|
1782
|
+
* the operation's declared variables exactly.
|
|
1783
|
+
*/
|
|
1784
|
+
export interface DiscountsVariables {
|
|
1785
|
+
input?: DiscountSearchInput;
|
|
1786
|
+
}
|
|
1787
|
+
/**
|
|
1788
|
+
* Variables for the `discountUpdate` GraphQL operation. Generated from the
|
|
1789
|
+
* operation signature — field names and required/optional status mirror
|
|
1790
|
+
* the operation's declared variables exactly.
|
|
1791
|
+
*/
|
|
1792
|
+
export interface DiscountUpdateVariables {
|
|
1793
|
+
id: string;
|
|
1794
|
+
input: DiscountUpdateInput;
|
|
1795
|
+
}
|
|
1796
|
+
/**
|
|
1797
|
+
* Variables for the `discount` GraphQL operation. Generated from the
|
|
1798
|
+
* operation signature — field names and required/optional status mirror
|
|
1799
|
+
* the operation's declared variables exactly.
|
|
1800
|
+
*/
|
|
1801
|
+
export interface DiscountVariables {
|
|
1802
|
+
id: string;
|
|
1803
|
+
}
|
|
1804
|
+
/**
|
|
1805
|
+
* Variables for the `documentTemplateCreate` GraphQL operation. Generated from the
|
|
1806
|
+
* operation signature — field names and required/optional status mirror
|
|
1807
|
+
* the operation's declared variables exactly.
|
|
1808
|
+
*/
|
|
1809
|
+
export interface DocumentTemplateCreateVariables {
|
|
1810
|
+
input: DocumentTemplateCreateInput;
|
|
1811
|
+
}
|
|
1812
|
+
/**
|
|
1813
|
+
* Variables for the `documentTemplateRenderToPDF` GraphQL operation. Generated from the
|
|
1814
|
+
* operation signature — field names and required/optional status mirror
|
|
1815
|
+
* the operation's declared variables exactly.
|
|
1816
|
+
*/
|
|
1817
|
+
export interface DocumentTemplateRenderToPDFVariables {
|
|
1818
|
+
id: string;
|
|
1819
|
+
input: TemplateRenderInput;
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* Variables for the `documentTemplateUpdate` GraphQL operation. Generated from the
|
|
1823
|
+
* operation signature — field names and required/optional status mirror
|
|
1824
|
+
* the operation's declared variables exactly.
|
|
1825
|
+
*/
|
|
1826
|
+
export interface DocumentTemplateUpdateVariables {
|
|
1827
|
+
id: string;
|
|
1828
|
+
input: DocumentTemplateUpdateInput;
|
|
1829
|
+
}
|
|
1830
|
+
/**
|
|
1831
|
+
* Variables for the `emailTemplateAddAttachment` GraphQL operation. Generated from the
|
|
1832
|
+
* operation signature — field names and required/optional status mirror
|
|
1833
|
+
* the operation's declared variables exactly.
|
|
1834
|
+
*/
|
|
1835
|
+
export interface EmailTemplateAddAttachmentVariables {
|
|
1836
|
+
id: string;
|
|
1837
|
+
documentTemplateId: string;
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* Variables for the `emailTemplateCreate` GraphQL operation. Generated from the
|
|
1841
|
+
* operation signature — field names and required/optional status mirror
|
|
1842
|
+
* the operation's declared variables exactly.
|
|
1843
|
+
*/
|
|
1844
|
+
export interface EmailTemplateCreateVariables {
|
|
1845
|
+
input: EmailTemplateCreateInput;
|
|
1846
|
+
}
|
|
1847
|
+
/**
|
|
1848
|
+
* Variables for the `emailTemplateRemoveAttachment` GraphQL operation. Generated from the
|
|
1849
|
+
* operation signature — field names and required/optional status mirror
|
|
1850
|
+
* the operation's declared variables exactly.
|
|
1851
|
+
*/
|
|
1852
|
+
export interface EmailTemplateRemoveAttachmentVariables {
|
|
1853
|
+
id: string;
|
|
1854
|
+
documentTemplateId: string;
|
|
1855
|
+
}
|
|
1856
|
+
/**
|
|
1857
|
+
* Variables for the `emailTemplateRenderAndSend` GraphQL operation. Generated from the
|
|
1858
|
+
* operation signature — field names and required/optional status mirror
|
|
1859
|
+
* the operation's declared variables exactly.
|
|
1860
|
+
*/
|
|
1861
|
+
export interface EmailTemplateRenderAndSendVariables {
|
|
1862
|
+
id: string;
|
|
1863
|
+
input: TemplateRenderInput;
|
|
1864
|
+
}
|
|
1865
|
+
/**
|
|
1866
|
+
* Variables for the `emailTemplateUpdate` GraphQL operation. Generated from the
|
|
1867
|
+
* operation signature — field names and required/optional status mirror
|
|
1868
|
+
* the operation's declared variables exactly.
|
|
1869
|
+
*/
|
|
1870
|
+
export interface EmailTemplateUpdateVariables {
|
|
1871
|
+
id: string;
|
|
1872
|
+
input: EmailTemplateUpdateInput;
|
|
1873
|
+
}
|
|
1874
|
+
/**
|
|
1875
|
+
* Variables for the `eventActionConfigDelete` GraphQL operation. Generated from the
|
|
1876
|
+
* operation signature — field names and required/optional status mirror
|
|
1877
|
+
* the operation's declared variables exactly.
|
|
1878
|
+
*/
|
|
1879
|
+
export interface EventActionConfigDeleteVariables {
|
|
1880
|
+
id: string;
|
|
1881
|
+
}
|
|
1882
|
+
/**
|
|
1883
|
+
* Variables for the `eventActionConfigs` GraphQL operation. Generated from the
|
|
1884
|
+
* operation signature — field names and required/optional status mirror
|
|
1885
|
+
* the operation's declared variables exactly.
|
|
1886
|
+
*/
|
|
1887
|
+
export interface EventActionConfigsVariables {
|
|
1888
|
+
input: EventActionConfigSearchInput;
|
|
1889
|
+
}
|
|
1890
|
+
/**
|
|
1891
|
+
* Variables for the `eventActionConfig` GraphQL operation. Generated from the
|
|
1892
|
+
* operation signature — field names and required/optional status mirror
|
|
1893
|
+
* the operation's declared variables exactly.
|
|
1894
|
+
*/
|
|
1895
|
+
export interface EventActionConfigVariables {
|
|
1896
|
+
id: string;
|
|
1897
|
+
}
|
|
1898
|
+
/**
|
|
1899
|
+
* Variables for the `eventToEmailConfigCreate` GraphQL operation. Generated from the
|
|
1900
|
+
* operation signature — field names and required/optional status mirror
|
|
1901
|
+
* the operation's declared variables exactly.
|
|
1902
|
+
*/
|
|
1903
|
+
export interface EventToEmailConfigCreateVariables {
|
|
1904
|
+
input: EventToEmailConfigCreateInput;
|
|
1905
|
+
}
|
|
1906
|
+
/**
|
|
1907
|
+
* Variables for the `eventToEmailConfigUpdate` GraphQL operation. Generated from the
|
|
1908
|
+
* operation signature — field names and required/optional status mirror
|
|
1909
|
+
* the operation's declared variables exactly.
|
|
1910
|
+
*/
|
|
1911
|
+
export interface EventToEmailConfigUpdateVariables {
|
|
1912
|
+
id: string;
|
|
1913
|
+
input: EventToEmailConfigUpdateInput;
|
|
1914
|
+
}
|
|
1915
|
+
/**
|
|
1916
|
+
* Variables for the `eventToWebHookConfigCreate` GraphQL operation. Generated from the
|
|
1917
|
+
* operation signature — field names and required/optional status mirror
|
|
1918
|
+
* the operation's declared variables exactly.
|
|
1919
|
+
*/
|
|
1920
|
+
export interface EventToWebHookConfigCreateVariables {
|
|
1921
|
+
input: EventToWebHookConfigCreateInput;
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* Variables for the `eventToWebHookConfigUpdate` GraphQL operation. Generated from the
|
|
1925
|
+
* operation signature — field names and required/optional status mirror
|
|
1926
|
+
* the operation's declared variables exactly.
|
|
1927
|
+
*/
|
|
1928
|
+
export interface EventToWebHookConfigUpdateVariables {
|
|
1929
|
+
id: string;
|
|
1930
|
+
input: EventToWebHookConfigUpdateInput;
|
|
1931
|
+
}
|
|
1932
|
+
/**
|
|
1933
|
+
* Variables for the `exchangeRefreshToken` GraphQL operation. Generated from the
|
|
1934
|
+
* operation signature — field names and required/optional status mirror
|
|
1935
|
+
* the operation's declared variables exactly.
|
|
1936
|
+
*/
|
|
1937
|
+
export interface ExchangeRefreshTokenVariables {
|
|
1938
|
+
input: ExchangeRefreshTokenInput;
|
|
1939
|
+
}
|
|
1940
|
+
/**
|
|
1941
|
+
* Variables for the `favoriteListAddItems` GraphQL operation. Generated from the
|
|
1942
|
+
* operation signature — field names and required/optional status mirror
|
|
1943
|
+
* the operation's declared variables exactly.
|
|
1944
|
+
*/
|
|
1945
|
+
export interface FavoriteListAddItemsVariables {
|
|
1946
|
+
id: string;
|
|
1947
|
+
input: FavoriteListsItemsInput;
|
|
1948
|
+
}
|
|
1949
|
+
/**
|
|
1950
|
+
* Variables for the `favoriteListClearItems` GraphQL operation. Generated from the
|
|
1951
|
+
* operation signature — field names and required/optional status mirror
|
|
1952
|
+
* the operation's declared variables exactly.
|
|
1953
|
+
*/
|
|
1954
|
+
export interface FavoriteListClearItemsVariables {
|
|
1955
|
+
id: string;
|
|
1956
|
+
products?: boolean;
|
|
1957
|
+
clusters?: boolean;
|
|
1958
|
+
}
|
|
1959
|
+
/**
|
|
1960
|
+
* Variables for the `favoriteListCreate` GraphQL operation. Generated from the
|
|
1961
|
+
* operation signature — field names and required/optional status mirror
|
|
1962
|
+
* the operation's declared variables exactly.
|
|
1963
|
+
*/
|
|
1964
|
+
export interface FavoriteListCreateVariables {
|
|
1965
|
+
input: FavoriteListsCreateInput;
|
|
1966
|
+
}
|
|
1967
|
+
/**
|
|
1968
|
+
* Variables for the `favoriteListDelete` GraphQL operation. Generated from the
|
|
1969
|
+
* operation signature — field names and required/optional status mirror
|
|
1970
|
+
* the operation's declared variables exactly.
|
|
1971
|
+
*/
|
|
1972
|
+
export interface FavoriteListDeleteVariables {
|
|
1973
|
+
id: string;
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* Variables for the `favoriteListRemoveItems` GraphQL operation. Generated from the
|
|
1977
|
+
* operation signature — field names and required/optional status mirror
|
|
1978
|
+
* the operation's declared variables exactly.
|
|
1979
|
+
*/
|
|
1980
|
+
export interface FavoriteListRemoveItemsVariables {
|
|
1981
|
+
id: string;
|
|
1982
|
+
input: FavoriteListsItemsInput;
|
|
1983
|
+
}
|
|
1984
|
+
/**
|
|
1985
|
+
* Variables for the `favoriteLists` GraphQL operation. Generated from the
|
|
1986
|
+
* operation signature — field names and required/optional status mirror
|
|
1987
|
+
* the operation's declared variables exactly.
|
|
1988
|
+
*/
|
|
1989
|
+
export interface FavoriteListsVariables {
|
|
1990
|
+
input?: FavoriteListsSearchInput;
|
|
1991
|
+
}
|
|
1992
|
+
/**
|
|
1993
|
+
* Variables for the `favoriteListUpdate` GraphQL operation. Generated from the
|
|
1994
|
+
* operation signature — field names and required/optional status mirror
|
|
1995
|
+
* the operation's declared variables exactly.
|
|
1996
|
+
*/
|
|
1997
|
+
export interface FavoriteListUpdateVariables {
|
|
1998
|
+
id: string;
|
|
1999
|
+
input: FavoriteListsUpdateInput;
|
|
2000
|
+
}
|
|
2001
|
+
/**
|
|
2002
|
+
* Variables for the `favoriteList` GraphQL operation. Generated from the
|
|
2003
|
+
* operation signature — field names and required/optional status mirror
|
|
2004
|
+
* the operation's declared variables exactly,
|
|
2005
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2006
|
+
* declares this non-null but the SDK supplies a default when
|
|
2007
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2008
|
+
*/
|
|
2009
|
+
export interface FavoriteListVariables {
|
|
2010
|
+
id: string;
|
|
2011
|
+
language?: string;
|
|
2012
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
2013
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2014
|
+
imageVariantFilters?: TransformationsInput;
|
|
2015
|
+
}
|
|
2016
|
+
/**
|
|
2017
|
+
* Variables for the `incentiveRuleCreate` GraphQL operation. Generated from the
|
|
2018
|
+
* operation signature — field names and required/optional status mirror
|
|
2019
|
+
* the operation's declared variables exactly.
|
|
2020
|
+
*/
|
|
2021
|
+
export interface IncentiveRuleCreateVariables {
|
|
2022
|
+
input: BusinessRuleCreateInput;
|
|
2023
|
+
}
|
|
2024
|
+
/**
|
|
2025
|
+
* Variables for the `incentiveRuleSetAction` GraphQL operation. Generated from the
|
|
2026
|
+
* operation signature — field names and required/optional status mirror
|
|
2027
|
+
* the operation's declared variables exactly.
|
|
2028
|
+
*/
|
|
2029
|
+
export interface IncentiveRuleSetActionVariables {
|
|
2030
|
+
input: IncentiveRuleSetActionInput;
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* Variables for the `incentiveRuleSetOrderItemConditions` GraphQL operation. Generated from the
|
|
2034
|
+
* operation signature — field names and required/optional status mirror
|
|
2035
|
+
* the operation's declared variables exactly.
|
|
2036
|
+
*/
|
|
2037
|
+
export interface IncentiveRuleSetOrderItemConditionsVariables {
|
|
2038
|
+
input: IncentiveRuleOrderItemSetCellInput;
|
|
2039
|
+
}
|
|
2040
|
+
/**
|
|
2041
|
+
* Variables for the `inventoryCreate` GraphQL operation. Generated from the
|
|
2042
|
+
* operation signature — field names and required/optional status mirror
|
|
2043
|
+
* the operation's declared variables exactly.
|
|
2044
|
+
*/
|
|
2045
|
+
export interface InventoryCreateVariables {
|
|
2046
|
+
input: CreateInventoryInput;
|
|
2047
|
+
}
|
|
2048
|
+
/**
|
|
2049
|
+
* Variables for the `inventoryCsvImport` GraphQL operation. Generated from the
|
|
2050
|
+
* operation signature — field names and required/optional status mirror
|
|
2051
|
+
* the operation's declared variables exactly.
|
|
2052
|
+
*/
|
|
2053
|
+
export interface InventoryCsvImportVariables {
|
|
2054
|
+
input: InventoryCsvInput;
|
|
2055
|
+
}
|
|
2056
|
+
/**
|
|
2057
|
+
* Variables for the `inventoryDelete` GraphQL operation. Generated from the
|
|
2058
|
+
* operation signature — field names and required/optional status mirror
|
|
2059
|
+
* the operation's declared variables exactly.
|
|
2060
|
+
*/
|
|
2061
|
+
export interface InventoryDeleteVariables {
|
|
2062
|
+
id: number;
|
|
2063
|
+
}
|
|
2064
|
+
/**
|
|
2065
|
+
* Variables for the `inventoryUpdate` GraphQL operation. Generated from the
|
|
2066
|
+
* operation signature — field names and required/optional status mirror
|
|
2067
|
+
* the operation's declared variables exactly.
|
|
2068
|
+
*/
|
|
2069
|
+
export interface InventoryUpdateVariables {
|
|
2070
|
+
id: number;
|
|
2071
|
+
input: UpdateInventoryInput;
|
|
2072
|
+
}
|
|
2073
|
+
/**
|
|
2074
|
+
* Variables for the `inventory` GraphQL operation. Generated from the
|
|
2075
|
+
* operation signature — field names and required/optional status mirror
|
|
2076
|
+
* the operation's declared variables exactly.
|
|
2077
|
+
*/
|
|
2078
|
+
export interface InventoryVariables {
|
|
2079
|
+
id: number;
|
|
2080
|
+
}
|
|
2081
|
+
/**
|
|
2082
|
+
* Variables for the `login` GraphQL operation. Generated from the
|
|
2083
|
+
* operation signature — field names and required/optional status mirror
|
|
2084
|
+
* the operation's declared variables exactly.
|
|
2085
|
+
*/
|
|
2086
|
+
export interface LoginVariables {
|
|
2087
|
+
input: LoginInput;
|
|
2088
|
+
}
|
|
2089
|
+
/**
|
|
2090
|
+
* Variables for the `machineCreate` GraphQL operation. Generated from the
|
|
2091
|
+
* operation signature — field names and required/optional status mirror
|
|
2092
|
+
* the operation's declared variables exactly,
|
|
2093
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2094
|
+
* declares this non-null but the SDK supplies a default when
|
|
2095
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2096
|
+
*/
|
|
2097
|
+
export interface MachineCreateVariables {
|
|
2098
|
+
input: CreateSparePartsMachineInput;
|
|
2099
|
+
language?: string;
|
|
2100
|
+
imageVariantFilters?: TransformationsInput;
|
|
2101
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
2102
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2103
|
+
}
|
|
2104
|
+
/**
|
|
2105
|
+
* Variables for the `machineDelete` GraphQL operation. Generated from the
|
|
2106
|
+
* operation signature — field names and required/optional status mirror
|
|
2107
|
+
* the operation's declared variables exactly.
|
|
2108
|
+
*/
|
|
2109
|
+
export interface MachineDeleteVariables {
|
|
2110
|
+
id: string;
|
|
2111
|
+
}
|
|
2112
|
+
/**
|
|
2113
|
+
* Variables for the `machines` GraphQL operation. Generated from the
|
|
2114
|
+
* operation signature — field names and required/optional status mirror
|
|
2115
|
+
* the operation's declared variables exactly,
|
|
2116
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2117
|
+
* declares this non-null but the SDK supplies a default when
|
|
2118
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2119
|
+
*/
|
|
2120
|
+
export interface MachinesVariables {
|
|
2121
|
+
input?: SearchSparePartsMachineInput;
|
|
2122
|
+
language?: string;
|
|
2123
|
+
imageVariantFilters?: TransformationsInput;
|
|
2124
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
2125
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2126
|
+
}
|
|
2127
|
+
/**
|
|
2128
|
+
* Variables for the `machineUpsert` GraphQL operation. Generated from the
|
|
2129
|
+
* operation signature — field names and required/optional status mirror
|
|
2130
|
+
* the operation's declared variables exactly,
|
|
2131
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2132
|
+
* declares this non-null but the SDK supplies a default when
|
|
2133
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2134
|
+
*/
|
|
2135
|
+
export interface MachineUpsertVariables {
|
|
2136
|
+
input: UpsertSparePartsMachineInput;
|
|
2137
|
+
language?: string;
|
|
2138
|
+
imageVariantFilters?: TransformationsInput;
|
|
2139
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
2140
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2141
|
+
}
|
|
2142
|
+
/**
|
|
2143
|
+
* Variables for the `machine` GraphQL operation. Generated from the
|
|
2144
|
+
* operation signature — field names and required/optional status mirror
|
|
2145
|
+
* the operation's declared variables exactly,
|
|
2146
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2147
|
+
* declares this non-null but the SDK supplies a default when
|
|
2148
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2149
|
+
*/
|
|
2150
|
+
export interface MachineVariables {
|
|
2151
|
+
id?: string;
|
|
2152
|
+
slug?: string;
|
|
2153
|
+
language?: string;
|
|
2154
|
+
source?: string;
|
|
2155
|
+
sourceId?: string;
|
|
2156
|
+
imageVariantFilters?: TransformationsInput;
|
|
2157
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
2158
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2159
|
+
}
|
|
2160
|
+
/**
|
|
2161
|
+
* Variables for the `magicTokenCreate` GraphQL operation. Generated from the
|
|
2162
|
+
* operation signature — field names and required/optional status mirror
|
|
2163
|
+
* the operation's declared variables exactly.
|
|
2164
|
+
*/
|
|
2165
|
+
export interface MagicTokenCreateVariables {
|
|
2166
|
+
input: MagicTokenCreateInput;
|
|
2167
|
+
}
|
|
2168
|
+
/**
|
|
2169
|
+
* Variables for the `magicTokenDelete` GraphQL operation. Generated from the
|
|
2170
|
+
* operation signature — field names and required/optional status mirror
|
|
2171
|
+
* the operation's declared variables exactly.
|
|
2172
|
+
*/
|
|
2173
|
+
export interface MagicTokenDeleteVariables {
|
|
2174
|
+
id: string;
|
|
2175
|
+
}
|
|
2176
|
+
/**
|
|
2177
|
+
* Variables for the `magicTokenLogin` GraphQL operation. Generated from the
|
|
2178
|
+
* operation signature — field names and required/optional status mirror
|
|
2179
|
+
* the operation's declared variables exactly.
|
|
2180
|
+
*/
|
|
2181
|
+
export interface MagicTokenLoginVariables {
|
|
2182
|
+
id: string;
|
|
2183
|
+
}
|
|
2184
|
+
/**
|
|
2185
|
+
* Variables for the `magicTokens` GraphQL operation. Generated from the
|
|
2186
|
+
* operation signature — field names and required/optional status mirror
|
|
2187
|
+
* the operation's declared variables exactly.
|
|
2188
|
+
*/
|
|
2189
|
+
export interface MagicTokensVariables {
|
|
2190
|
+
input?: MagicTokenSearchInput;
|
|
2191
|
+
}
|
|
2192
|
+
/**
|
|
2193
|
+
* Variables for the `magicTokenUpdate` GraphQL operation. Generated from the
|
|
2194
|
+
* operation signature — field names and required/optional status mirror
|
|
2195
|
+
* the operation's declared variables exactly.
|
|
2196
|
+
*/
|
|
2197
|
+
export interface MagicTokenUpdateVariables {
|
|
2198
|
+
id: string;
|
|
2199
|
+
input: MagicTokenUpdateInput;
|
|
2200
|
+
}
|
|
2201
|
+
/**
|
|
2202
|
+
* Variables for the `magicToken` GraphQL operation. Generated from the
|
|
2203
|
+
* operation signature — field names and required/optional status mirror
|
|
2204
|
+
* the operation's declared variables exactly.
|
|
2205
|
+
*/
|
|
2206
|
+
export interface MagicTokenVariables {
|
|
2207
|
+
id: string;
|
|
2208
|
+
}
|
|
2209
|
+
/**
|
|
2210
|
+
* Variables for the `mediaAttachmentCreate` GraphQL operation. Generated from the
|
|
2211
|
+
* operation signature — field names and required/optional status mirror
|
|
2212
|
+
* the operation's declared variables exactly.
|
|
2213
|
+
*/
|
|
2214
|
+
export interface MediaAttachmentCreateVariables {
|
|
2215
|
+
input: MediaAttachmentInput;
|
|
2216
|
+
}
|
|
2217
|
+
/**
|
|
2218
|
+
* Variables for the `mediaAttachmentDelete` GraphQL operation. Generated from the
|
|
2219
|
+
* operation signature — field names and required/optional status mirror
|
|
2220
|
+
* the operation's declared variables exactly.
|
|
2221
|
+
*/
|
|
2222
|
+
export interface MediaAttachmentDeleteVariables {
|
|
2223
|
+
id: string;
|
|
2224
|
+
}
|
|
2225
|
+
/**
|
|
2226
|
+
* Variables for the `mediaAttachmentUpdate` GraphQL operation. Generated from the
|
|
2227
|
+
* operation signature — field names and required/optional status mirror
|
|
2228
|
+
* the operation's declared variables exactly.
|
|
2229
|
+
*/
|
|
2230
|
+
export interface MediaAttachmentUpdateVariables {
|
|
2231
|
+
id: string;
|
|
2232
|
+
input: UpdateMediaAttachmentInput;
|
|
2233
|
+
}
|
|
2234
|
+
/**
|
|
2235
|
+
* Variables for the `mediaDocumentCreate` GraphQL operation. Generated from the
|
|
2236
|
+
* operation signature — field names and required/optional status mirror
|
|
2237
|
+
* the operation's declared variables exactly.
|
|
2238
|
+
*/
|
|
2239
|
+
export interface MediaDocumentCreateVariables {
|
|
2240
|
+
input: MediaDocumentInput;
|
|
2241
|
+
}
|
|
2242
|
+
/**
|
|
2243
|
+
* Variables for the `mediaDocumentCsvImport` GraphQL operation. Generated from the
|
|
2244
|
+
* operation signature — field names and required/optional status mirror
|
|
2245
|
+
* the operation's declared variables exactly.
|
|
2246
|
+
*/
|
|
2247
|
+
export interface MediaDocumentCsvImportVariables {
|
|
2248
|
+
input: DocumentCsvInput;
|
|
2249
|
+
}
|
|
2250
|
+
/**
|
|
2251
|
+
* Variables for the `mediaDocumentDelete` GraphQL operation. Generated from the
|
|
2252
|
+
* operation signature — field names and required/optional status mirror
|
|
2253
|
+
* the operation's declared variables exactly.
|
|
2254
|
+
*/
|
|
2255
|
+
export interface MediaDocumentDeleteVariables {
|
|
2256
|
+
mediaId: string;
|
|
2257
|
+
}
|
|
2258
|
+
/**
|
|
2259
|
+
* Variables for the `mediaDocuments` GraphQL operation. Generated from the
|
|
2260
|
+
* operation signature — field names and required/optional status mirror
|
|
2261
|
+
* the operation's declared variables exactly.
|
|
2262
|
+
*/
|
|
2263
|
+
export interface MediaDocumentsVariables {
|
|
2264
|
+
search?: MediaDocumentSearchInput;
|
|
2265
|
+
}
|
|
2266
|
+
/**
|
|
2267
|
+
* Variables for the `mediaDocumentUpdate` GraphQL operation. Generated from the
|
|
2268
|
+
* operation signature — field names and required/optional status mirror
|
|
2269
|
+
* the operation's declared variables exactly.
|
|
2270
|
+
*/
|
|
2271
|
+
export interface MediaDocumentUpdateVariables {
|
|
2272
|
+
input: UpdateMediaDocumentInput;
|
|
2273
|
+
}
|
|
2274
|
+
/**
|
|
2275
|
+
* Variables for the `mediaDocument` GraphQL operation. Generated from the
|
|
2276
|
+
* operation signature — field names and required/optional status mirror
|
|
2277
|
+
* the operation's declared variables exactly.
|
|
2278
|
+
*/
|
|
2279
|
+
export interface MediaDocumentVariables {
|
|
2280
|
+
mediaId: string;
|
|
2281
|
+
}
|
|
2282
|
+
/**
|
|
2283
|
+
* Variables for the `mediaImageCreate` GraphQL operation. Generated from the
|
|
2284
|
+
* operation signature — field names and required/optional status mirror
|
|
2285
|
+
* the operation's declared variables exactly,
|
|
2286
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2287
|
+
* declares this non-null but the SDK supplies a default when
|
|
2288
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2289
|
+
*/
|
|
2290
|
+
export interface MediaImageCreateVariables {
|
|
2291
|
+
input: MediaImageInput;
|
|
2292
|
+
language?: string;
|
|
2293
|
+
imageVariantFilters?: TransformationsInput;
|
|
2294
|
+
}
|
|
2295
|
+
/**
|
|
2296
|
+
* Variables for the `mediaImageCsvImport` GraphQL operation. Generated from the
|
|
2297
|
+
* operation signature — field names and required/optional status mirror
|
|
2298
|
+
* the operation's declared variables exactly.
|
|
2299
|
+
*/
|
|
2300
|
+
export interface MediaImageCsvImportVariables {
|
|
2301
|
+
input: ImageCsvInput;
|
|
2302
|
+
}
|
|
2303
|
+
/**
|
|
2304
|
+
* Variables for the `mediaImageDelete` GraphQL operation. Generated from the
|
|
2305
|
+
* operation signature — field names and required/optional status mirror
|
|
2306
|
+
* the operation's declared variables exactly.
|
|
2307
|
+
*/
|
|
2308
|
+
export interface MediaImageDeleteVariables {
|
|
2309
|
+
mediaId: string;
|
|
2310
|
+
}
|
|
2311
|
+
/**
|
|
2312
|
+
* Variables for the `mediaImages` GraphQL operation. Generated from the
|
|
2313
|
+
* operation signature — field names and required/optional status mirror
|
|
2314
|
+
* the operation's declared variables exactly,
|
|
2315
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2316
|
+
* declares this non-null but the SDK supplies a default when
|
|
2317
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2318
|
+
*/
|
|
2319
|
+
export interface MediaImagesVariables {
|
|
2320
|
+
search?: MediaImageSearchInput;
|
|
2321
|
+
language?: string;
|
|
2322
|
+
imageVariantFilters?: TransformationsInput;
|
|
2323
|
+
}
|
|
2324
|
+
/**
|
|
2325
|
+
* Variables for the `mediaImageUpdate` GraphQL operation. Generated from the
|
|
2326
|
+
* operation signature — field names and required/optional status mirror
|
|
2327
|
+
* the operation's declared variables exactly,
|
|
2328
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2329
|
+
* declares this non-null but the SDK supplies a default when
|
|
2330
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2331
|
+
*/
|
|
2332
|
+
export interface MediaImageUpdateVariables {
|
|
2333
|
+
input: UpdateMediaImageInput;
|
|
2334
|
+
language?: string;
|
|
2335
|
+
imageVariantFilters?: TransformationsInput;
|
|
2336
|
+
}
|
|
2337
|
+
/**
|
|
2338
|
+
* Variables for the `mediaImage` GraphQL operation. Generated from the
|
|
2339
|
+
* operation signature — field names and required/optional status mirror
|
|
2340
|
+
* the operation's declared variables exactly,
|
|
2341
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2342
|
+
* declares this non-null but the SDK supplies a default when
|
|
2343
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2344
|
+
*/
|
|
2345
|
+
export interface MediaImageVariables {
|
|
2346
|
+
mediaId: string;
|
|
2347
|
+
language?: string;
|
|
2348
|
+
imageVariantFilters?: TransformationsInput;
|
|
2349
|
+
}
|
|
2350
|
+
/**
|
|
2351
|
+
* Variables for the `media` GraphQL operation. Generated from the
|
|
2352
|
+
* operation signature — field names and required/optional status mirror
|
|
2353
|
+
* the operation's declared variables exactly,
|
|
2354
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2355
|
+
* declares this non-null but the SDK supplies a default when
|
|
2356
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2357
|
+
*/
|
|
2358
|
+
export interface MediaVariables {
|
|
2359
|
+
language?: string;
|
|
2360
|
+
imageVariantFilters?: TransformationsInput;
|
|
2361
|
+
}
|
|
2362
|
+
/**
|
|
2363
|
+
* Variables for the `mediaVideoCreate` GraphQL operation. Generated from the
|
|
2364
|
+
* operation signature — field names and required/optional status mirror
|
|
2365
|
+
* the operation's declared variables exactly.
|
|
2366
|
+
*/
|
|
2367
|
+
export interface MediaVideoCreateVariables {
|
|
2368
|
+
input: MediaVideoInput;
|
|
2369
|
+
}
|
|
2370
|
+
/**
|
|
2371
|
+
* Variables for the `mediaVideoCsvImport` GraphQL operation. Generated from the
|
|
2372
|
+
* operation signature — field names and required/optional status mirror
|
|
2373
|
+
* the operation's declared variables exactly.
|
|
2374
|
+
*/
|
|
2375
|
+
export interface MediaVideoCsvImportVariables {
|
|
2376
|
+
input: VideoCsvInput;
|
|
2377
|
+
}
|
|
2378
|
+
/**
|
|
2379
|
+
* Variables for the `mediaVideoDelete` GraphQL operation. Generated from the
|
|
2380
|
+
* operation signature — field names and required/optional status mirror
|
|
2381
|
+
* the operation's declared variables exactly.
|
|
2382
|
+
*/
|
|
2383
|
+
export interface MediaVideoDeleteVariables {
|
|
2384
|
+
mediaId: string;
|
|
2385
|
+
}
|
|
2386
|
+
/**
|
|
2387
|
+
* Variables for the `mediaVideos` GraphQL operation. Generated from the
|
|
2388
|
+
* operation signature — field names and required/optional status mirror
|
|
2389
|
+
* the operation's declared variables exactly.
|
|
2390
|
+
*/
|
|
2391
|
+
export interface MediaVideosVariables {
|
|
2392
|
+
search?: MediaVideoSearchInput;
|
|
2393
|
+
}
|
|
2394
|
+
/**
|
|
2395
|
+
* Variables for the `mediaVideoUpdate` GraphQL operation. Generated from the
|
|
2396
|
+
* operation signature — field names and required/optional status mirror
|
|
2397
|
+
* the operation's declared variables exactly.
|
|
2398
|
+
*/
|
|
2399
|
+
export interface MediaVideoUpdateVariables {
|
|
2400
|
+
input: UpdateMediaVideoInput;
|
|
2401
|
+
}
|
|
2402
|
+
/**
|
|
2403
|
+
* Variables for the `mediaVideo` GraphQL operation. Generated from the
|
|
2404
|
+
* operation signature — field names and required/optional status mirror
|
|
2405
|
+
* the operation's declared variables exactly.
|
|
2406
|
+
*/
|
|
2407
|
+
export interface MediaVideoVariables {
|
|
2408
|
+
mediaId: string;
|
|
2409
|
+
}
|
|
2410
|
+
/**
|
|
2411
|
+
* Variables for the `orderAddresses` GraphQL operation. Generated from the
|
|
2412
|
+
* operation signature — field names and required/optional status mirror
|
|
2413
|
+
* the operation's declared variables exactly.
|
|
2414
|
+
*/
|
|
2415
|
+
export interface OrderAddressesVariables {
|
|
2416
|
+
orderId: number;
|
|
2417
|
+
type?: AddressType;
|
|
2418
|
+
}
|
|
2419
|
+
/**
|
|
2420
|
+
* Variables for the `orderAddress` GraphQL operation. Generated from the
|
|
2421
|
+
* operation signature — field names and required/optional status mirror
|
|
2422
|
+
* the operation's declared variables exactly.
|
|
2423
|
+
*/
|
|
2424
|
+
export interface OrderAddressVariables {
|
|
2425
|
+
id: number;
|
|
2426
|
+
orderId: number;
|
|
2427
|
+
}
|
|
2428
|
+
/**
|
|
2429
|
+
* Variables for the `orderCreate` GraphQL operation. Generated from the
|
|
2430
|
+
* operation signature — field names and required/optional status mirror
|
|
2431
|
+
* the operation's declared variables exactly,
|
|
2432
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2433
|
+
* declares this non-null but the SDK supplies a default when
|
|
2434
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2435
|
+
*/
|
|
2436
|
+
export interface OrderCreateVariables {
|
|
2437
|
+
order: OrderCreateInput;
|
|
2438
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2439
|
+
language?: string;
|
|
2440
|
+
imageVariantFilters?: TransformationsInput;
|
|
2441
|
+
}
|
|
2442
|
+
/**
|
|
2443
|
+
* Variables for the `orderDelete` GraphQL operation. Generated from the
|
|
2444
|
+
* operation signature — field names and required/optional status mirror
|
|
2445
|
+
* the operation's declared variables exactly.
|
|
2446
|
+
*/
|
|
2447
|
+
export interface OrderDeleteVariables {
|
|
2448
|
+
orderId: number;
|
|
2449
|
+
}
|
|
2450
|
+
/**
|
|
2451
|
+
* Variables for the `orderGetPDF` GraphQL operation. Generated from the
|
|
2452
|
+
* operation signature — field names and required/optional status mirror
|
|
2453
|
+
* the operation's declared variables exactly.
|
|
2454
|
+
*/
|
|
2455
|
+
export interface OrderGetPDFVariables {
|
|
2456
|
+
orderId: number;
|
|
2457
|
+
}
|
|
2458
|
+
/**
|
|
2459
|
+
* Variables for the `orderlistAddItems` GraphQL operation. Generated from the
|
|
2460
|
+
* operation signature — field names and required/optional status mirror
|
|
2461
|
+
* the operation's declared variables exactly.
|
|
2462
|
+
*/
|
|
2463
|
+
export interface OrderlistAddItemsVariables {
|
|
2464
|
+
id: number;
|
|
2465
|
+
input: OrderlistItemsInput;
|
|
2466
|
+
}
|
|
2467
|
+
/**
|
|
2468
|
+
* Variables for the `orderlistAssignCompanies` GraphQL operation. Generated from the
|
|
2469
|
+
* operation signature — field names and required/optional status mirror
|
|
2470
|
+
* the operation's declared variables exactly.
|
|
2471
|
+
*/
|
|
2472
|
+
export interface OrderlistAssignCompaniesVariables {
|
|
2473
|
+
id: number;
|
|
2474
|
+
input: OrderlistCompaniesInput;
|
|
2475
|
+
}
|
|
2476
|
+
/**
|
|
2477
|
+
* Variables for the `orderlistAssignUsers` GraphQL operation. Generated from the
|
|
2478
|
+
* operation signature — field names and required/optional status mirror
|
|
2479
|
+
* the operation's declared variables exactly.
|
|
2480
|
+
*/
|
|
2481
|
+
export interface OrderlistAssignUsersVariables {
|
|
2482
|
+
id: number;
|
|
2483
|
+
input: OrderlistUsersInput;
|
|
2484
|
+
}
|
|
2485
|
+
/**
|
|
2486
|
+
* Variables for the `orderlistCreate` GraphQL operation. Generated from the
|
|
2487
|
+
* operation signature — field names and required/optional status mirror
|
|
2488
|
+
* the operation's declared variables exactly.
|
|
2489
|
+
*/
|
|
2490
|
+
export interface OrderlistCreateVariables {
|
|
2491
|
+
input: OrderlistCreateInput;
|
|
2492
|
+
}
|
|
2493
|
+
/**
|
|
2494
|
+
* Variables for the `orderlistDelete` GraphQL operation. Generated from the
|
|
2495
|
+
* operation signature — field names and required/optional status mirror
|
|
2496
|
+
* the operation's declared variables exactly.
|
|
2497
|
+
*/
|
|
2498
|
+
export interface OrderlistDeleteVariables {
|
|
2499
|
+
id: number;
|
|
2500
|
+
}
|
|
2501
|
+
/**
|
|
2502
|
+
* Variables for the `orderlistRemoveItems` GraphQL operation. Generated from the
|
|
2503
|
+
* operation signature — field names and required/optional status mirror
|
|
2504
|
+
* the operation's declared variables exactly.
|
|
2505
|
+
*/
|
|
2506
|
+
export interface OrderlistRemoveItemsVariables {
|
|
2507
|
+
id: number;
|
|
2508
|
+
input: OrderlistItemsInput;
|
|
2509
|
+
}
|
|
2510
|
+
/**
|
|
2511
|
+
* Variables for the `orderlists` GraphQL operation. Generated from the
|
|
2512
|
+
* operation signature — field names and required/optional status mirror
|
|
2513
|
+
* the operation's declared variables exactly.
|
|
2514
|
+
*/
|
|
2515
|
+
export interface OrderlistsVariables {
|
|
2516
|
+
input?: OrderlistSearchInput;
|
|
2517
|
+
}
|
|
2518
|
+
/**
|
|
2519
|
+
* Variables for the `orderlistUnassignCompanies` GraphQL operation. Generated from the
|
|
2520
|
+
* operation signature — field names and required/optional status mirror
|
|
2521
|
+
* the operation's declared variables exactly.
|
|
2522
|
+
*/
|
|
2523
|
+
export interface OrderlistUnassignCompaniesVariables {
|
|
2524
|
+
id: number;
|
|
2525
|
+
input: OrderlistCompaniesInput;
|
|
2526
|
+
}
|
|
2527
|
+
/**
|
|
2528
|
+
* Variables for the `orderlistUnassignUsers` GraphQL operation. Generated from the
|
|
2529
|
+
* operation signature — field names and required/optional status mirror
|
|
2530
|
+
* the operation's declared variables exactly.
|
|
2531
|
+
*/
|
|
2532
|
+
export interface OrderlistUnassignUsersVariables {
|
|
2533
|
+
id: number;
|
|
2534
|
+
input: OrderlistUsersInput;
|
|
2535
|
+
}
|
|
2536
|
+
/**
|
|
2537
|
+
* Variables for the `orderlistUpdate` GraphQL operation. Generated from the
|
|
2538
|
+
* operation signature — field names and required/optional status mirror
|
|
2539
|
+
* the operation's declared variables exactly.
|
|
2540
|
+
*/
|
|
2541
|
+
export interface OrderlistUpdateVariables {
|
|
2542
|
+
id: number;
|
|
2543
|
+
input: OrderlistUpdateInput;
|
|
2544
|
+
}
|
|
2545
|
+
/**
|
|
2546
|
+
* Variables for the `orderlist` GraphQL operation. Generated from the
|
|
2547
|
+
* operation signature — field names and required/optional status mirror
|
|
2548
|
+
* the operation's declared variables exactly.
|
|
2549
|
+
*/
|
|
2550
|
+
export interface OrderlistVariables {
|
|
2551
|
+
id: number;
|
|
2552
|
+
}
|
|
2553
|
+
/**
|
|
2554
|
+
* Variables for the `orderRevisionRestore` GraphQL operation. Generated from the
|
|
2555
|
+
* operation signature — field names and required/optional status mirror
|
|
2556
|
+
* the operation's declared variables exactly,
|
|
2557
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2558
|
+
* declares this non-null but the SDK supplies a default when
|
|
2559
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2560
|
+
*/
|
|
2561
|
+
export interface OrderRevisionRestoreVariables {
|
|
2562
|
+
orderId: number;
|
|
2563
|
+
revisionNumber: number;
|
|
2564
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2565
|
+
language?: string;
|
|
2566
|
+
imageVariantFilters?: TransformationsInput;
|
|
2567
|
+
}
|
|
2568
|
+
/**
|
|
2569
|
+
* Variables for the `orderRevisionsInvalidate` GraphQL operation. Generated from the
|
|
2570
|
+
* operation signature — field names and required/optional status mirror
|
|
2571
|
+
* the operation's declared variables exactly.
|
|
2572
|
+
*/
|
|
2573
|
+
export interface OrderRevisionsInvalidateVariables {
|
|
2574
|
+
input: OrderRevisionsInvalidateInput;
|
|
2575
|
+
}
|
|
2576
|
+
/**
|
|
2577
|
+
* Variables for the `orderRevisions` GraphQL operation. Generated from the
|
|
2578
|
+
* operation signature — field names and required/optional status mirror
|
|
2579
|
+
* the operation's declared variables exactly,
|
|
2580
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2581
|
+
* declares this non-null but the SDK supplies a default when
|
|
2582
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2583
|
+
*/
|
|
2584
|
+
export interface OrderRevisionsVariables {
|
|
2585
|
+
input: OrderRevisionSearchInput;
|
|
2586
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2587
|
+
language?: string;
|
|
2588
|
+
imageVariantFilters?: TransformationsInput;
|
|
2589
|
+
}
|
|
2590
|
+
/**
|
|
2591
|
+
* Variables for the `orderRevision` GraphQL operation. Generated from the
|
|
2592
|
+
* operation signature — field names and required/optional status mirror
|
|
2593
|
+
* the operation's declared variables exactly,
|
|
2594
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2595
|
+
* declares this non-null but the SDK supplies a default when
|
|
2596
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2597
|
+
*/
|
|
2598
|
+
export interface OrderRevisionVariables {
|
|
2599
|
+
orderId: number;
|
|
2600
|
+
revisionNumber: number;
|
|
2601
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2602
|
+
language?: string;
|
|
2603
|
+
imageVariantFilters?: TransformationsInput;
|
|
2604
|
+
}
|
|
2605
|
+
/**
|
|
2606
|
+
* Variables for the `orderSendConfirmationEmail` GraphQL operation. Generated from the
|
|
2607
|
+
* operation signature — field names and required/optional status mirror
|
|
2608
|
+
* the operation's declared variables exactly.
|
|
2609
|
+
*/
|
|
2610
|
+
export interface OrderSendConfirmationEmailVariables {
|
|
2611
|
+
orderId: number;
|
|
2612
|
+
attachments?: Base64FileInput[];
|
|
2613
|
+
}
|
|
2614
|
+
/**
|
|
2615
|
+
* Variables for the `orderSetStatus` GraphQL operation. Generated from the
|
|
2616
|
+
* operation signature — field names and required/optional status mirror
|
|
2617
|
+
* the operation's declared variables exactly.
|
|
2618
|
+
*/
|
|
2619
|
+
export interface OrderSetStatusVariables {
|
|
2620
|
+
input: OrderSetStatusInput;
|
|
2621
|
+
}
|
|
2622
|
+
/**
|
|
2623
|
+
* Variables for the `orderStatusCreate` GraphQL operation. Generated from the
|
|
2624
|
+
* operation signature — field names and required/optional status mirror
|
|
2625
|
+
* the operation's declared variables exactly.
|
|
2626
|
+
*/
|
|
2627
|
+
export interface OrderStatusCreateVariables {
|
|
2628
|
+
input: CreateOrderStatusInput;
|
|
2629
|
+
}
|
|
2630
|
+
/**
|
|
2631
|
+
* Variables for the `orderStatusDelete` GraphQL operation. Generated from the
|
|
2632
|
+
* operation signature — field names and required/optional status mirror
|
|
2633
|
+
* the operation's declared variables exactly.
|
|
2634
|
+
*/
|
|
2635
|
+
export interface OrderStatusDeleteVariables {
|
|
2636
|
+
id: number;
|
|
2637
|
+
}
|
|
2638
|
+
/**
|
|
2639
|
+
* Variables for the `orderStatuses` GraphQL operation. Generated from the
|
|
2640
|
+
* operation signature — field names and required/optional status mirror
|
|
2641
|
+
* the operation's declared variables exactly.
|
|
2642
|
+
*/
|
|
2643
|
+
export interface OrderStatusesVariables {
|
|
2644
|
+
input?: OrderStatusesSearchInput;
|
|
2645
|
+
}
|
|
2646
|
+
/**
|
|
2647
|
+
* Variables for the `orderStatusSetAddOrderStatuses` GraphQL operation. Generated from the
|
|
2648
|
+
* operation signature — field names and required/optional status mirror
|
|
2649
|
+
* the operation's declared variables exactly.
|
|
2650
|
+
*/
|
|
2651
|
+
export interface OrderStatusSetAddOrderStatusesVariables {
|
|
2652
|
+
id: number;
|
|
2653
|
+
input: AddOrderStatusesToOrderStatusSetInput;
|
|
2654
|
+
}
|
|
2655
|
+
/**
|
|
2656
|
+
* Variables for the `orderStatusSetCreate` GraphQL operation. Generated from the
|
|
2657
|
+
* operation signature — field names and required/optional status mirror
|
|
2658
|
+
* the operation's declared variables exactly.
|
|
2659
|
+
*/
|
|
2660
|
+
export interface OrderStatusSetCreateVariables {
|
|
2661
|
+
input: CreateOrderStatusSetInput;
|
|
2662
|
+
}
|
|
2663
|
+
/**
|
|
2664
|
+
* Variables for the `orderStatusSetDelete` GraphQL operation. Generated from the
|
|
2665
|
+
* operation signature — field names and required/optional status mirror
|
|
2666
|
+
* the operation's declared variables exactly.
|
|
2667
|
+
*/
|
|
2668
|
+
export interface OrderStatusSetDeleteVariables {
|
|
2669
|
+
id: number;
|
|
2670
|
+
}
|
|
2671
|
+
/**
|
|
2672
|
+
* Variables for the `orderStatusSetRemoveOrderStatuses` GraphQL operation. Generated from the
|
|
2673
|
+
* operation signature — field names and required/optional status mirror
|
|
2674
|
+
* the operation's declared variables exactly.
|
|
2675
|
+
*/
|
|
2676
|
+
export interface OrderStatusSetRemoveOrderStatusesVariables {
|
|
2677
|
+
id: number;
|
|
2678
|
+
input: RemoveOrderStatusesFromOrderStatusSetInput;
|
|
2679
|
+
}
|
|
2680
|
+
/**
|
|
2681
|
+
* Variables for the `orderStatusSets` GraphQL operation. Generated from the
|
|
2682
|
+
* operation signature — field names and required/optional status mirror
|
|
2683
|
+
* the operation's declared variables exactly.
|
|
2684
|
+
*/
|
|
2685
|
+
export interface OrderStatusSetsVariables {
|
|
2686
|
+
input?: OrderStatusSetsSearchInput;
|
|
2687
|
+
}
|
|
2688
|
+
/**
|
|
2689
|
+
* Variables for the `orderStatusSetUpdate` GraphQL operation. Generated from the
|
|
2690
|
+
* operation signature — field names and required/optional status mirror
|
|
2691
|
+
* the operation's declared variables exactly.
|
|
2692
|
+
*/
|
|
2693
|
+
export interface OrderStatusSetUpdateVariables {
|
|
2694
|
+
id: number;
|
|
2695
|
+
input: UpdateOrderStatusSetInput;
|
|
2696
|
+
}
|
|
2697
|
+
/**
|
|
2698
|
+
* Variables for the `orderStatusSet` GraphQL operation. Generated from the
|
|
2699
|
+
* operation signature — field names and required/optional status mirror
|
|
2700
|
+
* the operation's declared variables exactly.
|
|
2701
|
+
*/
|
|
2702
|
+
export interface OrderStatusSetVariables {
|
|
2703
|
+
input: OrderStatusSetSearchByInput;
|
|
2704
|
+
}
|
|
2705
|
+
/**
|
|
2706
|
+
* Variables for the `orderStatusUpdate` GraphQL operation. Generated from the
|
|
2707
|
+
* operation signature — field names and required/optional status mirror
|
|
2708
|
+
* the operation's declared variables exactly.
|
|
2709
|
+
*/
|
|
2710
|
+
export interface OrderStatusUpdateVariables {
|
|
2711
|
+
id: number;
|
|
2712
|
+
input: UpdateOrderStatusInput;
|
|
2713
|
+
}
|
|
2714
|
+
/**
|
|
2715
|
+
* Variables for the `orderStatus` GraphQL operation. Generated from the
|
|
2716
|
+
* operation signature — field names and required/optional status mirror
|
|
2717
|
+
* the operation's declared variables exactly.
|
|
2718
|
+
*/
|
|
2719
|
+
export interface OrderStatusVariables {
|
|
2720
|
+
input: OrderStatusSearchByInput;
|
|
2721
|
+
}
|
|
2722
|
+
/**
|
|
2723
|
+
* Variables for the `orders` GraphQL operation. Generated from the
|
|
2724
|
+
* operation signature — field names and required/optional status mirror
|
|
2725
|
+
* the operation's declared variables exactly.
|
|
2726
|
+
*/
|
|
2727
|
+
export interface OrdersVariables {
|
|
2728
|
+
input?: OrderSearchArguments;
|
|
2729
|
+
}
|
|
2730
|
+
/**
|
|
2731
|
+
* Variables for the `orderUpdateAddress` GraphQL operation. Generated from the
|
|
2732
|
+
* operation signature — field names and required/optional status mirror
|
|
2733
|
+
* the operation's declared variables exactly.
|
|
2734
|
+
*/
|
|
2735
|
+
export interface OrderUpdateAddressVariables {
|
|
2736
|
+
id: number;
|
|
2737
|
+
addressId: number;
|
|
2738
|
+
input: OrderUpdateAddressInput;
|
|
2739
|
+
}
|
|
2740
|
+
/**
|
|
2741
|
+
* Variables for the `order` GraphQL operation. Generated from the
|
|
2742
|
+
* operation signature — field names and required/optional status mirror
|
|
2743
|
+
* the operation's declared variables exactly,
|
|
2744
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
2745
|
+
* declares this non-null but the SDK supplies a default when
|
|
2746
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
2747
|
+
*/
|
|
2748
|
+
export interface OrderVariables {
|
|
2749
|
+
orderId?: number;
|
|
2750
|
+
orderUUID?: string;
|
|
2751
|
+
language?: string;
|
|
2752
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
2753
|
+
imageVariantFilters?: TransformationsInput;
|
|
2754
|
+
}
|
|
2755
|
+
/**
|
|
2756
|
+
* Variables for the `passwordResetLink` GraphQL operation. Generated from the
|
|
2757
|
+
* operation signature — field names and required/optional status mirror
|
|
2758
|
+
* the operation's declared variables exactly.
|
|
2759
|
+
*/
|
|
2760
|
+
export interface PasswordResetLinkVariables {
|
|
2761
|
+
input?: PasswordRecoveryLinkInput;
|
|
2762
|
+
}
|
|
2763
|
+
/**
|
|
2764
|
+
* Variables for the `paymentCreate` GraphQL operation. Generated from the
|
|
2765
|
+
* operation signature — field names and required/optional status mirror
|
|
2766
|
+
* the operation's declared variables exactly.
|
|
2767
|
+
*/
|
|
2768
|
+
export interface PaymentCreateVariables {
|
|
2769
|
+
input: CreatePaymentInput;
|
|
2770
|
+
}
|
|
2771
|
+
/**
|
|
2772
|
+
* Variables for the `paymentDelete` GraphQL operation. Generated from the
|
|
2773
|
+
* operation signature — field names and required/optional status mirror
|
|
2774
|
+
* the operation's declared variables exactly.
|
|
2775
|
+
*/
|
|
2776
|
+
export interface PaymentDeleteVariables {
|
|
2777
|
+
searchBy: SearchByInput;
|
|
2778
|
+
}
|
|
2779
|
+
/**
|
|
2780
|
+
* Variables for the `payments` GraphQL operation. Generated from the
|
|
2781
|
+
* operation signature — field names and required/optional status mirror
|
|
2782
|
+
* the operation's declared variables exactly.
|
|
2783
|
+
*/
|
|
2784
|
+
export interface PaymentsVariables {
|
|
2785
|
+
input?: PaymentsSearchInput;
|
|
2786
|
+
}
|
|
2787
|
+
/**
|
|
2788
|
+
* Variables for the `paymentUpdate` GraphQL operation. Generated from the
|
|
2789
|
+
* operation signature — field names and required/optional status mirror
|
|
2790
|
+
* the operation's declared variables exactly.
|
|
2791
|
+
*/
|
|
2792
|
+
export interface PaymentUpdateVariables {
|
|
2793
|
+
searchBy: SearchByInput;
|
|
2794
|
+
input: UpdatePaymentInput;
|
|
2795
|
+
}
|
|
2796
|
+
/**
|
|
2797
|
+
* Variables for the `payment` GraphQL operation. Generated from the
|
|
2798
|
+
* operation signature — field names and required/optional status mirror
|
|
2799
|
+
* the operation's declared variables exactly.
|
|
2800
|
+
*/
|
|
2801
|
+
export interface PaymentVariables {
|
|
2802
|
+
searchBy: SearchByInput;
|
|
2803
|
+
}
|
|
2804
|
+
/**
|
|
2805
|
+
* Variables for the `payMethodCreate` GraphQL operation. Generated from the
|
|
2806
|
+
* operation signature — field names and required/optional status mirror
|
|
2807
|
+
* the operation's declared variables exactly.
|
|
2808
|
+
*/
|
|
2809
|
+
export interface PayMethodCreateVariables {
|
|
2810
|
+
input: PayMethodCreateInput;
|
|
2811
|
+
}
|
|
2812
|
+
/**
|
|
2813
|
+
* Variables for the `payMethodDelete` GraphQL operation. Generated from the
|
|
2814
|
+
* operation signature — field names and required/optional status mirror
|
|
2815
|
+
* the operation's declared variables exactly.
|
|
2816
|
+
*/
|
|
2817
|
+
export interface PayMethodDeleteVariables {
|
|
2818
|
+
id: number;
|
|
2819
|
+
}
|
|
2820
|
+
/**
|
|
2821
|
+
* Variables for the `payMethods` GraphQL operation. Generated from the
|
|
2822
|
+
* operation signature — field names and required/optional status mirror
|
|
2823
|
+
* the operation's declared variables exactly.
|
|
2824
|
+
*/
|
|
2825
|
+
export interface PayMethodsVariables {
|
|
2826
|
+
input?: PayMethodSearchInput;
|
|
2827
|
+
}
|
|
2828
|
+
/**
|
|
2829
|
+
* Variables for the `payMethodUpdate` GraphQL operation. Generated from the
|
|
2830
|
+
* operation signature — field names and required/optional status mirror
|
|
2831
|
+
* the operation's declared variables exactly.
|
|
2832
|
+
*/
|
|
2833
|
+
export interface PayMethodUpdateVariables {
|
|
2834
|
+
id: number;
|
|
2835
|
+
input: PayMethodUpdateInput;
|
|
2836
|
+
}
|
|
2837
|
+
/**
|
|
2838
|
+
* Variables for the `payMethod` GraphQL operation. Generated from the
|
|
2839
|
+
* operation signature — field names and required/optional status mirror
|
|
2840
|
+
* the operation's declared variables exactly.
|
|
2841
|
+
*/
|
|
2842
|
+
export interface PayMethodVariables {
|
|
2843
|
+
id: number;
|
|
2844
|
+
}
|
|
2845
|
+
/**
|
|
2846
|
+
* Variables for the `priceCalculate` GraphQL operation. Generated from the
|
|
2847
|
+
* operation signature — field names and required/optional status mirror
|
|
2848
|
+
* the operation's declared variables exactly.
|
|
2849
|
+
*/
|
|
2850
|
+
export interface PriceCalculateVariables {
|
|
2851
|
+
input: PriceCalculateInput;
|
|
2852
|
+
}
|
|
2853
|
+
/**
|
|
2854
|
+
* Variables for the `priceCreate` GraphQL operation. Generated from the
|
|
2855
|
+
* operation signature — field names and required/optional status mirror
|
|
2856
|
+
* the operation's declared variables exactly.
|
|
2857
|
+
*/
|
|
2858
|
+
export interface PriceCreateVariables {
|
|
2859
|
+
input: PriceCreateInput;
|
|
2860
|
+
}
|
|
2861
|
+
/**
|
|
2862
|
+
* Variables for the `priceCsvImport` GraphQL operation. Generated from the
|
|
2863
|
+
* operation signature — field names and required/optional status mirror
|
|
2864
|
+
* the operation's declared variables exactly.
|
|
2865
|
+
*/
|
|
2866
|
+
export interface PriceCsvImportVariables {
|
|
2867
|
+
input: PriceCsvInput;
|
|
2868
|
+
}
|
|
2869
|
+
/**
|
|
2870
|
+
* Variables for the `priceDefault` GraphQL operation. Generated from the
|
|
2871
|
+
* operation signature — field names and required/optional status mirror
|
|
2872
|
+
* the operation's declared variables exactly.
|
|
2873
|
+
*/
|
|
2874
|
+
export interface PriceDefaultVariables {
|
|
2875
|
+
input: PriceCalculateDefaultInput;
|
|
2876
|
+
}
|
|
2877
|
+
/**
|
|
2878
|
+
* Variables for the `priceDelete` GraphQL operation. Generated from the
|
|
2879
|
+
* operation signature — field names and required/optional status mirror
|
|
2880
|
+
* the operation's declared variables exactly.
|
|
2881
|
+
*/
|
|
2882
|
+
export interface PriceDeleteVariables {
|
|
2883
|
+
id: string;
|
|
2884
|
+
}
|
|
2885
|
+
/**
|
|
2886
|
+
* Variables for the `priceExplain` GraphQL operation. Generated from the
|
|
2887
|
+
* operation signature — field names and required/optional status mirror
|
|
2888
|
+
* the operation's declared variables exactly.
|
|
2889
|
+
*/
|
|
2890
|
+
export interface PriceExplainVariables {
|
|
2891
|
+
input: PriceCalculateInput;
|
|
2892
|
+
}
|
|
2893
|
+
/**
|
|
2894
|
+
* Variables for the `pricesheetAssign` GraphQL operation. Generated from the
|
|
2895
|
+
* operation signature — field names and required/optional status mirror
|
|
2896
|
+
* the operation's declared variables exactly.
|
|
2897
|
+
*/
|
|
2898
|
+
export interface PricesheetAssignVariables {
|
|
2899
|
+
id: string;
|
|
2900
|
+
input: PricesheetAssignInput;
|
|
2901
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2902
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2903
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2904
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2905
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2906
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2907
|
+
}
|
|
2908
|
+
/**
|
|
2909
|
+
* Variables for the `pricesheetCreate` GraphQL operation. Generated from the
|
|
2910
|
+
* operation signature — field names and required/optional status mirror
|
|
2911
|
+
* the operation's declared variables exactly.
|
|
2912
|
+
*/
|
|
2913
|
+
export interface PricesheetCreateVariables {
|
|
2914
|
+
input: PricesheetCreateInput;
|
|
2915
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2916
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2917
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2918
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2919
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2920
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2921
|
+
}
|
|
2922
|
+
/**
|
|
2923
|
+
* Variables for the `pricesheetCsvImport` GraphQL operation. Generated from the
|
|
2924
|
+
* operation signature — field names and required/optional status mirror
|
|
2925
|
+
* the operation's declared variables exactly.
|
|
2926
|
+
*/
|
|
2927
|
+
export interface PricesheetCsvImportVariables {
|
|
2928
|
+
input: PricesheetCsvInput;
|
|
2929
|
+
}
|
|
2930
|
+
/**
|
|
2931
|
+
* Variables for the `pricesheetDelete` GraphQL operation. Generated from the
|
|
2932
|
+
* operation signature — field names and required/optional status mirror
|
|
2933
|
+
* the operation's declared variables exactly.
|
|
2934
|
+
*/
|
|
2935
|
+
export interface PricesheetDeleteVariables {
|
|
2936
|
+
id: string;
|
|
2937
|
+
}
|
|
2938
|
+
/**
|
|
2939
|
+
* Variables for the `pricesheetsEffective` GraphQL operation. Generated from the
|
|
2940
|
+
* operation signature — field names and required/optional status mirror
|
|
2941
|
+
* the operation's declared variables exactly.
|
|
2942
|
+
*/
|
|
2943
|
+
export interface PricesheetsEffectiveVariables {
|
|
2944
|
+
input: PricesheetsEffectiveInput;
|
|
2945
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2946
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2947
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2948
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2949
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2950
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2951
|
+
}
|
|
2952
|
+
/**
|
|
2953
|
+
* Variables for the `pricesheets` GraphQL operation. Generated from the
|
|
2954
|
+
* operation signature — field names and required/optional status mirror
|
|
2955
|
+
* the operation's declared variables exactly.
|
|
2956
|
+
*/
|
|
2957
|
+
export interface PricesheetsVariables {
|
|
2958
|
+
input?: PricesheetSearchInput;
|
|
2959
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2960
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2961
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2962
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2963
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2964
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2965
|
+
}
|
|
2966
|
+
/**
|
|
2967
|
+
* Variables for the `pricesheetUnassign` GraphQL operation. Generated from the
|
|
2968
|
+
* operation signature — field names and required/optional status mirror
|
|
2969
|
+
* the operation's declared variables exactly.
|
|
2970
|
+
*/
|
|
2971
|
+
export interface PricesheetUnassignVariables {
|
|
2972
|
+
id: string;
|
|
2973
|
+
input: PricesheetUnassignInput;
|
|
2974
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2975
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2976
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2977
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2978
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2979
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2980
|
+
}
|
|
2981
|
+
/**
|
|
2982
|
+
* Variables for the `pricesheetUpdate` GraphQL operation. Generated from the
|
|
2983
|
+
* operation signature — field names and required/optional status mirror
|
|
2984
|
+
* the operation's declared variables exactly.
|
|
2985
|
+
*/
|
|
2986
|
+
export interface PricesheetUpdateVariables {
|
|
2987
|
+
id: string;
|
|
2988
|
+
input: PricesheetUpdateInput;
|
|
2989
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
2990
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
2991
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
2992
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
2993
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
2994
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
2995
|
+
}
|
|
2996
|
+
/**
|
|
2997
|
+
* Variables for the `pricesheet` GraphQL operation. Generated from the
|
|
2998
|
+
* operation signature — field names and required/optional status mirror
|
|
2999
|
+
* the operation's declared variables exactly.
|
|
3000
|
+
*/
|
|
3001
|
+
export interface PricesheetVariables {
|
|
3002
|
+
id: string;
|
|
3003
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3004
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3005
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3006
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3007
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3008
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3009
|
+
}
|
|
3010
|
+
/**
|
|
3011
|
+
* Variables for the `prices` GraphQL operation. Generated from the
|
|
3012
|
+
* operation signature — field names and required/optional status mirror
|
|
3013
|
+
* the operation's declared variables exactly.
|
|
3014
|
+
*/
|
|
3015
|
+
export interface PricesVariables {
|
|
3016
|
+
input?: PriceSearchInput;
|
|
3017
|
+
}
|
|
3018
|
+
/**
|
|
3019
|
+
* Variables for the `priceUpdate` GraphQL operation. Generated from the
|
|
3020
|
+
* operation signature — field names and required/optional status mirror
|
|
3021
|
+
* the operation's declared variables exactly.
|
|
3022
|
+
*/
|
|
3023
|
+
export interface PriceUpdateVariables {
|
|
3024
|
+
id: string;
|
|
3025
|
+
input: PriceUpdateInput;
|
|
3026
|
+
}
|
|
3027
|
+
/**
|
|
3028
|
+
* Variables for the `price` GraphQL operation. Generated from the
|
|
3029
|
+
* operation signature — field names and required/optional status mirror
|
|
3030
|
+
* the operation's declared variables exactly.
|
|
3031
|
+
*/
|
|
3032
|
+
export interface PriceVariables {
|
|
3033
|
+
id: string;
|
|
3034
|
+
}
|
|
3035
|
+
/**
|
|
3036
|
+
* Variables for the `productBulkMove` GraphQL operation. Generated from the
|
|
3037
|
+
* operation signature — field names and required/optional status mirror
|
|
3038
|
+
* the operation's declared variables exactly.
|
|
3039
|
+
*/
|
|
3040
|
+
export interface ProductBulkMoveVariables {
|
|
3041
|
+
input: ProductBulkMoveInput;
|
|
3042
|
+
}
|
|
3043
|
+
/**
|
|
3044
|
+
* Variables for the `productCreate` GraphQL operation. Generated from the
|
|
3045
|
+
* operation signature — field names and required/optional status mirror
|
|
3046
|
+
* the operation's declared variables exactly.
|
|
3047
|
+
*/
|
|
3048
|
+
export interface ProductCreateVariables {
|
|
3049
|
+
input: CreateProductInput;
|
|
3050
|
+
}
|
|
3051
|
+
/**
|
|
3052
|
+
* Variables for the `productCsvImport` GraphQL operation. Generated from the
|
|
3053
|
+
* operation signature — field names and required/optional status mirror
|
|
3054
|
+
* the operation's declared variables exactly.
|
|
3055
|
+
*/
|
|
3056
|
+
export interface ProductCsvImportVariables {
|
|
3057
|
+
input: ProductCsvInput;
|
|
3058
|
+
}
|
|
3059
|
+
/**
|
|
3060
|
+
* Variables for the `productDelete` GraphQL operation. Generated from the
|
|
3061
|
+
* operation signature — field names and required/optional status mirror
|
|
3062
|
+
* the operation's declared variables exactly.
|
|
3063
|
+
*/
|
|
3064
|
+
export interface ProductDeleteVariables {
|
|
3065
|
+
productId: number;
|
|
3066
|
+
}
|
|
3067
|
+
/**
|
|
3068
|
+
* Variables for the `productSurcharges` GraphQL operation. Generated from the
|
|
3069
|
+
* operation signature — field names and required/optional status mirror
|
|
3070
|
+
* the operation's declared variables exactly.
|
|
3071
|
+
*/
|
|
3072
|
+
export interface ProductSurchargesVariables {
|
|
3073
|
+
productId: number;
|
|
3074
|
+
input?: SurchargeSearchInput;
|
|
3075
|
+
}
|
|
3076
|
+
/**
|
|
3077
|
+
* Variables for the `products` GraphQL operation. Generated from the
|
|
3078
|
+
* operation signature — field names and required/optional status mirror
|
|
3079
|
+
* the operation's declared variables exactly,
|
|
3080
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3081
|
+
* declares this non-null but the SDK supplies a default when
|
|
3082
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3083
|
+
*/
|
|
3084
|
+
export interface ProductsVariables {
|
|
3085
|
+
input?: ProductSearchInput;
|
|
3086
|
+
language?: string;
|
|
3087
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3088
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3089
|
+
imageVariantFilters?: TransformationsInput;
|
|
3090
|
+
filterAvailableAttributeInput?: FilterAvailableAttributeInput;
|
|
3091
|
+
}
|
|
3092
|
+
/**
|
|
3093
|
+
* Variables for the `productUpdate` GraphQL operation. Generated from the
|
|
3094
|
+
* operation signature — field names and required/optional status mirror
|
|
3095
|
+
* the operation's declared variables exactly.
|
|
3096
|
+
*/
|
|
3097
|
+
export interface ProductUpdateVariables {
|
|
3098
|
+
productId: number;
|
|
3099
|
+
input: UpdateProductInput;
|
|
3100
|
+
}
|
|
3101
|
+
/**
|
|
3102
|
+
* Variables for the `product` GraphQL operation. Generated from the
|
|
3103
|
+
* operation signature — field names and required/optional status mirror
|
|
3104
|
+
* the operation's declared variables exactly,
|
|
3105
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3106
|
+
* declares this non-null but the SDK supplies a default when
|
|
3107
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3108
|
+
*/
|
|
3109
|
+
export interface ProductVariables {
|
|
3110
|
+
productId?: number;
|
|
3111
|
+
slug?: string;
|
|
3112
|
+
sku?: string;
|
|
3113
|
+
language?: string;
|
|
3114
|
+
applyOrderlists?: boolean;
|
|
3115
|
+
orderlistIds?: number[];
|
|
3116
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3117
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3118
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3119
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3120
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3121
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3122
|
+
imageVariantFilters?: TransformationsInput;
|
|
3123
|
+
}
|
|
3124
|
+
/**
|
|
3125
|
+
* Variables for the `publishEmailEvent` GraphQL operation. Generated from the
|
|
3126
|
+
* operation signature — field names and required/optional status mirror
|
|
3127
|
+
* the operation's declared variables exactly.
|
|
3128
|
+
*/
|
|
3129
|
+
export interface PublishEmailEventVariables {
|
|
3130
|
+
input: EmailEventInput;
|
|
3131
|
+
}
|
|
3132
|
+
/**
|
|
3133
|
+
* Variables for the `publishEmailSendEvent` GraphQL operation. Generated from the
|
|
3134
|
+
* operation signature — field names and required/optional status mirror
|
|
3135
|
+
* the operation's declared variables exactly.
|
|
3136
|
+
*/
|
|
3137
|
+
export interface PublishEmailSendEventVariables {
|
|
3138
|
+
input: EmailSendEventInput;
|
|
3139
|
+
}
|
|
3140
|
+
/**
|
|
3141
|
+
* Variables for the `publishPasswordResetEmailEvent` GraphQL operation. Generated from the
|
|
3142
|
+
* operation signature — field names and required/optional status mirror
|
|
3143
|
+
* the operation's declared variables exactly.
|
|
3144
|
+
*/
|
|
3145
|
+
export interface PublishPasswordResetEmailEventVariables {
|
|
3146
|
+
input: PasswordResetLinkEmailInput;
|
|
3147
|
+
}
|
|
3148
|
+
/**
|
|
3149
|
+
* Variables for the `purchaseAuthorizationConfigCreate` GraphQL operation. Generated from the
|
|
3150
|
+
* operation signature — field names and required/optional status mirror
|
|
3151
|
+
* the operation's declared variables exactly.
|
|
3152
|
+
*/
|
|
3153
|
+
export interface PurchaseAuthorizationConfigCreateVariables {
|
|
3154
|
+
input?: PurchaseAuthorizationConfigCreateInput;
|
|
3155
|
+
}
|
|
3156
|
+
/**
|
|
3157
|
+
* Variables for the `purchaseAuthorizationConfigDelete` GraphQL operation. Generated from the
|
|
3158
|
+
* operation signature — field names and required/optional status mirror
|
|
3159
|
+
* the operation's declared variables exactly.
|
|
3160
|
+
*/
|
|
3161
|
+
export interface PurchaseAuthorizationConfigDeleteVariables {
|
|
3162
|
+
id: string;
|
|
3163
|
+
}
|
|
3164
|
+
/**
|
|
3165
|
+
* Variables for the `purchaseAuthorizationConfigs` GraphQL operation. Generated from the
|
|
3166
|
+
* operation signature — field names and required/optional status mirror
|
|
3167
|
+
* the operation's declared variables exactly.
|
|
3168
|
+
*/
|
|
3169
|
+
export interface PurchaseAuthorizationConfigsVariables {
|
|
3170
|
+
input?: PurchaseAuthorizationConfigSearchInput;
|
|
3171
|
+
}
|
|
3172
|
+
/**
|
|
3173
|
+
* Variables for the `purchaseAuthorizationConfigUpdate` GraphQL operation. Generated from the
|
|
3174
|
+
* operation signature — field names and required/optional status mirror
|
|
3175
|
+
* the operation's declared variables exactly.
|
|
3176
|
+
*/
|
|
3177
|
+
export interface PurchaseAuthorizationConfigUpdateVariables {
|
|
3178
|
+
id: string;
|
|
3179
|
+
input?: PurchaseAuthorizationConfigUpdateInput;
|
|
3180
|
+
}
|
|
3181
|
+
/**
|
|
3182
|
+
* Variables for the `purchaseAuthorizationConfig` GraphQL operation. Generated from the
|
|
3183
|
+
* operation signature — field names and required/optional status mirror
|
|
3184
|
+
* the operation's declared variables exactly.
|
|
3185
|
+
*/
|
|
3186
|
+
export interface PurchaseAuthorizationConfigVariables {
|
|
3187
|
+
id: string;
|
|
3188
|
+
}
|
|
3189
|
+
/**
|
|
3190
|
+
* Variables for the `quoteGetPDF` GraphQL operation. Generated from the
|
|
3191
|
+
* operation signature — field names and required/optional status mirror
|
|
3192
|
+
* the operation's declared variables exactly.
|
|
3193
|
+
*/
|
|
3194
|
+
export interface QuoteGetPDFVariables {
|
|
3195
|
+
quoteId: number;
|
|
3196
|
+
}
|
|
3197
|
+
/**
|
|
3198
|
+
* Variables for the `removeCompanyManager` GraphQL operation. Generated from the
|
|
3199
|
+
* operation signature — field names and required/optional status mirror
|
|
3200
|
+
* the operation's declared variables exactly.
|
|
3201
|
+
*/
|
|
3202
|
+
export interface RemoveCompanyManagerVariables {
|
|
3203
|
+
userId: number;
|
|
3204
|
+
companyId: number;
|
|
3205
|
+
}
|
|
3206
|
+
/**
|
|
3207
|
+
* Variables for the `removeSurchargesFromProduct` GraphQL operation. Generated from the
|
|
3208
|
+
* operation signature — field names and required/optional status mirror
|
|
3209
|
+
* the operation's declared variables exactly.
|
|
3210
|
+
*/
|
|
3211
|
+
export interface RemoveSurchargesFromProductVariables {
|
|
3212
|
+
input: RemoveSurchargesFromProductInput;
|
|
3213
|
+
}
|
|
3214
|
+
/**
|
|
3215
|
+
* Variables for the `roleCreate` GraphQL operation. Generated from the
|
|
3216
|
+
* operation signature — field names and required/optional status mirror
|
|
3217
|
+
* the operation's declared variables exactly.
|
|
3218
|
+
*/
|
|
3219
|
+
export interface RoleCreateVariables {
|
|
3220
|
+
input: RoleCreateInput;
|
|
3221
|
+
}
|
|
3222
|
+
/**
|
|
3223
|
+
* Variables for the `roleDefinitionCreate` GraphQL operation. Generated from the
|
|
3224
|
+
* operation signature — field names and required/optional status mirror
|
|
3225
|
+
* the operation's declared variables exactly.
|
|
3226
|
+
*/
|
|
3227
|
+
export interface RoleDefinitionCreateVariables {
|
|
3228
|
+
input: RoleDefinitionCreateInput;
|
|
3229
|
+
}
|
|
3230
|
+
/**
|
|
3231
|
+
* Variables for the `roleDefinitionDelete` GraphQL operation. Generated from the
|
|
3232
|
+
* operation signature — field names and required/optional status mirror
|
|
3233
|
+
* the operation's declared variables exactly.
|
|
3234
|
+
*/
|
|
3235
|
+
export interface RoleDefinitionDeleteVariables {
|
|
3236
|
+
id: string;
|
|
3237
|
+
}
|
|
3238
|
+
/**
|
|
3239
|
+
* Variables for the `roleDefinitions` GraphQL operation. Generated from the
|
|
3240
|
+
* operation signature — field names and required/optional status mirror
|
|
3241
|
+
* the operation's declared variables exactly.
|
|
3242
|
+
*/
|
|
3243
|
+
export interface RoleDefinitionsVariables {
|
|
3244
|
+
input?: RoleDefinitionSearchInput;
|
|
3245
|
+
}
|
|
3246
|
+
/**
|
|
3247
|
+
* Variables for the `roleDefinitionUpdate` GraphQL operation. Generated from the
|
|
3248
|
+
* operation signature — field names and required/optional status mirror
|
|
3249
|
+
* the operation's declared variables exactly.
|
|
3250
|
+
*/
|
|
3251
|
+
export interface RoleDefinitionUpdateVariables {
|
|
3252
|
+
id: string;
|
|
3253
|
+
input: RoleDefinitionUpdateInput;
|
|
3254
|
+
}
|
|
3255
|
+
/**
|
|
3256
|
+
* Variables for the `roleDefinition` GraphQL operation. Generated from the
|
|
3257
|
+
* operation signature — field names and required/optional status mirror
|
|
3258
|
+
* the operation's declared variables exactly.
|
|
3259
|
+
*/
|
|
3260
|
+
export interface RoleDefinitionVariables {
|
|
3261
|
+
id: string;
|
|
3262
|
+
}
|
|
3263
|
+
/**
|
|
3264
|
+
* Variables for the `roleDelete` GraphQL operation. Generated from the
|
|
3265
|
+
* operation signature — field names and required/optional status mirror
|
|
3266
|
+
* the operation's declared variables exactly.
|
|
3267
|
+
*/
|
|
3268
|
+
export interface RoleDeleteVariables {
|
|
3269
|
+
id: string;
|
|
3270
|
+
}
|
|
3271
|
+
/**
|
|
3272
|
+
* Variables for the `roles` GraphQL operation. Generated from the
|
|
3273
|
+
* operation signature — field names and required/optional status mirror
|
|
3274
|
+
* the operation's declared variables exactly.
|
|
3275
|
+
*/
|
|
3276
|
+
export interface RolesVariables {
|
|
3277
|
+
input: RoleSearchInput;
|
|
3278
|
+
}
|
|
3279
|
+
/**
|
|
3280
|
+
* Variables for the `roleUpdate` GraphQL operation. Generated from the
|
|
3281
|
+
* operation signature — field names and required/optional status mirror
|
|
3282
|
+
* the operation's declared variables exactly.
|
|
3283
|
+
*/
|
|
3284
|
+
export interface RoleUpdateVariables {
|
|
3285
|
+
id: string;
|
|
3286
|
+
input: RoleUpdateInput;
|
|
3287
|
+
}
|
|
3288
|
+
/**
|
|
3289
|
+
* Variables for the `role` GraphQL operation. Generated from the
|
|
3290
|
+
* operation signature — field names and required/optional status mirror
|
|
3291
|
+
* the operation's declared variables exactly.
|
|
3292
|
+
*/
|
|
3293
|
+
export interface RoleVariables {
|
|
3294
|
+
id: string;
|
|
3295
|
+
}
|
|
3296
|
+
/**
|
|
3297
|
+
* Variables for the `shipmentCreate` GraphQL operation. Generated from the
|
|
3298
|
+
* operation signature — field names and required/optional status mirror
|
|
3299
|
+
* the operation's declared variables exactly.
|
|
3300
|
+
*/
|
|
3301
|
+
export interface ShipmentCreateVariables {
|
|
3302
|
+
input: ShipmentCreateInput;
|
|
3303
|
+
}
|
|
3304
|
+
/**
|
|
3305
|
+
* Variables for the `shipmentDelete` GraphQL operation. Generated from the
|
|
3306
|
+
* operation signature — field names and required/optional status mirror
|
|
3307
|
+
* the operation's declared variables exactly.
|
|
3308
|
+
*/
|
|
3309
|
+
export interface ShipmentDeleteVariables {
|
|
3310
|
+
id: string;
|
|
3311
|
+
}
|
|
3312
|
+
/**
|
|
3313
|
+
* Variables for the `shipmentItemCreate` GraphQL operation. Generated from the
|
|
3314
|
+
* operation signature — field names and required/optional status mirror
|
|
3315
|
+
* the operation's declared variables exactly.
|
|
3316
|
+
*/
|
|
3317
|
+
export interface ShipmentItemCreateVariables {
|
|
3318
|
+
input: ShipmentItemCreateInput;
|
|
3319
|
+
}
|
|
3320
|
+
/**
|
|
3321
|
+
* Variables for the `shipmentItemDelete` GraphQL operation. Generated from the
|
|
3322
|
+
* operation signature — field names and required/optional status mirror
|
|
3323
|
+
* the operation's declared variables exactly.
|
|
3324
|
+
*/
|
|
3325
|
+
export interface ShipmentItemDeleteVariables {
|
|
3326
|
+
id: string;
|
|
3327
|
+
}
|
|
3328
|
+
/**
|
|
3329
|
+
* Variables for the `shipmentItems` GraphQL operation. Generated from the
|
|
3330
|
+
* operation signature — field names and required/optional status mirror
|
|
3331
|
+
* the operation's declared variables exactly.
|
|
3332
|
+
*/
|
|
3333
|
+
export interface ShipmentItemsVariables {
|
|
3334
|
+
input?: ShipmentItemSearchInput;
|
|
3335
|
+
}
|
|
3336
|
+
/**
|
|
3337
|
+
* Variables for the `shipmentItemUpdate` GraphQL operation. Generated from the
|
|
3338
|
+
* operation signature — field names and required/optional status mirror
|
|
3339
|
+
* the operation's declared variables exactly.
|
|
3340
|
+
*/
|
|
3341
|
+
export interface ShipmentItemUpdateVariables {
|
|
3342
|
+
id: string;
|
|
3343
|
+
input: ShipmentItemUpdateInput;
|
|
3344
|
+
}
|
|
3345
|
+
/**
|
|
3346
|
+
* Variables for the `shipmentItem` GraphQL operation. Generated from the
|
|
3347
|
+
* operation signature — field names and required/optional status mirror
|
|
3348
|
+
* the operation's declared variables exactly.
|
|
3349
|
+
*/
|
|
3350
|
+
export interface ShipmentItemVariables {
|
|
3351
|
+
id: string;
|
|
3352
|
+
}
|
|
3353
|
+
/**
|
|
3354
|
+
* Variables for the `shipments` GraphQL operation. Generated from the
|
|
3355
|
+
* operation signature — field names and required/optional status mirror
|
|
3356
|
+
* the operation's declared variables exactly.
|
|
3357
|
+
*/
|
|
3358
|
+
export interface ShipmentsVariables {
|
|
3359
|
+
input?: ShipmentSearchInput;
|
|
3360
|
+
}
|
|
3361
|
+
/**
|
|
3362
|
+
* Variables for the `shipmentUpdate` GraphQL operation. Generated from the
|
|
3363
|
+
* operation signature — field names and required/optional status mirror
|
|
3364
|
+
* the operation's declared variables exactly.
|
|
3365
|
+
*/
|
|
3366
|
+
export interface ShipmentUpdateVariables {
|
|
3367
|
+
id: string;
|
|
3368
|
+
input: ShipmentUpdateInput;
|
|
3369
|
+
}
|
|
3370
|
+
/**
|
|
3371
|
+
* Variables for the `shipment` GraphQL operation. Generated from the
|
|
3372
|
+
* operation signature — field names and required/optional status mirror
|
|
3373
|
+
* the operation's declared variables exactly.
|
|
3374
|
+
*/
|
|
3375
|
+
export interface ShipmentVariables {
|
|
3376
|
+
id: string;
|
|
3377
|
+
}
|
|
3378
|
+
/**
|
|
3379
|
+
* Variables for the `shop` GraphQL operation. Generated from the
|
|
3380
|
+
* operation signature — field names and required/optional status mirror
|
|
3381
|
+
* the operation's declared variables exactly.
|
|
3382
|
+
*/
|
|
3383
|
+
export interface ShopVariables {
|
|
3384
|
+
shopId: number;
|
|
3385
|
+
}
|
|
3386
|
+
/**
|
|
3387
|
+
* Variables for the `surchargeCreate` GraphQL operation. Generated from the
|
|
3388
|
+
* operation signature — field names and required/optional status mirror
|
|
3389
|
+
* the operation's declared variables exactly.
|
|
3390
|
+
*/
|
|
3391
|
+
export interface SurchargeCreateVariables {
|
|
3392
|
+
input: CreateSurchargeInput;
|
|
3393
|
+
}
|
|
3394
|
+
/**
|
|
3395
|
+
* Variables for the `surchargeDelete` GraphQL operation. Generated from the
|
|
3396
|
+
* operation signature — field names and required/optional status mirror
|
|
3397
|
+
* the operation's declared variables exactly.
|
|
3398
|
+
*/
|
|
3399
|
+
export interface SurchargeDeleteVariables {
|
|
3400
|
+
id: string;
|
|
3401
|
+
}
|
|
3402
|
+
/**
|
|
3403
|
+
* Variables for the `surcharges` GraphQL operation. Generated from the
|
|
3404
|
+
* operation signature — field names and required/optional status mirror
|
|
3405
|
+
* the operation's declared variables exactly.
|
|
3406
|
+
*/
|
|
3407
|
+
export interface SurchargesVariables {
|
|
3408
|
+
input?: SurchargeSearchInput;
|
|
3409
|
+
}
|
|
3410
|
+
/**
|
|
3411
|
+
* Variables for the `surchargeUpdate` GraphQL operation. Generated from the
|
|
3412
|
+
* operation signature — field names and required/optional status mirror
|
|
3413
|
+
* the operation's declared variables exactly.
|
|
3414
|
+
*/
|
|
3415
|
+
export interface SurchargeUpdateVariables {
|
|
3416
|
+
id: string;
|
|
3417
|
+
input: UpdateSurchargeInput;
|
|
3418
|
+
}
|
|
3419
|
+
/**
|
|
3420
|
+
* Variables for the `surcharge` GraphQL operation. Generated from the
|
|
3421
|
+
* operation signature — field names and required/optional status mirror
|
|
3422
|
+
* the operation's declared variables exactly.
|
|
3423
|
+
*/
|
|
3424
|
+
export interface SurchargeVariables {
|
|
3425
|
+
id: string;
|
|
3426
|
+
}
|
|
3427
|
+
/**
|
|
3428
|
+
* Variables for the `taxCreate` GraphQL operation. Generated from the
|
|
3429
|
+
* operation signature — field names and required/optional status mirror
|
|
3430
|
+
* the operation's declared variables exactly.
|
|
3431
|
+
*/
|
|
3432
|
+
export interface TaxCreateVariables {
|
|
3433
|
+
input: TaxCreateInput;
|
|
3434
|
+
}
|
|
3435
|
+
/**
|
|
3436
|
+
* Variables for the `taxDelete` GraphQL operation. Generated from the
|
|
3437
|
+
* operation signature — field names and required/optional status mirror
|
|
3438
|
+
* the operation's declared variables exactly.
|
|
3439
|
+
*/
|
|
3440
|
+
export interface TaxDeleteVariables {
|
|
3441
|
+
id: string;
|
|
3442
|
+
}
|
|
3443
|
+
/**
|
|
3444
|
+
* Variables for the `taxes` GraphQL operation. Generated from the
|
|
3445
|
+
* operation signature — field names and required/optional status mirror
|
|
3446
|
+
* the operation's declared variables exactly.
|
|
3447
|
+
*/
|
|
3448
|
+
export interface TaxesVariables {
|
|
3449
|
+
input?: TaxSearchInput;
|
|
3450
|
+
}
|
|
3451
|
+
/**
|
|
3452
|
+
* Variables for the `taxUpdate` GraphQL operation. Generated from the
|
|
3453
|
+
* operation signature — field names and required/optional status mirror
|
|
3454
|
+
* the operation's declared variables exactly.
|
|
3455
|
+
*/
|
|
3456
|
+
export interface TaxUpdateVariables {
|
|
3457
|
+
id: string;
|
|
3458
|
+
input: TaxUpdateInput;
|
|
3459
|
+
}
|
|
3460
|
+
/**
|
|
3461
|
+
* Variables for the `tax` GraphQL operation. Generated from the
|
|
3462
|
+
* operation signature — field names and required/optional status mirror
|
|
3463
|
+
* the operation's declared variables exactly.
|
|
3464
|
+
*/
|
|
3465
|
+
export interface TaxVariables {
|
|
3466
|
+
id?: string;
|
|
3467
|
+
code?: TaxCode;
|
|
3468
|
+
zone?: string;
|
|
3469
|
+
}
|
|
3470
|
+
/**
|
|
3471
|
+
* Variables for the `templateDelete` GraphQL operation. Generated from the
|
|
3472
|
+
* operation signature — field names and required/optional status mirror
|
|
3473
|
+
* the operation's declared variables exactly.
|
|
3474
|
+
*/
|
|
3475
|
+
export interface TemplateDeleteVariables {
|
|
3476
|
+
id: string;
|
|
3477
|
+
}
|
|
3478
|
+
/**
|
|
3479
|
+
* Variables for the `templateErrorLogs` GraphQL operation. Generated from the
|
|
3480
|
+
* operation signature — field names and required/optional status mirror
|
|
3481
|
+
* the operation's declared variables exactly.
|
|
3482
|
+
*/
|
|
3483
|
+
export interface TemplateErrorLogsVariables {
|
|
3484
|
+
input: TemplateErrorLogSearchInput;
|
|
3485
|
+
}
|
|
3486
|
+
/**
|
|
3487
|
+
* Variables for the `templateErrorLog` GraphQL operation. Generated from the
|
|
3488
|
+
* operation signature — field names and required/optional status mirror
|
|
3489
|
+
* the operation's declared variables exactly.
|
|
3490
|
+
*/
|
|
3491
|
+
export interface TemplateErrorLogVariables {
|
|
3492
|
+
id: string;
|
|
3493
|
+
}
|
|
3494
|
+
/**
|
|
3495
|
+
* Variables for the `templateRenderToHTML` GraphQL operation. Generated from the
|
|
3496
|
+
* operation signature — field names and required/optional status mirror
|
|
3497
|
+
* the operation's declared variables exactly.
|
|
3498
|
+
*/
|
|
3499
|
+
export interface TemplateRenderToHTMLVariables {
|
|
3500
|
+
id: string;
|
|
3501
|
+
input: TemplateRenderInput;
|
|
3502
|
+
}
|
|
3503
|
+
/**
|
|
3504
|
+
* Variables for the `templates` GraphQL operation. Generated from the
|
|
3505
|
+
* operation signature — field names and required/optional status mirror
|
|
3506
|
+
* the operation's declared variables exactly.
|
|
3507
|
+
*/
|
|
3508
|
+
export interface TemplatesVariables {
|
|
3509
|
+
input: TemplateSearchInput;
|
|
3510
|
+
}
|
|
3511
|
+
/**
|
|
3512
|
+
* Variables for the `template` GraphQL operation. Generated from the
|
|
3513
|
+
* operation signature — field names and required/optional status mirror
|
|
3514
|
+
* the operation's declared variables exactly.
|
|
3515
|
+
*/
|
|
3516
|
+
export interface TemplateVariables {
|
|
3517
|
+
id: string;
|
|
3518
|
+
}
|
|
3519
|
+
/**
|
|
3520
|
+
* Variables for the `tenantCreate` GraphQL operation. Generated from the
|
|
3521
|
+
* operation signature — field names and required/optional status mirror
|
|
3522
|
+
* the operation's declared variables exactly.
|
|
3523
|
+
*/
|
|
3524
|
+
export interface TenantCreateVariables {
|
|
3525
|
+
input: TenantCreateInput;
|
|
3526
|
+
}
|
|
3527
|
+
/**
|
|
3528
|
+
* Variables for the `tenantDelete` GraphQL operation. Generated from the
|
|
3529
|
+
* operation signature — field names and required/optional status mirror
|
|
3530
|
+
* the operation's declared variables exactly.
|
|
3531
|
+
*/
|
|
3532
|
+
export interface TenantDeleteVariables {
|
|
3533
|
+
id?: string;
|
|
3534
|
+
}
|
|
3535
|
+
/**
|
|
3536
|
+
* Variables for the `tenantUpdate` GraphQL operation. Generated from the
|
|
3537
|
+
* operation signature — field names and required/optional status mirror
|
|
3538
|
+
* the operation's declared variables exactly.
|
|
3539
|
+
*/
|
|
3540
|
+
export interface TenantUpdateVariables {
|
|
3541
|
+
input: TenantUpdateInput;
|
|
3542
|
+
id?: string;
|
|
3543
|
+
}
|
|
3544
|
+
/**
|
|
3545
|
+
* Variables for the `tenderAddItems` GraphQL operation. Generated from the
|
|
3546
|
+
* operation signature — field names and required/optional status mirror
|
|
3547
|
+
* the operation's declared variables exactly,
|
|
3548
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3549
|
+
* declares this non-null but the SDK supplies a default when
|
|
3550
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3551
|
+
*/
|
|
3552
|
+
export interface TenderAddItemsVariables {
|
|
3553
|
+
id: string;
|
|
3554
|
+
input: TenderAddItemsInput;
|
|
3555
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3556
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3557
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3558
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3559
|
+
language?: string;
|
|
3560
|
+
imageVariantFilters?: TransformationsInput;
|
|
3561
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3562
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3563
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3564
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3565
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3566
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3567
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3568
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3569
|
+
}
|
|
3570
|
+
/**
|
|
3571
|
+
* Variables for the `tenderApplyIncentives` GraphQL operation. Generated from the
|
|
3572
|
+
* operation signature — field names and required/optional status mirror
|
|
3573
|
+
* the operation's declared variables exactly,
|
|
3574
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3575
|
+
* declares this non-null but the SDK supplies a default when
|
|
3576
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3577
|
+
*/
|
|
3578
|
+
export interface TenderApplyIncentivesVariables {
|
|
3579
|
+
id: string;
|
|
3580
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3581
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3582
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3583
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3584
|
+
language?: string;
|
|
3585
|
+
imageVariantFilters?: TransformationsInput;
|
|
3586
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3587
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3588
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3589
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3590
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3591
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3592
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3593
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3594
|
+
}
|
|
3595
|
+
/**
|
|
3596
|
+
* Variables for the `tenderDeleteBonusItem` GraphQL operation. Generated from the
|
|
3597
|
+
* operation signature — field names and required/optional status mirror
|
|
3598
|
+
* the operation's declared variables exactly,
|
|
3599
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3600
|
+
* declares this non-null but the SDK supplies a default when
|
|
3601
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3602
|
+
*/
|
|
3603
|
+
export interface TenderDeleteBonusItemVariables {
|
|
3604
|
+
id: string;
|
|
3605
|
+
itemId: string;
|
|
3606
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3607
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3608
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3609
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3610
|
+
language?: string;
|
|
3611
|
+
imageVariantFilters?: TransformationsInput;
|
|
3612
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3613
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3614
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3615
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3616
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3617
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3618
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3619
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3620
|
+
}
|
|
3621
|
+
/**
|
|
3622
|
+
* Variables for the `tenderDeleteItem` GraphQL operation. Generated from the
|
|
3623
|
+
* operation signature — field names and required/optional status mirror
|
|
3624
|
+
* the operation's declared variables exactly,
|
|
3625
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3626
|
+
* declares this non-null but the SDK supplies a default when
|
|
3627
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3628
|
+
*/
|
|
3629
|
+
export interface TenderDeleteItemVariables {
|
|
3630
|
+
id: string;
|
|
3631
|
+
itemId: string;
|
|
3632
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3633
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3634
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3635
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3636
|
+
language?: string;
|
|
3637
|
+
imageVariantFilters?: TransformationsInput;
|
|
3638
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3639
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3640
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3641
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3642
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3643
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3644
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3645
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3646
|
+
}
|
|
3647
|
+
/**
|
|
3648
|
+
* Variables for the `tenderDelete` GraphQL operation. Generated from the
|
|
3649
|
+
* operation signature — field names and required/optional status mirror
|
|
3650
|
+
* the operation's declared variables exactly.
|
|
3651
|
+
*/
|
|
3652
|
+
export interface TenderDeleteVariables {
|
|
3653
|
+
id: string;
|
|
3654
|
+
}
|
|
3655
|
+
/**
|
|
3656
|
+
* Variables for the `tenderProcess` GraphQL operation. Generated from the
|
|
3657
|
+
* operation signature — field names and required/optional status mirror
|
|
3658
|
+
* the operation's declared variables exactly.
|
|
3659
|
+
*/
|
|
3660
|
+
export interface TenderProcessVariables {
|
|
3661
|
+
id: string;
|
|
3662
|
+
}
|
|
3663
|
+
/**
|
|
3664
|
+
* Variables for the `tenderStart` GraphQL operation. Generated from the
|
|
3665
|
+
* operation signature — field names and required/optional status mirror
|
|
3666
|
+
* the operation's declared variables exactly,
|
|
3667
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3668
|
+
* declares this non-null but the SDK supplies a default when
|
|
3669
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3670
|
+
*/
|
|
3671
|
+
export interface TenderStartVariables {
|
|
3672
|
+
input: TenderStartInput;
|
|
3673
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3674
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3675
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3676
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3677
|
+
language?: string;
|
|
3678
|
+
imageVariantFilters?: TransformationsInput;
|
|
3679
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3680
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3681
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3682
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3683
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3684
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3685
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3686
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3687
|
+
}
|
|
3688
|
+
/**
|
|
3689
|
+
* Variables for the `tenderUpdateAddress` GraphQL operation. Generated from the
|
|
3690
|
+
* operation signature — field names and required/optional status mirror
|
|
3691
|
+
* the operation's declared variables exactly,
|
|
3692
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3693
|
+
* declares this non-null but the SDK supplies a default when
|
|
3694
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3695
|
+
*/
|
|
3696
|
+
export interface TenderUpdateAddressVariables {
|
|
3697
|
+
id: string;
|
|
3698
|
+
input: TenderUpdateAddressInput;
|
|
3699
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3700
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3701
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3702
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3703
|
+
language?: string;
|
|
3704
|
+
imageVariantFilters?: TransformationsInput;
|
|
3705
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3706
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3707
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3708
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3709
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3710
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3711
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3712
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3713
|
+
}
|
|
3714
|
+
/**
|
|
3715
|
+
* Variables for the `tenderUpdateDiscount` GraphQL operation. Generated from the
|
|
3716
|
+
* operation signature — field names and required/optional status mirror
|
|
3717
|
+
* the operation's declared variables exactly,
|
|
3718
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3719
|
+
* declares this non-null but the SDK supplies a default when
|
|
3720
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3721
|
+
*/
|
|
3722
|
+
export interface TenderUpdateDiscountVariables {
|
|
3723
|
+
id: string;
|
|
3724
|
+
input: TenderDiscountInput;
|
|
3725
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3726
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3727
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3728
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3729
|
+
language?: string;
|
|
3730
|
+
imageVariantFilters?: TransformationsInput;
|
|
3731
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3732
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3733
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3734
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3735
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3736
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3737
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3738
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3739
|
+
}
|
|
3740
|
+
/**
|
|
3741
|
+
* Variables for the `tenderUpdateInvoiceUser` GraphQL operation. Generated from the
|
|
3742
|
+
* operation signature — field names and required/optional status mirror
|
|
3743
|
+
* the operation's declared variables exactly,
|
|
3744
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3745
|
+
* declares this non-null but the SDK supplies a default when
|
|
3746
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3747
|
+
*/
|
|
3748
|
+
export interface TenderUpdateInvoiceUserVariables {
|
|
3749
|
+
id: string;
|
|
3750
|
+
userId: number;
|
|
3751
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3752
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3753
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3754
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3755
|
+
language?: string;
|
|
3756
|
+
imageVariantFilters?: TransformationsInput;
|
|
3757
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3758
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3759
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3760
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3761
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3762
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3763
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3764
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3765
|
+
}
|
|
3766
|
+
/**
|
|
3767
|
+
* Variables for the `tenderUpdateItem` GraphQL operation. Generated from the
|
|
3768
|
+
* operation signature — field names and required/optional status mirror
|
|
3769
|
+
* the operation's declared variables exactly,
|
|
3770
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3771
|
+
* declares this non-null but the SDK supplies a default when
|
|
3772
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3773
|
+
*/
|
|
3774
|
+
export interface TenderUpdateItemVariables {
|
|
3775
|
+
id: string;
|
|
3776
|
+
itemId: string;
|
|
3777
|
+
input: TenderUpdateItemInput;
|
|
3778
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3779
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3780
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3781
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3782
|
+
language?: string;
|
|
3783
|
+
imageVariantFilters?: TransformationsInput;
|
|
3784
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3785
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3786
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3787
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3788
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3789
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3790
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3791
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3792
|
+
}
|
|
3793
|
+
/**
|
|
3794
|
+
* Variables for the `tenderUpdatePayment` GraphQL operation. Generated from the
|
|
3795
|
+
* operation signature — field names and required/optional status mirror
|
|
3796
|
+
* the operation's declared variables exactly,
|
|
3797
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3798
|
+
* declares this non-null but the SDK supplies a default when
|
|
3799
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3800
|
+
*/
|
|
3801
|
+
export interface TenderUpdatePaymentVariables {
|
|
3802
|
+
id: string;
|
|
3803
|
+
input: TenderPaymentInput;
|
|
3804
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3805
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3806
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3807
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3808
|
+
language?: string;
|
|
3809
|
+
imageVariantFilters?: TransformationsInput;
|
|
3810
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3811
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3812
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3813
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3814
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3815
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3816
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3817
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3818
|
+
}
|
|
3819
|
+
/**
|
|
3820
|
+
* Variables for the `tenderUpdatePostage` GraphQL operation. Generated from the
|
|
3821
|
+
* operation signature — field names and required/optional status mirror
|
|
3822
|
+
* the operation's declared variables exactly,
|
|
3823
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3824
|
+
* declares this non-null but the SDK supplies a default when
|
|
3825
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3826
|
+
*/
|
|
3827
|
+
export interface TenderUpdatePostageVariables {
|
|
3828
|
+
id: string;
|
|
3829
|
+
input: TenderPostageInput;
|
|
3830
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3831
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3832
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3833
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3834
|
+
language?: string;
|
|
3835
|
+
imageVariantFilters?: TransformationsInput;
|
|
3836
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3837
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3838
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3839
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3840
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3841
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3842
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3843
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3844
|
+
}
|
|
3845
|
+
/**
|
|
3846
|
+
* Variables for the `tenderUpdate` GraphQL operation. Generated from the
|
|
3847
|
+
* operation signature — field names and required/optional status mirror
|
|
3848
|
+
* the operation's declared variables exactly,
|
|
3849
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3850
|
+
* declares this non-null but the SDK supplies a default when
|
|
3851
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3852
|
+
*/
|
|
3853
|
+
export interface TenderUpdateVariables {
|
|
3854
|
+
id: string;
|
|
3855
|
+
input: TenderUpdateInput;
|
|
3856
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3857
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3858
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3859
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3860
|
+
language?: string;
|
|
3861
|
+
imageVariantFilters?: TransformationsInput;
|
|
3862
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3863
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3864
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3865
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3866
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3867
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3868
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3869
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3870
|
+
}
|
|
3871
|
+
/**
|
|
3872
|
+
* Variables for the `tender` GraphQL operation. Generated from the
|
|
3873
|
+
* operation signature — field names and required/optional status mirror
|
|
3874
|
+
* the operation's declared variables exactly,
|
|
3875
|
+
* EXCEPT `imageVariantFilters`: the operation
|
|
3876
|
+
* declares this non-null but the SDK supplies a default when
|
|
3877
|
+
* omitted (findings #4/#8), so it is surfaced as optional here.
|
|
3878
|
+
*/
|
|
3879
|
+
export interface TenderVariables {
|
|
3880
|
+
tenderId?: string;
|
|
3881
|
+
orderId?: number;
|
|
3882
|
+
attributeResultSearchInput?: AttributeResultSearchInput;
|
|
3883
|
+
priceCalculateProductInput?: PriceCalculateProductInput;
|
|
3884
|
+
userBulkPriceProductInput?: UserBulkPriceProductInput;
|
|
3885
|
+
imageSearchFilters?: MediaImageProductSearchInput;
|
|
3886
|
+
language?: string;
|
|
3887
|
+
imageVariantFilters?: TransformationsInput;
|
|
3888
|
+
mediaVideoSearchInput?: MediaVideoProductSearchInput;
|
|
3889
|
+
mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
|
|
3890
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
3891
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
3892
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
3893
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
3894
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
3895
|
+
contactSearchArguments?: ContactSearchArguments;
|
|
3896
|
+
}
|
|
3897
|
+
/**
|
|
3898
|
+
* Variables for the `ticketCreate` GraphQL operation. Generated from the
|
|
3899
|
+
* operation signature — field names and required/optional status mirror
|
|
3900
|
+
* the operation's declared variables exactly.
|
|
3901
|
+
*/
|
|
3902
|
+
export interface TicketCreateVariables {
|
|
3903
|
+
input: TicketCreateInput;
|
|
3904
|
+
}
|
|
3905
|
+
/**
|
|
3906
|
+
* Variables for the `ticketDelete` GraphQL operation. Generated from the
|
|
3907
|
+
* operation signature — field names and required/optional status mirror
|
|
3908
|
+
* the operation's declared variables exactly.
|
|
3909
|
+
*/
|
|
3910
|
+
export interface TicketDeleteVariables {
|
|
3911
|
+
id: string;
|
|
3912
|
+
}
|
|
3913
|
+
/**
|
|
3914
|
+
* Variables for the `tickets` GraphQL operation. Generated from the
|
|
3915
|
+
* operation signature — field names and required/optional status mirror
|
|
3916
|
+
* the operation's declared variables exactly.
|
|
3917
|
+
*/
|
|
3918
|
+
export interface TicketsVariables {
|
|
3919
|
+
input?: TicketSearchInput;
|
|
3920
|
+
}
|
|
3921
|
+
/**
|
|
3922
|
+
* Variables for the `ticketUpdate` GraphQL operation. Generated from the
|
|
3923
|
+
* operation signature — field names and required/optional status mirror
|
|
3924
|
+
* the operation's declared variables exactly.
|
|
3925
|
+
*/
|
|
3926
|
+
export interface TicketUpdateVariables {
|
|
3927
|
+
id: string;
|
|
3928
|
+
input: TicketUpdateInput;
|
|
3929
|
+
}
|
|
3930
|
+
/**
|
|
3931
|
+
* Variables for the `ticket` GraphQL operation. Generated from the
|
|
3932
|
+
* operation signature — field names and required/optional status mirror
|
|
3933
|
+
* the operation's declared variables exactly.
|
|
3934
|
+
*/
|
|
3935
|
+
export interface TicketVariables {
|
|
3936
|
+
id: string;
|
|
3937
|
+
}
|
|
3938
|
+
/**
|
|
3939
|
+
* Variables for the `trackAndTraceCreate` GraphQL operation. Generated from the
|
|
3940
|
+
* operation signature — field names and required/optional status mirror
|
|
3941
|
+
* the operation's declared variables exactly.
|
|
3942
|
+
*/
|
|
3943
|
+
export interface TrackAndTraceCreateVariables {
|
|
3944
|
+
input: TrackAndTraceCreateInput;
|
|
3945
|
+
}
|
|
3946
|
+
/**
|
|
3947
|
+
* Variables for the `trackAndTraceDelete` GraphQL operation. Generated from the
|
|
3948
|
+
* operation signature — field names and required/optional status mirror
|
|
3949
|
+
* the operation's declared variables exactly.
|
|
3950
|
+
*/
|
|
3951
|
+
export interface TrackAndTraceDeleteVariables {
|
|
3952
|
+
id: string;
|
|
3953
|
+
}
|
|
3954
|
+
/**
|
|
3955
|
+
* Variables for the `trackAndTraces` GraphQL operation. Generated from the
|
|
3956
|
+
* operation signature — field names and required/optional status mirror
|
|
3957
|
+
* the operation's declared variables exactly.
|
|
3958
|
+
*/
|
|
3959
|
+
export interface TrackAndTracesVariables {
|
|
3960
|
+
input?: TrackAndTraceSearchInput;
|
|
3961
|
+
}
|
|
3962
|
+
/**
|
|
3963
|
+
* Variables for the `trackAndTraceUpdate` GraphQL operation. Generated from the
|
|
3964
|
+
* operation signature — field names and required/optional status mirror
|
|
3965
|
+
* the operation's declared variables exactly.
|
|
3966
|
+
*/
|
|
3967
|
+
export interface TrackAndTraceUpdateVariables {
|
|
3968
|
+
id: string;
|
|
3969
|
+
input: TrackAndTraceUpdateInput;
|
|
3970
|
+
}
|
|
3971
|
+
/**
|
|
3972
|
+
* Variables for the `trackAndTrace` GraphQL operation. Generated from the
|
|
3973
|
+
* operation signature — field names and required/optional status mirror
|
|
3974
|
+
* the operation's declared variables exactly.
|
|
3975
|
+
*/
|
|
3976
|
+
export interface TrackAndTraceVariables {
|
|
3977
|
+
id: string;
|
|
3978
|
+
}
|
|
3979
|
+
/**
|
|
3980
|
+
* Variables for the `triggerContactSendWelcomeEmailEvent` GraphQL operation. Generated from the
|
|
3981
|
+
* operation signature — field names and required/optional status mirror
|
|
3982
|
+
* the operation's declared variables exactly.
|
|
3983
|
+
*/
|
|
3984
|
+
export interface TriggerContactSendWelcomeEmailEventVariables {
|
|
3985
|
+
input: TriggerContactSendWelcomeEmailEventInput;
|
|
3986
|
+
}
|
|
3987
|
+
/**
|
|
3988
|
+
* Variables for the `triggerCustomerSendWelcomeEmailEvent` GraphQL operation. Generated from the
|
|
3989
|
+
* operation signature — field names and required/optional status mirror
|
|
3990
|
+
* the operation's declared variables exactly.
|
|
3991
|
+
*/
|
|
3992
|
+
export interface TriggerCustomerSendWelcomeEmailEventVariables {
|
|
3993
|
+
input: TriggerCustomerSendWelcomeEmailEventInput;
|
|
3994
|
+
}
|
|
3995
|
+
/**
|
|
3996
|
+
* Variables for the `triggerCustomEvent` GraphQL operation. Generated from the
|
|
3997
|
+
* operation signature — field names and required/optional status mirror
|
|
3998
|
+
* the operation's declared variables exactly.
|
|
3999
|
+
*/
|
|
4000
|
+
export interface TriggerCustomEventVariables {
|
|
4001
|
+
input: TriggerCustomEventInput;
|
|
4002
|
+
}
|
|
4003
|
+
/**
|
|
4004
|
+
* Variables for the `triggerOrderSendConfirm` GraphQL operation. Generated from the
|
|
4005
|
+
* operation signature — field names and required/optional status mirror
|
|
4006
|
+
* the operation's declared variables exactly.
|
|
4007
|
+
*/
|
|
4008
|
+
export interface TriggerOrderSendConfirmVariables {
|
|
4009
|
+
input: TriggerOrderSendConfirmEventInput;
|
|
4010
|
+
}
|
|
4011
|
+
/**
|
|
4012
|
+
* Variables for the `triggerPasswordSendInitEmailEvent` GraphQL operation. Generated from the
|
|
4013
|
+
* operation signature — field names and required/optional status mirror
|
|
4014
|
+
* the operation's declared variables exactly.
|
|
4015
|
+
*/
|
|
4016
|
+
export interface TriggerPasswordSendInitEmailEventVariables {
|
|
4017
|
+
input: PasswordRecoveryLinkInput;
|
|
4018
|
+
}
|
|
4019
|
+
/**
|
|
4020
|
+
* Variables for the `triggerPasswordSendResetEmailEvent` GraphQL operation. Generated from the
|
|
4021
|
+
* operation signature — field names and required/optional status mirror
|
|
4022
|
+
* the operation's declared variables exactly.
|
|
4023
|
+
*/
|
|
4024
|
+
export interface TriggerPasswordSendResetEmailEventVariables {
|
|
4025
|
+
input: PasswordRecoveryLinkInput;
|
|
4026
|
+
}
|
|
4027
|
+
/**
|
|
4028
|
+
* Variables for the `triggerQuoteSendRequest` GraphQL operation. Generated from the
|
|
4029
|
+
* operation signature — field names and required/optional status mirror
|
|
4030
|
+
* the operation's declared variables exactly.
|
|
4031
|
+
*/
|
|
4032
|
+
export interface TriggerQuoteSendRequestVariables {
|
|
4033
|
+
input: TriggerQuoteSendRequestEventInput;
|
|
4034
|
+
}
|
|
4035
|
+
/**
|
|
4036
|
+
* Variables for the `triggerQuoteSendValidation` GraphQL operation. Generated from the
|
|
4037
|
+
* operation signature — field names and required/optional status mirror
|
|
4038
|
+
* the operation's declared variables exactly.
|
|
4039
|
+
*/
|
|
4040
|
+
export interface TriggerQuoteSendValidationVariables {
|
|
4041
|
+
input: TriggerQuoteSendValidationEventInput;
|
|
4042
|
+
}
|
|
4043
|
+
/**
|
|
4044
|
+
* Variables for the `triggerQuoteSend` GraphQL operation. Generated from the
|
|
4045
|
+
* operation signature — field names and required/optional status mirror
|
|
4046
|
+
* the operation's declared variables exactly.
|
|
4047
|
+
*/
|
|
4048
|
+
export interface TriggerQuoteSendVariables {
|
|
4049
|
+
input: TriggerQuoteSendEventInput;
|
|
4050
|
+
}
|
|
4051
|
+
/**
|
|
4052
|
+
* Variables for the `user` GraphQL operation. Generated from the
|
|
4053
|
+
* operation signature — field names and required/optional status mirror
|
|
4054
|
+
* the operation's declared variables exactly.
|
|
4055
|
+
*/
|
|
4056
|
+
export interface UserVariables {
|
|
4057
|
+
id?: number;
|
|
4058
|
+
login?: string;
|
|
4059
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
4060
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
4061
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
4062
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
4063
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
4064
|
+
}
|
|
4065
|
+
/**
|
|
4066
|
+
* Variables for the `valuesetCreate` GraphQL operation. Generated from the
|
|
4067
|
+
* operation signature — field names and required/optional status mirror
|
|
4068
|
+
* the operation's declared variables exactly.
|
|
4069
|
+
*/
|
|
4070
|
+
export interface ValuesetCreateVariables {
|
|
4071
|
+
input: ValuesetCreateInput;
|
|
4072
|
+
}
|
|
4073
|
+
/**
|
|
4074
|
+
* Variables for the `valuesetDelete` GraphQL operation. Generated from the
|
|
4075
|
+
* operation signature — field names and required/optional status mirror
|
|
4076
|
+
* the operation's declared variables exactly.
|
|
4077
|
+
*/
|
|
4078
|
+
export interface ValuesetDeleteVariables {
|
|
4079
|
+
id: number;
|
|
4080
|
+
}
|
|
4081
|
+
/**
|
|
4082
|
+
* Variables for the `valuesetItemCreate` GraphQL operation. Generated from the
|
|
4083
|
+
* operation signature — field names and required/optional status mirror
|
|
4084
|
+
* the operation's declared variables exactly.
|
|
4085
|
+
*/
|
|
4086
|
+
export interface ValuesetItemCreateVariables {
|
|
4087
|
+
input: ValuesetItemCreateInput;
|
|
4088
|
+
}
|
|
4089
|
+
/**
|
|
4090
|
+
* Variables for the `valuesetItemDelete` GraphQL operation. Generated from the
|
|
4091
|
+
* operation signature — field names and required/optional status mirror
|
|
4092
|
+
* the operation's declared variables exactly.
|
|
4093
|
+
*/
|
|
4094
|
+
export interface ValuesetItemDeleteVariables {
|
|
4095
|
+
id: number;
|
|
4096
|
+
}
|
|
4097
|
+
/**
|
|
4098
|
+
* Variables for the `valuesetItems` GraphQL operation. Generated from the
|
|
4099
|
+
* operation signature — field names and required/optional status mirror
|
|
4100
|
+
* the operation's declared variables exactly.
|
|
4101
|
+
*/
|
|
4102
|
+
export interface ValuesetItemsVariables {
|
|
4103
|
+
input?: ValuesetItemSearchInput;
|
|
4104
|
+
}
|
|
4105
|
+
/**
|
|
4106
|
+
* Variables for the `valuesetItemUpdate` GraphQL operation. Generated from the
|
|
4107
|
+
* operation signature — field names and required/optional status mirror
|
|
4108
|
+
* the operation's declared variables exactly.
|
|
4109
|
+
*/
|
|
4110
|
+
export interface ValuesetItemUpdateVariables {
|
|
4111
|
+
id: number;
|
|
4112
|
+
input: ValuesetItemUpdateInput;
|
|
4113
|
+
}
|
|
4114
|
+
/**
|
|
4115
|
+
* Variables for the `valuesets` GraphQL operation. Generated from the
|
|
4116
|
+
* operation signature — field names and required/optional status mirror
|
|
4117
|
+
* the operation's declared variables exactly.
|
|
4118
|
+
*/
|
|
4119
|
+
export interface ValuesetsVariables {
|
|
4120
|
+
input?: ValuesetSearchInput;
|
|
4121
|
+
}
|
|
4122
|
+
/**
|
|
4123
|
+
* Variables for the `valuesetUpdate` GraphQL operation. Generated from the
|
|
4124
|
+
* operation signature — field names and required/optional status mirror
|
|
4125
|
+
* the operation's declared variables exactly.
|
|
4126
|
+
*/
|
|
4127
|
+
export interface ValuesetUpdateVariables {
|
|
4128
|
+
id: number;
|
|
4129
|
+
input: ValuesetUpdateInput;
|
|
4130
|
+
}
|
|
4131
|
+
/**
|
|
4132
|
+
* Variables for the `valueset` GraphQL operation. Generated from the
|
|
4133
|
+
* operation signature — field names and required/optional status mirror
|
|
4134
|
+
* the operation's declared variables exactly.
|
|
4135
|
+
*/
|
|
4136
|
+
export interface ValuesetVariables {
|
|
4137
|
+
id: number;
|
|
4138
|
+
}
|
|
4139
|
+
/**
|
|
4140
|
+
* Variables for the `verifyToken` GraphQL operation. Generated from the
|
|
4141
|
+
* operation signature — field names and required/optional status mirror
|
|
4142
|
+
* the operation's declared variables exactly.
|
|
4143
|
+
*/
|
|
4144
|
+
export interface VerifyTokenVariables {
|
|
4145
|
+
input: VerifyTokenInput;
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* Variables for the `viewer` GraphQL operation. Generated from the
|
|
4149
|
+
* operation signature — field names and required/optional status mirror
|
|
4150
|
+
* the operation's declared variables exactly.
|
|
4151
|
+
*/
|
|
4152
|
+
export interface ViewerVariables {
|
|
4153
|
+
contactAttributesInput?: AttributeResultSearchInput;
|
|
4154
|
+
contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
|
|
4155
|
+
companyAttributesInput?: AttributeResultSearchInput;
|
|
4156
|
+
customerAttributesInput?: AttributeResultSearchInput;
|
|
4157
|
+
contactCompaniesSearchInput?: ContactCompaniesSearchInput;
|
|
4158
|
+
}
|
|
4159
|
+
/**
|
|
4160
|
+
* Variables for the `warehouseAddressCreate` GraphQL operation. Generated from the
|
|
4161
|
+
* operation signature — field names and required/optional status mirror
|
|
4162
|
+
* the operation's declared variables exactly.
|
|
4163
|
+
*/
|
|
4164
|
+
export interface WarehouseAddressCreateVariables {
|
|
4165
|
+
id: number;
|
|
4166
|
+
input: CreateWarehouseAddressInput;
|
|
4167
|
+
}
|
|
4168
|
+
/**
|
|
4169
|
+
* Variables for the `warehouseAddressDelete` GraphQL operation. Generated from the
|
|
4170
|
+
* operation signature — field names and required/optional status mirror
|
|
4171
|
+
* the operation's declared variables exactly.
|
|
4172
|
+
*/
|
|
4173
|
+
export interface WarehouseAddressDeleteVariables {
|
|
4174
|
+
id: number;
|
|
4175
|
+
input: DeleteWarehouseAddressInput;
|
|
4176
|
+
}
|
|
4177
|
+
/**
|
|
4178
|
+
* Variables for the `warehouseAddressUpdate` GraphQL operation. Generated from the
|
|
4179
|
+
* operation signature — field names and required/optional status mirror
|
|
4180
|
+
* the operation's declared variables exactly.
|
|
4181
|
+
*/
|
|
4182
|
+
export interface WarehouseAddressUpdateVariables {
|
|
4183
|
+
id: number;
|
|
4184
|
+
input: UpdateWarehouseAddressInput;
|
|
4185
|
+
}
|
|
4186
|
+
/**
|
|
4187
|
+
* Variables for the `warehouseCreate` GraphQL operation. Generated from the
|
|
4188
|
+
* operation signature — field names and required/optional status mirror
|
|
4189
|
+
* the operation's declared variables exactly.
|
|
4190
|
+
*/
|
|
4191
|
+
export interface WarehouseCreateVariables {
|
|
4192
|
+
input: CreateWarehouseInput;
|
|
4193
|
+
}
|
|
4194
|
+
/**
|
|
4195
|
+
* Variables for the `warehouseDelete` GraphQL operation. Generated from the
|
|
4196
|
+
* operation signature — field names and required/optional status mirror
|
|
4197
|
+
* the operation's declared variables exactly.
|
|
4198
|
+
*/
|
|
4199
|
+
export interface WarehouseDeleteVariables {
|
|
4200
|
+
id: number;
|
|
4201
|
+
}
|
|
4202
|
+
/**
|
|
4203
|
+
* Variables for the `warehouses` GraphQL operation. Generated from the
|
|
4204
|
+
* operation signature — field names and required/optional status mirror
|
|
4205
|
+
* the operation's declared variables exactly.
|
|
4206
|
+
*/
|
|
4207
|
+
export interface WarehousesVariables {
|
|
4208
|
+
input?: WarehousesSearchInput;
|
|
4209
|
+
}
|
|
4210
|
+
/**
|
|
4211
|
+
* Variables for the `warehouseUpdate` GraphQL operation. Generated from the
|
|
4212
|
+
* operation signature — field names and required/optional status mirror
|
|
4213
|
+
* the operation's declared variables exactly.
|
|
4214
|
+
*/
|
|
4215
|
+
export interface WarehouseUpdateVariables {
|
|
4216
|
+
id: number;
|
|
4217
|
+
input: UpdateWarehouseInput;
|
|
4218
|
+
}
|
|
4219
|
+
/**
|
|
4220
|
+
* Variables for the `warehouse` GraphQL operation. Generated from the
|
|
4221
|
+
* operation signature — field names and required/optional status mirror
|
|
4222
|
+
* the operation's declared variables exactly.
|
|
4223
|
+
*/
|
|
4224
|
+
export interface WarehouseVariables {
|
|
4225
|
+
id: number;
|
|
4226
|
+
}
|
|
4227
|
+
/**
|
|
4228
|
+
* Variables for the `zoneTaxCodeCreate` GraphQL operation. Generated from the
|
|
4229
|
+
* operation signature — field names and required/optional status mirror
|
|
4230
|
+
* the operation's declared variables exactly.
|
|
4231
|
+
*/
|
|
4232
|
+
export interface ZoneTaxCodeCreateVariables {
|
|
4233
|
+
input: ZoneTaxCodeCreateInput;
|
|
4234
|
+
}
|
|
4235
|
+
/**
|
|
4236
|
+
* Variables for the `zoneTaxCodeDelete` GraphQL operation. Generated from the
|
|
4237
|
+
* operation signature — field names and required/optional status mirror
|
|
4238
|
+
* the operation's declared variables exactly.
|
|
4239
|
+
*/
|
|
4240
|
+
export interface ZoneTaxCodeDeleteVariables {
|
|
4241
|
+
id: string;
|
|
4242
|
+
}
|
|
4243
|
+
/**
|
|
4244
|
+
* Variables for the `zoneTaxCodesCreate` GraphQL operation. Generated from the
|
|
4245
|
+
* operation signature — field names and required/optional status mirror
|
|
4246
|
+
* the operation's declared variables exactly.
|
|
4247
|
+
*/
|
|
4248
|
+
export interface ZoneTaxCodesCreateVariables {
|
|
4249
|
+
input: ZoneTaxCodeCreateInput[];
|
|
4250
|
+
}
|
|
4251
|
+
/**
|
|
4252
|
+
* Variables for the `zoneTaxCodesDelete` GraphQL operation. Generated from the
|
|
4253
|
+
* operation signature — field names and required/optional status mirror
|
|
4254
|
+
* the operation's declared variables exactly.
|
|
4255
|
+
*/
|
|
4256
|
+
export interface ZoneTaxCodesDeleteVariables {
|
|
4257
|
+
priceId: string;
|
|
4258
|
+
}
|
|
4259
|
+
/**
|
|
4260
|
+
* Variables for the `zoneTaxCodes` GraphQL operation. Generated from the
|
|
4261
|
+
* operation signature — field names and required/optional status mirror
|
|
4262
|
+
* the operation's declared variables exactly.
|
|
4263
|
+
*/
|
|
4264
|
+
export interface ZoneTaxCodesVariables {
|
|
4265
|
+
input?: ZoneTaxCodeSearchInput;
|
|
4266
|
+
}
|
|
4267
|
+
/**
|
|
4268
|
+
* Variables for the `zoneTaxCodeUpdate` GraphQL operation. Generated from the
|
|
4269
|
+
* operation signature — field names and required/optional status mirror
|
|
4270
|
+
* the operation's declared variables exactly.
|
|
4271
|
+
*/
|
|
4272
|
+
export interface ZoneTaxCodeUpdateVariables {
|
|
4273
|
+
id: string;
|
|
4274
|
+
input: ZoneTaxCodeUpdateInput;
|
|
4275
|
+
}
|
|
4276
|
+
/**
|
|
4277
|
+
* Variables for the `zoneTaxCode` GraphQL operation. Generated from the
|
|
4278
|
+
* operation signature — field names and required/optional status mirror
|
|
4279
|
+
* the operation's declared variables exactly.
|
|
4280
|
+
*/
|
|
4281
|
+
export interface ZoneTaxCodeVariables {
|
|
4282
|
+
id: string;
|
|
4283
|
+
}
|