@chrt-inc/typescript-sdk 1.734.0 → 1.746.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.
Files changed (144) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +2 -29
  3. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +10 -124
  4. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +2 -3
  5. package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -0
  6. package/dist/cjs/api/resources/shipping/client/Client.js +9 -4
  7. package/dist/cjs/api/resources/shipping/resources/index.d.ts +2 -0
  8. package/dist/cjs/api/resources/shipping/resources/index.js +3 -1
  9. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +16 -0
  10. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +68 -0
  11. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.ts +16 -0
  12. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +0 -16
  14. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +0 -68
  15. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.ts +0 -1
  16. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +170 -0
  17. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +662 -0
  18. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/index.d.ts +2 -0
  19. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/index.js +17 -0
  20. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +23 -0
  21. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +24 -0
  22. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.ts +14 -0
  23. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.js +5 -0
  24. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +42 -0
  25. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.js +5 -0
  26. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.d.ts +4 -0
  27. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.js +2 -0
  28. package/dist/cjs/api/resources/shipping/resources/orderTemplates/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/shipping/resources/orderTemplates/index.js +17 -0
  30. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +16 -0
  31. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +68 -0
  32. package/dist/cjs/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → orders/client/requests/OrdersTypeaheadV1Request.d.ts} +1 -1
  33. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadV1Request.js +5 -0
  34. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +1 -0
  35. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +0 -16
  36. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +0 -68
  37. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -1
  38. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +16 -0
  39. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +68 -0
  40. package/dist/cjs/api/resources/shipping/resources/{orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → taskGroups/client/requests/TaskGroupsTypeaheadV1Request.d.ts} +1 -1
  41. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupsTypeaheadV1Request.js +5 -0
  42. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +1 -0
  43. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +0 -16
  44. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +0 -68
  45. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +0 -1
  46. package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +4 -2
  47. package/dist/cjs/api/types/OperationsTaskTypeEnum.js +3 -1
  48. package/dist/cjs/api/types/Order1.d.ts +1 -0
  49. package/dist/cjs/api/types/OrderTemplate1.d.ts +24 -0
  50. package/dist/cjs/api/types/OrderTemplate1.js +5 -0
  51. package/dist/cjs/api/types/OrderTemplateExpanded.d.ts +12 -0
  52. package/dist/cjs/api/types/OrderTemplateExpanded.js +5 -0
  53. package/dist/cjs/api/types/OrderTemplateListRes.d.ts +8 -0
  54. package/dist/cjs/api/types/OrderTemplateListRes.js +5 -0
  55. package/dist/cjs/api/types/OrderTemplateOrgRef1.d.ts +10 -0
  56. package/dist/cjs/api/types/OrderTemplateOrgRef1.js +5 -0
  57. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +11 -0
  58. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +13 -0
  59. package/dist/cjs/api/types/OrderTemplateSortByEnum.d.ts +9 -0
  60. package/dist/cjs/api/types/OrderTemplateSortByEnum.js +11 -0
  61. package/dist/cjs/api/types/OrderTypeaheadResult.d.ts +1 -1
  62. package/dist/cjs/api/types/OrderTypeaheadValue.d.ts +7 -0
  63. package/dist/cjs/api/types/OrderTypeaheadValue.js +5 -0
  64. package/dist/cjs/api/types/index.d.ts +7 -0
  65. package/dist/cjs/api/types/index.js +7 -0
  66. package/dist/cjs/version.d.ts +1 -1
  67. package/dist/cjs/version.js +1 -1
  68. package/dist/esm/Client.mjs +2 -2
  69. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +2 -29
  70. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -124
  71. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +2 -3
  72. package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -0
  73. package/dist/esm/api/resources/shipping/client/Client.mjs +5 -0
  74. package/dist/esm/api/resources/shipping/resources/index.d.mts +2 -0
  75. package/dist/esm/api/resources/shipping/resources/index.mjs +2 -0
  76. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +16 -0
  77. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +68 -0
  78. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.mts +16 -0
  79. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +1 -0
  80. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +0 -16
  81. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +0 -68
  82. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.mts +0 -1
  83. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +170 -0
  84. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +625 -0
  85. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/index.d.mts +2 -0
  86. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/index.mjs +1 -0
  87. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +23 -0
  88. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +24 -0
  89. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.mts +14 -0
  90. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.mjs +4 -0
  91. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +42 -0
  92. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.mjs +4 -0
  93. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.d.mts +4 -0
  94. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.mjs +1 -0
  95. package/dist/esm/api/resources/shipping/resources/orderTemplates/index.d.mts +1 -0
  96. package/dist/esm/api/resources/shipping/resources/orderTemplates/index.mjs +1 -0
  97. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +16 -0
  98. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +68 -0
  99. package/dist/{cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → esm/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadV1Request.d.mts} +1 -1
  100. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadV1Request.mjs +4 -0
  101. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +1 -0
  102. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +0 -16
  103. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +0 -68
  104. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -1
  105. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +16 -0
  106. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +68 -0
  107. package/dist/esm/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts → taskGroups/client/requests/TaskGroupsTypeaheadV1Request.d.mts} +1 -1
  108. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupsTypeaheadV1Request.mjs +4 -0
  109. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +1 -0
  110. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +0 -16
  111. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +0 -68
  112. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +0 -1
  113. package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +4 -2
  114. package/dist/esm/api/types/OperationsTaskTypeEnum.mjs +3 -1
  115. package/dist/esm/api/types/Order1.d.mts +1 -0
  116. package/dist/esm/api/types/OrderTemplate1.d.mts +24 -0
  117. package/dist/esm/api/types/OrderTemplate1.mjs +4 -0
  118. package/dist/esm/api/types/OrderTemplateExpanded.d.mts +12 -0
  119. package/dist/esm/api/types/OrderTemplateExpanded.mjs +4 -0
  120. package/dist/esm/api/types/OrderTemplateListRes.d.mts +8 -0
  121. package/dist/esm/api/types/OrderTemplateListRes.mjs +4 -0
  122. package/dist/esm/api/types/OrderTemplateOrgRef1.d.mts +10 -0
  123. package/dist/esm/api/types/OrderTemplateOrgRef1.mjs +4 -0
  124. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +11 -0
  125. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +10 -0
  126. package/dist/esm/api/types/OrderTemplateSortByEnum.d.mts +9 -0
  127. package/dist/esm/api/types/OrderTemplateSortByEnum.mjs +8 -0
  128. package/dist/esm/api/types/OrderTypeaheadResult.d.mts +1 -1
  129. package/dist/esm/api/types/OrderTypeaheadValue.d.mts +7 -0
  130. package/dist/esm/api/types/OrderTypeaheadValue.mjs +4 -0
  131. package/dist/esm/api/types/index.d.mts +7 -0
  132. package/dist/esm/api/types/index.mjs +7 -0
  133. package/dist/esm/version.d.mts +1 -1
  134. package/dist/esm/version.mjs +1 -1
  135. package/package.json +1 -1
  136. package/reference.md +844 -369
  137. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts +0 -16
  138. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts +0 -16
  139. /package/dist/cjs/api/resources/shipping/resources/orderDrafts/{resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → client/requests/OrderDraftsTypeaheadV1Request.js} +0 -0
  140. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → orderTemplates/client/requests/OrderTemplateClientCreate1.js} +0 -0
  141. /package/dist/cjs/api/resources/shipping/resources/{taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → orderTemplates/client/requests/OrderTemplateClientUpdate1.js} +0 -0
  142. /package/dist/esm/api/resources/shipping/resources/orderDrafts/{resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → client/requests/OrderDraftsTypeaheadV1Request.mjs} +0 -0
  143. /package/dist/esm/api/resources/shipping/resources/{orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → orderTemplates/client/requests/OrderTemplateClientCreate1.mjs} +0 -0
  144. /package/dist/esm/api/resources/shipping/resources/{taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → orderTemplates/client/requests/OrderTemplateClientUpdate1.mjs} +0 -0
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface OrderTemplateClientUpdate1 {
9
+ name?: string | null;
10
+ description?: string | null;
11
+ order_input?: string | null;
12
+ off_chrt_reference_id_str?: string | null;
13
+ /** Must be a string starting with `org_` */
14
+ shipper_org_id?: string | null;
15
+ off_chrt_shipper_org_id?: string | null;
16
+ executor_org_ids?: string[];
17
+ driver_ids?: string[];
18
+ directory_entry_ids?: string[];
19
+ description__set_to_None?: boolean;
20
+ order_input__set_to_None?: boolean;
21
+ off_chrt_reference_id_str__set_to_None?: boolean;
22
+ shipper_org_id__set_to_None?: boolean;
23
+ off_chrt_shipper_org_id__set_to_None?: boolean;
24
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../../../../../../index.mjs";
5
+ /**
6
+ * @example
7
+ * {
8
+ * column: "shipper_org_id"
9
+ * }
10
+ */
11
+ export interface OrderTemplateRemoveReferenceReq {
12
+ column: Chrt.OrderTemplateReferenceColumnEnum1;
13
+ object_id?: string | null;
14
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,42 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../../../../../../index.mjs";
5
+ /**
6
+ * @example
7
+ * {
8
+ * sort_by: "created_at_timestamp",
9
+ * sort_order: "asc",
10
+ * page: 1,
11
+ * page_size: 1,
12
+ * search: "search",
13
+ * filter_archived: true,
14
+ * filter_owned_by_user_id: "filter_owned_by_user_id",
15
+ * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
16
+ * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
17
+ * filter_last_edited_at_timestamp_gte: "2024-01-15T09:30:00Z",
18
+ * filter_last_edited_at_timestamp_lte: "2024-01-15T09:30:00Z"
19
+ * }
20
+ */
21
+ export interface OrderTemplatesListV1Request {
22
+ /** Field to sort by. */
23
+ sort_by?: Chrt.OrderTemplateSortByEnum | null;
24
+ /** Sort order (asc or desc). */
25
+ sort_order?: Chrt.SortOrderEnum | null;
26
+ page?: number | null;
27
+ page_size?: number | null;
28
+ /** Full-text search query */
29
+ search?: string | null;
30
+ /** Filter by archived (True) vs active (False) templates. */
31
+ filter_archived?: boolean | null;
32
+ /** Filter by the user who owns the order template. */
33
+ filter_owned_by_user_id?: string | null;
34
+ /** Filter created_at_timestamp >= value (inclusive). */
35
+ filter_created_at_timestamp_gte?: string | null;
36
+ /** Filter created_at_timestamp <= value (inclusive). */
37
+ filter_created_at_timestamp_lte?: string | null;
38
+ /** Filter last_edited_at_timestamp >= value (inclusive). */
39
+ filter_last_edited_at_timestamp_gte?: string | null;
40
+ /** Filter last_edited_at_timestamp <= value (inclusive). */
41
+ filter_last_edited_at_timestamp_lte?: string | null;
42
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export { type OrderTemplatesListV1Request } from "./OrderTemplatesListV1Request.mjs";
2
+ export { type OrderTemplateClientCreate1 } from "./OrderTemplateClientCreate1.mjs";
3
+ export { type OrderTemplateClientUpdate1 } from "./OrderTemplateClientUpdate1.mjs";
4
+ export { type OrderTemplateRemoveReferenceReq } from "./OrderTemplateRemoveReferenceReq.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -33,6 +33,22 @@ export declare class Orders {
33
33
  protected _expanded: Expanded | undefined;
34
34
  constructor(_options?: Orders.Options);
35
35
  get expanded(): Expanded;
36
+ /**
37
+ * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft orders visible to the caller's org. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
38
+ *
39
+ * @param {Chrt.shipping.OrdersTypeaheadV1Request} request
40
+ * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
41
+ *
42
+ * @throws {@link Chrt.UnprocessableEntityError}
43
+ *
44
+ * @example
45
+ * await client.shipping.orders.typeaheadV1({
46
+ * query: "query",
47
+ * limit: 1
48
+ * })
49
+ */
50
+ typeaheadV1(request: Chrt.shipping.OrdersTypeaheadV1Request, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<Chrt.OrderTypeaheadResult[]>;
51
+ private __typeaheadV1;
36
52
  /**
37
53
  * Validates a draft order and stages all related entities in a transaction. | () -> (bool)
38
54
  *
@@ -24,6 +24,74 @@ export class Orders {
24
24
  var _a;
25
25
  return ((_a = this._expanded) !== null && _a !== void 0 ? _a : (this._expanded = new Expanded(this._options)));
26
26
  }
27
+ /**
28
+ * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft orders visible to the caller's org. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
29
+ *
30
+ * @param {Chrt.shipping.OrdersTypeaheadV1Request} request
31
+ * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
32
+ *
33
+ * @throws {@link Chrt.UnprocessableEntityError}
34
+ *
35
+ * @example
36
+ * await client.shipping.orders.typeaheadV1({
37
+ * query: "query",
38
+ * limit: 1
39
+ * })
40
+ */
41
+ typeaheadV1(request, requestOptions) {
42
+ return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
43
+ }
44
+ __typeaheadV1(request, requestOptions) {
45
+ return __awaiter(this, void 0, void 0, function* () {
46
+ var _a, _b, _c, _d, _e;
47
+ const { query, limit } = request;
48
+ const _queryParams = {};
49
+ _queryParams["query"] = query;
50
+ if (limit !== undefined) {
51
+ _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
52
+ }
53
+ let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
54
+ const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
55
+ url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/orders/typeahead/v1"),
56
+ method: "GET",
57
+ headers: _headers,
58
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
59
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
60
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
61
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
62
+ });
63
+ if (_response.ok) {
64
+ return { data: _response.body, rawResponse: _response.rawResponse };
65
+ }
66
+ if (_response.error.reason === "status-code") {
67
+ switch (_response.error.statusCode) {
68
+ case 422:
69
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
70
+ default:
71
+ throw new errors.ChrtError({
72
+ statusCode: _response.error.statusCode,
73
+ body: _response.error.body,
74
+ rawResponse: _response.rawResponse,
75
+ });
76
+ }
77
+ }
78
+ switch (_response.error.reason) {
79
+ case "non-json":
80
+ throw new errors.ChrtError({
81
+ statusCode: _response.error.statusCode,
82
+ body: _response.error.rawBody,
83
+ rawResponse: _response.rawResponse,
84
+ });
85
+ case "timeout":
86
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/orders/typeahead/v1.");
87
+ case "unknown":
88
+ throw new errors.ChrtError({
89
+ message: _response.error.errorMessage,
90
+ rawResponse: _response.rawResponse,
91
+ });
92
+ }
93
+ });
94
+ }
27
95
  /**
28
96
  * Validates a draft order and stages all related entities in a transaction. | () -> (bool)
29
97
  *
@@ -8,7 +8,7 @@
8
8
  * limit: 1
9
9
  * }
10
10
  */
11
- export interface ExpandedTypeaheadV1Request {
11
+ export interface OrdersTypeaheadV1Request {
12
12
  /** Typeahead search query */
13
13
  query: string;
14
14
  /** Max results per field */
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -1,2 +1,3 @@
1
+ export { type OrdersTypeaheadV1Request } from "./OrdersTypeaheadV1Request.mjs";
1
2
  export { type OrdersUpdateOffChrtReferenceIdReq } from "./OrdersUpdateOffChrtReferenceIdReq.mjs";
2
3
  export { type OrdersCancelManyReq } from "./OrdersCancelManyReq.mjs";
@@ -127,21 +127,5 @@ export declare class Expanded {
127
127
  */
128
128
  listForShipperOperatorsV1(request: Chrt.shipping.orders.ExpandedListForShipperOperatorsV1Request, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.OrdersExpandedListRes>;
129
129
  private __listForShipperOperatorsV1;
130
- /**
131
- * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft orders visible to the caller's org. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
132
- *
133
- * @param {Chrt.shipping.orders.ExpandedTypeaheadV1Request} request
134
- * @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
135
- *
136
- * @throws {@link Chrt.UnprocessableEntityError}
137
- *
138
- * @example
139
- * await client.shipping.orders.expanded.typeaheadV1({
140
- * query: "query",
141
- * limit: 1
142
- * })
143
- */
144
- typeaheadV1(request: Chrt.shipping.orders.ExpandedTypeaheadV1Request, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.OrderTypeaheadResult[]>;
145
- private __typeaheadV1;
146
130
  protected _getAuthorizationHeader(): Promise<string | undefined>;
147
131
  }
@@ -449,74 +449,6 @@ export class Expanded {
449
449
  }
450
450
  });
451
451
  }
452
- /**
453
- * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft orders visible to the caller's org. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
454
- *
455
- * @param {Chrt.shipping.orders.ExpandedTypeaheadV1Request} request
456
- * @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
457
- *
458
- * @throws {@link Chrt.UnprocessableEntityError}
459
- *
460
- * @example
461
- * await client.shipping.orders.expanded.typeaheadV1({
462
- * query: "query",
463
- * limit: 1
464
- * })
465
- */
466
- typeaheadV1(request, requestOptions) {
467
- return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
468
- }
469
- __typeaheadV1(request, requestOptions) {
470
- return __awaiter(this, void 0, void 0, function* () {
471
- var _a, _b, _c, _d, _e;
472
- const { query, limit } = request;
473
- const _queryParams = {};
474
- _queryParams["query"] = query;
475
- if (limit !== undefined) {
476
- _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
477
- }
478
- let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
479
- const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
480
- url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/orders/expanded/typeahead/v1"),
481
- method: "GET",
482
- headers: _headers,
483
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
484
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
485
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
486
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
487
- });
488
- if (_response.ok) {
489
- return { data: _response.body, rawResponse: _response.rawResponse };
490
- }
491
- if (_response.error.reason === "status-code") {
492
- switch (_response.error.statusCode) {
493
- case 422:
494
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
495
- default:
496
- throw new errors.ChrtError({
497
- statusCode: _response.error.statusCode,
498
- body: _response.error.body,
499
- rawResponse: _response.rawResponse,
500
- });
501
- }
502
- }
503
- switch (_response.error.reason) {
504
- case "non-json":
505
- throw new errors.ChrtError({
506
- statusCode: _response.error.statusCode,
507
- body: _response.error.rawBody,
508
- rawResponse: _response.rawResponse,
509
- });
510
- case "timeout":
511
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/orders/expanded/typeahead/v1.");
512
- case "unknown":
513
- throw new errors.ChrtError({
514
- message: _response.error.errorMessage,
515
- rawResponse: _response.rawResponse,
516
- });
517
- }
518
- });
519
- }
520
452
  _getAuthorizationHeader() {
521
453
  return __awaiter(this, void 0, void 0, function* () {
522
454
  const bearer = yield core.Supplier.get(this._options.token);
@@ -1,3 +1,2 @@
1
1
  export { type ExpandedListForCoordinatorOperatorsV1Request } from "./ExpandedListForCoordinatorOperatorsV1Request.mjs";
2
2
  export { type ExpandedListForShipperOperatorsV1Request } from "./ExpandedListForShipperOperatorsV1Request.mjs";
3
- export { type ExpandedTypeaheadV1Request } from "./ExpandedTypeaheadV1Request.mjs";
@@ -39,6 +39,22 @@ export declare class TaskGroups {
39
39
  get taskGroupId(): TaskGroupId;
40
40
  get s3Object(): S3Object;
41
41
  get expanded(): Expanded;
42
+ /**
43
+ * Returns distinct order_short_id and order_off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft task groups where the caller's provider org is the executor. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (list[TaskGroupTypeaheadResult])
44
+ *
45
+ * @param {Chrt.shipping.TaskGroupsTypeaheadV1Request} request
46
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
47
+ *
48
+ * @throws {@link Chrt.UnprocessableEntityError}
49
+ *
50
+ * @example
51
+ * await client.shipping.taskGroups.typeaheadV1({
52
+ * query: "query",
53
+ * limit: 1
54
+ * })
55
+ */
56
+ typeaheadV1(request: Chrt.shipping.TaskGroupsTypeaheadV1Request, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupTypeaheadResult[]>;
57
+ private __typeaheadV1;
42
58
  /**
43
59
  * Starts a task group by transitioning it from STAGED to IN_PROGRESS and syncing related order state. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators] | () -> (bool)
44
60
  *
@@ -34,6 +34,74 @@ export class TaskGroups {
34
34
  var _a;
35
35
  return ((_a = this._expanded) !== null && _a !== void 0 ? _a : (this._expanded = new Expanded(this._options)));
36
36
  }
37
+ /**
38
+ * Returns distinct order_short_id and order_off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft task groups where the caller's provider org is the executor. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (list[TaskGroupTypeaheadResult])
39
+ *
40
+ * @param {Chrt.shipping.TaskGroupsTypeaheadV1Request} request
41
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
42
+ *
43
+ * @throws {@link Chrt.UnprocessableEntityError}
44
+ *
45
+ * @example
46
+ * await client.shipping.taskGroups.typeaheadV1({
47
+ * query: "query",
48
+ * limit: 1
49
+ * })
50
+ */
51
+ typeaheadV1(request, requestOptions) {
52
+ return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
53
+ }
54
+ __typeaheadV1(request, requestOptions) {
55
+ return __awaiter(this, void 0, void 0, function* () {
56
+ var _a, _b, _c, _d, _e;
57
+ const { query, limit } = request;
58
+ const _queryParams = {};
59
+ _queryParams["query"] = query;
60
+ if (limit !== undefined) {
61
+ _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
62
+ }
63
+ let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
64
+ const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
65
+ url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/task_groups/typeahead/v1"),
66
+ method: "GET",
67
+ headers: _headers,
68
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
69
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
70
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
71
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
72
+ });
73
+ if (_response.ok) {
74
+ return { data: _response.body, rawResponse: _response.rawResponse };
75
+ }
76
+ if (_response.error.reason === "status-code") {
77
+ switch (_response.error.statusCode) {
78
+ case 422:
79
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
80
+ default:
81
+ throw new errors.ChrtError({
82
+ statusCode: _response.error.statusCode,
83
+ body: _response.error.body,
84
+ rawResponse: _response.rawResponse,
85
+ });
86
+ }
87
+ }
88
+ switch (_response.error.reason) {
89
+ case "non-json":
90
+ throw new errors.ChrtError({
91
+ statusCode: _response.error.statusCode,
92
+ body: _response.error.rawBody,
93
+ rawResponse: _response.rawResponse,
94
+ });
95
+ case "timeout":
96
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/task_groups/typeahead/v1.");
97
+ case "unknown":
98
+ throw new errors.ChrtError({
99
+ message: _response.error.errorMessage,
100
+ rawResponse: _response.rawResponse,
101
+ });
102
+ }
103
+ });
104
+ }
37
105
  /**
38
106
  * Starts a task group by transitioning it from STAGED to IN_PROGRESS and syncing related order state. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators] | () -> (bool)
39
107
  *
@@ -8,7 +8,7 @@
8
8
  * limit: 1
9
9
  * }
10
10
  */
11
- export interface ExpandedTypeaheadV1Request {
11
+ export interface TaskGroupsTypeaheadV1Request {
12
12
  /** Typeahead search query */
13
13
  query: string;
14
14
  /** Max results per field */
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -1,3 +1,4 @@
1
+ export { type TaskGroupsTypeaheadV1Request } from "./TaskGroupsTypeaheadV1Request.mjs";
1
2
  export { type SetTaskOrderingReq } from "./SetTaskOrderingReq.mjs";
2
3
  export { type UpdateDriverReq } from "./UpdateDriverReq.mjs";
3
4
  export { type AddExecutorReq } from "./AddExecutorReq.mjs";
@@ -161,21 +161,5 @@ export declare class Expanded {
161
161
  */
162
162
  listForDriverForExecutorV1(request: Chrt.shipping.taskGroups.ExpandedListForDriverForExecutorV1Request, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupExpandedListRes>;
163
163
  private __listForDriverForExecutorV1;
164
- /**
165
- * Returns distinct order_short_id and order_off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft task groups where the caller's provider org is the executor. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (list[TaskGroupTypeaheadResult])
166
- *
167
- * @param {Chrt.shipping.taskGroups.ExpandedTypeaheadV1Request} request
168
- * @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
169
- *
170
- * @throws {@link Chrt.UnprocessableEntityError}
171
- *
172
- * @example
173
- * await client.shipping.taskGroups.expanded.typeaheadV1({
174
- * query: "query",
175
- * limit: 1
176
- * })
177
- */
178
- typeaheadV1(request: Chrt.shipping.taskGroups.ExpandedTypeaheadV1Request, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupTypeaheadResult[]>;
179
- private __typeaheadV1;
180
164
  protected _getAuthorizationHeader(): Promise<string | undefined>;
181
165
  }
@@ -599,74 +599,6 @@ export class Expanded {
599
599
  }
600
600
  });
601
601
  }
602
- /**
603
- * Returns distinct order_short_id and order_off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft task groups where the caller's provider org is the executor. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (list[TaskGroupTypeaheadResult])
604
- *
605
- * @param {Chrt.shipping.taskGroups.ExpandedTypeaheadV1Request} request
606
- * @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
607
- *
608
- * @throws {@link Chrt.UnprocessableEntityError}
609
- *
610
- * @example
611
- * await client.shipping.taskGroups.expanded.typeaheadV1({
612
- * query: "query",
613
- * limit: 1
614
- * })
615
- */
616
- typeaheadV1(request, requestOptions) {
617
- return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
618
- }
619
- __typeaheadV1(request, requestOptions) {
620
- return __awaiter(this, void 0, void 0, function* () {
621
- var _a, _b, _c, _d, _e;
622
- const { query, limit } = request;
623
- const _queryParams = {};
624
- _queryParams["query"] = query;
625
- if (limit !== undefined) {
626
- _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
627
- }
628
- let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
629
- const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
630
- url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/task_groups/expanded/typeahead/v1"),
631
- method: "GET",
632
- headers: _headers,
633
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
634
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
635
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
636
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
637
- });
638
- if (_response.ok) {
639
- return { data: _response.body, rawResponse: _response.rawResponse };
640
- }
641
- if (_response.error.reason === "status-code") {
642
- switch (_response.error.statusCode) {
643
- case 422:
644
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
645
- default:
646
- throw new errors.ChrtError({
647
- statusCode: _response.error.statusCode,
648
- body: _response.error.body,
649
- rawResponse: _response.rawResponse,
650
- });
651
- }
652
- }
653
- switch (_response.error.reason) {
654
- case "non-json":
655
- throw new errors.ChrtError({
656
- statusCode: _response.error.statusCode,
657
- body: _response.error.rawBody,
658
- rawResponse: _response.rawResponse,
659
- });
660
- case "timeout":
661
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/task_groups/expanded/typeahead/v1.");
662
- case "unknown":
663
- throw new errors.ChrtError({
664
- message: _response.error.errorMessage,
665
- rawResponse: _response.rawResponse,
666
- });
667
- }
668
- });
669
- }
670
602
  _getAuthorizationHeader() {
671
603
  return __awaiter(this, void 0, void 0, function* () {
672
604
  const bearer = yield core.Supplier.get(this._options.token);
@@ -1,3 +1,2 @@
1
1
  export { type ExpandedListForExecutorOperatorsV1Request } from "./ExpandedListForExecutorOperatorsV1Request.mjs";
2
2
  export { type ExpandedListForDriverForExecutorV1Request } from "./ExpandedListForDriverForExecutorV1Request.mjs";
3
- export { type ExpandedTypeaheadV1Request } from "./ExpandedTypeaheadV1Request.mjs";
@@ -15,10 +15,12 @@
15
15
  * *channel* (call vs. email) — the recipient is what a dispatcher batches
16
16
  * around, and the channel is a title/tag detail.
17
17
  */
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";
18
+ export type OperationsTaskTypeEnum = "review_order_details" | "flight_check" | "facility_check" | "weather_check" | "book_cargo" | "track_and_verify" | "contact_customer" | "contact_agent" | "contact_airline" | "contact_other" | "finalize_billing" | "custom" | "other";
19
19
  export declare const OperationsTaskTypeEnum: {
20
20
  readonly ReviewOrderDetails: "review_order_details";
21
- readonly Precheck: "precheck";
21
+ readonly FlightCheck: "flight_check";
22
+ readonly FacilityCheck: "facility_check";
23
+ readonly WeatherCheck: "weather_check";
22
24
  readonly BookCargo: "book_cargo";
23
25
  readonly TrackAndVerify: "track_and_verify";
24
26
  readonly ContactCustomer: "contact_customer";
@@ -3,7 +3,9 @@
3
3
  */
4
4
  export const OperationsTaskTypeEnum = {
5
5
  ReviewOrderDetails: "review_order_details",
6
- Precheck: "precheck",
6
+ FlightCheck: "flight_check",
7
+ FacilityCheck: "facility_check",
8
+ WeatherCheck: "weather_check",
7
9
  BookCargo: "book_cargo",
8
10
  TrackAndVerify: "track_and_verify",
9
11
  ContactCustomer: "contact_customer",
@@ -11,6 +11,7 @@ export interface Order1 {
11
11
  off_chrt_reference_id?: string | null;
12
12
  order_schedule_id?: string | null;
13
13
  order_schedule_run_idempotency_key?: string | null;
14
+ order_template_id?: string | null;
14
15
  /** Must be a string starting with `user_` */
15
16
  created_by_user_id?: string | null;
16
17
  /** Must be a string starting with `org_` */
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderTemplate1 {
5
+ schema_version: number;
6
+ name: string;
7
+ description?: string | null;
8
+ order_input?: string | null;
9
+ off_chrt_reference_id_str?: string | null;
10
+ /** Must be a string starting with `org_` */
11
+ shipper_org_id?: string | null;
12
+ off_chrt_shipper_org_id?: string | null;
13
+ executor_org_ids?: string[];
14
+ driver_ids?: string[];
15
+ directory_entry_ids?: string[];
16
+ _id: string;
17
+ /** Must be a string starting with `user_` */
18
+ owned_by_user_id: string;
19
+ /** Must be a string starting with `org_` */
20
+ owned_by_org_id: string;
21
+ created_at_timestamp: string;
22
+ last_edited_at_timestamp: string;
23
+ archived_at_timestamp?: string | null;
24
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};