@augno/sdk 0.12.7 → 0.13.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/CHANGELOG.md +7 -4
- package/client.d.mts +2 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +2 -2
- package/client.d.ts.map +1 -1
- package/client.js.map +1 -1
- package/client.mjs +1 -1
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/catalog/catalog.d.mts +4 -4
- package/resources/catalog/catalog.d.mts.map +1 -1
- package/resources/catalog/catalog.d.ts +4 -4
- package/resources/catalog/catalog.d.ts.map +1 -1
- package/resources/catalog/catalog.js.map +1 -1
- package/resources/catalog/catalog.mjs.map +1 -1
- package/resources/catalog/index.d.mts +2 -2
- package/resources/catalog/index.d.mts.map +1 -1
- package/resources/catalog/index.d.ts +2 -2
- package/resources/catalog/index.d.ts.map +1 -1
- package/resources/catalog/index.js.map +1 -1
- package/resources/catalog/index.mjs.map +1 -1
- package/resources/catalog/items/index.d.mts +1 -1
- package/resources/catalog/items/index.d.mts.map +1 -1
- package/resources/catalog/items/index.d.ts +1 -1
- package/resources/catalog/items/index.d.ts.map +1 -1
- package/resources/catalog/items/index.js.map +1 -1
- package/resources/catalog/items/index.mjs.map +1 -1
- package/resources/catalog/items/items.d.mts +77 -1
- package/resources/catalog/items/items.d.mts.map +1 -1
- package/resources/catalog/items/items.d.ts +77 -1
- package/resources/catalog/items/items.d.ts.map +1 -1
- package/resources/catalog/items/items.js +29 -0
- package/resources/catalog/items/items.js.map +1 -1
- package/resources/catalog/items/items.mjs +29 -0
- package/resources/catalog/items/items.mjs.map +1 -1
- package/resources/catalog/product-lines.d.mts +42 -8
- package/resources/catalog/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines.d.ts +42 -8
- package/resources/catalog/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines.js +3 -3
- package/resources/catalog/product-lines.js.map +1 -1
- package/resources/catalog/product-lines.mjs +3 -3
- package/resources/catalog/product-lines.mjs.map +1 -1
- package/resources/catalog/products.d.mts +2 -2
- package/resources/catalog/products.d.ts +2 -2
- package/resources/catalog/products.js +2 -2
- package/resources/catalog/products.mjs +2 -2
- package/resources/core/analytics.d.mts +547 -0
- package/resources/core/analytics.d.mts.map +1 -0
- package/resources/core/analytics.d.ts +547 -0
- package/resources/core/analytics.d.ts.map +1 -0
- package/resources/core/analytics.js +67 -0
- package/resources/core/analytics.js.map +1 -0
- package/resources/core/analytics.mjs +63 -0
- package/resources/core/analytics.mjs.map +1 -0
- package/resources/core/audit-events.d.mts +4 -4
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +4 -4
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +6 -2
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +6 -2
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js +4 -0
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs +4 -0
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/index.d.mts +1 -0
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +1 -0
- package/resources/core/index.d.ts.map +1 -1
- package/resources/core/index.js +3 -1
- package/resources/core/index.js.map +1 -1
- package/resources/core/index.mjs +1 -0
- package/resources/core/index.mjs.map +1 -1
- package/resources/index.d.mts +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/messaging/conversations/conversations.d.mts +3 -3
- package/resources/messaging/conversations/conversations.d.mts.map +1 -1
- package/resources/messaging/conversations/conversations.d.ts +3 -3
- package/resources/messaging/conversations/conversations.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.js.map +1 -1
- package/resources/messaging/conversations/conversations.mjs.map +1 -1
- package/resources/messaging/conversations/links.d.mts +2 -2
- package/resources/messaging/conversations/links.d.mts.map +1 -1
- package/resources/messaging/conversations/links.d.ts +2 -2
- package/resources/messaging/conversations/links.d.ts.map +1 -1
- package/resources/messaging/conversations/messages.d.mts +2 -2
- package/resources/messaging/conversations/messages.d.mts.map +1 -1
- package/resources/messaging/conversations/messages.d.ts +2 -2
- package/resources/messaging/conversations/messages.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.d.mts +2 -2
- package/resources/messaging/notifications/notifications.d.mts.map +1 -1
- package/resources/messaging/notifications/notifications.d.ts +2 -2
- package/resources/messaging/notifications/notifications.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.js.map +1 -1
- package/resources/messaging/notifications/notifications.mjs.map +1 -1
- package/resources/operations/demand-overrides.d.mts +463 -0
- package/resources/operations/demand-overrides.d.mts.map +1 -0
- package/resources/operations/demand-overrides.d.ts +463 -0
- package/resources/operations/demand-overrides.d.ts.map +1 -0
- package/resources/operations/demand-overrides.js +118 -0
- package/resources/operations/demand-overrides.js.map +1 -0
- package/resources/operations/demand-overrides.mjs +114 -0
- package/resources/operations/demand-overrides.mjs.map +1 -0
- package/resources/operations/index.d.mts +5 -1
- package/resources/operations/index.d.mts.map +1 -1
- package/resources/operations/index.d.ts +5 -1
- package/resources/operations/index.d.ts.map +1 -1
- package/resources/operations/index.js +9 -1
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs +5 -1
- package/resources/operations/index.mjs.map +1 -1
- package/resources/operations/machine-downtime-events.d.mts +424 -0
- package/resources/operations/machine-downtime-events.d.mts.map +1 -0
- package/resources/operations/machine-downtime-events.d.ts +424 -0
- package/resources/operations/machine-downtime-events.d.ts.map +1 -0
- package/resources/operations/machine-downtime-events.js +110 -0
- package/resources/operations/machine-downtime-events.js.map +1 -0
- package/resources/operations/machine-downtime-events.mjs +106 -0
- package/resources/operations/machine-downtime-events.mjs.map +1 -0
- package/resources/operations/operations.d.mts +444 -0
- package/resources/operations/operations.d.mts.map +1 -1
- package/resources/operations/operations.d.ts +444 -0
- package/resources/operations/operations.d.ts.map +1 -1
- package/resources/operations/operations.js +89 -0
- package/resources/operations/operations.js.map +1 -1
- package/resources/operations/operations.mjs +89 -0
- package/resources/operations/operations.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/index.d.mts +3 -0
- package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/index.d.ts +3 -0
- package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/index.js +9 -0
- package/resources/operations/production-schedule-settings/index.js.map +1 -0
- package/resources/operations/production-schedule-settings/index.mjs +4 -0
- package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +470 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +470 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js +88 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +83 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.mts +176 -0
- package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.d.ts +176 -0
- package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/resources.js +74 -0
- package/resources/operations/production-schedule-settings/resources.js.map +1 -0
- package/resources/operations/production-schedule-settings/resources.mjs +70 -0
- package/resources/operations/production-schedule-settings/resources.mjs.map +1 -0
- package/resources/operations/production-schedule-settings.d.mts +2 -0
- package/resources/operations/production-schedule-settings.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings.d.ts +2 -0
- package/resources/operations/production-schedule-settings.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings.js +6 -0
- package/resources/operations/production-schedule-settings.js.map +1 -0
- package/resources/operations/production-schedule-settings.mjs +3 -0
- package/resources/operations/production-schedule-settings.mjs.map +1 -0
- package/resources/operations/production-schedules/actions.d.mts +668 -0
- package/resources/operations/production-schedules/actions.d.mts.map +1 -0
- package/resources/operations/production-schedules/actions.d.ts +668 -0
- package/resources/operations/production-schedules/actions.d.ts.map +1 -0
- package/resources/operations/production-schedules/actions.js +181 -0
- package/resources/operations/production-schedules/actions.js.map +1 -0
- package/resources/operations/production-schedules/actions.mjs +177 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -0
- package/resources/operations/production-schedules/index.d.mts +4 -0
- package/resources/operations/production-schedules/index.d.mts.map +1 -0
- package/resources/operations/production-schedules/index.d.ts +4 -0
- package/resources/operations/production-schedules/index.d.ts.map +1 -0
- package/resources/operations/production-schedules/index.js +11 -0
- package/resources/operations/production-schedules/index.js.map +1 -0
- package/resources/operations/production-schedules/index.mjs +5 -0
- package/resources/operations/production-schedules/index.mjs.map +1 -0
- package/resources/operations/production-schedules/lines.d.mts +420 -0
- package/resources/operations/production-schedules/lines.d.mts.map +1 -0
- package/resources/operations/production-schedules/lines.d.ts +420 -0
- package/resources/operations/production-schedules/lines.d.ts.map +1 -0
- package/resources/operations/production-schedules/lines.js +106 -0
- package/resources/operations/production-schedules/lines.js.map +1 -0
- package/resources/operations/production-schedules/lines.mjs +102 -0
- package/resources/operations/production-schedules/lines.mjs.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.mts +1177 -0
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.d.ts +1177 -0
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules/production-schedules.js +238 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules/production-schedules.mjs +233 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -0
- package/resources/operations/production-schedules.d.mts +2 -0
- package/resources/operations/production-schedules.d.mts.map +1 -0
- package/resources/operations/production-schedules.d.ts +2 -0
- package/resources/operations/production-schedules.d.ts.map +1 -0
- package/resources/operations/production-schedules.js +6 -0
- package/resources/operations/production-schedules.js.map +1 -0
- package/resources/operations/production-schedules.mjs +3 -0
- package/resources/operations/production-schedules.mjs.map +1 -0
- package/resources/operations/shipping-terms.d.mts +9 -8
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +9 -8
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/operations/shipping-terms.js.map +1 -1
- package/resources/operations/shipping-terms.mjs.map +1 -1
- package/resources/sales/customers/customers.d.mts +6 -18
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +6 -18
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/customers/index.d.mts +1 -1
- package/resources/sales/customers/index.d.mts.map +1 -1
- package/resources/sales/customers/index.d.ts +1 -1
- package/resources/sales/customers/index.d.ts.map +1 -1
- package/resources/sales/customers/index.js.map +1 -1
- package/resources/sales/customers/index.mjs.map +1 -1
- package/resources/sales/index.d.mts +1 -1
- package/resources/sales/index.d.mts.map +1 -1
- package/resources/sales/index.d.ts +1 -1
- package/resources/sales/index.d.ts.map +1 -1
- package/resources/sales/index.js.map +1 -1
- package/resources/sales/index.mjs.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.mts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.ts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.mts +3 -2
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +3 -2
- package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.js.map +1 -1
- package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
- package/resources/sales/sales.d.mts +2 -2
- package/resources/sales/sales.d.mts.map +1 -1
- package/resources/sales/sales.d.ts +2 -2
- package/resources/sales/sales.d.ts.map +1 -1
- package/resources/sales/sales.js.map +1 -1
- package/resources/sales/sales.mjs.map +1 -1
- package/src/client.ts +30 -2
- package/src/resources/catalog/catalog.ts +6 -0
- package/src/resources/catalog/index.ts +3 -0
- package/src/resources/catalog/items/index.ts +2 -0
- package/src/resources/catalog/items/items.ts +92 -0
- package/src/resources/catalog/product-lines.ts +49 -7
- package/src/resources/catalog/products.ts +2 -2
- package/src/resources/core/analytics.ts +677 -0
- package/src/resources/core/audit-events.ts +84 -0
- package/src/resources/core/core.ts +82 -0
- package/src/resources/core/index.ts +18 -0
- package/src/resources/index.ts +15 -1
- package/src/resources/messaging/conversations/conversations.ts +63 -0
- package/src/resources/messaging/conversations/links.ts +42 -0
- package/src/resources/messaging/conversations/messages.ts +42 -0
- package/src/resources/messaging/notifications/notifications.ts +42 -0
- package/src/resources/operations/demand-overrides.ts +626 -0
- package/src/resources/operations/index.ts +72 -1
- package/src/resources/operations/machine-downtime-events.ts +584 -0
- package/src/resources/operations/operations.ts +673 -0
- package/src/resources/operations/production-schedule-settings/index.ts +15 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +595 -0
- package/src/resources/operations/production-schedule-settings/resources.ts +217 -0
- package/src/resources/operations/production-schedule-settings.ts +3 -0
- package/src/resources/operations/production-schedules/actions.ts +835 -0
- package/src/resources/operations/production-schedules/index.ts +64 -0
- package/src/resources/operations/production-schedules/lines.ts +584 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +1548 -0
- package/src/resources/operations/production-schedules.ts +3 -0
- package/src/resources/operations/shipping-terms.ts +9 -8
- package/src/resources/sales/customers/customers.ts +5 -20
- package/src/resources/sales/customers/index.ts +0 -1
- package/src/resources/sales/index.ts +0 -1
- package/src/resources/sales/sales-orders/lines/lines.ts +5 -5
- package/src/resources/sales/sales-orders/sales-orders.ts +3 -2
- package/src/resources/sales/sales.ts +0 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as ProductLinesAPI from '../catalog/product-lines';
|
|
4
5
|
import * as APIKeysAPI from '../auth/api-keys/api-keys';
|
|
5
6
|
import * as CustomersAPI from '../sales/customers/customers';
|
|
6
7
|
import { APIPromise } from '../../core/api-promise';
|
|
@@ -168,7 +169,7 @@ export interface CreateShippingTermRequest {
|
|
|
168
169
|
/**
|
|
169
170
|
* A value with an associated unit, used in create and update requests.
|
|
170
171
|
*/
|
|
171
|
-
flat_rate?:
|
|
172
|
+
flat_rate?: ProductLinesAPI.QuantityInput;
|
|
172
173
|
|
|
173
174
|
/**
|
|
174
175
|
* IDs of service levels that ship for free under this term (typically once
|
|
@@ -179,7 +180,7 @@ export interface CreateShippingTermRequest {
|
|
|
179
180
|
/**
|
|
180
181
|
* A value with an associated unit, used in create and update requests.
|
|
181
182
|
*/
|
|
182
|
-
minimum_order_value?:
|
|
183
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput;
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
/**
|
|
@@ -213,7 +214,7 @@ export interface UpdateShippingTermRequest {
|
|
|
213
214
|
/**
|
|
214
215
|
* A value with an associated unit, used in create and update requests.
|
|
215
216
|
*/
|
|
216
|
-
flat_rate?:
|
|
217
|
+
flat_rate?: ProductLinesAPI.QuantityInput | null;
|
|
217
218
|
|
|
218
219
|
/**
|
|
219
220
|
* IDs of service levels that ship for free under this term (typically once
|
|
@@ -226,7 +227,7 @@ export interface UpdateShippingTermRequest {
|
|
|
226
227
|
/**
|
|
227
228
|
* A value with an associated unit, used in create and update requests.
|
|
228
229
|
*/
|
|
229
|
-
minimum_order_value?:
|
|
230
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput | null;
|
|
230
231
|
|
|
231
232
|
/**
|
|
232
233
|
* Human-readable name for the shipping term, used to identify it when assigning
|
|
@@ -318,7 +319,7 @@ export interface ShippingTermCreateParams {
|
|
|
318
319
|
/**
|
|
319
320
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
320
321
|
*/
|
|
321
|
-
flat_rate?:
|
|
322
|
+
flat_rate?: ProductLinesAPI.QuantityInput;
|
|
322
323
|
|
|
323
324
|
/**
|
|
324
325
|
* Body param: IDs of service levels that ship for free under this term (typically
|
|
@@ -329,7 +330,7 @@ export interface ShippingTermCreateParams {
|
|
|
329
330
|
/**
|
|
330
331
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
331
332
|
*/
|
|
332
|
-
minimum_order_value?:
|
|
333
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput;
|
|
333
334
|
}
|
|
334
335
|
|
|
335
336
|
export interface ShippingTermUpdateParams {
|
|
@@ -344,7 +345,7 @@ export interface ShippingTermUpdateParams {
|
|
|
344
345
|
/**
|
|
345
346
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
346
347
|
*/
|
|
347
|
-
flat_rate?:
|
|
348
|
+
flat_rate?: ProductLinesAPI.QuantityInput | null;
|
|
348
349
|
|
|
349
350
|
/**
|
|
350
351
|
* Body param: IDs of service levels that ship for free under this term (typically
|
|
@@ -357,7 +358,7 @@ export interface ShippingTermUpdateParams {
|
|
|
357
358
|
/**
|
|
358
359
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
359
360
|
*/
|
|
360
|
-
minimum_order_value?:
|
|
361
|
+
minimum_order_value?: ProductLinesAPI.QuantityInput | null;
|
|
361
362
|
|
|
362
363
|
/**
|
|
363
364
|
* Body param: Human-readable name for the shipping term, used to identify it when
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import * as ProductLinesAPI from '../../catalog/product-lines';
|
|
4
5
|
import * as BlocksAPI from '../../messaging/blocks';
|
|
5
6
|
import * as AccountGroupsAPI from '../account-groups';
|
|
6
7
|
import * as AddressesAPI from '../addresses';
|
|
@@ -320,7 +321,7 @@ export interface CreateCustomerRequest {
|
|
|
320
321
|
/**
|
|
321
322
|
* A value with an associated unit, used in create and update requests.
|
|
322
323
|
*/
|
|
323
|
-
credit_limit?: QuantityInput;
|
|
324
|
+
credit_limit?: ProductLinesAPI.QuantityInput;
|
|
324
325
|
|
|
325
326
|
/**
|
|
326
327
|
* IDs of the account groups of type `pricing_group` to assign to this customer,
|
|
@@ -735,21 +736,6 @@ export interface PaymentTerm {
|
|
|
735
736
|
updated_at: string;
|
|
736
737
|
}
|
|
737
738
|
|
|
738
|
-
/**
|
|
739
|
-
* A value with an associated unit, used in create and update requests.
|
|
740
|
-
*/
|
|
741
|
-
export interface QuantityInput {
|
|
742
|
-
/**
|
|
743
|
-
* ID of the unit of measure for the value.
|
|
744
|
-
*/
|
|
745
|
-
unit_id: string;
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* Decimal value, as a string to preserve precision.
|
|
749
|
-
*/
|
|
750
|
-
value: string;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
739
|
/**
|
|
754
740
|
* Shipping service level for a carrier.
|
|
755
741
|
*/
|
|
@@ -906,7 +892,7 @@ export interface UpdateCustomerRequest {
|
|
|
906
892
|
/**
|
|
907
893
|
* A value with an associated unit, used in create and update requests.
|
|
908
894
|
*/
|
|
909
|
-
credit_limit?: QuantityInput | null;
|
|
895
|
+
credit_limit?: ProductLinesAPI.QuantityInput | null;
|
|
910
896
|
|
|
911
897
|
/**
|
|
912
898
|
* IDs of the account groups of type `pricing_group` to assign to this customer,
|
|
@@ -1274,7 +1260,7 @@ export interface CustomerCreateParams {
|
|
|
1274
1260
|
/**
|
|
1275
1261
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
1276
1262
|
*/
|
|
1277
|
-
credit_limit?: QuantityInput;
|
|
1263
|
+
credit_limit?: ProductLinesAPI.QuantityInput;
|
|
1278
1264
|
|
|
1279
1265
|
/**
|
|
1280
1266
|
* Body param: IDs of the account groups of type `pricing_group` to assign to this
|
|
@@ -1411,7 +1397,7 @@ export interface CustomerUpdateParams {
|
|
|
1411
1397
|
/**
|
|
1412
1398
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
1413
1399
|
*/
|
|
1414
|
-
credit_limit?: QuantityInput | null;
|
|
1400
|
+
credit_limit?: ProductLinesAPI.QuantityInput | null;
|
|
1415
1401
|
|
|
1416
1402
|
/**
|
|
1417
1403
|
* Body param: IDs of the account groups of type `pricing_group` to assign to this
|
|
@@ -1536,7 +1522,6 @@ export declare namespace Customers {
|
|
|
1536
1522
|
type ListCustomer as ListCustomer,
|
|
1537
1523
|
type ListServiceLevel as ListServiceLevel,
|
|
1538
1524
|
type PaymentTerm as PaymentTerm,
|
|
1539
|
-
type QuantityInput as QuantityInput,
|
|
1540
1525
|
type ServiceLevel as ServiceLevel,
|
|
1541
1526
|
type ShippingTerm as ShippingTerm,
|
|
1542
1527
|
type UpdateCustomerRequest as UpdateCustomerRequest,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../../core/resource';
|
|
4
4
|
import * as MaterialsAPI from '../../../catalog/materials';
|
|
5
|
-
import * as
|
|
5
|
+
import * as ProductLinesAPI from '../../../catalog/product-lines';
|
|
6
6
|
import * as SalesOrdersAPI from '../sales-orders';
|
|
7
7
|
import * as ActionsAPI from './actions';
|
|
8
8
|
import {
|
|
@@ -134,7 +134,7 @@ export interface CreateSalesOrderLineRequest {
|
|
|
134
134
|
/**
|
|
135
135
|
* A value with an associated unit, used in create and update requests.
|
|
136
136
|
*/
|
|
137
|
-
quantity:
|
|
137
|
+
quantity: ProductLinesAPI.QuantityInput;
|
|
138
138
|
|
|
139
139
|
/**
|
|
140
140
|
* The product description recorded on the line.
|
|
@@ -165,7 +165,7 @@ export interface UpdateSalesOrderLineRequest {
|
|
|
165
165
|
/**
|
|
166
166
|
* A value with an associated unit, used in create and update requests.
|
|
167
167
|
*/
|
|
168
|
-
quantity?:
|
|
168
|
+
quantity?: ProductLinesAPI.QuantityInput;
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
171
|
* A rate value with its numerator and denominator units, used in create and update
|
|
@@ -196,7 +196,7 @@ export interface LineCreateParams {
|
|
|
196
196
|
/**
|
|
197
197
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
198
198
|
*/
|
|
199
|
-
quantity:
|
|
199
|
+
quantity: ProductLinesAPI.QuantityInput;
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
202
|
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
@@ -241,7 +241,7 @@ export interface LineUpdateParams {
|
|
|
241
241
|
/**
|
|
242
242
|
* Body param: A value with an associated unit, used in create and update requests.
|
|
243
243
|
*/
|
|
244
|
-
quantity?:
|
|
244
|
+
quantity?: ProductLinesAPI.QuantityInput;
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
* Body param: A rate value with its numerator and denominator units, used in
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
4
|
import * as MaterialsAPI from '../../catalog/materials';
|
|
5
|
+
import * as ProductLinesAPI from '../../catalog/product-lines';
|
|
5
6
|
import * as ProductsAPI from '../../catalog/products';
|
|
6
7
|
import * as UnitsAPI from '../../catalog/units';
|
|
7
8
|
import * as RequestLogsAPI from '../../core/request-logs';
|
|
@@ -288,7 +289,7 @@ export interface CreateSalesOrderLineInput {
|
|
|
288
289
|
/**
|
|
289
290
|
* A value with an associated unit, used in create and update requests.
|
|
290
291
|
*/
|
|
291
|
-
quantity:
|
|
292
|
+
quantity: ProductLinesAPI.QuantityInput;
|
|
292
293
|
|
|
293
294
|
/**
|
|
294
295
|
* Description recorded on the line.
|
|
@@ -702,7 +703,7 @@ export interface QuoteSalesOrderLineInput {
|
|
|
702
703
|
/**
|
|
703
704
|
* A value with an associated unit, used in create and update requests.
|
|
704
705
|
*/
|
|
705
|
-
quantity:
|
|
706
|
+
quantity: ProductLinesAPI.QuantityInput;
|
|
706
707
|
}
|
|
707
708
|
|
|
708
709
|
/**
|
|
@@ -54,7 +54,6 @@ import {
|
|
|
54
54
|
ListCustomer,
|
|
55
55
|
ListServiceLevel,
|
|
56
56
|
PaymentTerm,
|
|
57
|
-
QuantityInput,
|
|
58
57
|
ServiceLevel,
|
|
59
58
|
ShippingTerm,
|
|
60
59
|
UpdateCustomerRequest,
|
|
@@ -169,7 +168,6 @@ export declare namespace Sales {
|
|
|
169
168
|
type ListCustomer as ListCustomer,
|
|
170
169
|
type ListServiceLevel as ListServiceLevel,
|
|
171
170
|
type PaymentTerm as PaymentTerm,
|
|
172
|
-
type QuantityInput as QuantityInput,
|
|
173
171
|
type ServiceLevel as ServiceLevel,
|
|
174
172
|
type ShippingTerm as ShippingTerm,
|
|
175
173
|
type UpdateCustomerRequest as UpdateCustomerRequest,
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.13.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.13.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.13.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.13.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|