@teemill/orders 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/.openapi-generator/FILES +7 -25
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +3 -3
  4. package/api.ts +1539 -0
  5. package/base.ts +86 -0
  6. package/common.ts +150 -0
  7. package/configuration.ts +110 -0
  8. package/dist/api.d.ts +1116 -0
  9. package/dist/api.js +632 -0
  10. package/dist/base.d.ts +66 -0
  11. package/dist/base.js +65 -0
  12. package/dist/common.d.ts +65 -0
  13. package/dist/common.js +161 -0
  14. package/dist/configuration.d.ts +91 -0
  15. package/dist/configuration.js +43 -0
  16. package/dist/esm/api.d.ts +1116 -0
  17. package/dist/esm/api.js +625 -0
  18. package/dist/esm/base.d.ts +66 -0
  19. package/dist/esm/base.js +60 -0
  20. package/dist/esm/common.d.ts +65 -0
  21. package/dist/esm/common.js +149 -0
  22. package/dist/esm/configuration.d.ts +91 -0
  23. package/dist/esm/configuration.js +39 -0
  24. package/dist/{models/Status.d.ts → esm/index.d.ts} +3 -16
  25. package/dist/esm/index.js +15 -0
  26. package/dist/index.d.ts +13 -3
  27. package/dist/index.js +15 -5
  28. package/git_push.sh +57 -0
  29. package/{src/models/Status.ts → index.ts} +3 -26
  30. package/package.json +18 -4
  31. package/tsconfig.esm.json +7 -0
  32. package/tsconfig.json +4 -6
  33. package/dist/apis/OrdersApi.d.ts +0 -115
  34. package/dist/apis/OrdersApi.js +0 -531
  35. package/dist/apis/index.d.ts +0 -1
  36. package/dist/apis/index.js +0 -19
  37. package/dist/models/Address.d.ts +0 -73
  38. package/dist/models/Address.js +0 -67
  39. package/dist/models/ApiError.d.ts +0 -37
  40. package/dist/models/ApiError.js +0 -49
  41. package/dist/models/ConfirmOrderFulfillment.d.ts +0 -37
  42. package/dist/models/ConfirmOrderFulfillment.js +0 -51
  43. package/dist/models/ConfirmOrderRequest.d.ts +0 -32
  44. package/dist/models/ConfirmOrderRequest.js +0 -48
  45. package/dist/models/ConfirmOrderValidationError.d.ts +0 -47
  46. package/dist/models/ConfirmOrderValidationError.js +0 -60
  47. package/dist/models/ContactInformation.d.ts +0 -37
  48. package/dist/models/ContactInformation.js +0 -49
  49. package/dist/models/DeliveryEstimates.d.ts +0 -37
  50. package/dist/models/DeliveryEstimates.js +0 -47
  51. package/dist/models/ExportOrders202Response.d.ts +0 -31
  52. package/dist/models/ExportOrders202Response.js +0 -45
  53. package/dist/models/Fulfillment.d.ts +0 -71
  54. package/dist/models/Fulfillment.js +0 -61
  55. package/dist/models/FulfillmentItem.d.ts +0 -43
  56. package/dist/models/FulfillmentItem.js +0 -49
  57. package/dist/models/Order.d.ts +0 -135
  58. package/dist/models/Order.js +0 -90
  59. package/dist/models/OrderItem.d.ts +0 -75
  60. package/dist/models/OrderItem.js +0 -61
  61. package/dist/models/OrderItemTaxPrice.d.ts +0 -37
  62. package/dist/models/OrderItemTaxPrice.js +0 -47
  63. package/dist/models/OrderTracking.d.ts +0 -43
  64. package/dist/models/OrderTracking.js +0 -49
  65. package/dist/models/OrdersResponse.d.ts +0 -38
  66. package/dist/models/OrdersResponse.js +0 -48
  67. package/dist/models/Origin.d.ts +0 -37
  68. package/dist/models/Origin.js +0 -47
  69. package/dist/models/Price.d.ts +0 -37
  70. package/dist/models/Price.js +0 -47
  71. package/dist/models/ShippingMethod.d.ts +0 -75
  72. package/dist/models/ShippingMethod.js +0 -61
  73. package/dist/models/Status.js +0 -39
  74. package/dist/models/StatusHistoryItem.d.ts +0 -38
  75. package/dist/models/StatusHistoryItem.js +0 -48
  76. package/dist/models/index.d.ts +0 -20
  77. package/dist/models/index.js +0 -38
  78. package/dist/runtime.d.ts +0 -187
  79. package/dist/runtime.js +0 -565
  80. package/src/apis/OrdersApi.ts +0 -511
  81. package/src/apis/index.ts +0 -3
  82. package/src/index.ts +0 -5
  83. package/src/models/Address.ts +0 -120
  84. package/src/models/ApiError.ts +0 -69
  85. package/src/models/ConfirmOrderFulfillment.ts +0 -70
  86. package/src/models/ConfirmOrderRequest.ts +0 -68
  87. package/src/models/ConfirmOrderValidationError.ts +0 -83
  88. package/src/models/ContactInformation.ts +0 -69
  89. package/src/models/DeliveryEstimates.ts +0 -68
  90. package/src/models/ExportOrders202Response.ts +0 -60
  91. package/src/models/Fulfillment.ts +0 -133
  92. package/src/models/FulfillmentItem.ts +0 -76
  93. package/src/models/Order.ts +0 -239
  94. package/src/models/OrderItem.ts +0 -127
  95. package/src/models/OrderItemTaxPrice.ts +0 -68
  96. package/src/models/OrderTracking.ts +0 -76
  97. package/src/models/OrdersResponse.ts +0 -75
  98. package/src/models/Origin.ts +0 -68
  99. package/src/models/Price.ts +0 -68
  100. package/src/models/ShippingMethod.ts +0 -129
  101. package/src/models/StatusHistoryItem.ts +0 -75
  102. package/src/models/index.ts +0 -22
  103. package/src/runtime.ts +0 -441
@@ -1,239 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { Address } from './Address';
17
- import {
18
- AddressFromJSON,
19
- AddressFromJSONTyped,
20
- AddressToJSON,
21
- } from './Address';
22
- import type { ContactInformation } from './ContactInformation';
23
- import {
24
- ContactInformationFromJSON,
25
- ContactInformationFromJSONTyped,
26
- ContactInformationToJSON,
27
- } from './ContactInformation';
28
- import type { Fulfillment } from './Fulfillment';
29
- import {
30
- FulfillmentFromJSON,
31
- FulfillmentFromJSONTyped,
32
- FulfillmentToJSON,
33
- } from './Fulfillment';
34
- import type { OrderItem } from './OrderItem';
35
- import {
36
- OrderItemFromJSON,
37
- OrderItemFromJSONTyped,
38
- OrderItemToJSON,
39
- } from './OrderItem';
40
- import type { Origin } from './Origin';
41
- import {
42
- OriginFromJSON,
43
- OriginFromJSONTyped,
44
- OriginToJSON,
45
- } from './Origin';
46
- import type { Price } from './Price';
47
- import {
48
- PriceFromJSON,
49
- PriceFromJSONTyped,
50
- PriceToJSON,
51
- } from './Price';
52
- import type { Status } from './Status';
53
- import {
54
- StatusFromJSON,
55
- StatusFromJSONTyped,
56
- StatusToJSON,
57
- } from './Status';
58
- import type { StatusHistoryItem } from './StatusHistoryItem';
59
- import {
60
- StatusHistoryItemFromJSON,
61
- StatusHistoryItemFromJSONTyped,
62
- StatusHistoryItemToJSON,
63
- } from './StatusHistoryItem';
64
-
65
- /**
66
- *
67
- * @export
68
- * @interface Order
69
- */
70
- export interface Order {
71
- /**
72
- * Unique object identifier
73
- * @type {string}
74
- * @memberof Order
75
- */
76
- id?: string;
77
- /**
78
- * A reference to the resource location
79
- * @type {string}
80
- * @memberof Order
81
- */
82
- ref?: string;
83
- /**
84
- *
85
- * @type {Status}
86
- * @memberof Order
87
- */
88
- status?: Status;
89
- /**
90
- *
91
- * @type {ContactInformation}
92
- * @memberof Order
93
- */
94
- contactInformation: ContactInformation;
95
- /**
96
- *
97
- * @type {Address}
98
- * @memberof Order
99
- */
100
- shippingAddress: Address;
101
- /**
102
- * ISO 8601 Timestamp
103
- * @type {Date}
104
- * @memberof Order
105
- */
106
- createdAt?: Date;
107
- /**
108
- * ISO 8601 Timestamp
109
- * @type {Date}
110
- * @memberof Order
111
- */
112
- updatedAt?: Date;
113
- /**
114
- * A custom reference to the merchant's order that will be displayed on the shipping label.
115
- * @type {string}
116
- * @memberof Order
117
- */
118
- merchantReference?: string;
119
- /**
120
- *
121
- * @type {Array<Fulfillment>}
122
- * @memberof Order
123
- */
124
- readonly fulfillments?: Array<Fulfillment>;
125
- /**
126
- *
127
- * @type {Array<OrderItem>}
128
- * @memberof Order
129
- */
130
- items: Array<OrderItem>;
131
- /**
132
- *
133
- * @type {Price}
134
- * @memberof Order
135
- */
136
- totalPrice?: Price;
137
- /**
138
- *
139
- * @type {Price}
140
- * @memberof Order
141
- */
142
- taxPrice?: Price;
143
- /**
144
- *
145
- * @type {Price}
146
- * @memberof Order
147
- */
148
- subtotalPrice?: Price;
149
- /**
150
- *
151
- * @type {Price}
152
- * @memberof Order
153
- */
154
- discountPrice?: Price;
155
- /**
156
- *
157
- * @type {Price}
158
- * @memberof Order
159
- */
160
- shippingPrice?: Price;
161
- /**
162
- *
163
- * @type {Origin}
164
- * @memberof Order
165
- */
166
- origin?: Origin;
167
- /**
168
- *
169
- * @type {Array<StatusHistoryItem>}
170
- * @memberof Order
171
- */
172
- statusHistory?: Array<StatusHistoryItem>;
173
- }
174
-
175
- /**
176
- * Check if a given object implements the Order interface.
177
- */
178
- export function instanceOfOrder(value: object): boolean {
179
- if (!('contactInformation' in value)) return false;
180
- if (!('shippingAddress' in value)) return false;
181
- if (!('items' in value)) return false;
182
- return true;
183
- }
184
-
185
- export function OrderFromJSON(json: any): Order {
186
- return OrderFromJSONTyped(json, false);
187
- }
188
-
189
- export function OrderFromJSONTyped(json: any, ignoreDiscriminator: boolean): Order {
190
- if (json == null) {
191
- return json;
192
- }
193
- return {
194
-
195
- 'id': json['id'] == null ? undefined : json['id'],
196
- 'ref': json['ref'] == null ? undefined : json['ref'],
197
- 'status': json['status'] == null ? undefined : StatusFromJSON(json['status']),
198
- 'contactInformation': ContactInformationFromJSON(json['contactInformation']),
199
- 'shippingAddress': AddressFromJSON(json['shippingAddress']),
200
- 'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
201
- 'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
202
- 'merchantReference': json['merchantReference'] == null ? undefined : json['merchantReference'],
203
- 'fulfillments': json['fulfillments'] == null ? undefined : ((json['fulfillments'] as Array<any>).map(FulfillmentFromJSON)),
204
- 'items': ((json['items'] as Array<any>).map(OrderItemFromJSON)),
205
- 'totalPrice': json['totalPrice'] == null ? undefined : PriceFromJSON(json['totalPrice']),
206
- 'taxPrice': json['taxPrice'] == null ? undefined : PriceFromJSON(json['taxPrice']),
207
- 'subtotalPrice': json['subtotalPrice'] == null ? undefined : PriceFromJSON(json['subtotalPrice']),
208
- 'discountPrice': json['discountPrice'] == null ? undefined : PriceFromJSON(json['discountPrice']),
209
- 'shippingPrice': json['shippingPrice'] == null ? undefined : PriceFromJSON(json['shippingPrice']),
210
- 'origin': json['origin'] == null ? undefined : OriginFromJSON(json['origin']),
211
- 'statusHistory': json['statusHistory'] == null ? undefined : ((json['statusHistory'] as Array<any>).map(StatusHistoryItemFromJSON)),
212
- };
213
- }
214
-
215
- export function OrderToJSON(value?: Order | null): any {
216
- if (value == null) {
217
- return value;
218
- }
219
- return {
220
-
221
- 'id': value['id'],
222
- 'ref': value['ref'],
223
- 'status': StatusToJSON(value['status']),
224
- 'contactInformation': ContactInformationToJSON(value['contactInformation']),
225
- 'shippingAddress': AddressToJSON(value['shippingAddress']),
226
- 'createdAt': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
227
- 'updatedAt': value['updatedAt'] == null ? undefined : ((value['updatedAt']).toISOString()),
228
- 'merchantReference': value['merchantReference'],
229
- 'items': ((value['items'] as Array<any>).map(OrderItemToJSON)),
230
- 'totalPrice': PriceToJSON(value['totalPrice']),
231
- 'taxPrice': PriceToJSON(value['taxPrice']),
232
- 'subtotalPrice': PriceToJSON(value['subtotalPrice']),
233
- 'discountPrice': PriceToJSON(value['discountPrice']),
234
- 'shippingPrice': PriceToJSON(value['shippingPrice']),
235
- 'origin': OriginToJSON(value['origin']),
236
- 'statusHistory': value['statusHistory'] == null ? undefined : ((value['statusHistory'] as Array<any>).map(StatusHistoryItemToJSON)),
237
- };
238
- }
239
-
@@ -1,127 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { OrderItemTaxPrice } from './OrderItemTaxPrice';
17
- import {
18
- OrderItemTaxPriceFromJSON,
19
- OrderItemTaxPriceFromJSONTyped,
20
- OrderItemTaxPriceToJSON,
21
- } from './OrderItemTaxPrice';
22
- import type { Price } from './Price';
23
- import {
24
- PriceFromJSON,
25
- PriceFromJSONTyped,
26
- PriceToJSON,
27
- } from './Price';
28
-
29
- /**
30
- *
31
- * @export
32
- * @interface OrderItem
33
- */
34
- export interface OrderItem {
35
- /**
36
- * Unique object identifier
37
- * @type {string}
38
- * @memberof OrderItem
39
- */
40
- readonly id?: string;
41
- /**
42
- * Reference URL to the order item variant
43
- * @type {string}
44
- * @memberof OrderItem
45
- */
46
- variantRef: string;
47
- /**
48
- *
49
- * @type {number}
50
- * @memberof OrderItem
51
- */
52
- quantity: number;
53
- /**
54
- *
55
- * @type {Price}
56
- * @memberof OrderItem
57
- */
58
- readonly totalPrice?: Price;
59
- /**
60
- *
61
- * @type {OrderItemTaxPrice}
62
- * @memberof OrderItem
63
- */
64
- taxPrice?: OrderItemTaxPrice;
65
- /**
66
- *
67
- * @type {Price}
68
- * @memberof OrderItem
69
- */
70
- readonly subtotalPrice?: Price;
71
- /**
72
- *
73
- * @type {Price}
74
- * @memberof OrderItem
75
- */
76
- readonly discountPrice?: Price;
77
- /**
78
- * The price you charged the recipient for each item. It's highly recommended if you have international orders as it aids customs issues.
79
- * @type {Price}
80
- * @memberof OrderItem
81
- */
82
- recipientCost?: Price;
83
- }
84
-
85
- /**
86
- * Check if a given object implements the OrderItem interface.
87
- */
88
- export function instanceOfOrderItem(value: object): boolean {
89
- if (!('variantRef' in value)) return false;
90
- if (!('quantity' in value)) return false;
91
- return true;
92
- }
93
-
94
- export function OrderItemFromJSON(json: any): OrderItem {
95
- return OrderItemFromJSONTyped(json, false);
96
- }
97
-
98
- export function OrderItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderItem {
99
- if (json == null) {
100
- return json;
101
- }
102
- return {
103
-
104
- 'id': json['id'] == null ? undefined : json['id'],
105
- 'variantRef': json['variantRef'],
106
- 'quantity': json['quantity'],
107
- 'totalPrice': json['totalPrice'] == null ? undefined : PriceFromJSON(json['totalPrice']),
108
- 'taxPrice': json['taxPrice'] == null ? undefined : OrderItemTaxPriceFromJSON(json['taxPrice']),
109
- 'subtotalPrice': json['subtotalPrice'] == null ? undefined : PriceFromJSON(json['subtotalPrice']),
110
- 'discountPrice': json['discountPrice'] == null ? undefined : PriceFromJSON(json['discountPrice']),
111
- 'recipientCost': json['recipientCost'] == null ? undefined : PriceFromJSON(json['recipientCost']),
112
- };
113
- }
114
-
115
- export function OrderItemToJSON(value?: OrderItem | null): any {
116
- if (value == null) {
117
- return value;
118
- }
119
- return {
120
-
121
- 'variantRef': value['variantRef'],
122
- 'quantity': value['quantity'],
123
- 'taxPrice': OrderItemTaxPriceToJSON(value['taxPrice']),
124
- 'recipientCost': PriceToJSON(value['recipientCost']),
125
- };
126
- }
127
-
@@ -1,68 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- /**
17
- * This is an estimate until the order has been confirmed
18
- * @export
19
- * @interface OrderItemTaxPrice
20
- */
21
- export interface OrderItemTaxPrice {
22
- /**
23
- * Price including tax in the specified currency.
24
- * @type {string}
25
- * @memberof OrderItemTaxPrice
26
- */
27
- amount?: string;
28
- /**
29
- * Currency code for the currency the price is valued in.
30
- * @type {string}
31
- * @memberof OrderItemTaxPrice
32
- */
33
- currencyCode?: string;
34
- }
35
-
36
- /**
37
- * Check if a given object implements the OrderItemTaxPrice interface.
38
- */
39
- export function instanceOfOrderItemTaxPrice(value: object): boolean {
40
- return true;
41
- }
42
-
43
- export function OrderItemTaxPriceFromJSON(json: any): OrderItemTaxPrice {
44
- return OrderItemTaxPriceFromJSONTyped(json, false);
45
- }
46
-
47
- export function OrderItemTaxPriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderItemTaxPrice {
48
- if (json == null) {
49
- return json;
50
- }
51
- return {
52
-
53
- 'amount': json['amount'] == null ? undefined : json['amount'],
54
- 'currencyCode': json['currencyCode'] == null ? undefined : json['currencyCode'],
55
- };
56
- }
57
-
58
- export function OrderItemTaxPriceToJSON(value?: OrderItemTaxPrice | null): any {
59
- if (value == null) {
60
- return value;
61
- }
62
- return {
63
-
64
- 'amount': value['amount'],
65
- 'currencyCode': value['currencyCode'],
66
- };
67
- }
68
-
@@ -1,76 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- /**
17
- *
18
- * @export
19
- * @interface OrderTracking
20
- */
21
- export interface OrderTracking {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof OrderTracking
26
- */
27
- courier?: string;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof OrderTracking
32
- */
33
- code?: string;
34
- /**
35
- *
36
- * @type {string}
37
- * @memberof OrderTracking
38
- */
39
- url?: string;
40
- }
41
-
42
- /**
43
- * Check if a given object implements the OrderTracking interface.
44
- */
45
- export function instanceOfOrderTracking(value: object): boolean {
46
- return true;
47
- }
48
-
49
- export function OrderTrackingFromJSON(json: any): OrderTracking {
50
- return OrderTrackingFromJSONTyped(json, false);
51
- }
52
-
53
- export function OrderTrackingFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderTracking {
54
- if (json == null) {
55
- return json;
56
- }
57
- return {
58
-
59
- 'courier': json['courier'] == null ? undefined : json['courier'],
60
- 'code': json['code'] == null ? undefined : json['code'],
61
- 'url': json['url'] == null ? undefined : json['url'],
62
- };
63
- }
64
-
65
- export function OrderTrackingToJSON(value?: OrderTracking | null): any {
66
- if (value == null) {
67
- return value;
68
- }
69
- return {
70
-
71
- 'courier': value['courier'],
72
- 'code': value['code'],
73
- 'url': value['url'],
74
- };
75
- }
76
-
@@ -1,75 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- import type { Order } from './Order';
17
- import {
18
- OrderFromJSON,
19
- OrderFromJSONTyped,
20
- OrderToJSON,
21
- } from './Order';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface OrdersResponse
27
- */
28
- export interface OrdersResponse {
29
- /**
30
- *
31
- * @type {Array<Order>}
32
- * @memberof OrdersResponse
33
- */
34
- orders?: Array<Order>;
35
- /**
36
- *
37
- * @type {number}
38
- * @memberof OrdersResponse
39
- */
40
- nextPageToken?: number;
41
- }
42
-
43
- /**
44
- * Check if a given object implements the OrdersResponse interface.
45
- */
46
- export function instanceOfOrdersResponse(value: object): boolean {
47
- return true;
48
- }
49
-
50
- export function OrdersResponseFromJSON(json: any): OrdersResponse {
51
- return OrdersResponseFromJSONTyped(json, false);
52
- }
53
-
54
- export function OrdersResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrdersResponse {
55
- if (json == null) {
56
- return json;
57
- }
58
- return {
59
-
60
- 'orders': json['orders'] == null ? undefined : ((json['orders'] as Array<any>).map(OrderFromJSON)),
61
- 'nextPageToken': json['nextPageToken'] == null ? undefined : json['nextPageToken'],
62
- };
63
- }
64
-
65
- export function OrdersResponseToJSON(value?: OrdersResponse | null): any {
66
- if (value == null) {
67
- return value;
68
- }
69
- return {
70
-
71
- 'orders': value['orders'] == null ? undefined : ((value['orders'] as Array<any>).map(OrderToJSON)),
72
- 'nextPageToken': value['nextPageToken'],
73
- };
74
- }
75
-
@@ -1,68 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Orders API
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
- *
7
- * The version of the OpenAPI document: 1.6.0
8
- * Contact: hello@teemill.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- /**
17
- *
18
- * @export
19
- * @interface Origin
20
- */
21
- export interface Origin {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof Origin
26
- */
27
- code?: string;
28
- /**
29
- *
30
- * @type {boolean}
31
- * @memberof Origin
32
- */
33
- isPaid?: boolean;
34
- }
35
-
36
- /**
37
- * Check if a given object implements the Origin interface.
38
- */
39
- export function instanceOfOrigin(value: object): boolean {
40
- return true;
41
- }
42
-
43
- export function OriginFromJSON(json: any): Origin {
44
- return OriginFromJSONTyped(json, false);
45
- }
46
-
47
- export function OriginFromJSONTyped(json: any, ignoreDiscriminator: boolean): Origin {
48
- if (json == null) {
49
- return json;
50
- }
51
- return {
52
-
53
- 'code': json['code'] == null ? undefined : json['code'],
54
- 'isPaid': json['isPaid'] == null ? undefined : json['isPaid'],
55
- };
56
- }
57
-
58
- export function OriginToJSON(value?: Origin | null): any {
59
- if (value == null) {
60
- return value;
61
- }
62
- return {
63
-
64
- 'code': value['code'],
65
- 'isPaid': value['isPaid'],
66
- };
67
- }
68
-