@teemill/product-catalog 1.89.0 → 1.90.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.
- package/.openapi-generator/FILES +138 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +2 -2
- package/api.ts +5 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +5 -1
- 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 +5 -1
- 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/Product.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
.openapi-generator-ignore
|
|
4
|
+
README.md
|
|
5
|
+
api.ts
|
|
6
|
+
base.ts
|
|
7
|
+
common.ts
|
|
8
|
+
configuration.ts
|
|
9
|
+
docs/Action.md
|
|
10
|
+
docs/AdditionalFile.md
|
|
11
|
+
docs/AnalyticsItem.md
|
|
12
|
+
docs/AnalyticsSummary.md
|
|
13
|
+
docs/ApiError.md
|
|
14
|
+
docs/Application.md
|
|
15
|
+
docs/ApplicationGroup.md
|
|
16
|
+
docs/ApplicationGroupsApi.md
|
|
17
|
+
docs/ApplicationGroupsResponse.md
|
|
18
|
+
docs/ApplicationMockup.md
|
|
19
|
+
docs/ApplicationProperties.md
|
|
20
|
+
docs/ApplicationPropertiesMetadata.md
|
|
21
|
+
docs/ApplicationPropertiesMetadataPersonalization.md
|
|
22
|
+
docs/ApplicationPropertiesPersonalization.md
|
|
23
|
+
docs/ApplicationPropertiesPersonalizationRules.md
|
|
24
|
+
docs/ApplicationPropertiesPosition.md
|
|
25
|
+
docs/ApplicationPropertiesPositionInference.md
|
|
26
|
+
docs/ApplicationPropertiesProperties.md
|
|
27
|
+
docs/ApplicationSet.md
|
|
28
|
+
docs/ApplicationSet1.md
|
|
29
|
+
docs/ApplicationSetRecord.md
|
|
30
|
+
docs/ApplicationSetsApi.md
|
|
31
|
+
docs/ApplicationSetsResponse.md
|
|
32
|
+
docs/ApplicationTechnologiesApi.md
|
|
33
|
+
docs/ApplicationTechnologiesResponse.md
|
|
34
|
+
docs/ApplicationTechnology.md
|
|
35
|
+
docs/ApplicationTechnologyIntegrationProduct.md
|
|
36
|
+
docs/Attribute.md
|
|
37
|
+
docs/AttributeThumbnail.md
|
|
38
|
+
docs/Attributes1Inner.md
|
|
39
|
+
docs/BundleProduct.md
|
|
40
|
+
docs/CreateApplication.md
|
|
41
|
+
docs/CreateApplicationGroupRequest.md
|
|
42
|
+
docs/CreateApplicationProperties.md
|
|
43
|
+
docs/CreateApplicationSetRequest.md
|
|
44
|
+
docs/CreateApplicationSetRequestRecordsInner.md
|
|
45
|
+
docs/CreateApplicationSetRequestRecordsInnerAttributesInner.md
|
|
46
|
+
docs/CreateBundleProduct.md
|
|
47
|
+
docs/CreateBundleProductBundleItemsInner.md
|
|
48
|
+
docs/CreateBundleProductSeoMetadata.md
|
|
49
|
+
docs/CreateDigitalProduct.md
|
|
50
|
+
docs/CreateDigitalProductVariantsInner.md
|
|
51
|
+
docs/CreateDigitalProductVariantsInnerAttributesInner.md
|
|
52
|
+
docs/CreateDigitalProductVariantsInnerImagesInner.md
|
|
53
|
+
docs/CreateProduct.md
|
|
54
|
+
docs/CreateProductAdditionalFilesInner.md
|
|
55
|
+
docs/CreateProductImagesInner.md
|
|
56
|
+
docs/CreateProductRequest.md
|
|
57
|
+
docs/CreateProductVariant.md
|
|
58
|
+
docs/CreateProductVariantAttributesInner.md
|
|
59
|
+
docs/CreateProductVariantImagesInner.md
|
|
60
|
+
docs/CreateProductVideosInner.md
|
|
61
|
+
docs/DeleteProductsRequest.md
|
|
62
|
+
docs/DuplicateProducts202Response.md
|
|
63
|
+
docs/DuplicateProductsRequest.md
|
|
64
|
+
docs/ExportProducts202Response.md
|
|
65
|
+
docs/Image.md
|
|
66
|
+
docs/ImageFile.md
|
|
67
|
+
docs/ImageFileFocalPoint.md
|
|
68
|
+
docs/ImportProducts200Response.md
|
|
69
|
+
docs/License.md
|
|
70
|
+
docs/Location.md
|
|
71
|
+
docs/MetaField.md
|
|
72
|
+
docs/NamedPrice.md
|
|
73
|
+
docs/OptimisationHistoryItem.md
|
|
74
|
+
docs/Price.md
|
|
75
|
+
docs/Product.md
|
|
76
|
+
docs/ProductAdditionalFilesInner.md
|
|
77
|
+
docs/ProductAnalyticsApi.md
|
|
78
|
+
docs/ProductAnalyticsResponse.md
|
|
79
|
+
docs/ProductApplicationSetsInner.md
|
|
80
|
+
docs/ProductBundleItemsInner.md
|
|
81
|
+
docs/ProductCreatorsApi.md
|
|
82
|
+
docs/ProductGfnProduct.md
|
|
83
|
+
docs/ProductType.md
|
|
84
|
+
docs/ProductTypeListResponse.md
|
|
85
|
+
docs/ProductTypesApi.md
|
|
86
|
+
docs/ProductWarehouseProduct.md
|
|
87
|
+
docs/ProductsApi.md
|
|
88
|
+
docs/ProductsResponse.md
|
|
89
|
+
docs/Recommendation.md
|
|
90
|
+
docs/RequiredPrice.md
|
|
91
|
+
docs/SEOMetadata.md
|
|
92
|
+
docs/SEOMetadata1.md
|
|
93
|
+
docs/SalePrice.md
|
|
94
|
+
docs/SeoOptimiseProducts202Response.md
|
|
95
|
+
docs/SeoOptimiseProductsRequest.md
|
|
96
|
+
docs/Stock.md
|
|
97
|
+
docs/TargetSearchPhraseData.md
|
|
98
|
+
docs/TextApplicationProperties.md
|
|
99
|
+
docs/TextApplicationPropertiesPersonalization.md
|
|
100
|
+
docs/TextApplicationPropertiesPersonalizationRules.md
|
|
101
|
+
docs/TextApplicationPropertiesPosition.md
|
|
102
|
+
docs/UpdateApplicationGroupRequest.md
|
|
103
|
+
docs/UpdateApplicationSetRequest.md
|
|
104
|
+
docs/UpdateApplicationSetRequestRecordsInner.md
|
|
105
|
+
docs/UpdateApplicationSetRequestRecordsInnerAttributesInner.md
|
|
106
|
+
docs/UpdateProductRequest.md
|
|
107
|
+
docs/UpdateProductRequestBundleItemsInner.md
|
|
108
|
+
docs/UpdateProductRequestBundleItemsInnerConfig.md
|
|
109
|
+
docs/UpdateProductRequestBundleItemsInnerConfigValidOptionsInner.md
|
|
110
|
+
docs/UpdateProductRequestIntegrationConnectionsInner.md
|
|
111
|
+
docs/UpdateProductsRequest.md
|
|
112
|
+
docs/UpdateProductsRequestProductsInner.md
|
|
113
|
+
docs/UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md
|
|
114
|
+
docs/UpdateProductsRequestProductsInnerLicense.md
|
|
115
|
+
docs/UpdateProductsRequestProductsInnerSeoMetadata.md
|
|
116
|
+
docs/UpdateProductsRequestProductsInnerVariantsInner.md
|
|
117
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerAttributesInner.md
|
|
118
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerIntegrationConnectionsInner.md
|
|
119
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerRetailPrice.md
|
|
120
|
+
docs/UpdateProductsRequestProductsInnerVariantsInnerSalePrice.md
|
|
121
|
+
docs/UserList.md
|
|
122
|
+
docs/UserListCreatorsInner.md
|
|
123
|
+
docs/UserListCreatorsInnerAvatar.md
|
|
124
|
+
docs/Variant.md
|
|
125
|
+
docs/VariantGfnVariant.md
|
|
126
|
+
docs/VariantIntegrationConnectionsInner.md
|
|
127
|
+
docs/VariantProduct.md
|
|
128
|
+
docs/VariantWarehouseVariant.md
|
|
129
|
+
docs/VariantWholesaleCost.md
|
|
130
|
+
docs/VariantsApi.md
|
|
131
|
+
docs/VariantsResponse.md
|
|
132
|
+
docs/Video.md
|
|
133
|
+
docs/VideoFile.md
|
|
134
|
+
git_push.sh
|
|
135
|
+
index.ts
|
|
136
|
+
package.json
|
|
137
|
+
tsconfig.esm.json
|
|
138
|
+
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.0
|
|
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.0 --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.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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
|
/**
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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
|
/**
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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
|
/**
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
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.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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
|
|
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.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|