@devite/shopware-client 1.9.0 → 1.9.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/dist/index.d.cts +12 -13
- package/dist/index.d.mts +12 -13
- package/dist/index.d.ts +12 -13
- package/dist/types/api/admin/LogEntry.d.ts +1 -1
- package/dist/types/api/admin/Notification.d.ts +1 -1
- package/dist/types/api/admin/ScheduledTask.d.ts +1 -1
- package/dist/types/api/admin/ShopwarePlugin.d.ts +2 -2
- package/dist/types/api/admin/SystemConfigEntry.d.ts +1 -1
- package/dist/types/api/admin/acl/AclRole.d.ts +1 -1
- package/dist/types/api/admin/acl/AclUserRole.d.ts +1 -1
- package/dist/types/api/admin/app/App.d.ts +2 -2
- package/dist/types/api/admin/app/AppActionButton.d.ts +2 -2
- package/dist/types/api/admin/category/Category.d.ts +3 -5
- package/dist/types/api/admin/category/MainCategory.d.ts +1 -1
- package/dist/types/api/admin/cms/CmsPage.d.ts +5 -1
- package/dist/types/api/admin/cms/CmsSection.d.ts +1 -3
- package/dist/types/api/admin/cms/CmsSlot.d.ts +1 -1
- package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +1 -1
- package/dist/types/api/admin/country/Country.d.ts +1 -1
- package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +1 -1
- package/dist/types/api/admin/custom/field/CustomField.d.ts +1 -1
- package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +1 -1
- package/dist/types/api/admin/customer/Customer.d.ts +2 -2
- package/dist/types/api/admin/customer/CustomerAddress.d.ts +1 -1
- package/dist/types/api/admin/customer/{group/CustomerGroup.d.ts → CustomerGroup.d.ts} +2 -2
- package/dist/types/api/admin/customer/index.d.ts +1 -1
- package/dist/types/api/admin/document/ShopwareDocument.d.ts +1 -1
- package/dist/types/api/admin/document/ShopwareDocumentBaseConfig.d.ts +1 -1
- package/dist/types/api/admin/locale/Language.d.ts +1 -1
- package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +2 -2
- package/dist/types/api/admin/mail/template/MailTemplate.d.ts +2 -2
- package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +2 -2
- package/dist/types/api/admin/media/Media.d.ts +1 -1
- package/dist/types/api/admin/media/thumbnail/MediaThumbnail.d.ts +1 -1
- package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +1 -1
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +1 -1
- package/dist/types/api/admin/numberRange/NumberRange.d.ts +2 -2
- package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +1 -1
- package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +2 -2
- package/dist/types/api/admin/order/Order.d.ts +2 -2
- package/dist/types/api/admin/order/OrderAddress.d.ts +1 -1
- package/dist/types/api/admin/order/OrderCustomer.d.ts +1 -1
- package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +1 -1
- package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +1 -1
- package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +1 -1
- package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +1 -1
- package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +1 -1
- package/dist/types/api/admin/product/Product.d.ts +17 -11
- package/dist/types/api/admin/product/ProductDownload.d.ts +2 -2
- package/dist/types/api/admin/product/ProductManufacturer.d.ts +12 -2
- package/dist/types/api/admin/product/ProductMedia.d.ts +1 -1
- package/dist/types/api/admin/product/ProductPrice.d.ts +1 -1
- package/dist/types/api/admin/product/ProductSorting.d.ts +2 -2
- package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +1 -1
- package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +1 -1
- package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +1 -1
- package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +1 -1
- package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +1 -1
- package/dist/types/api/admin/promotion/Promotion.d.ts +2 -2
- package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +1 -1
- package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +1 -1
- package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +1 -1
- package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +1 -1
- package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +1 -1
- package/dist/types/api/admin/propertyGroup/PropertyGroup.d.ts +1 -1
- package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +1 -1
- package/dist/types/api/admin/rule/RuleCondition.d.ts +1 -1
- package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +2 -2
- package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +1 -1
- package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +2 -2
- package/dist/types/api/admin/seo/SeoUrl.d.ts +1 -1
- package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +1 -1
- package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +1 -1
- package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +1 -1
- package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +1 -1
- package/dist/types/api/admin/stateMachine/StateMachine.d.ts +2 -2
- package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +1 -1
- package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +1 -1
- package/dist/types/api/admin/tax/TaxProvider.d.ts +2 -2
- package/dist/types/api/admin/tax/rule/TaxRule.d.ts +1 -1
- package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +2 -2
- package/dist/types/api/admin/user/User.d.ts +1 -1
- package/dist/types/api/admin/user/UserAccessKey.d.ts +1 -1
- package/dist/types/api/admin/user/UserConfig.d.ts +1 -1
- package/dist/types/api/admin/webhook/Webhook.d.ts +1 -1
- package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +1 -1
- package/dist/types/api/store/Currency.d.ts +2 -2
- package/dist/types/api/store/DeliveryTime.d.ts +2 -2
- package/dist/types/api/store/PaymentMethod.d.ts +2 -2
- package/dist/types/api/store/Rule.d.ts +1 -1
- package/dist/types/api/store/Salutation.d.ts +2 -2
- package/dist/types/api/store/StateMachineState.d.ts +2 -2
- package/dist/types/api/store/Tag.d.ts +1 -1
- package/dist/types/api/store/Tax.d.ts +1 -1
- package/dist/types/api/store/Unit.d.ts +2 -2
- package/dist/types/api/store/cart/Cart.d.ts +1 -2
- package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +1 -0
- package/dist/types/api/store/cart/lineItem/CartLineItem.d.ts +3 -0
- package/dist/types/api/store/category/Category.d.ts +5 -6
- package/dist/types/api/store/category/MainCategory.d.ts +1 -1
- package/dist/types/api/store/cms/CmsBlock.d.ts +1 -1
- package/dist/types/api/store/cms/CmsPage.d.ts +2 -2
- package/dist/types/api/store/cms/CmsSection.d.ts +3 -2
- package/dist/types/api/store/cms/CmsSlot.d.ts +2 -2
- package/dist/types/api/store/cms/LandingPage.d.ts +2 -2
- package/dist/types/api/store/country/Country.d.ts +2 -2
- package/dist/types/api/store/country/CountryState.d.ts +2 -2
- package/dist/types/api/store/customer/Customer.d.ts +1 -1
- package/dist/types/api/store/customer/CustomerGroup.d.ts +2 -2
- package/dist/types/api/store/customer/address/CustomerAddress.d.ts +1 -1
- package/dist/types/api/store/customer/address/CustomerAddressBody.d.ts +1 -1
- package/dist/types/api/store/document/ShopwareDocument.d.ts +1 -1
- package/dist/types/api/store/document/ShopwareDocumentBaseConfig.d.ts +1 -1
- package/dist/types/api/store/document/ShopwareDocumentType.d.ts +2 -2
- package/dist/types/api/store/locale/Language.d.ts +1 -1
- package/dist/types/api/store/locale/Locale.d.ts +2 -2
- package/dist/types/api/store/media/Media.d.ts +2 -2
- package/dist/types/api/store/media/MediaThumbnail.d.ts +1 -1
- package/dist/types/api/store/media/ProductMedia.d.ts +1 -1
- package/dist/types/api/store/order/OrderAddress.d.ts +1 -1
- package/dist/types/api/store/order/OrderCustomer.d.ts +1 -1
- package/dist/types/api/store/order/OrderLineItem.d.ts +5 -29
- package/dist/types/api/store/order/OrderLineItemDownload.d.ts +1 -1
- package/dist/types/api/store/order/delivery/OrderDelivery.d.ts +1 -1
- package/dist/types/api/store/order/delivery/OrderDeliveryPosition.d.ts +1 -1
- package/dist/types/api/store/order/transaction/OrderTransaction.d.ts +1 -1
- package/dist/types/api/store/order/transaction/capture/OrderTransactionCapture.d.ts +1 -1
- package/dist/types/api/store/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +1 -1
- package/dist/types/api/store/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +1 -1
- package/dist/types/api/store/product/Product.d.ts +4 -8
- package/dist/types/api/store/product/ProductDownload.d.ts +1 -1
- package/dist/types/api/store/product/ProductListingResult.d.ts +1 -1
- package/dist/types/api/store/product/ProductReview.d.ts +1 -1
- package/dist/types/api/store/product/ProductStream.d.ts +2 -2
- package/dist/types/api/store/product/crossSelling/ProductCrossSelling.d.ts +2 -2
- package/dist/types/api/store/product/index.d.ts +0 -1
- package/dist/types/api/store/propertyGroup/PropertyGroup.d.ts +2 -2
- package/dist/types/api/store/propertyGroup/PropertyGroupOption.d.ts +2 -2
- package/dist/types/api/store/salesChannel/SalesChannel.d.ts +2 -2
- package/dist/types/api/store/seo/SeoUrlEntity.d.ts +1 -1
- package/dist/types/api/store/shippingMethod/ShippingMethod.d.ts +2 -2
- package/dist/types/api/store/shippingMethod/ShippingMethodPrice.d.ts +1 -1
- package/dist/types/clients/store/AccountClient.d.ts +3 -3
- package/package.json +1 -1
- package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +0 -10
- package/dist/types/api/admin/customer/group/index.d.ts +0 -2
- package/dist/types/api/store/product/ProductManufacturer.d.ts +0 -15
|
@@ -6,7 +6,7 @@ import { OrderTransactionCaptureRefund } from "./OrderTransactionCaptureRefund";
|
|
|
6
6
|
export interface OrderTransactionCapture {
|
|
7
7
|
id: string;
|
|
8
8
|
versionId?: string;
|
|
9
|
-
readonly createdAt
|
|
9
|
+
readonly createdAt: string;
|
|
10
10
|
readonly updatedAt?: string;
|
|
11
11
|
externalReference?: string;
|
|
12
12
|
stateId: string;
|
|
@@ -6,7 +6,7 @@ import { OrderTransactionCaptureRefundPosition } from "./OrderTransactionCapture
|
|
|
6
6
|
export interface OrderTransactionCaptureRefund {
|
|
7
7
|
id: string;
|
|
8
8
|
versionId?: string;
|
|
9
|
-
readonly createdAt
|
|
9
|
+
readonly createdAt: string;
|
|
10
10
|
readonly updatedAt?: string;
|
|
11
11
|
externalReference?: string;
|
|
12
12
|
reason?: string;
|
package/dist/types/api/store/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { OrderTransactionCaptureRefund } from "./OrderTransactionCaptureRefund";
|
|
|
5
5
|
export interface OrderTransactionCaptureRefundPosition {
|
|
6
6
|
id: string;
|
|
7
7
|
versionId?: string;
|
|
8
|
-
readonly createdAt
|
|
8
|
+
readonly createdAt: string;
|
|
9
9
|
readonly updatedAt?: string;
|
|
10
10
|
externalReference?: string;
|
|
11
11
|
reason?: string;
|
|
@@ -2,7 +2,6 @@ import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
|
2
2
|
import { CalculatedPrice } from "../price/CalculatedPrice";
|
|
3
3
|
import { ProductDownload } from "./ProductDownload";
|
|
4
4
|
import { DeliveryTime } from "../DeliveryTime";
|
|
5
|
-
import { ProductManufacturer } from "./ProductManufacturer";
|
|
6
5
|
import { ProductMedia } from "../media/ProductMedia";
|
|
7
6
|
import { CmsPage } from "../cms/CmsPage";
|
|
8
7
|
import { ProductCrossSelling } from "./crossSelling/ProductCrossSelling";
|
|
@@ -17,17 +16,14 @@ export interface Product {
|
|
|
17
16
|
apiAlias: "product";
|
|
18
17
|
id: string;
|
|
19
18
|
versionId?: string;
|
|
20
|
-
readonly createdAt
|
|
19
|
+
readonly createdAt: string;
|
|
21
20
|
readonly updatedAt?: string;
|
|
22
21
|
parentId?: string;
|
|
23
22
|
parentVersionId?: string;
|
|
24
23
|
readonly childCount?: number;
|
|
25
24
|
children?: Array<Product>;
|
|
26
25
|
active?: boolean;
|
|
27
|
-
|
|
28
|
-
productManufacturerVersionId?: string;
|
|
29
|
-
manufacturer?: ProductManufacturer;
|
|
30
|
-
manufacturerNumber?: string;
|
|
26
|
+
type: "physical" | "digital";
|
|
31
27
|
productNumber: string;
|
|
32
28
|
readonly displayGroup?: string;
|
|
33
29
|
markAsTopseller?: boolean;
|
|
@@ -63,7 +59,7 @@ export interface Product {
|
|
|
63
59
|
productReviews?: Array<ProductReview>;
|
|
64
60
|
crossSellings?: Array<ProductCrossSelling>;
|
|
65
61
|
readonly categoryIds?: Array<string>;
|
|
66
|
-
categories?: Array<
|
|
62
|
+
categories?: Array<Category>;
|
|
67
63
|
mainCategories?: Array<MainCategory>;
|
|
68
64
|
metaTitle?: string;
|
|
69
65
|
metaDescription?: string;
|
|
@@ -78,5 +74,5 @@ export interface Product {
|
|
|
78
74
|
cmsPageVersionId?: string;
|
|
79
75
|
cmsPage?: CmsPage;
|
|
80
76
|
customFields?: GenericRecord;
|
|
81
|
-
translated?: Record<string,
|
|
77
|
+
translated?: Record<string, any>;
|
|
82
78
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
2
|
export interface ProductStream {
|
|
3
3
|
id: string;
|
|
4
|
-
readonly createdAt
|
|
4
|
+
readonly createdAt: string;
|
|
5
5
|
readonly updatedAt?: string;
|
|
6
6
|
name: string;
|
|
7
7
|
description?: string;
|
|
8
8
|
customFields?: GenericRecord;
|
|
9
|
-
translated?: Record<string,
|
|
9
|
+
translated?: Record<string, any>;
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export interface ProductCrossSelling {
|
|
2
2
|
id: string;
|
|
3
|
-
readonly createdAt
|
|
3
|
+
readonly createdAt: string;
|
|
4
4
|
readonly updatedAt?: string;
|
|
5
5
|
active?: boolean;
|
|
6
6
|
type?: string;
|
|
@@ -9,5 +9,5 @@ export interface ProductCrossSelling {
|
|
|
9
9
|
position?: number;
|
|
10
10
|
sortBy?: string;
|
|
11
11
|
sortDirection?: string;
|
|
12
|
-
translated?: Record<string,
|
|
12
|
+
translated?: Record<string, any>;
|
|
13
13
|
}
|
|
@@ -2,5 +2,4 @@ export * from "./crossSelling";
|
|
|
2
2
|
export { Product } from "./Product";
|
|
3
3
|
export { ProductDownload } from "./ProductDownload";
|
|
4
4
|
export { ProductListingResult } from "./ProductListingResult";
|
|
5
|
-
export { ProductManufacturer } from "./ProductManufacturer";
|
|
6
5
|
export { ProductStream } from "./ProductStream";
|
|
@@ -2,7 +2,7 @@ import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
|
2
2
|
import { PropertyGroupOption } from "./PropertyGroupOption";
|
|
3
3
|
export interface PropertyGroup {
|
|
4
4
|
id: string;
|
|
5
|
-
readonly createdAt
|
|
5
|
+
readonly createdAt: string;
|
|
6
6
|
readonly updatedAt?: string;
|
|
7
7
|
displayType?: "text" | "image" | "dropdown" | "color";
|
|
8
8
|
position?: number;
|
|
@@ -11,5 +11,5 @@ export interface PropertyGroup {
|
|
|
11
11
|
description?: string;
|
|
12
12
|
customFields?: GenericRecord;
|
|
13
13
|
options?: Array<PropertyGroupOption>;
|
|
14
|
-
translated?: Record<string,
|
|
14
|
+
translated?: Record<string, any>;
|
|
15
15
|
}
|
|
@@ -4,7 +4,7 @@ import { PropertyGroup } from "./PropertyGroup";
|
|
|
4
4
|
export interface PropertyGroupOption {
|
|
5
5
|
apiAlias: "property_group_option";
|
|
6
6
|
id: string;
|
|
7
|
-
readonly createdAt
|
|
7
|
+
readonly createdAt: string;
|
|
8
8
|
readonly updatedAt?: string;
|
|
9
9
|
name: string;
|
|
10
10
|
option: string;
|
|
@@ -15,5 +15,5 @@ export interface PropertyGroupOption {
|
|
|
15
15
|
groupId: string;
|
|
16
16
|
group: PropertyGroup;
|
|
17
17
|
customFields?: GenericRecord;
|
|
18
|
-
translated?: Record<string,
|
|
18
|
+
translated?: Record<string, any>;
|
|
19
19
|
}
|
|
@@ -7,7 +7,7 @@ import { Currency } from "../Currency";
|
|
|
7
7
|
import { Language } from "../locale/Language";
|
|
8
8
|
export interface SalesChannel {
|
|
9
9
|
id: string;
|
|
10
|
-
readonly createdAt
|
|
10
|
+
readonly createdAt: string;
|
|
11
11
|
readonly updatedAt?: string;
|
|
12
12
|
active?: boolean;
|
|
13
13
|
name: string;
|
|
@@ -30,5 +30,5 @@ export interface SalesChannel {
|
|
|
30
30
|
shippingMethodIds?: Array<string>;
|
|
31
31
|
shippingMethods?: Array<ShippingMethod>;
|
|
32
32
|
customFields?: GenericRecord;
|
|
33
|
-
translated?: Record<string,
|
|
33
|
+
translated?: Record<string, any>;
|
|
34
34
|
}
|
|
@@ -5,7 +5,7 @@ import { Media } from "../media/Media";
|
|
|
5
5
|
import { Tag } from "../Tag";
|
|
6
6
|
export interface ShippingMethod {
|
|
7
7
|
id: string;
|
|
8
|
-
readonly createdAt
|
|
8
|
+
readonly createdAt: string;
|
|
9
9
|
readonly updatedAt?: string;
|
|
10
10
|
active?: boolean;
|
|
11
11
|
technicalName?: string;
|
|
@@ -20,5 +20,5 @@ export interface ShippingMethod {
|
|
|
20
20
|
availabilityRuleId?: string;
|
|
21
21
|
availabilityRule?: Rule;
|
|
22
22
|
customFields?: GenericRecord;
|
|
23
|
-
translated?: Record<string,
|
|
23
|
+
translated?: Record<string, any>;
|
|
24
24
|
}
|
|
@@ -3,7 +3,7 @@ import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
|
3
3
|
import { Rule } from "../Rule";
|
|
4
4
|
export interface ShippingMethodPrice {
|
|
5
5
|
id: string;
|
|
6
|
-
readonly createdAt
|
|
6
|
+
readonly createdAt: string;
|
|
7
7
|
readonly updatedAt?: string;
|
|
8
8
|
ruleId?: string;
|
|
9
9
|
calculation?: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Criteria } from "#types/api/global/query/Criteria";
|
|
2
2
|
import { Customer } from "#types/api/store/customer/Customer";
|
|
3
|
-
import {
|
|
3
|
+
import { CustomerAddressBody } from "#types/api/store/customer/address/CustomerAddressBody";
|
|
4
4
|
import { CustomerGroup } from "#types/api/store";
|
|
5
5
|
import { GenericRecord } from "#types/api/global";
|
|
6
6
|
export interface AccountEmailChangeRequest {
|
|
@@ -83,8 +83,8 @@ export interface CustomerRegisterRequest {
|
|
|
83
83
|
lastName: string;
|
|
84
84
|
acceptedDataProtection: boolean;
|
|
85
85
|
storefrontUrl: string;
|
|
86
|
-
billingAddress:
|
|
87
|
-
shippingAddress?:
|
|
86
|
+
billingAddress: CustomerAddressBody;
|
|
87
|
+
shippingAddress?: CustomerAddressBody;
|
|
88
88
|
guest?: boolean;
|
|
89
89
|
birthdayDay?: number;
|
|
90
90
|
birthdayMonth?: number;
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CustomerGroup } from "./CustomerGroup";
|
|
2
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
3
|
-
export interface CustomerGroupRegistrationSalesChannels {
|
|
4
|
-
id?: string;
|
|
5
|
-
readonly createdAt?: string;
|
|
6
|
-
customerGroupId: string;
|
|
7
|
-
customerGroup?: CustomerGroup;
|
|
8
|
-
salesChannelId: string;
|
|
9
|
-
salesChannel?: SalesChannel;
|
|
10
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { Media } from "../media/Media";
|
|
3
|
-
export interface ProductManufacturer {
|
|
4
|
-
id: string;
|
|
5
|
-
versionId?: string;
|
|
6
|
-
readonly createdAt?: string;
|
|
7
|
-
readonly updatedAt?: string;
|
|
8
|
-
link?: string;
|
|
9
|
-
name: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
mediaId?: string;
|
|
12
|
-
media?: Media;
|
|
13
|
-
customFields?: GenericRecord;
|
|
14
|
-
translated?: Record<string, string>;
|
|
15
|
-
}
|