@teemill/product-catalog 1.70.0 → 1.71.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/api.ts +20 -1691
- package/base.ts +1 -25
- package/common.ts +1 -2
- package/configuration.ts +1 -18
- package/dist/api.d.ts +21 -1692
- package/dist/api.js +1 -58
- package/dist/base.d.ts +1 -25
- package/dist/base.js +1 -20
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -18
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +21 -1692
- package/dist/esm/api.js +1 -58
- package/dist/esm/base.d.ts +1 -25
- package/dist/esm/base.js +1 -20
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -18
- 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/ApplicationPropertiesProperties.md +2 -0
- package/docs/CreateApplicationProperties.md +2 -0
- package/docs/CreateProductVariantImagesInner.md +2 -0
- package/docs/ProductsApi.md +2 -2
- package/docs/TextApplicationProperties.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.71.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -130,7 +130,6 @@ export const UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCod
|
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
132
|
* ApplicationGroupsApi - axios parameter creator
|
|
133
|
-
* @export
|
|
134
133
|
*/
|
|
135
134
|
export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
136
135
|
return {
|
|
@@ -348,7 +347,6 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
348
347
|
};
|
|
349
348
|
/**
|
|
350
349
|
* ApplicationGroupsApi - functional programming interface
|
|
351
|
-
* @export
|
|
352
350
|
*/
|
|
353
351
|
export const ApplicationGroupsApiFp = function (configuration) {
|
|
354
352
|
const localVarAxiosParamCreator = ApplicationGroupsApiAxiosParamCreator(configuration);
|
|
@@ -445,7 +443,6 @@ export const ApplicationGroupsApiFp = function (configuration) {
|
|
|
445
443
|
};
|
|
446
444
|
/**
|
|
447
445
|
* ApplicationGroupsApi - factory interface
|
|
448
|
-
* @export
|
|
449
446
|
*/
|
|
450
447
|
export const ApplicationGroupsApiFactory = function (configuration, basePath, axios) {
|
|
451
448
|
const localVarFp = ApplicationGroupsApiFp(configuration);
|
|
@@ -504,9 +501,6 @@ export const ApplicationGroupsApiFactory = function (configuration, basePath, ax
|
|
|
504
501
|
};
|
|
505
502
|
/**
|
|
506
503
|
* ApplicationGroupsApi - object-oriented interface
|
|
507
|
-
* @export
|
|
508
|
-
* @class ApplicationGroupsApi
|
|
509
|
-
* @extends {BaseAPI}
|
|
510
504
|
*/
|
|
511
505
|
export class ApplicationGroupsApi extends BaseAPI {
|
|
512
506
|
/**
|
|
@@ -515,7 +509,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
515
509
|
* @param {ApplicationGroupsApiCreateApplicationGroupRequest} requestParameters Request parameters.
|
|
516
510
|
* @param {*} [options] Override http request option.
|
|
517
511
|
* @throws {RequiredError}
|
|
518
|
-
* @memberof ApplicationGroupsApi
|
|
519
512
|
*/
|
|
520
513
|
createApplicationGroup(requestParameters, options) {
|
|
521
514
|
return ApplicationGroupsApiFp(this.configuration).createApplicationGroup(requestParameters.project, requestParameters.createApplicationGroupRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -526,7 +519,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
526
519
|
* @param {ApplicationGroupsApiDeleteApplicationGroupRequest} requestParameters Request parameters.
|
|
527
520
|
* @param {*} [options] Override http request option.
|
|
528
521
|
* @throws {RequiredError}
|
|
529
|
-
* @memberof ApplicationGroupsApi
|
|
530
522
|
*/
|
|
531
523
|
deleteApplicationGroup(requestParameters, options) {
|
|
532
524
|
return ApplicationGroupsApiFp(this.configuration).deleteApplicationGroup(requestParameters.project, requestParameters.applicationGroupId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -537,7 +529,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
537
529
|
* @param {ApplicationGroupsApiGetApplicationGroupRequest} requestParameters Request parameters.
|
|
538
530
|
* @param {*} [options] Override http request option.
|
|
539
531
|
* @throws {RequiredError}
|
|
540
|
-
* @memberof ApplicationGroupsApi
|
|
541
532
|
*/
|
|
542
533
|
getApplicationGroup(requestParameters, options) {
|
|
543
534
|
return ApplicationGroupsApiFp(this.configuration).getApplicationGroup(requestParameters.project, requestParameters.applicationGroupId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -548,7 +539,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
548
539
|
* @param {ApplicationGroupsApiListApplicationGroupsRequest} requestParameters Request parameters.
|
|
549
540
|
* @param {*} [options] Override http request option.
|
|
550
541
|
* @throws {RequiredError}
|
|
551
|
-
* @memberof ApplicationGroupsApi
|
|
552
542
|
*/
|
|
553
543
|
listApplicationGroups(requestParameters, options) {
|
|
554
544
|
return ApplicationGroupsApiFp(this.configuration).listApplicationGroups(requestParameters.project, requestParameters.pageToken, requestParameters.search, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -559,7 +549,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
559
549
|
* @param {ApplicationGroupsApiUpdateApplicationGroupRequest} requestParameters Request parameters.
|
|
560
550
|
* @param {*} [options] Override http request option.
|
|
561
551
|
* @throws {RequiredError}
|
|
562
|
-
* @memberof ApplicationGroupsApi
|
|
563
552
|
*/
|
|
564
553
|
updateApplicationGroup(requestParameters, options) {
|
|
565
554
|
return ApplicationGroupsApiFp(this.configuration).updateApplicationGroup(requestParameters.project, requestParameters.applicationGroupId, requestParameters.updateApplicationGroupRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -567,7 +556,6 @@ export class ApplicationGroupsApi extends BaseAPI {
|
|
|
567
556
|
}
|
|
568
557
|
/**
|
|
569
558
|
* ApplicationSetsApi - axios parameter creator
|
|
570
|
-
* @export
|
|
571
559
|
*/
|
|
572
560
|
export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
573
561
|
return {
|
|
@@ -785,7 +773,6 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
785
773
|
};
|
|
786
774
|
/**
|
|
787
775
|
* ApplicationSetsApi - functional programming interface
|
|
788
|
-
* @export
|
|
789
776
|
*/
|
|
790
777
|
export const ApplicationSetsApiFp = function (configuration) {
|
|
791
778
|
const localVarAxiosParamCreator = ApplicationSetsApiAxiosParamCreator(configuration);
|
|
@@ -882,7 +869,6 @@ export const ApplicationSetsApiFp = function (configuration) {
|
|
|
882
869
|
};
|
|
883
870
|
/**
|
|
884
871
|
* ApplicationSetsApi - factory interface
|
|
885
|
-
* @export
|
|
886
872
|
*/
|
|
887
873
|
export const ApplicationSetsApiFactory = function (configuration, basePath, axios) {
|
|
888
874
|
const localVarFp = ApplicationSetsApiFp(configuration);
|
|
@@ -941,9 +927,6 @@ export const ApplicationSetsApiFactory = function (configuration, basePath, axio
|
|
|
941
927
|
};
|
|
942
928
|
/**
|
|
943
929
|
* ApplicationSetsApi - object-oriented interface
|
|
944
|
-
* @export
|
|
945
|
-
* @class ApplicationSetsApi
|
|
946
|
-
* @extends {BaseAPI}
|
|
947
930
|
*/
|
|
948
931
|
export class ApplicationSetsApi extends BaseAPI {
|
|
949
932
|
/**
|
|
@@ -952,7 +935,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
952
935
|
* @param {ApplicationSetsApiCreateApplicationSetRequest} requestParameters Request parameters.
|
|
953
936
|
* @param {*} [options] Override http request option.
|
|
954
937
|
* @throws {RequiredError}
|
|
955
|
-
* @memberof ApplicationSetsApi
|
|
956
938
|
*/
|
|
957
939
|
createApplicationSet(requestParameters, options) {
|
|
958
940
|
return ApplicationSetsApiFp(this.configuration).createApplicationSet(requestParameters.project, requestParameters.createApplicationSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -963,7 +945,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
963
945
|
* @param {ApplicationSetsApiDeleteApplicationSetRequest} requestParameters Request parameters.
|
|
964
946
|
* @param {*} [options] Override http request option.
|
|
965
947
|
* @throws {RequiredError}
|
|
966
|
-
* @memberof ApplicationSetsApi
|
|
967
948
|
*/
|
|
968
949
|
deleteApplicationSet(requestParameters, options) {
|
|
969
950
|
return ApplicationSetsApiFp(this.configuration).deleteApplicationSet(requestParameters.project, requestParameters.applicationSetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -974,7 +955,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
974
955
|
* @param {ApplicationSetsApiGetApplicationSetRequest} requestParameters Request parameters.
|
|
975
956
|
* @param {*} [options] Override http request option.
|
|
976
957
|
* @throws {RequiredError}
|
|
977
|
-
* @memberof ApplicationSetsApi
|
|
978
958
|
*/
|
|
979
959
|
getApplicationSet(requestParameters, options) {
|
|
980
960
|
return ApplicationSetsApiFp(this.configuration).getApplicationSet(requestParameters.project, requestParameters.applicationSetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -985,7 +965,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
985
965
|
* @param {ApplicationSetsApiListApplicationSetsRequest} requestParameters Request parameters.
|
|
986
966
|
* @param {*} [options] Override http request option.
|
|
987
967
|
* @throws {RequiredError}
|
|
988
|
-
* @memberof ApplicationSetsApi
|
|
989
968
|
*/
|
|
990
969
|
listApplicationSets(requestParameters, options) {
|
|
991
970
|
return ApplicationSetsApiFp(this.configuration).listApplicationSets(requestParameters.project, requestParameters.pageToken, requestParameters.search, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -996,7 +975,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
996
975
|
* @param {ApplicationSetsApiUpdateApplicationSetRequest} requestParameters Request parameters.
|
|
997
976
|
* @param {*} [options] Override http request option.
|
|
998
977
|
* @throws {RequiredError}
|
|
999
|
-
* @memberof ApplicationSetsApi
|
|
1000
978
|
*/
|
|
1001
979
|
updateApplicationSet(requestParameters, options) {
|
|
1002
980
|
return ApplicationSetsApiFp(this.configuration).updateApplicationSet(requestParameters.project, requestParameters.applicationSetId, requestParameters.updateApplicationSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1004,7 +982,6 @@ export class ApplicationSetsApi extends BaseAPI {
|
|
|
1004
982
|
}
|
|
1005
983
|
/**
|
|
1006
984
|
* ApplicationTechnologiesApi - axios parameter creator
|
|
1007
|
-
* @export
|
|
1008
985
|
*/
|
|
1009
986
|
export const ApplicationTechnologiesApiAxiosParamCreator = function (configuration) {
|
|
1010
987
|
return {
|
|
@@ -1048,7 +1025,6 @@ export const ApplicationTechnologiesApiAxiosParamCreator = function (configurati
|
|
|
1048
1025
|
};
|
|
1049
1026
|
/**
|
|
1050
1027
|
* ApplicationTechnologiesApi - functional programming interface
|
|
1051
|
-
* @export
|
|
1052
1028
|
*/
|
|
1053
1029
|
export const ApplicationTechnologiesApiFp = function (configuration) {
|
|
1054
1030
|
const localVarAxiosParamCreator = ApplicationTechnologiesApiAxiosParamCreator(configuration);
|
|
@@ -1073,7 +1049,6 @@ export const ApplicationTechnologiesApiFp = function (configuration) {
|
|
|
1073
1049
|
};
|
|
1074
1050
|
/**
|
|
1075
1051
|
* ApplicationTechnologiesApi - factory interface
|
|
1076
|
-
* @export
|
|
1077
1052
|
*/
|
|
1078
1053
|
export const ApplicationTechnologiesApiFactory = function (configuration, basePath, axios) {
|
|
1079
1054
|
const localVarFp = ApplicationTechnologiesApiFp(configuration);
|
|
@@ -1092,9 +1067,6 @@ export const ApplicationTechnologiesApiFactory = function (configuration, basePa
|
|
|
1092
1067
|
};
|
|
1093
1068
|
/**
|
|
1094
1069
|
* ApplicationTechnologiesApi - object-oriented interface
|
|
1095
|
-
* @export
|
|
1096
|
-
* @class ApplicationTechnologiesApi
|
|
1097
|
-
* @extends {BaseAPI}
|
|
1098
1070
|
*/
|
|
1099
1071
|
export class ApplicationTechnologiesApi extends BaseAPI {
|
|
1100
1072
|
/**
|
|
@@ -1103,7 +1075,6 @@ export class ApplicationTechnologiesApi extends BaseAPI {
|
|
|
1103
1075
|
* @param {ApplicationTechnologiesApiListTechnologiesRequest} requestParameters Request parameters.
|
|
1104
1076
|
* @param {*} [options] Override http request option.
|
|
1105
1077
|
* @throws {RequiredError}
|
|
1106
|
-
* @memberof ApplicationTechnologiesApi
|
|
1107
1078
|
*/
|
|
1108
1079
|
listTechnologies(requestParameters, options) {
|
|
1109
1080
|
return ApplicationTechnologiesApiFp(this.configuration).listTechnologies(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1111,7 +1082,6 @@ export class ApplicationTechnologiesApi extends BaseAPI {
|
|
|
1111
1082
|
}
|
|
1112
1083
|
/**
|
|
1113
1084
|
* ProductsApi - axios parameter creator
|
|
1114
|
-
* @export
|
|
1115
1085
|
*/
|
|
1116
1086
|
export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
1117
1087
|
return {
|
|
@@ -1592,7 +1562,6 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
1592
1562
|
};
|
|
1593
1563
|
/**
|
|
1594
1564
|
* ProductsApi - functional programming interface
|
|
1595
|
-
* @export
|
|
1596
1565
|
*/
|
|
1597
1566
|
export const ProductsApiFp = function (configuration) {
|
|
1598
1567
|
const localVarAxiosParamCreator = ProductsApiAxiosParamCreator(configuration);
|
|
@@ -1796,7 +1765,6 @@ export const ProductsApiFp = function (configuration) {
|
|
|
1796
1765
|
};
|
|
1797
1766
|
/**
|
|
1798
1767
|
* ProductsApi - factory interface
|
|
1799
|
-
* @export
|
|
1800
1768
|
*/
|
|
1801
1769
|
export const ProductsApiFactory = function (configuration, basePath, axios) {
|
|
1802
1770
|
const localVarFp = ProductsApiFp(configuration);
|
|
@@ -1915,9 +1883,6 @@ export const ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
1915
1883
|
};
|
|
1916
1884
|
/**
|
|
1917
1885
|
* ProductsApi - object-oriented interface
|
|
1918
|
-
* @export
|
|
1919
|
-
* @class ProductsApi
|
|
1920
|
-
* @extends {BaseAPI}
|
|
1921
1886
|
*/
|
|
1922
1887
|
export class ProductsApi extends BaseAPI {
|
|
1923
1888
|
/**
|
|
@@ -1926,7 +1891,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1926
1891
|
* @param {ProductsApiCreateProductRequest} requestParameters Request parameters.
|
|
1927
1892
|
* @param {*} [options] Override http request option.
|
|
1928
1893
|
* @throws {RequiredError}
|
|
1929
|
-
* @memberof ProductsApi
|
|
1930
1894
|
*/
|
|
1931
1895
|
createProduct(requestParameters, options) {
|
|
1932
1896
|
return ProductsApiFp(this.configuration).createProduct(requestParameters.project, requestParameters.createProductRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1937,7 +1901,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1937
1901
|
* @param {ProductsApiDeleteProductRequest} requestParameters Request parameters.
|
|
1938
1902
|
* @param {*} [options] Override http request option.
|
|
1939
1903
|
* @throws {RequiredError}
|
|
1940
|
-
* @memberof ProductsApi
|
|
1941
1904
|
*/
|
|
1942
1905
|
deleteProduct(requestParameters, options) {
|
|
1943
1906
|
return ProductsApiFp(this.configuration).deleteProduct(requestParameters.project, requestParameters.productId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1948,7 +1911,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1948
1911
|
* @param {ProductsApiDeleteProductsRequest} requestParameters Request parameters.
|
|
1949
1912
|
* @param {*} [options] Override http request option.
|
|
1950
1913
|
* @throws {RequiredError}
|
|
1951
|
-
* @memberof ProductsApi
|
|
1952
1914
|
*/
|
|
1953
1915
|
deleteProducts(requestParameters, options) {
|
|
1954
1916
|
return ProductsApiFp(this.configuration).deleteProducts(requestParameters.project, requestParameters.deleteProductsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1959,7 +1921,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1959
1921
|
* @param {ProductsApiDuplicateProductsRequest} requestParameters Request parameters.
|
|
1960
1922
|
* @param {*} [options] Override http request option.
|
|
1961
1923
|
* @throws {RequiredError}
|
|
1962
|
-
* @memberof ProductsApi
|
|
1963
1924
|
*/
|
|
1964
1925
|
duplicateProducts(requestParameters, options) {
|
|
1965
1926
|
return ProductsApiFp(this.configuration).duplicateProducts(requestParameters.project, requestParameters.duplicateProductsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1970,7 +1931,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1970
1931
|
* @param {ProductsApiExportProductsRequest} requestParameters Request parameters.
|
|
1971
1932
|
* @param {*} [options] Override http request option.
|
|
1972
1933
|
* @throws {RequiredError}
|
|
1973
|
-
* @memberof ProductsApi
|
|
1974
1934
|
*/
|
|
1975
1935
|
exportProducts(requestParameters, options) {
|
|
1976
1936
|
return ProductsApiFp(this.configuration).exportProducts(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1981,7 +1941,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1981
1941
|
* @param {ProductsApiGetProductRequest} requestParameters Request parameters.
|
|
1982
1942
|
* @param {*} [options] Override http request option.
|
|
1983
1943
|
* @throws {RequiredError}
|
|
1984
|
-
* @memberof ProductsApi
|
|
1985
1944
|
*/
|
|
1986
1945
|
getProduct(requestParameters, options) {
|
|
1987
1946
|
return ProductsApiFp(this.configuration).getProduct(requestParameters.project, requestParameters.productId, requestParameters.fields, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -1992,7 +1951,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
1992
1951
|
* @param {ProductsApiImportProductsRequest} requestParameters Request parameters.
|
|
1993
1952
|
* @param {*} [options] Override http request option.
|
|
1994
1953
|
* @throws {RequiredError}
|
|
1995
|
-
* @memberof ProductsApi
|
|
1996
1954
|
*/
|
|
1997
1955
|
importProducts(requestParameters, options) {
|
|
1998
1956
|
return ProductsApiFp(this.configuration).importProducts(requestParameters.project, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -2003,7 +1961,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
2003
1961
|
* @param {ProductsApiListProductsRequest} requestParameters Request parameters.
|
|
2004
1962
|
* @param {*} [options] Override http request option.
|
|
2005
1963
|
* @throws {RequiredError}
|
|
2006
|
-
* @memberof ProductsApi
|
|
2007
1964
|
*/
|
|
2008
1965
|
listProducts(requestParameters, options) {
|
|
2009
1966
|
return ProductsApiFp(this.configuration).listProducts(requestParameters.project, requestParameters.pageToken, requestParameters.search, requestParameters.sortBy, requestParameters.start, requestParameters.end, requestParameters.dateFilterType, requestParameters.pageSize, requestParameters.fields, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -2014,7 +1971,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
2014
1971
|
* @param {ProductsApiSeoOptimiseProductsRequest} requestParameters Request parameters.
|
|
2015
1972
|
* @param {*} [options] Override http request option.
|
|
2016
1973
|
* @throws {RequiredError}
|
|
2017
|
-
* @memberof ProductsApi
|
|
2018
1974
|
*/
|
|
2019
1975
|
seoOptimiseProducts(requestParameters, options) {
|
|
2020
1976
|
return ProductsApiFp(this.configuration).seoOptimiseProducts(requestParameters.project, requestParameters.seoOptimiseProductsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -2025,7 +1981,6 @@ export class ProductsApi extends BaseAPI {
|
|
|
2025
1981
|
* @param {ProductsApiUpdateProductRequest} requestParameters Request parameters.
|
|
2026
1982
|
* @param {*} [options] Override http request option.
|
|
2027
1983
|
* @throws {RequiredError}
|
|
2028
|
-
* @memberof ProductsApi
|
|
2029
1984
|
*/
|
|
2030
1985
|
updateProduct(requestParameters, options) {
|
|
2031
1986
|
return ProductsApiFp(this.configuration).updateProduct(requestParameters.project, requestParameters.productId, requestParameters.updateProductRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -2036,22 +1991,17 @@ export class ProductsApi extends BaseAPI {
|
|
|
2036
1991
|
* @param {ProductsApiUpdateProductsRequest} requestParameters Request parameters.
|
|
2037
1992
|
* @param {*} [options] Override http request option.
|
|
2038
1993
|
* @throws {RequiredError}
|
|
2039
|
-
* @memberof ProductsApi
|
|
2040
1994
|
*/
|
|
2041
1995
|
updateProducts(requestParameters, options) {
|
|
2042
1996
|
return ProductsApiFp(this.configuration).updateProducts(requestParameters.project, requestParameters.updateProductsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2043
1997
|
}
|
|
2044
1998
|
}
|
|
2045
|
-
/**
|
|
2046
|
-
* @export
|
|
2047
|
-
*/
|
|
2048
1999
|
export const ListProductsDateFilterTypeEnum = {
|
|
2049
2000
|
CreatedAt: 'createdAt',
|
|
2050
2001
|
UpdatedAt: 'updatedAt'
|
|
2051
2002
|
};
|
|
2052
2003
|
/**
|
|
2053
2004
|
* VariantsApi - axios parameter creator
|
|
2054
|
-
* @export
|
|
2055
2005
|
*/
|
|
2056
2006
|
export const VariantsApiAxiosParamCreator = function (configuration) {
|
|
2057
2007
|
return {
|
|
@@ -2155,7 +2105,6 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
|
|
|
2155
2105
|
};
|
|
2156
2106
|
/**
|
|
2157
2107
|
* VariantsApi - functional programming interface
|
|
2158
|
-
* @export
|
|
2159
2108
|
*/
|
|
2160
2109
|
export const VariantsApiFp = function (configuration) {
|
|
2161
2110
|
const localVarAxiosParamCreator = VariantsApiAxiosParamCreator(configuration);
|
|
@@ -2202,7 +2151,6 @@ export const VariantsApiFp = function (configuration) {
|
|
|
2202
2151
|
};
|
|
2203
2152
|
/**
|
|
2204
2153
|
* VariantsApi - factory interface
|
|
2205
|
-
* @export
|
|
2206
2154
|
*/
|
|
2207
2155
|
export const VariantsApiFactory = function (configuration, basePath, axios) {
|
|
2208
2156
|
const localVarFp = VariantsApiFp(configuration);
|
|
@@ -2231,9 +2179,6 @@ export const VariantsApiFactory = function (configuration, basePath, axios) {
|
|
|
2231
2179
|
};
|
|
2232
2180
|
/**
|
|
2233
2181
|
* VariantsApi - object-oriented interface
|
|
2234
|
-
* @export
|
|
2235
|
-
* @class VariantsApi
|
|
2236
|
-
* @extends {BaseAPI}
|
|
2237
2182
|
*/
|
|
2238
2183
|
export class VariantsApi extends BaseAPI {
|
|
2239
2184
|
/**
|
|
@@ -2242,7 +2187,6 @@ export class VariantsApi extends BaseAPI {
|
|
|
2242
2187
|
* @param {VariantsApiGetVariantRequest} requestParameters Request parameters.
|
|
2243
2188
|
* @param {*} [options] Override http request option.
|
|
2244
2189
|
* @throws {RequiredError}
|
|
2245
|
-
* @memberof VariantsApi
|
|
2246
2190
|
*/
|
|
2247
2191
|
getVariant(requestParameters, options) {
|
|
2248
2192
|
return VariantsApiFp(this.configuration).getVariant(requestParameters.project, requestParameters.variantId, requestParameters.fields, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -2253,7 +2197,6 @@ export class VariantsApi extends BaseAPI {
|
|
|
2253
2197
|
* @param {VariantsApiListVariantsRequest} requestParameters Request parameters.
|
|
2254
2198
|
* @param {*} [options] Override http request option.
|
|
2255
2199
|
* @throws {RequiredError}
|
|
2256
|
-
* @memberof VariantsApi
|
|
2257
2200
|
*/
|
|
2258
2201
|
listVariants(requestParameters, options) {
|
|
2259
2202
|
return VariantsApiFp(this.configuration).listVariants(requestParameters.project, requestParameters.search, requestParameters.pageToken, requestParameters.pageSize, requestParameters.fields, options).then((request) => request(this.axios, this.basePath));
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.71.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,42 +12,22 @@
|
|
|
12
12
|
import type { Configuration } from './configuration';
|
|
13
13
|
import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
export declare const BASE_PATH: string;
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
*/
|
|
19
15
|
export declare const COLLECTION_FORMATS: {
|
|
20
16
|
csv: string;
|
|
21
17
|
ssv: string;
|
|
22
18
|
tsv: string;
|
|
23
19
|
pipes: string;
|
|
24
20
|
};
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @export
|
|
28
|
-
* @interface RequestArgs
|
|
29
|
-
*/
|
|
30
21
|
export interface RequestArgs {
|
|
31
22
|
url: string;
|
|
32
23
|
options: RawAxiosRequestConfig;
|
|
33
24
|
}
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @export
|
|
37
|
-
* @class BaseAPI
|
|
38
|
-
*/
|
|
39
25
|
export declare class BaseAPI {
|
|
40
26
|
protected basePath: string;
|
|
41
27
|
protected axios: AxiosInstance;
|
|
42
28
|
protected configuration: Configuration | undefined;
|
|
43
29
|
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
44
30
|
}
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @export
|
|
48
|
-
* @class RequiredError
|
|
49
|
-
* @extends {Error}
|
|
50
|
-
*/
|
|
51
31
|
export declare class RequiredError extends Error {
|
|
52
32
|
field: string;
|
|
53
33
|
constructor(field: string, msg?: string);
|
|
@@ -58,9 +38,5 @@ interface ServerMap {
|
|
|
58
38
|
description: string;
|
|
59
39
|
}[];
|
|
60
40
|
}
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @export
|
|
64
|
-
*/
|
|
65
41
|
export declare const operationServerMap: ServerMap;
|
|
66
42
|
export {};
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.71.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,21 +13,12 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import globalAxios from 'axios';
|
|
15
15
|
export const BASE_PATH = "https://api.podos.io".replace(/\/+$/, "");
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
16
|
export const COLLECTION_FORMATS = {
|
|
21
17
|
csv: ",",
|
|
22
18
|
ssv: " ",
|
|
23
19
|
tsv: "\t",
|
|
24
20
|
pipes: "|",
|
|
25
21
|
};
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @export
|
|
29
|
-
* @class BaseAPI
|
|
30
|
-
*/
|
|
31
22
|
export class BaseAPI {
|
|
32
23
|
constructor(configuration, basePath = BASE_PATH, axios = globalAxios) {
|
|
33
24
|
var _a;
|
|
@@ -40,12 +31,6 @@ export class BaseAPI {
|
|
|
40
31
|
}
|
|
41
32
|
}
|
|
42
33
|
;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @export
|
|
46
|
-
* @class RequiredError
|
|
47
|
-
* @extends {Error}
|
|
48
|
-
*/
|
|
49
34
|
export class RequiredError extends Error {
|
|
50
35
|
constructor(field, msg) {
|
|
51
36
|
super(msg);
|
|
@@ -53,8 +38,4 @@ export class RequiredError extends Error {
|
|
|
53
38
|
this.name = "RequiredError";
|
|
54
39
|
}
|
|
55
40
|
}
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @export
|
|
59
|
-
*/
|
|
60
41
|
export const operationServerMap = {};
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.71.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog 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.
|
|
7
|
+
* The version of the OpenAPI document: 1.71.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog 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.
|
|
5
|
+
* The version of the OpenAPI document: 1.71.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,49 +23,32 @@ export declare class Configuration {
|
|
|
23
23
|
/**
|
|
24
24
|
* parameter for apiKey security
|
|
25
25
|
* @param name security name
|
|
26
|
-
* @memberof Configuration
|
|
27
26
|
*/
|
|
28
27
|
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
29
28
|
/**
|
|
30
29
|
* parameter for basic security
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Configuration
|
|
34
30
|
*/
|
|
35
31
|
username?: string;
|
|
36
32
|
/**
|
|
37
33
|
* parameter for basic security
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof Configuration
|
|
41
34
|
*/
|
|
42
35
|
password?: string;
|
|
43
36
|
/**
|
|
44
37
|
* parameter for oauth2 security
|
|
45
38
|
* @param name security name
|
|
46
39
|
* @param scopes oauth2 scope
|
|
47
|
-
* @memberof Configuration
|
|
48
40
|
*/
|
|
49
41
|
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
50
42
|
/**
|
|
51
43
|
* override base path
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof Configuration
|
|
55
44
|
*/
|
|
56
45
|
basePath?: string;
|
|
57
46
|
/**
|
|
58
47
|
* override server index
|
|
59
|
-
*
|
|
60
|
-
* @type {number}
|
|
61
|
-
* @memberof Configuration
|
|
62
48
|
*/
|
|
63
49
|
serverIndex?: number;
|
|
64
50
|
/**
|
|
65
51
|
* base options for axios calls
|
|
66
|
-
*
|
|
67
|
-
* @type {any}
|
|
68
|
-
* @memberof Configuration
|
|
69
52
|
*/
|
|
70
53
|
baseOptions?: any;
|
|
71
54
|
/**
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 1.71.1
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.71.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog 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.
|
|
7
|
+
* The version of the OpenAPI document: 1.71.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog 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.
|
|
5
|
+
* The version of the OpenAPI document: 1.71.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog 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.
|
|
8
|
+
* The version of the OpenAPI document: 1.71.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**fontWeight** | **string** | The weight of the text. This must be a valid CSS font-weight value. | [optional] [default to FontWeightEnum_Normal]
|
|
14
14
|
**fontStyle** | **string** | The style of the text. This must be a valid CSS font-style value. | [optional] [default to FontStyleEnum_Normal]
|
|
15
15
|
**color** | **string** | The colour of the text in hex format. | [optional] [default to undefined]
|
|
16
|
+
**rotation** | **number** | The rotation of the text in degrees. | [optional] [default to undefined]
|
|
16
17
|
**width** | **number** | Width of the application in pixels | [optional] [default to undefined]
|
|
17
18
|
**height** | **number** | Height of the application in pixels | [optional] [default to undefined]
|
|
18
19
|
**metadata** | [**ApplicationPropertiesMetadata**](ApplicationPropertiesMetadata.md) | | [optional] [default to undefined]
|
|
@@ -31,6 +32,7 @@ const instance: ApplicationPropertiesProperties = {
|
|
|
31
32
|
fontWeight,
|
|
32
33
|
fontStyle,
|
|
33
34
|
color,
|
|
35
|
+
rotation,
|
|
34
36
|
width,
|
|
35
37
|
height,
|
|
36
38
|
metadata,
|
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**fontWeight** | **string** | The weight of the text. This must be a valid CSS font-weight value. | [optional] [default to FontWeightEnum_Normal]
|
|
14
14
|
**fontStyle** | **string** | The style of the text. This must be a valid CSS font-style value. | [optional] [default to FontStyleEnum_Normal]
|
|
15
15
|
**color** | **string** | The colour of the text in hex format. | [optional] [default to undefined]
|
|
16
|
+
**rotation** | **number** | The rotation of the text in degrees. | [optional] [default to undefined]
|
|
16
17
|
**width** | **number** | Width of the application in pixels | [optional] [default to undefined]
|
|
17
18
|
**height** | **number** | Height of the application in pixels | [optional] [default to undefined]
|
|
18
19
|
**metadata** | [**ApplicationPropertiesMetadata**](ApplicationPropertiesMetadata.md) | | [optional] [default to undefined]
|
|
@@ -31,6 +32,7 @@ const instance: CreateApplicationProperties = {
|
|
|
31
32
|
fontWeight,
|
|
32
33
|
fontStyle,
|
|
33
34
|
color,
|
|
35
|
+
rotation,
|
|
34
36
|
width,
|
|
35
37
|
height,
|
|
36
38
|
metadata,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | ID of the image if it already exists. A new image will be created if this is not provided. | [optional] [default to undefined]
|
|
8
9
|
**src** | **string** | Publicly available file URL. | [optional] [default to undefined]
|
|
9
10
|
|
|
10
11
|
## Example
|
|
@@ -13,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
13
14
|
import { CreateProductVariantImagesInner } from '@teemill/product-catalog';
|
|
14
15
|
|
|
15
16
|
const instance: CreateProductVariantImagesInner = {
|
|
17
|
+
id,
|
|
16
18
|
src,
|
|
17
19
|
};
|
|
18
20
|
```
|