@mittwald/api-models 4.280.0 → 4.282.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,7 +28,7 @@ declare const ArticleCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
modifierArticles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
30
30
|
name: string;
|
|
31
|
-
orderable: "
|
|
31
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
32
32
|
possibleArticleChanges?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
33
33
|
price?: number | undefined;
|
|
34
34
|
tags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
@@ -50,7 +50,7 @@ declare const ArticleCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
50
50
|
} | undefined;
|
|
51
51
|
modifierArticles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
52
52
|
name: string;
|
|
53
|
-
orderable: "
|
|
53
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
54
54
|
possibleArticleChanges?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
55
55
|
price?: number | undefined;
|
|
56
56
|
tags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
@@ -79,7 +79,7 @@ declare const ArticleDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
79
79
|
} | undefined;
|
|
80
80
|
modifierArticles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
81
81
|
name: string;
|
|
82
|
-
orderable: "
|
|
82
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
83
83
|
possibleArticleChanges?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
84
84
|
price?: number | undefined;
|
|
85
85
|
tags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
@@ -101,7 +101,7 @@ declare const ArticleDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
101
101
|
} | undefined;
|
|
102
102
|
modifierArticles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
103
103
|
name: string;
|
|
104
|
-
orderable: "
|
|
104
|
+
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
105
105
|
possibleArticleChanges?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
106
106
|
price?: number | undefined;
|
|
107
107
|
tags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.282.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Collection of domain models for coherent interaction with the API",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test:unit": "node --experimental-vm-modules $(yarn bin jest)"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mittwald/api-client": "^4.
|
|
42
|
+
"@mittwald/api-client": "^4.282.0",
|
|
43
43
|
"another-deep-freeze": "1.0.0",
|
|
44
44
|
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"optional": true
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "7a2d12daca57cb2ff130b1053ff849d6a78e8775"
|
|
90
90
|
}
|