@teemill/product-catalog 1.89.0 → 1.90.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/.openapi-generator/FILES +137 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +2 -2
- package/api.ts +7 -3
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +7 -3
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +7 -3
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/License.md +1 -1
- package/docs/Product.md +2 -0
- package/docs/UpdateProductsRequestProductsInnerLicense.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
README.md
|
|
4
|
+
api.ts
|
|
5
|
+
base.ts
|
|
6
|
+
common.ts
|
|
7
|
+
configuration.ts
|
|
8
|
+
docs/Action.md
|
|
9
|
+
docs/AdditionalFile.md
|
|
10
|
+
docs/AnalyticsItem.md
|
|
11
|
+
docs/AnalyticsSummary.md
|
|
12
|
+
docs/ApiError.md
|
|
13
|
+
docs/Application.md
|
|
14
|
+
docs/ApplicationGroup.md
|
|
15
|
+
docs/ApplicationGroupsApi.md
|
|
16
|
+
docs/ApplicationGroupsResponse.md
|
|
17
|
+
docs/ApplicationMockup.md
|
|
18
|
+
docs/ApplicationProperties.md
|
|
19
|
+
docs/ApplicationPropertiesMetadata.md
|
|
20
|
+
docs/ApplicationPropertiesMetadataPersonalization.md
|
|
21
|
+
docs/ApplicationPropertiesPersonalization.md
|
|
22
|
+
docs/ApplicationPropertiesPersonalizationRules.md
|
|
23
|
+
docs/ApplicationPropertiesPosition.md
|
|
24
|
+
docs/ApplicationPropertiesPositionInference.md
|
|
25
|
+
docs/ApplicationPropertiesProperties.md
|
|
26
|
+
docs/ApplicationSet.md
|
|
27
|
+
docs/ApplicationSet1.md
|
|
28
|
+
docs/ApplicationSetRecord.md
|
|
29
|
+
docs/ApplicationSetsApi.md
|
|
30
|
+
docs/ApplicationSetsResponse.md
|
|
31
|
+
docs/ApplicationTechnologiesApi.md
|
|
32
|
+
docs/ApplicationTechnologiesResponse.md
|
|
33
|
+
docs/ApplicationTechnology.md
|
|
34
|
+
docs/ApplicationTechnologyIntegrationProduct.md
|
|
35
|
+
docs/Attribute.md
|
|
36
|
+
docs/AttributeThumbnail.md
|
|
37
|
+
docs/Attributes1Inner.md
|
|
38
|
+
docs/BundleProduct.md
|
|
39
|
+
docs/CreateApplication.md
|
|
40
|
+
docs/CreateApplicationGroupRequest.md
|
|
41
|
+
docs/CreateApplicationProperties.md
|
|
42
|
+
docs/CreateApplicationSetRequest.md
|
|
43
|
+
docs/CreateApplicationSetRequestRecordsInner.md
|
|
44
|
+
docs/CreateApplicationSetRequestRecordsInnerAttributesInner.md
|
|
45
|
+
docs/CreateBundleProduct.md
|
|
46
|
+
docs/CreateBundleProductBundleItemsInner.md
|
|
47
|
+
docs/CreateBundleProductSeoMetadata.md
|
|
48
|
+
docs/CreateDigitalProduct.md
|
|
49
|
+
docs/CreateDigitalProductVariantsInner.md
|
|
50
|
+
docs/CreateDigitalProductVariantsInnerAttributesInner.md
|
|
51
|
+
docs/CreateDigitalProductVariantsInnerImagesInner.md
|
|
52
|
+
docs/CreateProduct.md
|
|
53
|
+
docs/CreateProductAdditionalFilesInner.md
|
|
54
|
+
docs/CreateProductImagesInner.md
|
|
55
|
+
docs/CreateProductRequest.md
|
|
56
|
+
docs/CreateProductVariant.md
|
|
57
|
+
docs/CreateProductVariantAttributesInner.md
|
|
58
|
+
docs/CreateProductVariantImagesInner.md
|
|
59
|
+
docs/CreateProductVideosInner.md
|
|
60
|
+
docs/DeleteProductsRequest.md
|
|
61
|
+
docs/DuplicateProducts202Response.md
|
|
62
|
+
docs/DuplicateProductsRequest.md
|
|
63
|
+
docs/ExportProducts202Response.md
|
|
64
|
+
docs/Image.md
|
|
65
|
+
docs/ImageFile.md
|
|
66
|
+
docs/ImageFileFocalPoint.md
|
|
67
|
+
docs/ImportProducts200Response.md
|
|
68
|
+
docs/License.md
|
|
69
|
+
docs/Location.md
|
|
70
|
+
docs/MetaField.md
|
|
71
|
+
docs/NamedPrice.md
|
|
72
|
+
docs/OptimisationHistoryItem.md
|
|
73
|
+
docs/Price.md
|
|
74
|
+
docs/Product.md
|
|
75
|
+
docs/ProductAdditionalFilesInner.md
|
|
76
|
+
docs/ProductAnalyticsApi.md
|
|
77
|
+
docs/ProductAnalyticsResponse.md
|
|
78
|
+
docs/ProductApplicationSetsInner.md
|
|
79
|
+
docs/ProductBundleItemsInner.md
|
|
80
|
+
docs/ProductCreatorsApi.md
|
|
81
|
+
docs/ProductGfnProduct.md
|
|
82
|
+
docs/ProductType.md
|
|
83
|
+
docs/ProductTypeListResponse.md
|
|
84
|
+
docs/ProductTypesApi.md
|
|
85
|
+
docs/ProductWarehouseProduct.md
|
|
86
|
+
docs/ProductsApi.md
|
|
87
|
+
docs/ProductsResponse.md
|
|
88
|
+
docs/Recommendation.md
|
|
89
|
+
docs/RequiredPrice.md
|
|
90
|
+
docs/SEOMetadata.md
|
|
91
|
+
docs/SEOMetadata1.md
|
|
92
|
+
docs/SalePrice.md
|
|
93
|
+
docs/SeoOptimiseProducts202Response.md
|
|
94
|
+
docs/SeoOptimiseProductsRequest.md
|
|
95
|
+
docs/Stock.md
|
|
96
|
+
docs/TargetSearchPhraseData.md
|
|
97
|
+
docs/TextApplicationProperties.md
|
|
98
|
+
docs/TextApplicationPropertiesPersonalization.md
|
|
99
|
+
docs/TextApplicationPropertiesPersonalizationRules.md
|
|
100
|
+
docs/TextApplicationPropertiesPosition.md
|
|
101
|
+
docs/UpdateApplicationGroupRequest.md
|
|
102
|
+
docs/UpdateApplicationSetRequest.md
|
|
103
|
+
docs/UpdateApplicationSetRequestRecordsInner.md
|
|
104
|
+
docs/UpdateApplicationSetRequestRecordsInnerAttributesInner.md
|
|
105
|
+
docs/UpdateProductRequest.md
|
|
106
|
+
docs/UpdateProductRequestBundleItemsInner.md
|
|
107
|
+
docs/UpdateProductRequestBundleItemsInnerConfig.md
|
|
108
|
+
docs/UpdateProductRequestBundleItemsInnerConfigValidOptionsInner.md
|
|
109
|
+
docs/UpdateProductRequestIntegrationConnectionsInner.md
|
|
110
|
+
docs/UpdateProductsRequest.md
|
|
111
|
+
docs/UpdateProductsRequestProductsInner.md
|
|
112
|
+
docs/UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md
|
|
113
|
+
docs/UpdateProductsRequestProductsInnerLicense.md
|
|
114
|
+
docs/UpdateProductsRequestProductsInnerSeoMetadata.md
|
|
115
|
+
docs/UpdateProductsRequestProductsInnerVariantsInner.md
|
|
116
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerAttributesInner.md
|
|
117
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerIntegrationConnectionsInner.md
|
|
118
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerRetailPrice.md
|
|
119
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerSalePrice.md
|
|
120
|
+
docs/UserList.md
|
|
121
|
+
docs/UserListCreatorsInner.md
|
|
122
|
+
docs/UserListCreatorsInnerAvatar.md
|
|
123
|
+
docs/Variant.md
|
|
124
|
+
docs/VariantGfnVariant.md
|
|
125
|
+
docs/VariantIntegrationConnectionsInner.md
|
|
126
|
+
docs/VariantProduct.md
|
|
127
|
+
docs/VariantWarehouseVariant.md
|
|
128
|
+
docs/VariantWholesaleCost.md
|
|
129
|
+
docs/VariantsApi.md
|
|
130
|
+
docs/VariantsResponse.md
|
|
131
|
+
docs/Video.md
|
|
132
|
+
docs/VideoFile.md
|
|
133
|
+
git_push.sh
|
|
134
|
+
index.ts
|
|
135
|
+
package.json
|
|
136
|
+
tsconfig.esm.json
|
|
137
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.20.0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.
|
|
1
|
+
## @teemill/product-catalog@1.90.1
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/product-catalog@1.
|
|
39
|
+
npm install @teemill/product-catalog@1.90.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1081,7 +1081,7 @@ export interface License {
|
|
|
1081
1081
|
*/
|
|
1082
1082
|
'id'?: string;
|
|
1083
1083
|
/**
|
|
1084
|
-
* The date
|
|
1084
|
+
* The date the license will expire
|
|
1085
1085
|
*/
|
|
1086
1086
|
'expiresAt'?: string;
|
|
1087
1087
|
}
|
|
@@ -1236,6 +1236,10 @@ export interface Product {
|
|
|
1236
1236
|
* The user ID of the user who created the product
|
|
1237
1237
|
*/
|
|
1238
1238
|
'createdBy'?: string | null;
|
|
1239
|
+
/**
|
|
1240
|
+
* Whether the product is digital
|
|
1241
|
+
*/
|
|
1242
|
+
'isDigital'?: boolean;
|
|
1239
1243
|
}
|
|
1240
1244
|
export interface ProductAdditionalFilesInner {
|
|
1241
1245
|
/**
|
|
@@ -1894,7 +1898,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
|
|
|
1894
1898
|
*/
|
|
1895
1899
|
'id': string;
|
|
1896
1900
|
/**
|
|
1897
|
-
* The date
|
|
1901
|
+
* The date the license will expire
|
|
1898
1902
|
*/
|
|
1899
1903
|
'expiresAt': string;
|
|
1900
1904
|
}
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.90.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1041,7 +1041,7 @@ export interface License {
|
|
|
1041
1041
|
*/
|
|
1042
1042
|
'id'?: string;
|
|
1043
1043
|
/**
|
|
1044
|
-
* The date
|
|
1044
|
+
* The date the license will expire
|
|
1045
1045
|
*/
|
|
1046
1046
|
'expiresAt'?: string;
|
|
1047
1047
|
}
|
|
@@ -1193,6 +1193,10 @@ export interface Product {
|
|
|
1193
1193
|
* The user ID of the user who created the product
|
|
1194
1194
|
*/
|
|
1195
1195
|
'createdBy'?: string | null;
|
|
1196
|
+
/**
|
|
1197
|
+
* Whether the product is digital
|
|
1198
|
+
*/
|
|
1199
|
+
'isDigital'?: boolean;
|
|
1196
1200
|
}
|
|
1197
1201
|
export interface ProductAdditionalFilesInner {
|
|
1198
1202
|
/**
|
|
@@ -1835,7 +1839,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
|
|
|
1835
1839
|
*/
|
|
1836
1840
|
'id': string;
|
|
1837
1841
|
/**
|
|
1838
|
-
* The date
|
|
1842
|
+
* The date the license will expire
|
|
1839
1843
|
*/
|
|
1840
1844
|
'expiresAt': string;
|
|
1841
1845
|
}
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.90.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.90.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.90.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1041,7 +1041,7 @@ export interface License {
|
|
|
1041
1041
|
*/
|
|
1042
1042
|
'id'?: string;
|
|
1043
1043
|
/**
|
|
1044
|
-
* The date
|
|
1044
|
+
* The date the license will expire
|
|
1045
1045
|
*/
|
|
1046
1046
|
'expiresAt'?: string;
|
|
1047
1047
|
}
|
|
@@ -1193,6 +1193,10 @@ export interface Product {
|
|
|
1193
1193
|
* The user ID of the user who created the product
|
|
1194
1194
|
*/
|
|
1195
1195
|
'createdBy'?: string | null;
|
|
1196
|
+
/**
|
|
1197
|
+
* Whether the product is digital
|
|
1198
|
+
*/
|
|
1199
|
+
'isDigital'?: boolean;
|
|
1196
1200
|
}
|
|
1197
1201
|
export interface ProductAdditionalFilesInner {
|
|
1198
1202
|
/**
|
|
@@ -1835,7 +1839,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
|
|
|
1835
1839
|
*/
|
|
1836
1840
|
'id': string;
|
|
1837
1841
|
/**
|
|
1838
|
-
* The date
|
|
1842
|
+
* The date the license will expire
|
|
1839
1843
|
*/
|
|
1840
1844
|
'expiresAt': string;
|
|
1841
1845
|
}
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.90.1
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.90.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.90.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/License.md
CHANGED
|
@@ -7,7 +7,7 @@ This field should be used when a product requires a valid license to manufacture
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **string** | The ID of the license | [optional] [default to undefined]
|
|
10
|
-
**expiresAt** | **string** | The date
|
|
10
|
+
**expiresAt** | **string** | The date the license will expire | [optional] [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
package/docs/Product.md
CHANGED
|
@@ -44,6 +44,7 @@ Name | Type | Description | Notes
|
|
|
44
44
|
**showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to undefined]
|
|
45
45
|
**license** | [**License**](License.md) | | [optional] [default to undefined]
|
|
46
46
|
**createdBy** | **string** | The user ID of the user who created the product | [optional] [default to undefined]
|
|
47
|
+
**isDigital** | **boolean** | Whether the product is digital | [optional] [default to false]
|
|
47
48
|
|
|
48
49
|
## Example
|
|
49
50
|
|
|
@@ -90,6 +91,7 @@ const instance: Product = {
|
|
|
90
91
|
showSaleBadge,
|
|
91
92
|
license,
|
|
92
93
|
createdBy,
|
|
94
|
+
isDigital,
|
|
93
95
|
};
|
|
94
96
|
```
|
|
95
97
|
|
|
@@ -7,7 +7,7 @@ This field should be used when a product requires a valid license to manufacture
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **string** | The ID of the license | [default to undefined]
|
|
10
|
-
**expiresAt** | **string** | The date
|
|
10
|
+
**expiresAt** | **string** | The date the license will expire | [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.90.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|