@teemill/product-catalog 1.72.1 → 1.72.2
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/README.md +2 -2
- package/api.ts +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +25 -25
- 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 +25 -25
- 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/index.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.72.
|
|
1
|
+
## @teemill/product-catalog@1.72.2
|
|
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.72.
|
|
39
|
+
npm install @teemill/product-catalog@1.72.2 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1780,7 +1780,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1780
1780
|
* @param {*} [options] Override http request option.
|
|
1781
1781
|
* @throws {RequiredError}
|
|
1782
1782
|
*/
|
|
1783
|
-
createApplicationGroup(requestParameters: ApplicationGroupsApiCreateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1783
|
+
createApplicationGroup(requestParameters: ApplicationGroupsApiCreateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Deletes an existing application group.
|
|
1786
1786
|
* @summary Delete an application group
|
|
@@ -1788,7 +1788,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1788
1788
|
* @param {*} [options] Override http request option.
|
|
1789
1789
|
* @throws {RequiredError}
|
|
1790
1790
|
*/
|
|
1791
|
-
deleteApplicationGroup(requestParameters: ApplicationGroupsApiDeleteApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1791
|
+
deleteApplicationGroup(requestParameters: ApplicationGroupsApiDeleteApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Get an application group by the given id. Application groups are used to organize design applications that share the same source file, particularly useful for DTF (Direct to Film) transfers where the same transfer can be used across multiple products or variants.
|
|
1794
1794
|
* @summary Get an application group
|
|
@@ -1796,7 +1796,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1796
1796
|
* @param {*} [options] Override http request option.
|
|
1797
1797
|
* @throws {RequiredError}
|
|
1798
1798
|
*/
|
|
1799
|
-
getApplicationGroup(requestParameters: ApplicationGroupsApiGetApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1799
|
+
getApplicationGroup(requestParameters: ApplicationGroupsApiGetApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Lists all application groups that belong to the given project. Application groups are used to organize design applications that share the same source file, particularly useful for DTF (Direct to Film) transfers where the same transfer can be used across multiple products or variants.
|
|
1802
1802
|
* @summary List application groups
|
|
@@ -1804,7 +1804,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1804
1804
|
* @param {*} [options] Override http request option.
|
|
1805
1805
|
* @throws {RequiredError}
|
|
1806
1806
|
*/
|
|
1807
|
-
listApplicationGroups(requestParameters: ApplicationGroupsApiListApplicationGroupsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroupsResponse, any>>;
|
|
1807
|
+
listApplicationGroups(requestParameters: ApplicationGroupsApiListApplicationGroupsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroupsResponse, any, {}>>;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Updates an existing application group.
|
|
1810
1810
|
* @summary Update application group
|
|
@@ -1812,7 +1812,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1812
1812
|
* @param {*} [options] Override http request option.
|
|
1813
1813
|
* @throws {RequiredError}
|
|
1814
1814
|
*/
|
|
1815
|
-
updateApplicationGroup(requestParameters: ApplicationGroupsApiUpdateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1815
|
+
updateApplicationGroup(requestParameters: ApplicationGroupsApiUpdateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1816
1816
|
}
|
|
1817
1817
|
/**
|
|
1818
1818
|
* ApplicationSetsApi - axios parameter creator
|
|
@@ -2053,7 +2053,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2053
2053
|
* @param {*} [options] Override http request option.
|
|
2054
2054
|
* @throws {RequiredError}
|
|
2055
2055
|
*/
|
|
2056
|
-
createApplicationSet(requestParameters: ApplicationSetsApiCreateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2056
|
+
createApplicationSet(requestParameters: ApplicationSetsApiCreateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Deletes an existing application set.
|
|
2059
2059
|
* @summary Delete an application set
|
|
@@ -2061,7 +2061,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2061
2061
|
* @param {*} [options] Override http request option.
|
|
2062
2062
|
* @throws {RequiredError}
|
|
2063
2063
|
*/
|
|
2064
|
-
deleteApplicationSet(requestParameters: ApplicationSetsApiDeleteApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2064
|
+
deleteApplicationSet(requestParameters: ApplicationSetsApiDeleteApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* Get an application by the given id.
|
|
2067
2067
|
* @summary Get an application set
|
|
@@ -2069,7 +2069,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2069
2069
|
* @param {*} [options] Override http request option.
|
|
2070
2070
|
* @throws {RequiredError}
|
|
2071
2071
|
*/
|
|
2072
|
-
getApplicationSet(requestParameters: ApplicationSetsApiGetApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2072
|
+
getApplicationSet(requestParameters: ApplicationSetsApiGetApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Lists all application sets that belong to the given project.
|
|
2075
2075
|
* @summary List application sets
|
|
@@ -2077,7 +2077,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2077
2077
|
* @param {*} [options] Override http request option.
|
|
2078
2078
|
* @throws {RequiredError}
|
|
2079
2079
|
*/
|
|
2080
|
-
listApplicationSets(requestParameters: ApplicationSetsApiListApplicationSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSetsResponse, any>>;
|
|
2080
|
+
listApplicationSets(requestParameters: ApplicationSetsApiListApplicationSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSetsResponse, any, {}>>;
|
|
2081
2081
|
/**
|
|
2082
2082
|
* Updates an existing application set.
|
|
2083
2083
|
* @summary Update application set
|
|
@@ -2085,7 +2085,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2085
2085
|
* @param {*} [options] Override http request option.
|
|
2086
2086
|
* @throws {RequiredError}
|
|
2087
2087
|
*/
|
|
2088
|
-
updateApplicationSet(requestParameters: ApplicationSetsApiUpdateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2088
|
+
updateApplicationSet(requestParameters: ApplicationSetsApiUpdateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2089
2089
|
}
|
|
2090
2090
|
/**
|
|
2091
2091
|
* ApplicationTechnologiesApi - axios parameter creator
|
|
@@ -2146,7 +2146,7 @@ export declare class ApplicationTechnologiesApi extends BaseAPI {
|
|
|
2146
2146
|
* @param {*} [options] Override http request option.
|
|
2147
2147
|
* @throws {RequiredError}
|
|
2148
2148
|
*/
|
|
2149
|
-
listTechnologies(requestParameters: ApplicationTechnologiesApiListTechnologiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationTechnologiesResponse, any>>;
|
|
2149
|
+
listTechnologies(requestParameters: ApplicationTechnologiesApiListTechnologiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationTechnologiesResponse, any, {}>>;
|
|
2150
2150
|
}
|
|
2151
2151
|
/**
|
|
2152
2152
|
* ProductsApi - axios parameter creator
|
|
@@ -2645,7 +2645,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2645
2645
|
* @param {*} [options] Override http request option.
|
|
2646
2646
|
* @throws {RequiredError}
|
|
2647
2647
|
*/
|
|
2648
|
-
createProduct(requestParameters: ProductsApiCreateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2648
|
+
createProduct(requestParameters: ProductsApiCreateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Deletes a catalog product
|
|
2651
2651
|
* @summary Delete catalog product
|
|
@@ -2653,7 +2653,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2653
2653
|
* @param {*} [options] Override http request option.
|
|
2654
2654
|
* @throws {RequiredError}
|
|
2655
2655
|
*/
|
|
2656
|
-
deleteProduct(requestParameters: ProductsApiDeleteProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2656
|
+
deleteProduct(requestParameters: ProductsApiDeleteProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2657
2657
|
/**
|
|
2658
2658
|
* Deletes catalog products for the given project.
|
|
2659
2659
|
* @summary Delete products
|
|
@@ -2661,7 +2661,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2661
2661
|
* @param {*} [options] Override http request option.
|
|
2662
2662
|
* @throws {RequiredError}
|
|
2663
2663
|
*/
|
|
2664
|
-
deleteProducts(requestParameters: ProductsApiDeleteProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2664
|
+
deleteProducts(requestParameters: ProductsApiDeleteProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2665
2665
|
/**
|
|
2666
2666
|
* Duplicate products by a set of given IDs to a set of given project IDs.
|
|
2667
2667
|
* @summary Duplicate products.
|
|
@@ -2669,7 +2669,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2669
2669
|
* @param {*} [options] Override http request option.
|
|
2670
2670
|
* @throws {RequiredError}
|
|
2671
2671
|
*/
|
|
2672
|
-
duplicateProducts(requestParameters: ProductsApiDuplicateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateProducts202Response, any>>;
|
|
2672
|
+
duplicateProducts(requestParameters: ProductsApiDuplicateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateProducts202Response, any, {}>>;
|
|
2673
2673
|
/**
|
|
2674
2674
|
* Export the project\'s products and variants as a CSV file.
|
|
2675
2675
|
* @summary Export products
|
|
@@ -2677,7 +2677,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2677
2677
|
* @param {*} [options] Override http request option.
|
|
2678
2678
|
* @throws {RequiredError}
|
|
2679
2679
|
*/
|
|
2680
|
-
exportProducts(requestParameters: ProductsApiExportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2680
|
+
exportProducts(requestParameters: ProductsApiExportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2681
2681
|
/**
|
|
2682
2682
|
* Gets a product by a given ID.
|
|
2683
2683
|
* @summary Get product
|
|
@@ -2685,7 +2685,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2685
2685
|
* @param {*} [options] Override http request option.
|
|
2686
2686
|
* @throws {RequiredError}
|
|
2687
2687
|
*/
|
|
2688
|
-
getProduct(requestParameters: ProductsApiGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2688
|
+
getProduct(requestParameters: ProductsApiGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2689
2689
|
/**
|
|
2690
2690
|
* Initiates a product import from a CSV file. The result will be available as a notification within the dashboard.
|
|
2691
2691
|
* @summary Import products
|
|
@@ -2693,7 +2693,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2693
2693
|
* @param {*} [options] Override http request option.
|
|
2694
2694
|
* @throws {RequiredError}
|
|
2695
2695
|
*/
|
|
2696
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImportProducts200Response, any>>;
|
|
2696
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImportProducts200Response, any, {}>>;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Lists all store listing products attached to the given project.
|
|
2699
2699
|
* @summary List products
|
|
@@ -2701,7 +2701,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2701
2701
|
* @param {*} [options] Override http request option.
|
|
2702
2702
|
* @throws {RequiredError}
|
|
2703
2703
|
*/
|
|
2704
|
-
listProducts(requestParameters: ProductsApiListProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
|
|
2704
|
+
listProducts(requestParameters: ProductsApiListProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any, {}>>;
|
|
2705
2705
|
/**
|
|
2706
2706
|
* AI SEO optimises products by a set of given IDs.
|
|
2707
2707
|
* @summary AI SEO optimise products.
|
|
@@ -2709,7 +2709,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2709
2709
|
* @param {*} [options] Override http request option.
|
|
2710
2710
|
* @throws {RequiredError}
|
|
2711
2711
|
*/
|
|
2712
|
-
seoOptimiseProducts(requestParameters: ProductsApiSeoOptimiseProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SeoOptimiseProducts202Response, any>>;
|
|
2712
|
+
seoOptimiseProducts(requestParameters: ProductsApiSeoOptimiseProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SeoOptimiseProducts202Response, any, {}>>;
|
|
2713
2713
|
/**
|
|
2714
2714
|
* Updates a product by a given ID.
|
|
2715
2715
|
* @summary Update product
|
|
@@ -2717,7 +2717,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2717
2717
|
* @param {*} [options] Override http request option.
|
|
2718
2718
|
* @throws {RequiredError}
|
|
2719
2719
|
*/
|
|
2720
|
-
updateProduct(requestParameters: ProductsApiUpdateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2720
|
+
updateProduct(requestParameters: ProductsApiUpdateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2721
2721
|
/**
|
|
2722
2722
|
* Updates catalog products for the given project.
|
|
2723
2723
|
* @summary Update products
|
|
@@ -2725,7 +2725,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2725
2725
|
* @param {*} [options] Override http request option.
|
|
2726
2726
|
* @throws {RequiredError}
|
|
2727
2727
|
*/
|
|
2728
|
-
updateProducts(requestParameters: ProductsApiUpdateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
|
|
2728
|
+
updateProducts(requestParameters: ProductsApiUpdateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any, {}>>;
|
|
2729
2729
|
}
|
|
2730
2730
|
export declare const ListProductsDateFilterTypeEnum: {
|
|
2731
2731
|
readonly CreatedAt: "createdAt";
|
|
@@ -2860,7 +2860,7 @@ export declare class VariantsApi extends BaseAPI {
|
|
|
2860
2860
|
* @param {*} [options] Override http request option.
|
|
2861
2861
|
* @throws {RequiredError}
|
|
2862
2862
|
*/
|
|
2863
|
-
getVariant(requestParameters: VariantsApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Variant, any>>;
|
|
2863
|
+
getVariant(requestParameters: VariantsApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Variant, any, {}>>;
|
|
2864
2864
|
/**
|
|
2865
2865
|
* Lists all variants that belong to enabled products attached to the given project.
|
|
2866
2866
|
* @summary List variants
|
|
@@ -2868,5 +2868,5 @@ export declare class VariantsApi extends BaseAPI {
|
|
|
2868
2868
|
* @param {*} [options] Override http request option.
|
|
2869
2869
|
* @throws {RequiredError}
|
|
2870
2870
|
*/
|
|
2871
|
-
listVariants(requestParameters: VariantsApiListVariantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariantsResponse, any>>;
|
|
2871
|
+
listVariants(requestParameters: VariantsApiListVariantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariantsResponse, any, {}>>;
|
|
2872
2872
|
}
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.72.
|
|
8
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.72.
|
|
8
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.72.
|
|
8
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.72.
|
|
8
|
+
* The version of the OpenAPI document: 1.72.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* 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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1780,7 +1780,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1780
1780
|
* @param {*} [options] Override http request option.
|
|
1781
1781
|
* @throws {RequiredError}
|
|
1782
1782
|
*/
|
|
1783
|
-
createApplicationGroup(requestParameters: ApplicationGroupsApiCreateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1783
|
+
createApplicationGroup(requestParameters: ApplicationGroupsApiCreateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Deletes an existing application group.
|
|
1786
1786
|
* @summary Delete an application group
|
|
@@ -1788,7 +1788,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1788
1788
|
* @param {*} [options] Override http request option.
|
|
1789
1789
|
* @throws {RequiredError}
|
|
1790
1790
|
*/
|
|
1791
|
-
deleteApplicationGroup(requestParameters: ApplicationGroupsApiDeleteApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1791
|
+
deleteApplicationGroup(requestParameters: ApplicationGroupsApiDeleteApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Get an application group by the given id. Application groups are used to organize design applications that share the same source file, particularly useful for DTF (Direct to Film) transfers where the same transfer can be used across multiple products or variants.
|
|
1794
1794
|
* @summary Get an application group
|
|
@@ -1796,7 +1796,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1796
1796
|
* @param {*} [options] Override http request option.
|
|
1797
1797
|
* @throws {RequiredError}
|
|
1798
1798
|
*/
|
|
1799
|
-
getApplicationGroup(requestParameters: ApplicationGroupsApiGetApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1799
|
+
getApplicationGroup(requestParameters: ApplicationGroupsApiGetApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Lists all application groups that belong to the given project. Application groups are used to organize design applications that share the same source file, particularly useful for DTF (Direct to Film) transfers where the same transfer can be used across multiple products or variants.
|
|
1802
1802
|
* @summary List application groups
|
|
@@ -1804,7 +1804,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1804
1804
|
* @param {*} [options] Override http request option.
|
|
1805
1805
|
* @throws {RequiredError}
|
|
1806
1806
|
*/
|
|
1807
|
-
listApplicationGroups(requestParameters: ApplicationGroupsApiListApplicationGroupsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroupsResponse, any>>;
|
|
1807
|
+
listApplicationGroups(requestParameters: ApplicationGroupsApiListApplicationGroupsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroupsResponse, any, {}>>;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Updates an existing application group.
|
|
1810
1810
|
* @summary Update application group
|
|
@@ -1812,7 +1812,7 @@ export declare class ApplicationGroupsApi extends BaseAPI {
|
|
|
1812
1812
|
* @param {*} [options] Override http request option.
|
|
1813
1813
|
* @throws {RequiredError}
|
|
1814
1814
|
*/
|
|
1815
|
-
updateApplicationGroup(requestParameters: ApplicationGroupsApiUpdateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any>>;
|
|
1815
|
+
updateApplicationGroup(requestParameters: ApplicationGroupsApiUpdateApplicationGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationGroup, any, {}>>;
|
|
1816
1816
|
}
|
|
1817
1817
|
/**
|
|
1818
1818
|
* ApplicationSetsApi - axios parameter creator
|
|
@@ -2053,7 +2053,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2053
2053
|
* @param {*} [options] Override http request option.
|
|
2054
2054
|
* @throws {RequiredError}
|
|
2055
2055
|
*/
|
|
2056
|
-
createApplicationSet(requestParameters: ApplicationSetsApiCreateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2056
|
+
createApplicationSet(requestParameters: ApplicationSetsApiCreateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Deletes an existing application set.
|
|
2059
2059
|
* @summary Delete an application set
|
|
@@ -2061,7 +2061,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2061
2061
|
* @param {*} [options] Override http request option.
|
|
2062
2062
|
* @throws {RequiredError}
|
|
2063
2063
|
*/
|
|
2064
|
-
deleteApplicationSet(requestParameters: ApplicationSetsApiDeleteApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2064
|
+
deleteApplicationSet(requestParameters: ApplicationSetsApiDeleteApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* Get an application by the given id.
|
|
2067
2067
|
* @summary Get an application set
|
|
@@ -2069,7 +2069,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2069
2069
|
* @param {*} [options] Override http request option.
|
|
2070
2070
|
* @throws {RequiredError}
|
|
2071
2071
|
*/
|
|
2072
|
-
getApplicationSet(requestParameters: ApplicationSetsApiGetApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2072
|
+
getApplicationSet(requestParameters: ApplicationSetsApiGetApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Lists all application sets that belong to the given project.
|
|
2075
2075
|
* @summary List application sets
|
|
@@ -2077,7 +2077,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2077
2077
|
* @param {*} [options] Override http request option.
|
|
2078
2078
|
* @throws {RequiredError}
|
|
2079
2079
|
*/
|
|
2080
|
-
listApplicationSets(requestParameters: ApplicationSetsApiListApplicationSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSetsResponse, any>>;
|
|
2080
|
+
listApplicationSets(requestParameters: ApplicationSetsApiListApplicationSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSetsResponse, any, {}>>;
|
|
2081
2081
|
/**
|
|
2082
2082
|
* Updates an existing application set.
|
|
2083
2083
|
* @summary Update application set
|
|
@@ -2085,7 +2085,7 @@ export declare class ApplicationSetsApi extends BaseAPI {
|
|
|
2085
2085
|
* @param {*} [options] Override http request option.
|
|
2086
2086
|
* @throws {RequiredError}
|
|
2087
2087
|
*/
|
|
2088
|
-
updateApplicationSet(requestParameters: ApplicationSetsApiUpdateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any>>;
|
|
2088
|
+
updateApplicationSet(requestParameters: ApplicationSetsApiUpdateApplicationSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationSet, any, {}>>;
|
|
2089
2089
|
}
|
|
2090
2090
|
/**
|
|
2091
2091
|
* ApplicationTechnologiesApi - axios parameter creator
|
|
@@ -2146,7 +2146,7 @@ export declare class ApplicationTechnologiesApi extends BaseAPI {
|
|
|
2146
2146
|
* @param {*} [options] Override http request option.
|
|
2147
2147
|
* @throws {RequiredError}
|
|
2148
2148
|
*/
|
|
2149
|
-
listTechnologies(requestParameters: ApplicationTechnologiesApiListTechnologiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationTechnologiesResponse, any>>;
|
|
2149
|
+
listTechnologies(requestParameters: ApplicationTechnologiesApiListTechnologiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationTechnologiesResponse, any, {}>>;
|
|
2150
2150
|
}
|
|
2151
2151
|
/**
|
|
2152
2152
|
* ProductsApi - axios parameter creator
|
|
@@ -2645,7 +2645,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2645
2645
|
* @param {*} [options] Override http request option.
|
|
2646
2646
|
* @throws {RequiredError}
|
|
2647
2647
|
*/
|
|
2648
|
-
createProduct(requestParameters: ProductsApiCreateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2648
|
+
createProduct(requestParameters: ProductsApiCreateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Deletes a catalog product
|
|
2651
2651
|
* @summary Delete catalog product
|
|
@@ -2653,7 +2653,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2653
2653
|
* @param {*} [options] Override http request option.
|
|
2654
2654
|
* @throws {RequiredError}
|
|
2655
2655
|
*/
|
|
2656
|
-
deleteProduct(requestParameters: ProductsApiDeleteProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2656
|
+
deleteProduct(requestParameters: ProductsApiDeleteProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2657
2657
|
/**
|
|
2658
2658
|
* Deletes catalog products for the given project.
|
|
2659
2659
|
* @summary Delete products
|
|
@@ -2661,7 +2661,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2661
2661
|
* @param {*} [options] Override http request option.
|
|
2662
2662
|
* @throws {RequiredError}
|
|
2663
2663
|
*/
|
|
2664
|
-
deleteProducts(requestParameters: ProductsApiDeleteProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2664
|
+
deleteProducts(requestParameters: ProductsApiDeleteProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2665
2665
|
/**
|
|
2666
2666
|
* Duplicate products by a set of given IDs to a set of given project IDs.
|
|
2667
2667
|
* @summary Duplicate products.
|
|
@@ -2669,7 +2669,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2669
2669
|
* @param {*} [options] Override http request option.
|
|
2670
2670
|
* @throws {RequiredError}
|
|
2671
2671
|
*/
|
|
2672
|
-
duplicateProducts(requestParameters: ProductsApiDuplicateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateProducts202Response, any>>;
|
|
2672
|
+
duplicateProducts(requestParameters: ProductsApiDuplicateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateProducts202Response, any, {}>>;
|
|
2673
2673
|
/**
|
|
2674
2674
|
* Export the project\'s products and variants as a CSV file.
|
|
2675
2675
|
* @summary Export products
|
|
@@ -2677,7 +2677,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2677
2677
|
* @param {*} [options] Override http request option.
|
|
2678
2678
|
* @throws {RequiredError}
|
|
2679
2679
|
*/
|
|
2680
|
-
exportProducts(requestParameters: ProductsApiExportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2680
|
+
exportProducts(requestParameters: ProductsApiExportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2681
2681
|
/**
|
|
2682
2682
|
* Gets a product by a given ID.
|
|
2683
2683
|
* @summary Get product
|
|
@@ -2685,7 +2685,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2685
2685
|
* @param {*} [options] Override http request option.
|
|
2686
2686
|
* @throws {RequiredError}
|
|
2687
2687
|
*/
|
|
2688
|
-
getProduct(requestParameters: ProductsApiGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2688
|
+
getProduct(requestParameters: ProductsApiGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2689
2689
|
/**
|
|
2690
2690
|
* Initiates a product import from a CSV file. The result will be available as a notification within the dashboard.
|
|
2691
2691
|
* @summary Import products
|
|
@@ -2693,7 +2693,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2693
2693
|
* @param {*} [options] Override http request option.
|
|
2694
2694
|
* @throws {RequiredError}
|
|
2695
2695
|
*/
|
|
2696
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImportProducts200Response, any>>;
|
|
2696
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImportProducts200Response, any, {}>>;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Lists all store listing products attached to the given project.
|
|
2699
2699
|
* @summary List products
|
|
@@ -2701,7 +2701,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2701
2701
|
* @param {*} [options] Override http request option.
|
|
2702
2702
|
* @throws {RequiredError}
|
|
2703
2703
|
*/
|
|
2704
|
-
listProducts(requestParameters: ProductsApiListProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
|
|
2704
|
+
listProducts(requestParameters: ProductsApiListProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any, {}>>;
|
|
2705
2705
|
/**
|
|
2706
2706
|
* AI SEO optimises products by a set of given IDs.
|
|
2707
2707
|
* @summary AI SEO optimise products.
|
|
@@ -2709,7 +2709,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2709
2709
|
* @param {*} [options] Override http request option.
|
|
2710
2710
|
* @throws {RequiredError}
|
|
2711
2711
|
*/
|
|
2712
|
-
seoOptimiseProducts(requestParameters: ProductsApiSeoOptimiseProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SeoOptimiseProducts202Response, any>>;
|
|
2712
|
+
seoOptimiseProducts(requestParameters: ProductsApiSeoOptimiseProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SeoOptimiseProducts202Response, any, {}>>;
|
|
2713
2713
|
/**
|
|
2714
2714
|
* Updates a product by a given ID.
|
|
2715
2715
|
* @summary Update product
|
|
@@ -2717,7 +2717,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2717
2717
|
* @param {*} [options] Override http request option.
|
|
2718
2718
|
* @throws {RequiredError}
|
|
2719
2719
|
*/
|
|
2720
|
-
updateProduct(requestParameters: ProductsApiUpdateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any>>;
|
|
2720
|
+
updateProduct(requestParameters: ProductsApiUpdateProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product, any, {}>>;
|
|
2721
2721
|
/**
|
|
2722
2722
|
* Updates catalog products for the given project.
|
|
2723
2723
|
* @summary Update products
|
|
@@ -2725,7 +2725,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
2725
2725
|
* @param {*} [options] Override http request option.
|
|
2726
2726
|
* @throws {RequiredError}
|
|
2727
2727
|
*/
|
|
2728
|
-
updateProducts(requestParameters: ProductsApiUpdateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
|
|
2728
|
+
updateProducts(requestParameters: ProductsApiUpdateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any, {}>>;
|
|
2729
2729
|
}
|
|
2730
2730
|
export declare const ListProductsDateFilterTypeEnum: {
|
|
2731
2731
|
readonly CreatedAt: "createdAt";
|
|
@@ -2860,7 +2860,7 @@ export declare class VariantsApi extends BaseAPI {
|
|
|
2860
2860
|
* @param {*} [options] Override http request option.
|
|
2861
2861
|
* @throws {RequiredError}
|
|
2862
2862
|
*/
|
|
2863
|
-
getVariant(requestParameters: VariantsApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Variant, any>>;
|
|
2863
|
+
getVariant(requestParameters: VariantsApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Variant, any, {}>>;
|
|
2864
2864
|
/**
|
|
2865
2865
|
* Lists all variants that belong to enabled products attached to the given project.
|
|
2866
2866
|
* @summary List variants
|
|
@@ -2868,5 +2868,5 @@ export declare class VariantsApi extends BaseAPI {
|
|
|
2868
2868
|
* @param {*} [options] Override http request option.
|
|
2869
2869
|
* @throws {RequiredError}
|
|
2870
2870
|
*/
|
|
2871
|
-
listVariants(requestParameters: VariantsApiListVariantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariantsResponse, any>>;
|
|
2871
|
+
listVariants(requestParameters: VariantsApiListVariantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariantsResponse, any, {}>>;
|
|
2872
2872
|
}
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.72.
|
|
5
|
+
* The version of the OpenAPI document: 1.72.2
|
|
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 API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.72.
|
|
8
|
+
* The version of the OpenAPI document: 1.72.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
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 warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.72.
|
|
7
|
+
* The version of the OpenAPI document: 1.72.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teemill/product-catalog",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.2",
|
|
4
4
|
"description": "OpenAPI client for @teemill/product-catalog",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepare": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"axios": "
|
|
27
|
+
"axios": "1.12.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "12.11.5 - 12.20.42",
|