@teemill/gfn-catalog 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +9 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/ProductsApi.d.ts +1 -1
- package/dist/apis/ProductsApi.js +3 -3
- package/dist/apis/StatementsApi.d.ts +48 -0
- package/dist/apis/StatementsApi.js +127 -0
- package/dist/apis/TransactionsApi.d.ts +48 -0
- package/dist/apis/TransactionsApi.js +129 -0
- package/dist/apis/VariantsApi.d.ts +1 -1
- package/dist/apis/VariantsApi.js +9 -9
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/esm/apis/ProductsApi.d.ts +1 -1
- package/dist/esm/apis/ProductsApi.js +3 -3
- package/dist/esm/apis/StatementsApi.d.ts +48 -0
- package/dist/esm/apis/StatementsApi.js +123 -0
- package/dist/esm/apis/TransactionsApi.d.ts +48 -0
- package/dist/esm/apis/TransactionsApi.js +125 -0
- package/dist/esm/apis/VariantsApi.d.ts +1 -1
- package/dist/esm/apis/VariantsApi.js +9 -9
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.js +2 -0
- package/dist/esm/models/ApiError.d.ts +2 -2
- package/dist/esm/models/ApiError.js +2 -2
- package/dist/esm/models/ApiValidationError.d.ts +39 -0
- package/dist/esm/models/ApiValidationError.js +44 -0
- package/dist/esm/models/Attribute.d.ts +2 -2
- package/dist/esm/models/Attribute.js +3 -3
- package/dist/esm/models/AttributeThumbnail.d.ts +2 -2
- package/dist/esm/models/AttributeThumbnail.js +1 -1
- package/dist/esm/models/ExportTransactionsRequest.d.ts +43 -0
- package/dist/esm/models/ExportTransactionsRequest.js +42 -0
- package/dist/esm/models/Image.d.ts +2 -2
- package/dist/esm/models/Image.js +1 -1
- package/dist/esm/models/ListStatements200Response.d.ts +38 -0
- package/dist/esm/models/ListStatements200Response.js +41 -0
- package/dist/esm/models/ListTransactions200Response.d.ts +38 -0
- package/dist/esm/models/ListTransactions200Response.js +41 -0
- package/dist/esm/models/Product.d.ts +2 -2
- package/dist/esm/models/Product.js +2 -2
- package/dist/esm/models/ProductsResponse.d.ts +2 -2
- package/dist/esm/models/ProductsResponse.js +1 -1
- package/dist/esm/models/Statement.d.ts +61 -0
- package/dist/esm/models/Statement.js +60 -0
- package/dist/esm/models/Stock.d.ts +2 -2
- package/dist/esm/models/Stock.js +1 -1
- package/dist/esm/models/StockResponse.d.ts +2 -2
- package/dist/esm/models/StockResponse.js +1 -1
- package/dist/esm/models/Transaction.d.ts +68 -0
- package/dist/esm/models/Transaction.js +61 -0
- package/dist/esm/models/TransactionOrder.d.ts +37 -0
- package/dist/esm/models/TransactionOrder.js +44 -0
- package/dist/esm/models/Variant.d.ts +4 -4
- package/dist/esm/models/Variant.js +5 -5
- package/dist/esm/models/VariantManufacturerOrigin.d.ts +2 -2
- package/dist/esm/models/VariantManufacturerOrigin.js +1 -1
- package/dist/esm/models/VariantProduct.d.ts +2 -2
- package/dist/esm/models/VariantProduct.js +1 -1
- package/dist/esm/models/VariantStock.d.ts +2 -2
- package/dist/esm/models/VariantStock.js +1 -1
- package/dist/esm/models/VariantsResponse.d.ts +2 -2
- package/dist/esm/models/VariantsResponse.js +1 -1
- package/dist/esm/models/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/ApiError.d.ts +2 -2
- package/dist/models/ApiError.js +2 -2
- package/dist/models/ApiValidationError.d.ts +39 -0
- package/dist/models/ApiValidationError.js +51 -0
- package/dist/models/Attribute.d.ts +2 -2
- package/dist/models/Attribute.js +3 -3
- package/dist/models/AttributeThumbnail.d.ts +2 -2
- package/dist/models/AttributeThumbnail.js +1 -1
- package/dist/models/ExportTransactionsRequest.d.ts +43 -0
- package/dist/models/ExportTransactionsRequest.js +49 -0
- package/dist/models/Image.d.ts +2 -2
- package/dist/models/Image.js +1 -1
- package/dist/models/ListStatements200Response.d.ts +38 -0
- package/dist/models/ListStatements200Response.js +48 -0
- package/dist/models/ListTransactions200Response.d.ts +38 -0
- package/dist/models/ListTransactions200Response.js +48 -0
- package/dist/models/Product.d.ts +2 -2
- package/dist/models/Product.js +2 -2
- package/dist/models/ProductsResponse.d.ts +2 -2
- package/dist/models/ProductsResponse.js +1 -1
- package/dist/models/Statement.d.ts +61 -0
- package/dist/models/Statement.js +67 -0
- package/dist/models/Stock.d.ts +2 -2
- package/dist/models/Stock.js +1 -1
- package/dist/models/StockResponse.d.ts +2 -2
- package/dist/models/StockResponse.js +1 -1
- package/dist/models/Transaction.d.ts +68 -0
- package/dist/models/Transaction.js +68 -0
- package/dist/models/TransactionOrder.d.ts +37 -0
- package/dist/models/TransactionOrder.js +51 -0
- package/dist/models/Variant.d.ts +4 -4
- package/dist/models/Variant.js +5 -5
- package/dist/models/VariantManufacturerOrigin.d.ts +2 -2
- package/dist/models/VariantManufacturerOrigin.js +1 -1
- package/dist/models/VariantProduct.d.ts +2 -2
- package/dist/models/VariantProduct.js +1 -1
- package/dist/models/VariantStock.d.ts +2 -2
- package/dist/models/VariantStock.js +1 -1
- package/dist/models/VariantsResponse.d.ts +2 -2
- package/dist/models/VariantsResponse.js +1 -1
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +2 -2
- package/src/apis/ProductsApi.ts +4 -1
- package/src/apis/StatementsApi.ts +177 -0
- package/src/apis/TransactionsApi.ts +180 -0
- package/src/apis/VariantsApi.ts +4 -1
- package/src/apis/index.ts +2 -0
- package/src/models/ApiError.ts +3 -3
- package/src/models/ApiValidationError.ts +70 -0
- package/src/models/Attribute.ts +4 -4
- package/src/models/AttributeThumbnail.ts +2 -2
- package/src/models/ExportTransactionsRequest.ts +76 -0
- package/src/models/Image.ts +2 -2
- package/src/models/ListStatements200Response.ts +75 -0
- package/src/models/ListTransactions200Response.ts +75 -0
- package/src/models/Product.ts +3 -3
- package/src/models/ProductsResponse.ts +2 -2
- package/src/models/Statement.ts +106 -0
- package/src/models/Stock.ts +2 -2
- package/src/models/StockResponse.ts +2 -2
- package/src/models/Transaction.ts +120 -0
- package/src/models/TransactionOrder.ts +70 -0
- package/src/models/Variant.ts +16 -16
- package/src/models/VariantManufacturerOrigin.ts +2 -2
- package/src/models/VariantProduct.ts +2 -2
- package/src/models/VariantStock.ts +2 -2
- package/src/models/VariantsResponse.ts +2 -2
- package/src/models/index.ts +7 -0
- package/src/runtime.ts +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -3,17 +3,26 @@
|
|
|
3
3
|
README.md
|
|
4
4
|
package.json
|
|
5
5
|
src/apis/ProductsApi.ts
|
|
6
|
+
src/apis/StatementsApi.ts
|
|
7
|
+
src/apis/TransactionsApi.ts
|
|
6
8
|
src/apis/VariantsApi.ts
|
|
7
9
|
src/apis/index.ts
|
|
8
10
|
src/index.ts
|
|
9
11
|
src/models/ApiError.ts
|
|
12
|
+
src/models/ApiValidationError.ts
|
|
10
13
|
src/models/Attribute.ts
|
|
11
14
|
src/models/AttributeThumbnail.ts
|
|
15
|
+
src/models/ExportTransactionsRequest.ts
|
|
12
16
|
src/models/Image.ts
|
|
17
|
+
src/models/ListStatements200Response.ts
|
|
18
|
+
src/models/ListTransactions200Response.ts
|
|
13
19
|
src/models/Product.ts
|
|
14
20
|
src/models/ProductsResponse.ts
|
|
21
|
+
src/models/Statement.ts
|
|
15
22
|
src/models/Stock.ts
|
|
16
23
|
src/models/StockResponse.ts
|
|
24
|
+
src/models/Transaction.ts
|
|
25
|
+
src/models/TransactionOrder.ts
|
|
17
26
|
src/models/Variant.ts
|
|
18
27
|
src/models/VariantManufacturerOrigin.ts
|
|
19
28
|
src/models/VariantProduct.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.6.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/gfn-catalog@1.
|
|
1
|
+
## @teemill/gfn-catalog@1.4.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). 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/gfn-catalog@1.
|
|
39
|
+
npm install @teemill/gfn-catalog@1.4.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GFN Catalog API
|
|
3
3
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/ProductsApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* GFN Catalog API
|
|
6
6
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.4.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -75,8 +75,8 @@ class ProductsApi extends runtime.BaseAPI {
|
|
|
75
75
|
* Lists all GFN products available to the project. Can be filtered by style codes using the search parameter.
|
|
76
76
|
* List GFN products
|
|
77
77
|
*/
|
|
78
|
-
listProducts(
|
|
79
|
-
return __awaiter(this,
|
|
78
|
+
listProducts(project_1) {
|
|
79
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
80
80
|
const response = yield this.listProductsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
81
81
|
return yield response.value();
|
|
82
82
|
});
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GFN Catalog API
|
|
3
|
+
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { ListStatements200Response, Statement } from '../models/index';
|
|
14
|
+
export interface GetStatementRequest {
|
|
15
|
+
project: string;
|
|
16
|
+
statementId: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ListStatementsRequest {
|
|
19
|
+
project: string;
|
|
20
|
+
pageToken?: number;
|
|
21
|
+
pageSize?: number;
|
|
22
|
+
search?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class StatementsApi extends runtime.BaseAPI {
|
|
28
|
+
/**
|
|
29
|
+
* Gets a GFN statement by the given ID.
|
|
30
|
+
* Get a GFN statement
|
|
31
|
+
*/
|
|
32
|
+
getStatementRaw(requestParameters: GetStatementRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Statement>>;
|
|
33
|
+
/**
|
|
34
|
+
* Gets a GFN statement by the given ID.
|
|
35
|
+
* Get a GFN statement
|
|
36
|
+
*/
|
|
37
|
+
getStatement(project: string, statementId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Statement>;
|
|
38
|
+
/**
|
|
39
|
+
* Lists GFN statements available to the project
|
|
40
|
+
* List GFN statements
|
|
41
|
+
*/
|
|
42
|
+
listStatementsRaw(requestParameters: ListStatementsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListStatements200Response>>;
|
|
43
|
+
/**
|
|
44
|
+
* Lists GFN statements available to the project
|
|
45
|
+
* List GFN statements
|
|
46
|
+
*/
|
|
47
|
+
listStatements(project: string, optionalParameters?: runtime.OptionalOnly<ListStatementsRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListStatements200Response>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* GFN Catalog API
|
|
6
|
+
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.4.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.StatementsApi = void 0;
|
|
26
|
+
const runtime = require("../runtime");
|
|
27
|
+
const index_1 = require("../models/index");
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
class StatementsApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
* Gets a GFN statement by the given ID.
|
|
34
|
+
* Get a GFN statement
|
|
35
|
+
*/
|
|
36
|
+
getStatementRaw(requestParameters, initOverrides) {
|
|
37
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
+
if (requestParameters.project === null || requestParameters.project === undefined) {
|
|
39
|
+
throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling getStatement.');
|
|
40
|
+
}
|
|
41
|
+
if (requestParameters.statementId === null || requestParameters.statementId === undefined) {
|
|
42
|
+
throw new runtime.RequiredError('statementId', 'Required parameter requestParameters.statementId was null or undefined when calling getStatement.');
|
|
43
|
+
}
|
|
44
|
+
const queryParameters = {};
|
|
45
|
+
if (requestParameters.project !== undefined) {
|
|
46
|
+
queryParameters['project'] = requestParameters.project;
|
|
47
|
+
}
|
|
48
|
+
const headerParameters = {};
|
|
49
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
50
|
+
// oauth required
|
|
51
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
|
|
52
|
+
}
|
|
53
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
54
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
|
|
55
|
+
}
|
|
56
|
+
const response = yield this.request({
|
|
57
|
+
path: `/v1/gfn/statements/{statementId}`.replace(`{${"statementId"}}`, encodeURIComponent(String(requestParameters.statementId))),
|
|
58
|
+
method: 'GET',
|
|
59
|
+
headers: headerParameters,
|
|
60
|
+
query: queryParameters,
|
|
61
|
+
}, initOverrides);
|
|
62
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.StatementFromJSON)(jsonValue));
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Gets a GFN statement by the given ID.
|
|
67
|
+
* Get a GFN statement
|
|
68
|
+
*/
|
|
69
|
+
getStatement(project, statementId, initOverrides) {
|
|
70
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
71
|
+
const response = yield this.getStatementRaw({
|
|
72
|
+
project: project, statementId: statementId,
|
|
73
|
+
}, initOverrides);
|
|
74
|
+
return yield response.value();
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Lists GFN statements available to the project
|
|
79
|
+
* List GFN statements
|
|
80
|
+
*/
|
|
81
|
+
listStatementsRaw(requestParameters, initOverrides) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
if (requestParameters.project === null || requestParameters.project === undefined) {
|
|
84
|
+
throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling listStatements.');
|
|
85
|
+
}
|
|
86
|
+
const queryParameters = {};
|
|
87
|
+
if (requestParameters.project !== undefined) {
|
|
88
|
+
queryParameters['project'] = requestParameters.project;
|
|
89
|
+
}
|
|
90
|
+
if (requestParameters.pageToken !== undefined) {
|
|
91
|
+
queryParameters['pageToken'] = requestParameters.pageToken;
|
|
92
|
+
}
|
|
93
|
+
if (requestParameters.pageSize !== undefined) {
|
|
94
|
+
queryParameters['pageSize'] = requestParameters.pageSize;
|
|
95
|
+
}
|
|
96
|
+
if (requestParameters.search !== undefined) {
|
|
97
|
+
queryParameters['search'] = requestParameters.search;
|
|
98
|
+
}
|
|
99
|
+
const headerParameters = {};
|
|
100
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
101
|
+
// oauth required
|
|
102
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
|
|
103
|
+
}
|
|
104
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
105
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
|
|
106
|
+
}
|
|
107
|
+
const response = yield this.request({
|
|
108
|
+
path: `/v1/gfn/statements`,
|
|
109
|
+
method: 'GET',
|
|
110
|
+
headers: headerParameters,
|
|
111
|
+
query: queryParameters,
|
|
112
|
+
}, initOverrides);
|
|
113
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListStatements200ResponseFromJSON)(jsonValue));
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Lists GFN statements available to the project
|
|
118
|
+
* List GFN statements
|
|
119
|
+
*/
|
|
120
|
+
listStatements(project_1) {
|
|
121
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
122
|
+
const response = yield this.listStatementsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
123
|
+
return yield response.value();
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.StatementsApi = StatementsApi;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GFN Catalog API
|
|
3
|
+
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { ExportTransactionsRequest, ListTransactions200Response } from '../models/index';
|
|
14
|
+
export interface ExportTransactionsOperationRequest {
|
|
15
|
+
project: string;
|
|
16
|
+
exportTransactionsRequest: ExportTransactionsRequest;
|
|
17
|
+
}
|
|
18
|
+
export interface ListTransactionsRequest {
|
|
19
|
+
project: string;
|
|
20
|
+
pageToken?: number;
|
|
21
|
+
pageSize?: number;
|
|
22
|
+
statementId?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class TransactionsApi extends runtime.BaseAPI {
|
|
28
|
+
/**
|
|
29
|
+
* Exports all GFN transactions available to the project
|
|
30
|
+
* Export GFN transactions
|
|
31
|
+
*/
|
|
32
|
+
exportTransactionsRaw(requestParameters: ExportTransactionsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
|
|
33
|
+
/**
|
|
34
|
+
* Exports all GFN transactions available to the project
|
|
35
|
+
* Export GFN transactions
|
|
36
|
+
*/
|
|
37
|
+
exportTransactions(project: string, exportTransactionsRequest: ExportTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
38
|
+
/**
|
|
39
|
+
* Lists all GFN transactions available to the project
|
|
40
|
+
* List GFN transactions
|
|
41
|
+
*/
|
|
42
|
+
listTransactionsRaw(requestParameters: ListTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListTransactions200Response>>;
|
|
43
|
+
/**
|
|
44
|
+
* Lists all GFN transactions available to the project
|
|
45
|
+
* List GFN transactions
|
|
46
|
+
*/
|
|
47
|
+
listTransactions(project: string, optionalParameters?: runtime.OptionalOnly<ListTransactionsRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListTransactions200Response>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* GFN Catalog API
|
|
6
|
+
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.4.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.TransactionsApi = void 0;
|
|
26
|
+
const runtime = require("../runtime");
|
|
27
|
+
const index_1 = require("../models/index");
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
class TransactionsApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
* Exports all GFN transactions available to the project
|
|
34
|
+
* Export GFN transactions
|
|
35
|
+
*/
|
|
36
|
+
exportTransactionsRaw(requestParameters, initOverrides) {
|
|
37
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
+
if (requestParameters.project === null || requestParameters.project === undefined) {
|
|
39
|
+
throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling exportTransactions.');
|
|
40
|
+
}
|
|
41
|
+
if (requestParameters.exportTransactionsRequest === null || requestParameters.exportTransactionsRequest === undefined) {
|
|
42
|
+
throw new runtime.RequiredError('exportTransactionsRequest', 'Required parameter requestParameters.exportTransactionsRequest was null or undefined when calling exportTransactions.');
|
|
43
|
+
}
|
|
44
|
+
const queryParameters = {};
|
|
45
|
+
if (requestParameters.project !== undefined) {
|
|
46
|
+
queryParameters['project'] = requestParameters.project;
|
|
47
|
+
}
|
|
48
|
+
const headerParameters = {};
|
|
49
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
50
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
51
|
+
// oauth required
|
|
52
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
|
|
53
|
+
}
|
|
54
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
55
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
|
|
56
|
+
}
|
|
57
|
+
const response = yield this.request({
|
|
58
|
+
path: `/v1/gfn/transactions/export`,
|
|
59
|
+
method: 'POST',
|
|
60
|
+
headers: headerParameters,
|
|
61
|
+
query: queryParameters,
|
|
62
|
+
body: (0, index_1.ExportTransactionsRequestToJSON)(requestParameters.exportTransactionsRequest),
|
|
63
|
+
}, initOverrides);
|
|
64
|
+
return new runtime.BlobApiResponse(response);
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Exports all GFN transactions available to the project
|
|
69
|
+
* Export GFN transactions
|
|
70
|
+
*/
|
|
71
|
+
exportTransactions(project, exportTransactionsRequest, initOverrides) {
|
|
72
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
73
|
+
const response = yield this.exportTransactionsRaw({
|
|
74
|
+
project: project, exportTransactionsRequest: exportTransactionsRequest,
|
|
75
|
+
}, initOverrides);
|
|
76
|
+
return yield response.value();
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Lists all GFN transactions available to the project
|
|
81
|
+
* List GFN transactions
|
|
82
|
+
*/
|
|
83
|
+
listTransactionsRaw(requestParameters, initOverrides) {
|
|
84
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
if (requestParameters.project === null || requestParameters.project === undefined) {
|
|
86
|
+
throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling listTransactions.');
|
|
87
|
+
}
|
|
88
|
+
const queryParameters = {};
|
|
89
|
+
if (requestParameters.project !== undefined) {
|
|
90
|
+
queryParameters['project'] = requestParameters.project;
|
|
91
|
+
}
|
|
92
|
+
if (requestParameters.pageToken !== undefined) {
|
|
93
|
+
queryParameters['pageToken'] = requestParameters.pageToken;
|
|
94
|
+
}
|
|
95
|
+
if (requestParameters.pageSize !== undefined) {
|
|
96
|
+
queryParameters['pageSize'] = requestParameters.pageSize;
|
|
97
|
+
}
|
|
98
|
+
if (requestParameters.statementId !== undefined) {
|
|
99
|
+
queryParameters['statementId'] = requestParameters.statementId;
|
|
100
|
+
}
|
|
101
|
+
const headerParameters = {};
|
|
102
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
103
|
+
// oauth required
|
|
104
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
|
|
105
|
+
}
|
|
106
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
107
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
|
|
108
|
+
}
|
|
109
|
+
const response = yield this.request({
|
|
110
|
+
path: `/v1/gfn/transactions`,
|
|
111
|
+
method: 'GET',
|
|
112
|
+
headers: headerParameters,
|
|
113
|
+
query: queryParameters,
|
|
114
|
+
}, initOverrides);
|
|
115
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListTransactions200ResponseFromJSON)(jsonValue));
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Lists all GFN transactions available to the project
|
|
120
|
+
* List GFN transactions
|
|
121
|
+
*/
|
|
122
|
+
listTransactions(project_1) {
|
|
123
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
124
|
+
const response = yield this.listTransactionsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
125
|
+
return yield response.value();
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
exports.TransactionsApi = TransactionsApi;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GFN Catalog API
|
|
3
3
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/VariantsApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* GFN Catalog API
|
|
6
6
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.4.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -69,8 +69,8 @@ class VariantsApi extends runtime.BaseAPI {
|
|
|
69
69
|
* Gets the stock level for the GFN variant with the given ID.
|
|
70
70
|
* Get GFN variant stock
|
|
71
71
|
*/
|
|
72
|
-
getStock(
|
|
73
|
-
return __awaiter(this,
|
|
72
|
+
getStock(project_1, variantId_1) {
|
|
73
|
+
return __awaiter(this, arguments, void 0, function* (project, variantId, optionalParameters = {}, initOverrides) {
|
|
74
74
|
const response = yield this.getStockRaw(Object.assign({ project: project, variantId: variantId }, optionalParameters), initOverrides);
|
|
75
75
|
return yield response.value();
|
|
76
76
|
});
|
|
@@ -115,8 +115,8 @@ class VariantsApi extends runtime.BaseAPI {
|
|
|
115
115
|
* Gets a GFN variant by the given ID.
|
|
116
116
|
* Get a GFN variant
|
|
117
117
|
*/
|
|
118
|
-
getVariant(
|
|
119
|
-
return __awaiter(this,
|
|
118
|
+
getVariant(project_1, variantId_1) {
|
|
119
|
+
return __awaiter(this, arguments, void 0, function* (project, variantId, optionalParameters = {}, initOverrides) {
|
|
120
120
|
const response = yield this.getVariantRaw(Object.assign({ project: project, variantId: variantId }, optionalParameters), initOverrides);
|
|
121
121
|
return yield response.value();
|
|
122
122
|
});
|
|
@@ -167,8 +167,8 @@ class VariantsApi extends runtime.BaseAPI {
|
|
|
167
167
|
* Lists the stock levels for all GFN variants available to the project.
|
|
168
168
|
* List GFN variant stock
|
|
169
169
|
*/
|
|
170
|
-
listStock(
|
|
171
|
-
return __awaiter(this,
|
|
170
|
+
listStock(project_1) {
|
|
171
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
172
172
|
const response = yield this.listStockRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
173
173
|
return yield response.value();
|
|
174
174
|
});
|
|
@@ -219,8 +219,8 @@ class VariantsApi extends runtime.BaseAPI {
|
|
|
219
219
|
* Lists all GFN variants available to the project. Can be filtered by product ID, SKU, and attribute values using the search parameter.
|
|
220
220
|
* List GFN variants
|
|
221
221
|
*/
|
|
222
|
-
listVariants(
|
|
223
|
-
return __awaiter(this,
|
|
222
|
+
listVariants(project_1) {
|
|
223
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
224
224
|
const response = yield this.listVariantsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
225
225
|
return yield response.value();
|
|
226
226
|
});
|
package/dist/apis/index.d.ts
CHANGED
package/dist/apis/index.js
CHANGED
|
@@ -17,4 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
19
|
__exportStar(require("./ProductsApi"), exports);
|
|
20
|
+
__exportStar(require("./StatementsApi"), exports);
|
|
21
|
+
__exportStar(require("./TransactionsApi"), exports);
|
|
20
22
|
__exportStar(require("./VariantsApi"), exports);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GFN Catalog API
|
|
3
3
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* GFN Catalog API
|
|
5
5
|
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.4.0
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -72,8 +72,8 @@ export class ProductsApi extends runtime.BaseAPI {
|
|
|
72
72
|
* Lists all GFN products available to the project. Can be filtered by style codes using the search parameter.
|
|
73
73
|
* List GFN products
|
|
74
74
|
*/
|
|
75
|
-
listProducts(
|
|
76
|
-
return __awaiter(this,
|
|
75
|
+
listProducts(project_1) {
|
|
76
|
+
return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
|
|
77
77
|
const response = yield this.listProductsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
|
|
78
78
|
return yield response.value();
|
|
79
79
|
});
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GFN Catalog API
|
|
3
|
+
* Use this API to access the Global Fulfilment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { ListStatements200Response, Statement } from '../models/index';
|
|
14
|
+
export interface GetStatementRequest {
|
|
15
|
+
project: string;
|
|
16
|
+
statementId: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ListStatementsRequest {
|
|
19
|
+
project: string;
|
|
20
|
+
pageToken?: number;
|
|
21
|
+
pageSize?: number;
|
|
22
|
+
search?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class StatementsApi extends runtime.BaseAPI {
|
|
28
|
+
/**
|
|
29
|
+
* Gets a GFN statement by the given ID.
|
|
30
|
+
* Get a GFN statement
|
|
31
|
+
*/
|
|
32
|
+
getStatementRaw(requestParameters: GetStatementRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Statement>>;
|
|
33
|
+
/**
|
|
34
|
+
* Gets a GFN statement by the given ID.
|
|
35
|
+
* Get a GFN statement
|
|
36
|
+
*/
|
|
37
|
+
getStatement(project: string, statementId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Statement>;
|
|
38
|
+
/**
|
|
39
|
+
* Lists GFN statements available to the project
|
|
40
|
+
* List GFN statements
|
|
41
|
+
*/
|
|
42
|
+
listStatementsRaw(requestParameters: ListStatementsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListStatements200Response>>;
|
|
43
|
+
/**
|
|
44
|
+
* Lists GFN statements available to the project
|
|
45
|
+
* List GFN statements
|
|
46
|
+
*/
|
|
47
|
+
listStatements(project: string, optionalParameters?: runtime.OptionalOnly<ListStatementsRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListStatements200Response>;
|
|
48
|
+
}
|