@teemill/product-catalog 1.88.0 → 1.89.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.
Files changed (47) hide show
  1. package/README.md +9 -2
  2. package/api.ts +135 -17
  3. package/base.ts +3 -3
  4. package/common.ts +3 -3
  5. package/configuration.ts +3 -3
  6. package/dist/api.d.ts +132 -17
  7. package/dist/api.js +13 -9
  8. package/dist/base.d.ts +3 -3
  9. package/dist/base.js +3 -3
  10. package/dist/common.d.ts +3 -3
  11. package/dist/common.js +3 -3
  12. package/dist/configuration.d.ts +3 -3
  13. package/dist/configuration.js +3 -3
  14. package/dist/esm/api.d.ts +132 -17
  15. package/dist/esm/api.js +11 -7
  16. package/dist/esm/base.d.ts +3 -3
  17. package/dist/esm/base.js +3 -3
  18. package/dist/esm/common.d.ts +3 -3
  19. package/dist/esm/common.js +3 -3
  20. package/dist/esm/configuration.d.ts +3 -3
  21. package/dist/esm/configuration.js +3 -3
  22. package/dist/esm/index.d.ts +3 -3
  23. package/dist/esm/index.js +3 -3
  24. package/dist/index.d.ts +3 -3
  25. package/dist/index.js +3 -3
  26. package/docs/Application.md +1 -1
  27. package/docs/ApplicationPropertiesPositionInference.md +1 -1
  28. package/docs/BundleProduct.md +2 -0
  29. package/docs/CreateApplication.md +1 -1
  30. package/docs/CreateDigitalProduct.md +25 -0
  31. package/docs/CreateDigitalProductVariantsInner.md +24 -0
  32. package/docs/CreateDigitalProductVariantsInnerAttributesInner.md +22 -0
  33. package/docs/CreateDigitalProductVariantsInnerImagesInner.md +20 -0
  34. package/docs/CreateProduct.md +2 -2
  35. package/docs/CreateProductRequest.md +4 -2
  36. package/docs/CreateProductVariant.md +2 -2
  37. package/docs/CreateProductVariantAttributesInner.md +22 -0
  38. package/docs/Product.md +2 -0
  39. package/docs/ProductBundleItemsInner.md +2 -0
  40. package/docs/ProductGfnProduct.md +25 -0
  41. package/docs/ProductWarehouseProduct.md +2 -1
  42. package/docs/ProductsApi.md +1 -1
  43. package/docs/Variant.md +2 -0
  44. package/docs/VariantGfnVariant.md +25 -0
  45. package/docs/VariantWarehouseVariant.md +2 -1
  46. package/index.ts +3 -3
  47. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.88.0
1
+ ## @teemill/product-catalog@1.89.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.88.0 --save
39
+ npm install @teemill/product-catalog@1.89.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -121,11 +121,16 @@ Class | Method | HTTP request | Description
121
121
  - [CreateBundleProduct](docs/CreateBundleProduct.md)
122
122
  - [CreateBundleProductBundleItemsInner](docs/CreateBundleProductBundleItemsInner.md)
123
123
  - [CreateBundleProductSeoMetadata](docs/CreateBundleProductSeoMetadata.md)
124
+ - [CreateDigitalProduct](docs/CreateDigitalProduct.md)
125
+ - [CreateDigitalProductVariantsInner](docs/CreateDigitalProductVariantsInner.md)
126
+ - [CreateDigitalProductVariantsInnerAttributesInner](docs/CreateDigitalProductVariantsInnerAttributesInner.md)
127
+ - [CreateDigitalProductVariantsInnerImagesInner](docs/CreateDigitalProductVariantsInnerImagesInner.md)
124
128
  - [CreateProduct](docs/CreateProduct.md)
125
129
  - [CreateProductAdditionalFilesInner](docs/CreateProductAdditionalFilesInner.md)
126
130
  - [CreateProductImagesInner](docs/CreateProductImagesInner.md)
127
131
  - [CreateProductRequest](docs/CreateProductRequest.md)
128
132
  - [CreateProductVariant](docs/CreateProductVariant.md)
133
+ - [CreateProductVariantAttributesInner](docs/CreateProductVariantAttributesInner.md)
129
134
  - [CreateProductVariantImagesInner](docs/CreateProductVariantImagesInner.md)
130
135
  - [CreateProductVideosInner](docs/CreateProductVideosInner.md)
131
136
  - [DeleteProductsRequest](docs/DeleteProductsRequest.md)
@@ -147,6 +152,7 @@ Class | Method | HTTP request | Description
147
152
  - [ProductAnalyticsResponse](docs/ProductAnalyticsResponse.md)
148
153
  - [ProductApplicationSetsInner](docs/ProductApplicationSetsInner.md)
149
154
  - [ProductBundleItemsInner](docs/ProductBundleItemsInner.md)
155
+ - [ProductGfnProduct](docs/ProductGfnProduct.md)
150
156
  - [ProductType](docs/ProductType.md)
151
157
  - [ProductTypeListResponse](docs/ProductTypeListResponse.md)
152
158
  - [ProductWarehouseProduct](docs/ProductWarehouseProduct.md)
@@ -187,6 +193,7 @@ Class | Method | HTTP request | Description
187
193
  - [UserListCreatorsInner](docs/UserListCreatorsInner.md)
188
194
  - [UserListCreatorsInnerAvatar](docs/UserListCreatorsInnerAvatar.md)
189
195
  - [Variant](docs/Variant.md)
196
+ - [VariantGfnVariant](docs/VariantGfnVariant.md)
190
197
  - [VariantIntegrationConnectionsInner](docs/VariantIntegrationConnectionsInner.md)
191
198
  - [VariantProduct](docs/VariantProduct.md)
192
199
  - [VariantWarehouseVariant](docs/VariantWarehouseVariant.md)
package/api.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
4
+ * Product Catalog
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.88.0
7
+ * The version of the OpenAPI document: 1.89.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -116,7 +116,7 @@ export interface Application {
116
116
  */
117
117
  'additionalInstructions'?: string | null;
118
118
  /**
119
- * Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area.
119
+ * Publicly available design file URL. This will fill the design area of the GFN Catalog product. It will be centered horizontally and aligned to the top of the design area.
120
120
  */
121
121
  'src'?: string;
122
122
  /**
@@ -250,7 +250,7 @@ export interface ApplicationPropertiesPosition {
250
250
  'z'?: number;
251
251
  }
252
252
  /**
253
- * Set these properties when you don\'t have position information for the application. We will use the mockup and baseFlat to calculate the position of the application relative to the bounding box of the warehouse product.
253
+ * Set these properties when you don\'t have position information for the application. We will use the mockup and baseFlat to calculate the position of the application relative to the bounding box of the GFN Catalog product.
254
254
  */
255
255
  export interface ApplicationPropertiesPositionInference {
256
256
  /**
@@ -514,7 +514,11 @@ export interface BundleProduct {
514
514
  * For use with the Shopify integration. The Shopify product ID that this product is linked to.
515
515
  */
516
516
  'shopifyId'?: number | null;
517
+ /**
518
+ * @deprecated
519
+ */
517
520
  'warehouseProduct'?: ProductWarehouseProduct;
521
+ 'gfnProduct'?: ProductGfnProduct;
518
522
  /**
519
523
  * Key/value pairs that can be used to store additional information about the product
520
524
  */
@@ -548,7 +552,7 @@ export interface CreateApplication {
548
552
  */
549
553
  'additionalInstructions'?: string | null;
550
554
  /**
551
- * Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area.
555
+ * Publicly available design file URL. This will fill the design area of the GFN Catalog product. It will be centered horizontally and aligned to the top of the design area.
552
556
  */
553
557
  'src': string;
554
558
  /**
@@ -774,6 +778,50 @@ export interface CreateBundleProductSeoMetadata {
774
778
  */
775
779
  'description'?: string | null;
776
780
  }
781
+ /**
782
+ * A digital product is a product that is not physical, it is a service that is sold.
783
+ */
784
+ export interface CreateDigitalProduct {
785
+ /**
786
+ * The title of the product
787
+ */
788
+ 'title': string;
789
+ /**
790
+ * An explicit flag to indicate that the product is a digital product.
791
+ */
792
+ 'isDigital': boolean;
793
+ /**
794
+ * A list of variants to create for the product.
795
+ */
796
+ 'variants': Array<CreateDigitalProductVariantsInner>;
797
+ }
798
+ export interface CreateDigitalProductVariantsInner {
799
+ /**
800
+ * The attributes of the variant.
801
+ */
802
+ 'attributes': Array<CreateDigitalProductVariantsInnerAttributesInner>;
803
+ /**
804
+ * Images to attach to the product.
805
+ */
806
+ 'images': Array<CreateDigitalProductVariantsInnerImagesInner>;
807
+ 'retailPrice': Price;
808
+ }
809
+ export interface CreateDigitalProductVariantsInnerAttributesInner {
810
+ /**
811
+ * The name of the attribute.
812
+ */
813
+ 'name': string;
814
+ /**
815
+ * The value of the attribute.
816
+ */
817
+ 'value': string;
818
+ }
819
+ export interface CreateDigitalProductVariantsInnerImagesInner {
820
+ /**
821
+ * Publicly available file URL.
822
+ */
823
+ 'src': string;
824
+ }
777
825
  export interface CreateProduct {
778
826
  /**
779
827
  * Reference to the product in the GFN catalog that will be used as a base for this product. A list of available products for the given project can be obtained from the GFN Catalog API.
@@ -817,7 +865,7 @@ export interface CreateProduct {
817
865
  */
818
866
  'internalTags'?: Array<string>;
819
867
  /**
820
- * Variants
868
+ * The variants to create for this product. Each variant must specify attributes that match a variant in the GFN Catalog for the product referenced by gfnProductRef. Use the GFN Catalog API to list products and variants (e.g. GET /v1/gfn/catalog/products/{productId} and GET /v1/gfn/catalog/variants) to get the exact attribute names and values — they must match exactly, including casing.
821
869
  */
822
870
  'variants': Array<CreateProductVariant>;
823
871
  /**
@@ -873,13 +921,13 @@ export interface CreateProductImagesInner {
873
921
  /**
874
922
  * @type CreateProductRequest
875
923
  */
876
- export type CreateProductRequest = CreateBundleProduct | CreateProduct;
924
+ export type CreateProductRequest = CreateBundleProduct | CreateDigitalProduct | CreateProduct;
877
925
 
878
926
  export interface CreateProductVariant {
879
927
  /**
880
- * Attributes associated to a variant such as Colour and Size.
928
+ * One entry per attribute (e.g. Size, Colour). The name and value of each attribute must match the GFN Catalog API exactly — use the GFN Catalog API to list the product and its variants to get the exact strings (casing and spelling must match).
881
929
  */
882
- 'attributes': Array<UpdateProductsRequestProductsInnerVariantsInnerAttributesInner>;
930
+ 'attributes': Array<CreateProductVariantAttributesInner>;
883
931
  'retailPrice': UpdateProductsRequestProductsInnerVariantsInnerRetailPrice;
884
932
  'salePrice'?: UpdateProductsRequestProductsInnerVariantsInnerSalePrice | null;
885
933
  /**
@@ -891,7 +939,7 @@ export interface CreateProductVariant {
891
939
  */
892
940
  'applications'?: Array<Application>;
893
941
  /**
894
- * Only use if you want to override the main product image. If not provided, mockups will be generated using the design applications and the warehouse product provided. Accepts PNG and JPEG files.
942
+ * Only use if you want to override the main product image. If not provided, mockups will be generated using the design applications and the GFN Catalog product. Accepts PNG and JPEG files.
895
943
  */
896
944
  'images'?: Array<CreateProductVariantImagesInner>;
897
945
  /**
@@ -904,6 +952,24 @@ export interface CreateProductVariant {
904
952
  'shopifyId'?: number | null;
905
953
  'integrationConnections'?: Array<UpdateProductsRequestProductsInnerVariantsInnerIntegrationConnectionsInner>;
906
954
  }
955
+ export interface CreateProductVariantAttributesInner {
956
+ /**
957
+ * Attribute name as returned by the GFN Catalog API for this product (e.g. \"Size\", \"Colour\"). Must match exactly, including casing.
958
+ */
959
+ 'name': CreateProductVariantAttributesInnerNameEnum;
960
+ /**
961
+ * Attribute value as returned by the GFN Catalog API for this product (e.g. \"S\", \"White\"). Must match exactly, including casing.
962
+ */
963
+ 'value': string;
964
+ }
965
+
966
+ export const CreateProductVariantAttributesInnerNameEnum = {
967
+ Size: 'Size',
968
+ Colour: 'Colour'
969
+ } as const;
970
+
971
+ export type CreateProductVariantAttributesInnerNameEnum = typeof CreateProductVariantAttributesInnerNameEnum[keyof typeof CreateProductVariantAttributesInnerNameEnum];
972
+
907
973
  export interface CreateProductVariantImagesInner {
908
974
  /**
909
975
  * ID of the image if it already exists. A new image will be created if this is not provided.
@@ -1143,7 +1209,11 @@ export interface Product {
1143
1209
  * For use with the Shopify integration. The Shopify product ID that this product is linked to.
1144
1210
  */
1145
1211
  'shopifyId'?: number | null;
1212
+ /**
1213
+ * @deprecated
1214
+ */
1146
1215
  'warehouseProduct'?: ProductWarehouseProduct;
1216
+ 'gfnProduct'?: ProductGfnProduct;
1147
1217
  /**
1148
1218
  * Key/value pairs that can be used to store additional information about the product
1149
1219
  */
@@ -1257,7 +1327,11 @@ export interface ProductBundleItemsInner {
1257
1327
  * For use with the Shopify integration. The Shopify product ID that this product is linked to.
1258
1328
  */
1259
1329
  'shopifyId'?: number | null;
1330
+ /**
1331
+ * @deprecated
1332
+ */
1260
1333
  'warehouseProduct'?: ProductWarehouseProduct;
1334
+ 'gfnProduct'?: ProductGfnProduct;
1261
1335
  /**
1262
1336
  * Key/value pairs that can be used to store additional information about the product
1263
1337
  */
@@ -1278,6 +1352,23 @@ export interface ProductBundleItemsInner {
1278
1352
  'license'?: License;
1279
1353
  'config'?: UpdateProductRequestBundleItemsInnerConfig;
1280
1354
  }
1355
+ /**
1356
+ * The GFN Catalog product this catalog product is based on. Use the GFN Catalog API to list available products.
1357
+ */
1358
+ export interface ProductGfnProduct {
1359
+ /**
1360
+ * Unique object identifier
1361
+ */
1362
+ 'id'?: string;
1363
+ /**
1364
+ * Reference to the product in the Global Fulfillment Network (GFN) catalog that will be used as a base for this product. A list of available products for the given project can be obtained from the GFN Catalog API.
1365
+ */
1366
+ 'gfnProductRef'?: string;
1367
+ /**
1368
+ * Meta fields from the GFN Catalog product
1369
+ */
1370
+ 'metafields'?: Array<MetaField>;
1371
+ }
1281
1372
  export interface ProductType {
1282
1373
  /**
1283
1374
  * Unique object identifier
@@ -1295,6 +1386,9 @@ export interface ProductTypeListResponse {
1295
1386
  */
1296
1387
  'nextPageToken': number | null;
1297
1388
  }
1389
+ /**
1390
+ * The GFN Catalog product this catalog product is based on. Use the GFN Catalog API to list available products. (Deprecated Use `gfnProduct` instead)
1391
+ */
1298
1392
  export interface ProductWarehouseProduct {
1299
1393
  /**
1300
1394
  * Unique object identifier
@@ -1305,7 +1399,7 @@ export interface ProductWarehouseProduct {
1305
1399
  */
1306
1400
  'gfnProductRef'?: string;
1307
1401
  /**
1308
- * Meta fields from the warehouse product
1402
+ * Meta fields from the GFN Catalog product
1309
1403
  */
1310
1404
  'metafields'?: Array<MetaField>;
1311
1405
  }
@@ -1974,7 +2068,28 @@ export interface Variant {
1974
2068
  'metafields'?: Array<MetaField>;
1975
2069
  'integrationConnections'?: Array<VariantIntegrationConnectionsInner>;
1976
2070
  'wholesaleCost'?: VariantWholesaleCost;
2071
+ /**
2072
+ * @deprecated
2073
+ */
1977
2074
  'warehouseVariant'?: VariantWarehouseVariant;
2075
+ 'gfnVariant'?: VariantGfnVariant;
2076
+ }
2077
+ /**
2078
+ * The GFN Catalog variant this catalog variant corresponds to. Use the GFN Catalog API to list variants and their attributes.
2079
+ */
2080
+ export interface VariantGfnVariant {
2081
+ /**
2082
+ * Unique object identifier
2083
+ */
2084
+ 'id'?: string;
2085
+ /**
2086
+ * Reference to the variant in the Global Fulfillment Network (GFN) catalog.
2087
+ */
2088
+ 'gfnVariantRef'?: string;
2089
+ /**
2090
+ * Meta fields from the GFN Catalog variant
2091
+ */
2092
+ 'metafields'?: Array<MetaField>;
1978
2093
  }
1979
2094
  export interface VariantIntegrationConnectionsInner {
1980
2095
  'integrationCode': string;
@@ -1993,6 +2108,9 @@ export interface VariantProduct {
1993
2108
  */
1994
2109
  'ref'?: string;
1995
2110
  }
2111
+ /**
2112
+ * The GFN Catalog variant this catalog variant corresponds to. Use the GFN Catalog API to list variants and their attributes. (Deprecated Use `gfnVariant` instead)
2113
+ */
1996
2114
  export interface VariantWarehouseVariant {
1997
2115
  /**
1998
2116
  * Unique object identifier
@@ -2003,7 +2121,7 @@ export interface VariantWarehouseVariant {
2003
2121
  */
2004
2122
  'gfnVariantRef'?: string;
2005
2123
  /**
2006
- * Meta fields from the warehouse variant
2124
+ * Meta fields from the GFN Catalog variant
2007
2125
  */
2008
2126
  'metafields'?: Array<MetaField>;
2009
2127
  }
@@ -4241,7 +4359,7 @@ export class ProductTypesApi extends BaseAPI {
4241
4359
  export const ProductsApiAxiosParamCreator = function (configuration?: Configuration) {
4242
4360
  return {
4243
4361
  /**
4244
- * Creates a new catalog product based on a given warehouse product with the variants and design applications provided. To select a warehouse product to base this product on, use the GFN Catalog API to list available options.
4362
+ * Creates a new catalog product based on a product from the GFN Catalog, with the variants and design applications you provide. Use the [GFN Catalog API](/developer/api/gfn-catalog) to list available products and their variants (including exact attribute names and values) for the project.
4245
4363
  * @summary Create product
4246
4364
  * @param {string} project What project it is
4247
4365
  * @param {CreateProductRequest} [createProductRequest]
@@ -4864,7 +4982,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
4864
4982
  const localVarAxiosParamCreator = ProductsApiAxiosParamCreator(configuration)
4865
4983
  return {
4866
4984
  /**
4867
- * Creates a new catalog product based on a given warehouse product with the variants and design applications provided. To select a warehouse product to base this product on, use the GFN Catalog API to list available options.
4985
+ * Creates a new catalog product based on a product from the GFN Catalog, with the variants and design applications you provide. Use the [GFN Catalog API](/developer/api/gfn-catalog) to list available products and their variants (including exact attribute names and values) for the project.
4868
4986
  * @summary Create product
4869
4987
  * @param {string} project What project it is
4870
4988
  * @param {CreateProductRequest} [createProductRequest]
@@ -5043,7 +5161,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
5043
5161
  const localVarFp = ProductsApiFp(configuration)
5044
5162
  return {
5045
5163
  /**
5046
- * Creates a new catalog product based on a given warehouse product with the variants and design applications provided. To select a warehouse product to base this product on, use the GFN Catalog API to list available options.
5164
+ * Creates a new catalog product based on a product from the GFN Catalog, with the variants and design applications you provide. Use the [GFN Catalog API](/developer/api/gfn-catalog) to list available products and their variants (including exact attribute names and values) for the project.
5047
5165
  * @summary Create product
5048
5166
  * @param {ProductsApiCreateProductRequest} requestParameters Request parameters.
5049
5167
  * @param {*} [options] Override http request option.
@@ -5399,7 +5517,7 @@ export interface ProductsApiUpdateProductsRequest {
5399
5517
  */
5400
5518
  export class ProductsApi extends BaseAPI {
5401
5519
  /**
5402
- * Creates a new catalog product based on a given warehouse product with the variants and design applications provided. To select a warehouse product to base this product on, use the GFN Catalog API to list available options.
5520
+ * Creates a new catalog product based on a product from the GFN Catalog, with the variants and design applications you provide. Use the [GFN Catalog API](/developer/api/gfn-catalog) to list available products and their variants (including exact attribute names and values) for the project.
5403
5521
  * @summary Create product
5404
5522
  * @param {ProductsApiCreateProductRequest} requestParameters Request parameters.
5405
5523
  * @param {*} [options] Override http request option.
package/base.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
4
+ * Product Catalog
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.88.0
7
+ * The version of the OpenAPI document: 1.89.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
4
+ * Product Catalog
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.88.0
7
+ * The version of the OpenAPI document: 1.89.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /* tslint:disable */
2
2
  /**
3
- * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
3
+ * Product Catalog
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.88.0
6
+ * The version of the OpenAPI document: 1.89.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).