@chrt-inc/typescript-sdk 1.726.0 → 1.733.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/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +22 -14
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +3 -5
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +21 -21
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.d.ts → OperationsTaskListReorderEntries1.d.ts} +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesAdd1.d.ts → OperationsTaskListSetEntries1.d.ts} +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.ts +3 -3
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +16 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +65 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.ts +17 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.js +66 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +16 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
- package/dist/cjs/api/types/DeadlineAnchorEnum.d.ts +13 -0
- package/dist/cjs/api/types/DeadlineAnchorEnum.js +10 -0
- package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +3 -3
- package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +9 -7
- package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +16 -8
- package/dist/cjs/api/types/OperationsTaskTypeEnum.js +6 -7
- package/dist/cjs/api/types/index.d.ts +1 -1
- package/dist/cjs/api/types/index.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +22 -14
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +3 -5
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.mts +14 -0
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +21 -21
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.d.mts → OperationsTaskListReorderEntries1.d.mts} +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesAdd1.d.mts → OperationsTaskListSetEntries1.d.mts} +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.mts +3 -3
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +16 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +65 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts +17 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs +66 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +16 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
- package/dist/esm/api/types/DeadlineAnchorEnum.d.mts +13 -0
- package/dist/esm/api/types/DeadlineAnchorEnum.mjs +7 -0
- package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +3 -3
- package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +9 -7
- package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +16 -8
- package/dist/esm/api/types/OperationsTaskTypeEnum.mjs +6 -7
- package/dist/esm/api/types/index.d.mts +1 -1
- package/dist/esm/api/types/index.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +159 -26
- package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.d.ts +0 -8
- package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.js +0 -10
- package/dist/esm/api/types/RoutingCounterpartyTypeEnum.d.mts +0 -8
- package/dist/esm/api/types/RoutingCounterpartyTypeEnum.mjs +0 -7
- /package/dist/cjs/api/resources/operations/resources/{operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.js → departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.js} +0 -0
- /package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.js → OperationsTaskListReorderEntries1.js} +0 -0
- /package/dist/esm/api/resources/operations/resources/{operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.mjs → departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.mjs → OperationsTaskListReorderEntries1.mjs} +0 -0
|
@@ -289,26 +289,26 @@ export class OperationsTaskLists {
|
|
|
289
289
|
});
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
|
-
*
|
|
292
|
+
* Replaces an OperationsTaskList's `entries` array wholesale — covering add, remove, reorder, and edit in one operation. Order is load-bearing for from_previous_task-anchored deadlines. | authz: min_org_role=operator | (OperationsTaskListSetEntries1) -> (bool)
|
|
293
293
|
*
|
|
294
294
|
* @param {string} taskListId
|
|
295
|
-
* @param {Chrt.operations.
|
|
295
|
+
* @param {Chrt.operations.OperationsTaskListSetEntries1} request
|
|
296
296
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
297
297
|
*
|
|
298
298
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
299
299
|
*
|
|
300
300
|
* @example
|
|
301
|
-
* await client.operations.operationsTaskLists.
|
|
301
|
+
* await client.operations.operationsTaskLists.setEntriesV1("task_list_id")
|
|
302
302
|
*/
|
|
303
|
-
|
|
304
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
303
|
+
setEntriesV1(taskListId, request = {}, requestOptions) {
|
|
304
|
+
return core.HttpResponsePromise.fromPromise(this.__setEntriesV1(taskListId, request, requestOptions));
|
|
305
305
|
}
|
|
306
|
-
|
|
306
|
+
__setEntriesV1(taskListId_1) {
|
|
307
307
|
return __awaiter(this, arguments, void 0, function* (taskListId, request = {}, requestOptions) {
|
|
308
308
|
var _a, _b, _c, _d;
|
|
309
309
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
310
310
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
311
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/entries/
|
|
311
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/entries/set/v1/${encodeURIComponent(taskListId)}`),
|
|
312
312
|
method: "POST",
|
|
313
313
|
headers: _headers,
|
|
314
314
|
contentType: "application/json",
|
|
@@ -342,7 +342,7 @@ export class OperationsTaskLists {
|
|
|
342
342
|
rawResponse: _response.rawResponse,
|
|
343
343
|
});
|
|
344
344
|
case "timeout":
|
|
345
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/entries/
|
|
345
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/entries/set/v1/{task_list_id}.");
|
|
346
346
|
case "unknown":
|
|
347
347
|
throw new errors.ChrtError({
|
|
348
348
|
message: _response.error.errorMessage,
|
|
@@ -352,26 +352,26 @@ export class OperationsTaskLists {
|
|
|
352
352
|
});
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
|
-
*
|
|
355
|
+
* Reorders an OperationsTaskList's existing entries. `entry_ids` must be an exact permutation of the list's current entry ids (every id present, no extras, no duplicates), so a reorder can never drop, add, or mutate an entry. | authz: min_org_role=operator | (OperationsTaskListReorderEntries1) -> (bool)
|
|
356
356
|
*
|
|
357
357
|
* @param {string} taskListId
|
|
358
|
-
* @param {Chrt.operations.
|
|
358
|
+
* @param {Chrt.operations.OperationsTaskListReorderEntries1} request
|
|
359
359
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
360
360
|
*
|
|
361
361
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
362
362
|
*
|
|
363
363
|
* @example
|
|
364
|
-
* await client.operations.operationsTaskLists.
|
|
364
|
+
* await client.operations.operationsTaskLists.reorderEntriesV1("task_list_id")
|
|
365
365
|
*/
|
|
366
|
-
|
|
367
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
366
|
+
reorderEntriesV1(taskListId, request = {}, requestOptions) {
|
|
367
|
+
return core.HttpResponsePromise.fromPromise(this.__reorderEntriesV1(taskListId, request, requestOptions));
|
|
368
368
|
}
|
|
369
|
-
|
|
369
|
+
__reorderEntriesV1(taskListId_1) {
|
|
370
370
|
return __awaiter(this, arguments, void 0, function* (taskListId, request = {}, requestOptions) {
|
|
371
371
|
var _a, _b, _c, _d;
|
|
372
372
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
373
373
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
374
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/entries/
|
|
374
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/entries/reorder/v1/${encodeURIComponent(taskListId)}`),
|
|
375
375
|
method: "POST",
|
|
376
376
|
headers: _headers,
|
|
377
377
|
contentType: "application/json",
|
|
@@ -405,7 +405,7 @@ export class OperationsTaskLists {
|
|
|
405
405
|
rawResponse: _response.rawResponse,
|
|
406
406
|
});
|
|
407
407
|
case "timeout":
|
|
408
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/entries/
|
|
408
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/entries/reorder/v1/{task_list_id}.");
|
|
409
409
|
case "unknown":
|
|
410
410
|
throw new errors.ChrtError({
|
|
411
411
|
message: _response.error.errorMessage,
|
|
@@ -533,7 +533,7 @@ export class OperationsTaskLists {
|
|
|
533
533
|
});
|
|
534
534
|
}
|
|
535
535
|
/**
|
|
536
|
-
* Materializes each entry of an OperationsTaskList into an OperationsTask on the Case (status=not_started, source_task_list_id set). Deadlines
|
|
536
|
+
* Materializes each entry of an OperationsTaskList into an OperationsTask on the Case (status=not_started, source_task_list_id set). Deadlines resolve per-entry from its anchor+offset; initial_deadline_timestamp, if set, pins the first entry and the chain follows. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
|
|
537
537
|
*
|
|
538
538
|
* @param {string} taskListId
|
|
539
539
|
* @param {string} caseId
|
|
@@ -544,7 +544,7 @@ export class OperationsTaskLists {
|
|
|
544
544
|
*
|
|
545
545
|
* @example
|
|
546
546
|
* await client.operations.operationsTaskLists.applyToCaseV1("task_list_id", "case_id", {
|
|
547
|
-
*
|
|
547
|
+
* initial_deadline_timestamp: "2024-01-15T09:30:00Z"
|
|
548
548
|
* })
|
|
549
549
|
*/
|
|
550
550
|
applyToCaseV1(taskListId, caseId, request = {}, requestOptions) {
|
|
@@ -553,10 +553,10 @@ export class OperationsTaskLists {
|
|
|
553
553
|
__applyToCaseV1(taskListId_1, caseId_1) {
|
|
554
554
|
return __awaiter(this, arguments, void 0, function* (taskListId, caseId, request = {}, requestOptions) {
|
|
555
555
|
var _a, _b, _c, _d;
|
|
556
|
-
const {
|
|
556
|
+
const { initial_deadline_timestamp: initialDeadlineTimestamp } = request;
|
|
557
557
|
const _queryParams = {};
|
|
558
|
-
if (
|
|
559
|
-
_queryParams["
|
|
558
|
+
if (initialDeadlineTimestamp !== undefined) {
|
|
559
|
+
_queryParams["initial_deadline_timestamp"] = initialDeadlineTimestamp;
|
|
560
560
|
}
|
|
561
561
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
562
562
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @example
|
|
6
6
|
* {
|
|
7
|
-
*
|
|
7
|
+
* initial_deadline_timestamp: "2024-01-15T09:30:00Z"
|
|
8
8
|
* }
|
|
9
9
|
*/
|
|
10
10
|
export interface OperationsTaskListsApplyToCaseV1Request {
|
|
11
|
-
/** If set,
|
|
12
|
-
|
|
11
|
+
/** If set, pins the first entry's deadline; later FROM_PREVIOUS_TASK entries cascade from it. */
|
|
12
|
+
initial_deadline_timestamp?: string | null;
|
|
13
13
|
}
|
package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { type OperationsTaskListsListV1Request } from "./OperationsTaskListsListV1Request.mjs";
|
|
2
2
|
export { type OperationsTaskListClientUpdate1 } from "./OperationsTaskListClientUpdate1.mjs";
|
|
3
3
|
export { type OperationsTaskListClientCreate1 } from "./OperationsTaskListClientCreate1.mjs";
|
|
4
|
-
export { type
|
|
5
|
-
export { type
|
|
4
|
+
export { type OperationsTaskListSetEntries1 } from "./OperationsTaskListSetEntries1.mjs";
|
|
5
|
+
export { type OperationsTaskListReorderEntries1 } from "./OperationsTaskListReorderEntries1.mjs";
|
|
6
6
|
export { type OperationsTaskListsApplyToCaseV1Request } from "./OperationsTaskListsApplyToCaseV1Request.mjs";
|
|
@@ -75,6 +75,22 @@ export declare class OrderDrafts {
|
|
|
75
75
|
*/
|
|
76
76
|
updateV1(orderId: string, request?: Chrt.shipping.OrdersDraftUpdateReq, requestOptions?: OrderDrafts.RequestOptions): core.HttpResponsePromise<Chrt.OrdersDraftUpdateRes>;
|
|
77
77
|
private __updateV1;
|
|
78
|
+
/**
|
|
79
|
+
* Sets the ordering of task groups within a draft order. Must provide all task group IDs with no duplicates. | (SetTaskGroupOrderingDraftReq) -> (bool)
|
|
80
|
+
*
|
|
81
|
+
* @param {string} orderId
|
|
82
|
+
* @param {Chrt.shipping.SetTaskGroupOrderingDraftReq} request
|
|
83
|
+
* @param {OrderDrafts.RequestOptions} requestOptions - Request-specific configuration.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* await client.shipping.orderDrafts.setTaskGroupOrderingV1("order_id", {
|
|
89
|
+
* task_group_ids: ["task_group_ids"]
|
|
90
|
+
* })
|
|
91
|
+
*/
|
|
92
|
+
setTaskGroupOrderingV1(orderId: string, request: Chrt.shipping.SetTaskGroupOrderingDraftReq, requestOptions?: OrderDrafts.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
93
|
+
private __setTaskGroupOrderingV1;
|
|
78
94
|
/**
|
|
79
95
|
* Deletes a draft order and all associated entities. | () -> (bool)
|
|
80
96
|
*
|
|
@@ -174,6 +174,71 @@ export class OrderDrafts {
|
|
|
174
174
|
}
|
|
175
175
|
});
|
|
176
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* Sets the ordering of task groups within a draft order. Must provide all task group IDs with no duplicates. | (SetTaskGroupOrderingDraftReq) -> (bool)
|
|
179
|
+
*
|
|
180
|
+
* @param {string} orderId
|
|
181
|
+
* @param {Chrt.shipping.SetTaskGroupOrderingDraftReq} request
|
|
182
|
+
* @param {OrderDrafts.RequestOptions} requestOptions - Request-specific configuration.
|
|
183
|
+
*
|
|
184
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
185
|
+
*
|
|
186
|
+
* @example
|
|
187
|
+
* await client.shipping.orderDrafts.setTaskGroupOrderingV1("order_id", {
|
|
188
|
+
* task_group_ids: ["task_group_ids"]
|
|
189
|
+
* })
|
|
190
|
+
*/
|
|
191
|
+
setTaskGroupOrderingV1(orderId, request, requestOptions) {
|
|
192
|
+
return core.HttpResponsePromise.fromPromise(this.__setTaskGroupOrderingV1(orderId, request, requestOptions));
|
|
193
|
+
}
|
|
194
|
+
__setTaskGroupOrderingV1(orderId, request, requestOptions) {
|
|
195
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
196
|
+
var _a, _b, _c, _d;
|
|
197
|
+
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
198
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
199
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/order_drafts/set_task_group_ordering/v1/${encodeURIComponent(orderId)}`),
|
|
200
|
+
method: "PUT",
|
|
201
|
+
headers: _headers,
|
|
202
|
+
contentType: "application/json",
|
|
203
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
204
|
+
requestType: "json",
|
|
205
|
+
body: request,
|
|
206
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
207
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
208
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
209
|
+
});
|
|
210
|
+
if (_response.ok) {
|
|
211
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
212
|
+
}
|
|
213
|
+
if (_response.error.reason === "status-code") {
|
|
214
|
+
switch (_response.error.statusCode) {
|
|
215
|
+
case 422:
|
|
216
|
+
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
217
|
+
default:
|
|
218
|
+
throw new errors.ChrtError({
|
|
219
|
+
statusCode: _response.error.statusCode,
|
|
220
|
+
body: _response.error.body,
|
|
221
|
+
rawResponse: _response.rawResponse,
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
switch (_response.error.reason) {
|
|
226
|
+
case "non-json":
|
|
227
|
+
throw new errors.ChrtError({
|
|
228
|
+
statusCode: _response.error.statusCode,
|
|
229
|
+
body: _response.error.rawBody,
|
|
230
|
+
rawResponse: _response.rawResponse,
|
|
231
|
+
});
|
|
232
|
+
case "timeout":
|
|
233
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/order_drafts/set_task_group_ordering/v1/{order_id}.");
|
|
234
|
+
case "unknown":
|
|
235
|
+
throw new errors.ChrtError({
|
|
236
|
+
message: _response.error.errorMessage,
|
|
237
|
+
rawResponse: _response.rawResponse,
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
});
|
|
241
|
+
}
|
|
177
242
|
/**
|
|
178
243
|
* Deletes a draft order and all associated entities. | () -> (bool)
|
|
179
244
|
*
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* task_group_ids: ["task_group_ids"]
|
|
8
|
+
* }
|
|
9
|
+
*/
|
|
10
|
+
export interface SetTaskGroupOrderingDraftReq {
|
|
11
|
+
/** Complete list of task group IDs in the desired order */
|
|
12
|
+
task_group_ids: string[];
|
|
13
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { type OrdersNewDraftReq } from "./OrdersNewDraftReq.mjs";
|
|
2
2
|
export { type OrdersDraftUpdateReq } from "./OrdersDraftUpdateReq.mjs";
|
|
3
|
+
export { type SetTaskGroupOrderingDraftReq } from "./SetTaskGroupOrderingDraftReq.mjs";
|
|
3
4
|
export { type OrdersDraftDeleteManyReq } from "./OrdersDraftDeleteManyReq.mjs";
|
|
4
5
|
export { type BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post } from "./BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post.mjs";
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts
CHANGED
|
@@ -66,6 +66,23 @@ export declare class Cargo {
|
|
|
66
66
|
*/
|
|
67
67
|
associateWithTaskV1(request: Chrt.shipping.orderDrafts.OrderDraftAssociateCargoWithTaskReq, requestOptions?: Cargo.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
68
68
|
private __associateWithTaskV1;
|
|
69
|
+
/**
|
|
70
|
+
* Removes an existing cargo association from a task in a draft order (e.g. when the wrong cargo was selected). | (OrderDraftUnassociateCargoWithTaskReq) -> (bool)
|
|
71
|
+
*
|
|
72
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUnassociateCargoWithTaskReq} request
|
|
73
|
+
* @param {Cargo.RequestOptions} requestOptions - Request-specific configuration.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* await client.shipping.orderDrafts.cargo.unassociateWithTaskV1({
|
|
79
|
+
* order_id: "order_id",
|
|
80
|
+
* task_id: "task_id",
|
|
81
|
+
* cargo_id: "cargo_id"
|
|
82
|
+
* })
|
|
83
|
+
*/
|
|
84
|
+
unassociateWithTaskV1(request: Chrt.shipping.orderDrafts.OrderDraftUnassociateCargoWithTaskReq, requestOptions?: Cargo.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
85
|
+
private __unassociateWithTaskV1;
|
|
69
86
|
/**
|
|
70
87
|
* Updates a cargo item in an existing draft order. Validates order is in DRAFT status and owned by caller. | (OrderDraftUpdateCargoReq) -> (PydanticObjectId)
|
|
71
88
|
*
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs
CHANGED
|
@@ -153,6 +153,72 @@ export class Cargo {
|
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* Removes an existing cargo association from a task in a draft order (e.g. when the wrong cargo was selected). | (OrderDraftUnassociateCargoWithTaskReq) -> (bool)
|
|
158
|
+
*
|
|
159
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUnassociateCargoWithTaskReq} request
|
|
160
|
+
* @param {Cargo.RequestOptions} requestOptions - Request-specific configuration.
|
|
161
|
+
*
|
|
162
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
163
|
+
*
|
|
164
|
+
* @example
|
|
165
|
+
* await client.shipping.orderDrafts.cargo.unassociateWithTaskV1({
|
|
166
|
+
* order_id: "order_id",
|
|
167
|
+
* task_id: "task_id",
|
|
168
|
+
* cargo_id: "cargo_id"
|
|
169
|
+
* })
|
|
170
|
+
*/
|
|
171
|
+
unassociateWithTaskV1(request, requestOptions) {
|
|
172
|
+
return core.HttpResponsePromise.fromPromise(this.__unassociateWithTaskV1(request, requestOptions));
|
|
173
|
+
}
|
|
174
|
+
__unassociateWithTaskV1(request, requestOptions) {
|
|
175
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
176
|
+
var _a, _b, _c, _d;
|
|
177
|
+
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
178
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
179
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "shipping/order_drafts/cargo/unassociate_with_task/v1"),
|
|
180
|
+
method: "POST",
|
|
181
|
+
headers: _headers,
|
|
182
|
+
contentType: "application/json",
|
|
183
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
184
|
+
requestType: "json",
|
|
185
|
+
body: request,
|
|
186
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
187
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
188
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
189
|
+
});
|
|
190
|
+
if (_response.ok) {
|
|
191
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
192
|
+
}
|
|
193
|
+
if (_response.error.reason === "status-code") {
|
|
194
|
+
switch (_response.error.statusCode) {
|
|
195
|
+
case 422:
|
|
196
|
+
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
197
|
+
default:
|
|
198
|
+
throw new errors.ChrtError({
|
|
199
|
+
statusCode: _response.error.statusCode,
|
|
200
|
+
body: _response.error.body,
|
|
201
|
+
rawResponse: _response.rawResponse,
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
switch (_response.error.reason) {
|
|
206
|
+
case "non-json":
|
|
207
|
+
throw new errors.ChrtError({
|
|
208
|
+
statusCode: _response.error.statusCode,
|
|
209
|
+
body: _response.error.rawBody,
|
|
210
|
+
rawResponse: _response.rawResponse,
|
|
211
|
+
});
|
|
212
|
+
case "timeout":
|
|
213
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/order_drafts/cargo/unassociate_with_task/v1.");
|
|
214
|
+
case "unknown":
|
|
215
|
+
throw new errors.ChrtError({
|
|
216
|
+
message: _response.error.errorMessage,
|
|
217
|
+
rawResponse: _response.rawResponse,
|
|
218
|
+
});
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
}
|
|
156
222
|
/**
|
|
157
223
|
* Updates a cargo item in an existing draft order. Validates order is in DRAFT status and owned by caller. | (OrderDraftUpdateCargoReq) -> (PydanticObjectId)
|
|
158
224
|
*
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* order_id: "order_id",
|
|
8
|
+
* task_id: "task_id",
|
|
9
|
+
* cargo_id: "cargo_id"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export interface OrderDraftUnassociateCargoWithTaskReq {
|
|
13
|
+
order_id: string;
|
|
14
|
+
task_id: string;
|
|
15
|
+
cargo_id: string;
|
|
16
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { type OrderDraftAddCargoReq } from "./OrderDraftAddCargoReq.mjs";
|
|
2
2
|
export { type OrderDraftAssociateCargoWithTaskReq } from "./OrderDraftAssociateCargoWithTaskReq.mjs";
|
|
3
|
+
export { type OrderDraftUnassociateCargoWithTaskReq } from "./OrderDraftUnassociateCargoWithTaskReq.mjs";
|
|
3
4
|
export { type OrderDraftUpdateCargoReq } from "./OrderDraftUpdateCargoReq.mjs";
|
|
@@ -112,7 +112,7 @@ export declare class TaskGroups {
|
|
|
112
112
|
addExecutorV1(taskGroupId: string, request?: Chrt.shipping.AddExecutorReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
113
113
|
private __addExecutorV1;
|
|
114
114
|
/**
|
|
115
|
-
* Clears the executor on a task group
|
|
115
|
+
* Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
116
116
|
*
|
|
117
117
|
* @param {string} taskGroupId
|
|
118
118
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -346,7 +346,7 @@ export class TaskGroups {
|
|
|
346
346
|
});
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* Clears the executor on a task group
|
|
349
|
+
* Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
350
350
|
*
|
|
351
351
|
* @param {string} taskGroupId
|
|
352
352
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* What an entry's `deadline_offset_seconds` is measured from.
|
|
6
|
+
*
|
|
7
|
+
* Resolved in a single forward pass at apply time (see module docstring).
|
|
8
|
+
*/
|
|
9
|
+
export type DeadlineAnchorEnum = "from_first_task" | "from_previous_task";
|
|
10
|
+
export declare const DeadlineAnchorEnum: {
|
|
11
|
+
readonly FromFirstTask: "from_first_task";
|
|
12
|
+
readonly FromPreviousTask: "from_previous_task";
|
|
13
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
4
|
export interface DepartmentRoutingRule1 {
|
|
6
5
|
schema_version: number;
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
/** Must be a string starting with `org_` */
|
|
7
|
+
shipper_org_id?: string | null;
|
|
8
|
+
off_chrt_shipper_org_id?: string | null;
|
|
9
9
|
department_id: string;
|
|
10
10
|
_id: string;
|
|
11
11
|
/** Must be a string starting with `org_` */
|
|
@@ -7,17 +7,19 @@ import * as Chrt from "../index.mjs";
|
|
|
7
7
|
*
|
|
8
8
|
* Materialized into an `OperationsTask` on apply.
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* `
|
|
13
|
-
* entry is
|
|
14
|
-
*
|
|
15
|
-
* `
|
|
10
|
+
* The deadline is computed from (`deadline_anchor`, `deadline_offset_seconds`):
|
|
11
|
+
* `FROM_FIRST_TASK` => the first entry's resolved deadline + offset;
|
|
12
|
+
* `FROM_PREVIOUS_TASK` => the previous entry's resolved deadline + offset (the
|
|
13
|
+
* first entry's "previous" is `apply_time`). The first entry itself anchors to
|
|
14
|
+
* `apply_time` (or the apply-time `initial_deadline_timestamp` pin). Defaults to
|
|
15
|
+
* `FROM_PREVIOUS_TASK` + 1200s, which reproduces the 20-min positional stagger.
|
|
16
|
+
* `deadline_offset_seconds` may be negative.
|
|
16
17
|
*/
|
|
17
18
|
export interface OperationsTaskListEntry1 {
|
|
18
19
|
id?: string;
|
|
19
20
|
task_type: Chrt.OperationsTaskTypeEnum;
|
|
20
21
|
title: string;
|
|
21
22
|
description: string;
|
|
22
|
-
|
|
23
|
+
deadline_anchor?: Chrt.DeadlineAnchorEnum;
|
|
24
|
+
deadline_offset_seconds?: number;
|
|
23
25
|
}
|
|
@@ -5,18 +5,26 @@
|
|
|
5
5
|
* Coarse functional buckets a dispatcher batch-processes (powers the
|
|
6
6
|
* per-type functional-queue index). Granular SOP specifics live in the Task's
|
|
7
7
|
* `title`/`description` + `tags`, not here.
|
|
8
|
+
*
|
|
9
|
+
* Ordered roughly along the shipment lifecycle (review -> research -> book ->
|
|
10
|
+
* track/verify -> contact -> billing). The buckets are the distinct *modes of
|
|
11
|
+
* work* an operator sits down and batches; the exact SOP step (e.g. "Send
|
|
12
|
+
* Shipping Label", "CBC Call", "Get Pack Time") is captured in the title.
|
|
13
|
+
*
|
|
14
|
+
* Contact is split by *who* (customer, agent, airline, other), not by
|
|
15
|
+
* *channel* (call vs. email) — the recipient is what a dispatcher batches
|
|
16
|
+
* around, and the channel is a title/tag detail.
|
|
8
17
|
*/
|
|
9
|
-
export type OperationsTaskTypeEnum = "review_order_details" | "
|
|
18
|
+
export type OperationsTaskTypeEnum = "review_order_details" | "precheck" | "book_cargo" | "track_and_verify" | "contact_customer" | "contact_agent" | "contact_airline" | "contact_other" | "finalize_billing" | "custom" | "other";
|
|
10
19
|
export declare const OperationsTaskTypeEnum: {
|
|
11
20
|
readonly ReviewOrderDetails: "review_order_details";
|
|
21
|
+
readonly Precheck: "precheck";
|
|
12
22
|
readonly BookCargo: "book_cargo";
|
|
13
|
-
readonly
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
17
|
-
readonly
|
|
18
|
-
readonly CallDriver: "call_driver";
|
|
19
|
-
readonly VerifyTaskArtifacts: "verify_task_artifacts";
|
|
23
|
+
readonly TrackAndVerify: "track_and_verify";
|
|
24
|
+
readonly ContactCustomer: "contact_customer";
|
|
25
|
+
readonly ContactAgent: "contact_agent";
|
|
26
|
+
readonly ContactAirline: "contact_airline";
|
|
27
|
+
readonly ContactOther: "contact_other";
|
|
20
28
|
readonly FinalizeBilling: "finalize_billing";
|
|
21
29
|
readonly Custom: "custom";
|
|
22
30
|
readonly Other: "other";
|
|
@@ -3,14 +3,13 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const OperationsTaskTypeEnum = {
|
|
5
5
|
ReviewOrderDetails: "review_order_details",
|
|
6
|
+
Precheck: "precheck",
|
|
6
7
|
BookCargo: "book_cargo",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
CallDriver: "call_driver",
|
|
13
|
-
VerifyTaskArtifacts: "verify_task_artifacts",
|
|
8
|
+
TrackAndVerify: "track_and_verify",
|
|
9
|
+
ContactCustomer: "contact_customer",
|
|
10
|
+
ContactAgent: "contact_agent",
|
|
11
|
+
ContactAirline: "contact_airline",
|
|
12
|
+
ContactOther: "contact_other",
|
|
14
13
|
FinalizeBilling: "finalize_billing",
|
|
15
14
|
Custom: "custom",
|
|
16
15
|
Other: "other",
|
|
@@ -107,6 +107,7 @@ export * from "./CreateLigFromRateSheetForVectorClientReq.mjs";
|
|
|
107
107
|
export * from "./CreateStripeConnectAccountRes.mjs";
|
|
108
108
|
export * from "./CredentialInfoRes.mjs";
|
|
109
109
|
export * from "./DateTimeWindow1.mjs";
|
|
110
|
+
export * from "./DeadlineAnchorEnum.mjs";
|
|
110
111
|
export * from "./Department1.mjs";
|
|
111
112
|
export * from "./DepartmentListRes.mjs";
|
|
112
113
|
export * from "./DepartmentRoutingRule1.mjs";
|
|
@@ -272,7 +273,6 @@ export * from "./ProviderOrgProfile1.mjs";
|
|
|
272
273
|
export * from "./ProviderProviderConnection1.mjs";
|
|
273
274
|
export * from "./RateSheetMapping1.mjs";
|
|
274
275
|
export * from "./RateSheetMappingListRes.mjs";
|
|
275
|
-
export * from "./RoutingCounterpartyTypeEnum.mjs";
|
|
276
276
|
export * from "./ScanPayloadKindEnum.mjs";
|
|
277
277
|
export * from "./ScheduleCalendarSpec.mjs";
|
|
278
278
|
export * from "./ScheduleIntervalSpec.mjs";
|
|
@@ -107,6 +107,7 @@ export * from "./CreateLigFromRateSheetForVectorClientReq.mjs";
|
|
|
107
107
|
export * from "./CreateStripeConnectAccountRes.mjs";
|
|
108
108
|
export * from "./CredentialInfoRes.mjs";
|
|
109
109
|
export * from "./DateTimeWindow1.mjs";
|
|
110
|
+
export * from "./DeadlineAnchorEnum.mjs";
|
|
110
111
|
export * from "./Department1.mjs";
|
|
111
112
|
export * from "./DepartmentListRes.mjs";
|
|
112
113
|
export * from "./DepartmentRoutingRule1.mjs";
|
|
@@ -272,7 +273,6 @@ export * from "./ProviderOrgProfile1.mjs";
|
|
|
272
273
|
export * from "./ProviderProviderConnection1.mjs";
|
|
273
274
|
export * from "./RateSheetMapping1.mjs";
|
|
274
275
|
export * from "./RateSheetMappingListRes.mjs";
|
|
275
|
-
export * from "./RoutingCounterpartyTypeEnum.mjs";
|
|
276
276
|
export * from "./ScanPayloadKindEnum.mjs";
|
|
277
277
|
export * from "./ScheduleCalendarSpec.mjs";
|
|
278
278
|
export * from "./ScheduleIntervalSpec.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.733.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.733.0";
|