@mittwald/api-client 3.1.21 → 3.1.22
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.
|
@@ -2594,6 +2594,7 @@ export declare module MittwaldAPIV2 {
|
|
|
2594
2594
|
addons?: MittwaldAPIV2.Components.Schemas.OrderAddons[];
|
|
2595
2595
|
amount: number;
|
|
2596
2596
|
articleId: string;
|
|
2597
|
+
articleName?: string;
|
|
2597
2598
|
articleTemplateName?: string;
|
|
2598
2599
|
attributeConfiguration?: MittwaldAPIV2.Components.Schemas.OrderAttributeConfiguration[];
|
|
2599
2600
|
isInclusive: boolean;
|
|
@@ -2594,6 +2594,7 @@ export declare module MittwaldAPIV2 {
|
|
|
2594
2594
|
addons?: MittwaldAPIV2.Components.Schemas.OrderAddons[];
|
|
2595
2595
|
amount: number;
|
|
2596
2596
|
articleId: string;
|
|
2597
|
+
articleName?: string;
|
|
2597
2598
|
articleTemplateName?: string;
|
|
2598
2599
|
attributeConfiguration?: MittwaldAPIV2.Components.Schemas.OrderAttributeConfiguration[];
|
|
2599
2600
|
isInclusive: boolean;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.22';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.22';
|