@teemill/orders 1.13.0 → 1.13.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 +2 -2
- package/api.ts +13 -13
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +13 -13
- package/dist/api.js +9 -9
- 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 +13 -13
- package/dist/esm/api.js +9 -9
- 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 +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/orders@1.13.
|
|
1
|
+
## @teemill/orders@1.13.1
|
|
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/orders@1.13.
|
|
39
|
+
npm install @teemill/orders@1.13.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1105,7 +1105,7 @@ export const OrdersApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1105
1105
|
* @summary Export orders
|
|
1106
1106
|
* @param {string} project What project it is
|
|
1107
1107
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
1108
|
-
* @param {string} [end] End of date range
|
|
1108
|
+
* @param {string} [end] End of date range
|
|
1109
1109
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1110
1110
|
* @param {*} [options] Override http request option.
|
|
1111
1111
|
* @throws {RequiredError}
|
|
@@ -1228,9 +1228,9 @@ export const OrdersApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1228
1228
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1229
1229
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
1230
1230
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
1231
|
-
* @param {string} [start] Start of date range
|
|
1232
|
-
* @param {string} [end] End of date range
|
|
1233
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
1231
|
+
* @param {string} [start] Start of date range
|
|
1232
|
+
* @param {string} [end] End of date range
|
|
1233
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1234
1234
|
* @param {*} [options] Override http request option.
|
|
1235
1235
|
* @throws {RequiredError}
|
|
1236
1236
|
*/
|
|
@@ -1372,7 +1372,7 @@ export const OrdersApiFp = function(configuration?: Configuration) {
|
|
|
1372
1372
|
* @summary Export orders
|
|
1373
1373
|
* @param {string} project What project it is
|
|
1374
1374
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
1375
|
-
* @param {string} [end] End of date range
|
|
1375
|
+
* @param {string} [end] End of date range
|
|
1376
1376
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1377
1377
|
* @param {*} [options] Override http request option.
|
|
1378
1378
|
* @throws {RequiredError}
|
|
@@ -1408,9 +1408,9 @@ export const OrdersApiFp = function(configuration?: Configuration) {
|
|
|
1408
1408
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1409
1409
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
1410
1410
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
1411
|
-
* @param {string} [start] Start of date range
|
|
1412
|
-
* @param {string} [end] End of date range
|
|
1413
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
1411
|
+
* @param {string} [start] Start of date range
|
|
1412
|
+
* @param {string} [end] End of date range
|
|
1413
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1414
1414
|
* @param {*} [options] Override http request option.
|
|
1415
1415
|
* @throws {RequiredError}
|
|
1416
1416
|
*/
|
|
@@ -1605,7 +1605,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
1605
1605
|
readonly start: string
|
|
1606
1606
|
|
|
1607
1607
|
/**
|
|
1608
|
-
* End of date range
|
|
1608
|
+
* End of date range
|
|
1609
1609
|
* @type {string}
|
|
1610
1610
|
* @memberof OrdersApiExportOrders
|
|
1611
1611
|
*/
|
|
@@ -1703,21 +1703,21 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
1703
1703
|
readonly statuses?: Array<Status>
|
|
1704
1704
|
|
|
1705
1705
|
/**
|
|
1706
|
-
* Start of date range
|
|
1706
|
+
* Start of date range
|
|
1707
1707
|
* @type {string}
|
|
1708
1708
|
* @memberof OrdersApiGetOrders
|
|
1709
1709
|
*/
|
|
1710
1710
|
readonly start?: string
|
|
1711
1711
|
|
|
1712
1712
|
/**
|
|
1713
|
-
* End of date range
|
|
1713
|
+
* End of date range
|
|
1714
1714
|
* @type {string}
|
|
1715
1715
|
* @memberof OrdersApiGetOrders
|
|
1716
1716
|
*/
|
|
1717
1717
|
readonly end?: string
|
|
1718
1718
|
|
|
1719
1719
|
/**
|
|
1720
|
-
*
|
|
1720
|
+
* Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1721
1721
|
* @type {'createdAt' | 'updatedAt' | 'statusChangedAt'}
|
|
1722
1722
|
* @memberof OrdersApiGetOrders
|
|
1723
1723
|
*/
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -941,7 +941,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
941
941
|
* @summary Export orders
|
|
942
942
|
* @param {string} project What project it is
|
|
943
943
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
944
|
-
* @param {string} [end] End of date range
|
|
944
|
+
* @param {string} [end] End of date range
|
|
945
945
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
946
946
|
* @param {*} [options] Override http request option.
|
|
947
947
|
* @throws {RequiredError}
|
|
@@ -967,9 +967,9 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
967
967
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
968
968
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
969
969
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
970
|
-
* @param {string} [start] Start of date range
|
|
971
|
-
* @param {string} [end] End of date range
|
|
972
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
970
|
+
* @param {string} [start] Start of date range
|
|
971
|
+
* @param {string} [end] End of date range
|
|
972
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
973
973
|
* @param {*} [options] Override http request option.
|
|
974
974
|
* @throws {RequiredError}
|
|
975
975
|
*/
|
|
@@ -1016,7 +1016,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1016
1016
|
* @summary Export orders
|
|
1017
1017
|
* @param {string} project What project it is
|
|
1018
1018
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
1019
|
-
* @param {string} [end] End of date range
|
|
1019
|
+
* @param {string} [end] End of date range
|
|
1020
1020
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1021
1021
|
* @param {*} [options] Override http request option.
|
|
1022
1022
|
* @throws {RequiredError}
|
|
@@ -1042,9 +1042,9 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1042
1042
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1043
1043
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
1044
1044
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
1045
|
-
* @param {string} [start] Start of date range
|
|
1046
|
-
* @param {string} [end] End of date range
|
|
1047
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
1045
|
+
* @param {string} [start] Start of date range
|
|
1046
|
+
* @param {string} [end] End of date range
|
|
1047
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1048
1048
|
* @param {*} [options] Override http request option.
|
|
1049
1049
|
* @throws {RequiredError}
|
|
1050
1050
|
*/
|
|
@@ -1204,7 +1204,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
1204
1204
|
*/
|
|
1205
1205
|
readonly start: string;
|
|
1206
1206
|
/**
|
|
1207
|
-
* End of date range
|
|
1207
|
+
* End of date range
|
|
1208
1208
|
* @type {string}
|
|
1209
1209
|
* @memberof OrdersApiExportOrders
|
|
1210
1210
|
*/
|
|
@@ -1290,19 +1290,19 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
1290
1290
|
*/
|
|
1291
1291
|
readonly statuses?: Array<Status>;
|
|
1292
1292
|
/**
|
|
1293
|
-
* Start of date range
|
|
1293
|
+
* Start of date range
|
|
1294
1294
|
* @type {string}
|
|
1295
1295
|
* @memberof OrdersApiGetOrders
|
|
1296
1296
|
*/
|
|
1297
1297
|
readonly start?: string;
|
|
1298
1298
|
/**
|
|
1299
|
-
* End of date range
|
|
1299
|
+
* End of date range
|
|
1300
1300
|
* @type {string}
|
|
1301
1301
|
* @memberof OrdersApiGetOrders
|
|
1302
1302
|
*/
|
|
1303
1303
|
readonly end?: string;
|
|
1304
1304
|
/**
|
|
1305
|
-
*
|
|
1305
|
+
* Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1306
1306
|
* @type {'createdAt' | 'updatedAt' | 'statusChangedAt'}
|
|
1307
1307
|
* @memberof OrdersApiGetOrders
|
|
1308
1308
|
*/
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders API
|
|
6
6
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.13.
|
|
8
|
+
* The version of the OpenAPI document: 1.13.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -200,7 +200,7 @@ const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
200
200
|
* @summary Export orders
|
|
201
201
|
* @param {string} project What project it is
|
|
202
202
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
203
|
-
* @param {string} [end] End of date range
|
|
203
|
+
* @param {string} [end] End of date range
|
|
204
204
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
205
205
|
* @param {*} [options] Override http request option.
|
|
206
206
|
* @throws {RequiredError}
|
|
@@ -303,9 +303,9 @@ const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
303
303
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
304
304
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
305
305
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
306
|
-
* @param {string} [start] Start of date range
|
|
307
|
-
* @param {string} [end] End of date range
|
|
308
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
306
|
+
* @param {string} [start] Start of date range
|
|
307
|
+
* @param {string} [end] End of date range
|
|
308
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
309
309
|
* @param {*} [options] Override http request option.
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
*/
|
|
@@ -439,7 +439,7 @@ const OrdersApiFp = function (configuration) {
|
|
|
439
439
|
* @summary Export orders
|
|
440
440
|
* @param {string} project What project it is
|
|
441
441
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
442
|
-
* @param {string} [end] End of date range
|
|
442
|
+
* @param {string} [end] End of date range
|
|
443
443
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
445
445
|
* @throws {RequiredError}
|
|
@@ -481,9 +481,9 @@ const OrdersApiFp = function (configuration) {
|
|
|
481
481
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
482
482
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
483
483
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
484
|
-
* @param {string} [start] Start of date range
|
|
485
|
-
* @param {string} [end] End of date range
|
|
486
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
484
|
+
* @param {string} [start] Start of date range
|
|
485
|
+
* @param {string} [end] End of date range
|
|
486
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
487
487
|
* @param {*} [options] Override http request option.
|
|
488
488
|
* @throws {RequiredError}
|
|
489
489
|
*/
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders API
|
|
6
6
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.13.
|
|
8
|
+
* The version of the OpenAPI document: 1.13.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders API
|
|
6
6
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.13.
|
|
8
|
+
* The version of the OpenAPI document: 1.13.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders API
|
|
6
6
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.13.
|
|
8
|
+
* The version of the OpenAPI document: 1.13.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -941,7 +941,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
941
941
|
* @summary Export orders
|
|
942
942
|
* @param {string} project What project it is
|
|
943
943
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
944
|
-
* @param {string} [end] End of date range
|
|
944
|
+
* @param {string} [end] End of date range
|
|
945
945
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
946
946
|
* @param {*} [options] Override http request option.
|
|
947
947
|
* @throws {RequiredError}
|
|
@@ -967,9 +967,9 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
967
967
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
968
968
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
969
969
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
970
|
-
* @param {string} [start] Start of date range
|
|
971
|
-
* @param {string} [end] End of date range
|
|
972
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
970
|
+
* @param {string} [start] Start of date range
|
|
971
|
+
* @param {string} [end] End of date range
|
|
972
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
973
973
|
* @param {*} [options] Override http request option.
|
|
974
974
|
* @throws {RequiredError}
|
|
975
975
|
*/
|
|
@@ -1016,7 +1016,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1016
1016
|
* @summary Export orders
|
|
1017
1017
|
* @param {string} project What project it is
|
|
1018
1018
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
1019
|
-
* @param {string} [end] End of date range
|
|
1019
|
+
* @param {string} [end] End of date range
|
|
1020
1020
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1021
1021
|
* @param {*} [options] Override http request option.
|
|
1022
1022
|
* @throws {RequiredError}
|
|
@@ -1042,9 +1042,9 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1042
1042
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
1043
1043
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
1044
1044
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
1045
|
-
* @param {string} [start] Start of date range
|
|
1046
|
-
* @param {string} [end] End of date range
|
|
1047
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
1045
|
+
* @param {string} [start] Start of date range
|
|
1046
|
+
* @param {string} [end] End of date range
|
|
1047
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1048
1048
|
* @param {*} [options] Override http request option.
|
|
1049
1049
|
* @throws {RequiredError}
|
|
1050
1050
|
*/
|
|
@@ -1204,7 +1204,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
1204
1204
|
*/
|
|
1205
1205
|
readonly start: string;
|
|
1206
1206
|
/**
|
|
1207
|
-
* End of date range
|
|
1207
|
+
* End of date range
|
|
1208
1208
|
* @type {string}
|
|
1209
1209
|
* @memberof OrdersApiExportOrders
|
|
1210
1210
|
*/
|
|
@@ -1290,19 +1290,19 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
1290
1290
|
*/
|
|
1291
1291
|
readonly statuses?: Array<Status>;
|
|
1292
1292
|
/**
|
|
1293
|
-
* Start of date range
|
|
1293
|
+
* Start of date range
|
|
1294
1294
|
* @type {string}
|
|
1295
1295
|
* @memberof OrdersApiGetOrders
|
|
1296
1296
|
*/
|
|
1297
1297
|
readonly start?: string;
|
|
1298
1298
|
/**
|
|
1299
|
-
* End of date range
|
|
1299
|
+
* End of date range
|
|
1300
1300
|
* @type {string}
|
|
1301
1301
|
* @memberof OrdersApiGetOrders
|
|
1302
1302
|
*/
|
|
1303
1303
|
readonly end?: string;
|
|
1304
1304
|
/**
|
|
1305
|
-
*
|
|
1305
|
+
* Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1306
1306
|
* @type {'createdAt' | 'updatedAt' | 'statusChangedAt'}
|
|
1307
1307
|
* @memberof OrdersApiGetOrders
|
|
1308
1308
|
*/
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -197,7 +197,7 @@ export const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
197
197
|
* @summary Export orders
|
|
198
198
|
* @param {string} project What project it is
|
|
199
199
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
200
|
-
* @param {string} [end] End of date range
|
|
200
|
+
* @param {string} [end] End of date range
|
|
201
201
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
@@ -300,9 +300,9 @@ export const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
300
300
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
301
301
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
302
302
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
303
|
-
* @param {string} [start] Start of date range
|
|
304
|
-
* @param {string} [end] End of date range
|
|
305
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
303
|
+
* @param {string} [start] Start of date range
|
|
304
|
+
* @param {string} [end] End of date range
|
|
305
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
306
306
|
* @param {*} [options] Override http request option.
|
|
307
307
|
* @throws {RequiredError}
|
|
308
308
|
*/
|
|
@@ -435,7 +435,7 @@ export const OrdersApiFp = function (configuration) {
|
|
|
435
435
|
* @summary Export orders
|
|
436
436
|
* @param {string} project What project it is
|
|
437
437
|
* @param {string} start Start of date range to filter by when orders were placed
|
|
438
|
-
* @param {string} [end] End of date range
|
|
438
|
+
* @param {string} [end] End of date range
|
|
439
439
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
440
440
|
* @param {*} [options] Override http request option.
|
|
441
441
|
* @throws {RequiredError}
|
|
@@ -477,9 +477,9 @@ export const OrdersApiFp = function (configuration) {
|
|
|
477
477
|
* @param {string} [search] Search term to filter based on order reference, customer name and email
|
|
478
478
|
* @param {Array<string>} [ids] Specify fulfillment IDs to list
|
|
479
479
|
* @param {Array<Status>} [statuses] Filter by fulfillment status
|
|
480
|
-
* @param {string} [start] Start of date range
|
|
481
|
-
* @param {string} [end] End of date range
|
|
482
|
-
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType]
|
|
480
|
+
* @param {string} [start] Start of date range
|
|
481
|
+
* @param {string} [end] End of date range
|
|
482
|
+
* @param {GetOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
483
483
|
* @param {*} [options] Override http request option.
|
|
484
484
|
* @throws {RequiredError}
|
|
485
485
|
*/
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
3
3
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.13.
|
|
5
|
+
* The version of the OpenAPI document: 1.13.1
|
|
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/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders API
|
|
6
6
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.13.
|
|
8
|
+
* The version of the OpenAPI document: 1.13.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
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
|
* Orders API
|
|
5
5
|
* Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.13.
|
|
7
|
+
* The version of the OpenAPI document: 1.13.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|