@chrt-inc/typescript-sdk 1.654.0 → 1.659.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 (188) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/client/Client.d.ts +3 -0
  3. package/dist/cjs/api/resources/billing/client/Client.js +5 -0
  4. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +1 -0
  5. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +1 -0
  6. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +1 -0
  7. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +1 -0
  8. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +1 -0
  9. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +1 -0
  10. package/dist/cjs/api/resources/billing/resources/index.d.ts +1 -0
  11. package/dist/cjs/api/resources/billing/resources/index.js +2 -1
  12. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +14 -0
  13. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +60 -0
  14. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +1 -0
  15. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +23 -0
  16. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +17 -0
  17. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.d.ts +1 -0
  18. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.js +2 -0
  19. package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +2 -0
  20. package/dist/cjs/api/resources/billing/resources/lineItems/index.js +18 -0
  21. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +2 -0
  22. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +41 -0
  23. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +83 -0
  24. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +308 -0
  25. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.ts +2 -0
  26. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.js +17 -0
  27. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.ts +13 -0
  28. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.js +2 -0
  30. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.ts +1 -0
  31. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.js +17 -0
  32. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +2 -0
  33. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +2 -0
  34. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +1 -0
  35. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +1 -0
  36. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -0
  37. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -0
  38. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.ts +1 -0
  39. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.ts +1 -0
  40. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +10 -4
  41. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +9 -3
  42. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.ts +2 -0
  43. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.ts +2 -0
  44. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.ts +2 -0
  45. package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +2 -0
  46. package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +2 -0
  47. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +2 -0
  48. package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +2 -1
  49. package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +2 -1
  50. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.ts +2 -1
  51. package/dist/cjs/api/resources/orgs/client/Client.d.ts +1 -0
  52. package/dist/cjs/api/resources/orgs/client/Client.js +1 -0
  53. package/dist/cjs/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.ts +1 -0
  54. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +1 -0
  55. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +1 -0
  56. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.ts +1 -0
  57. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +2 -0
  58. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +2 -0
  59. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +2 -0
  60. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -0
  61. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +2 -0
  62. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +1 -0
  63. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +1 -0
  64. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +14 -12
  65. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +17 -15
  66. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +13 -0
  67. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js +5 -0
  68. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +13 -0
  69. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js +5 -0
  70. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +13 -0
  71. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js +5 -0
  72. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +3 -0
  73. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +2 -0
  74. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +2 -0
  75. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +1 -0
  76. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +1 -0
  77. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +11 -0
  78. package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +5 -0
  79. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +19 -0
  80. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +5 -0
  81. package/dist/cjs/api/types/ListingForBidder1.d.ts +8 -0
  82. package/dist/cjs/api/types/ListingForBidder1.js +5 -0
  83. package/dist/cjs/api/types/ListingForBidderListRes.d.ts +1 -1
  84. package/dist/cjs/api/types/ListingTaskForBidder1.d.ts +12 -0
  85. package/dist/cjs/api/types/ListingTaskForBidder1.js +5 -0
  86. package/dist/cjs/api/types/ListingTaskGroupForBidder1.d.ts +8 -0
  87. package/dist/cjs/api/types/ListingTaskGroupForBidder1.js +5 -0
  88. package/dist/cjs/api/types/index.d.ts +5 -1
  89. package/dist/cjs/api/types/index.js +5 -1
  90. package/dist/cjs/version.d.ts +1 -1
  91. package/dist/cjs/version.js +1 -1
  92. package/dist/esm/Client.mjs +2 -2
  93. package/dist/esm/api/resources/billing/client/Client.d.mts +3 -0
  94. package/dist/esm/api/resources/billing/client/Client.mjs +5 -0
  95. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +1 -0
  96. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +1 -0
  97. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +1 -0
  98. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +1 -0
  99. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +1 -0
  100. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +1 -0
  101. package/dist/esm/api/resources/billing/resources/index.d.mts +1 -0
  102. package/dist/esm/api/resources/billing/resources/index.mjs +1 -0
  103. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +14 -0
  104. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +60 -0
  105. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +1 -0
  106. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +23 -0
  107. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +13 -0
  108. package/dist/esm/api/resources/billing/resources/lineItems/client/index.d.mts +1 -0
  109. package/dist/esm/api/resources/billing/resources/lineItems/client/index.mjs +1 -0
  110. package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +2 -0
  111. package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +2 -0
  112. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +2 -0
  113. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +2 -0
  114. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +83 -0
  115. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +271 -0
  116. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.mts +2 -0
  117. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.mjs +1 -0
  118. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.mts +13 -0
  119. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +1 -0
  120. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.mjs +1 -0
  121. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.mts +1 -0
  122. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.mjs +1 -0
  123. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -0
  124. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +2 -0
  125. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +1 -0
  126. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +1 -0
  127. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -0
  128. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -0
  129. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.mts +1 -0
  130. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.mts +1 -0
  131. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +10 -4
  132. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +9 -3
  133. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.mts +2 -0
  134. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.mts +2 -0
  135. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.mts +2 -0
  136. package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +2 -0
  137. package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +2 -0
  138. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +2 -0
  139. package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +2 -1
  140. package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +2 -1
  141. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.mts +2 -1
  142. package/dist/esm/api/resources/orgs/client/Client.d.mts +1 -0
  143. package/dist/esm/api/resources/orgs/client/Client.mjs +1 -0
  144. package/dist/esm/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.mts +1 -0
  145. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +1 -0
  146. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +1 -0
  147. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.mts +1 -0
  148. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +2 -0
  149. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +2 -0
  150. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +2 -0
  151. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -0
  152. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +2 -0
  153. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +1 -0
  154. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +1 -0
  155. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +14 -12
  156. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +17 -15
  157. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +13 -0
  158. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs +4 -0
  159. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +13 -0
  160. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs +4 -0
  161. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +13 -0
  162. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs +4 -0
  163. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +3 -0
  164. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +2 -0
  165. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +2 -0
  166. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +1 -0
  167. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +1 -0
  168. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +11 -0
  169. package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +4 -0
  170. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +19 -0
  171. package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +4 -0
  172. package/dist/esm/api/types/ListingForBidder1.d.mts +8 -0
  173. package/dist/esm/api/types/ListingForBidder1.mjs +4 -0
  174. package/dist/esm/api/types/ListingForBidderListRes.d.mts +1 -1
  175. package/dist/esm/api/types/ListingTaskForBidder1.d.mts +12 -0
  176. package/dist/esm/api/types/ListingTaskForBidder1.mjs +4 -0
  177. package/dist/esm/api/types/ListingTaskGroupForBidder1.d.mts +8 -0
  178. package/dist/esm/api/types/ListingTaskGroupForBidder1.mjs +4 -0
  179. package/dist/esm/api/types/index.d.mts +5 -1
  180. package/dist/esm/api/types/index.mjs +5 -1
  181. package/dist/esm/version.d.mts +1 -1
  182. package/dist/esm/version.mjs +1 -1
  183. package/package.json +1 -1
  184. package/reference.md +366 -13
  185. package/dist/cjs/api/types/TaskGroupQuoteClientReq.d.ts +0 -6
  186. package/dist/esm/api/types/TaskGroupQuoteClientReq.d.mts +0 -6
  187. /package/dist/cjs/api/{types/TaskGroupQuoteClientReq.js → resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.js} +0 -0
  188. /package/dist/esm/api/{types/TaskGroupQuoteClientReq.mjs → resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.mjs} +0 -0
@@ -115,6 +115,7 @@ export class Orgs {
115
115
  *
116
116
  * @example
117
117
  * await client.orgs.listMembersV1({
118
+ * filter_role: ["owner"],
118
119
  * sort_by: "first_name",
119
120
  * sort_order: "asc",
120
121
  * page: 1,
@@ -5,6 +5,7 @@ import * as Chrt from "../../../../index.mjs";
5
5
  /**
6
6
  * @example
7
7
  * {
8
+ * filter_role: ["owner"],
8
9
  * sort_by: "first_name",
9
10
  * sort_order: "asc",
10
11
  * page: 1,
@@ -64,6 +64,7 @@ export declare class Drivers {
64
64
  * @example
65
65
  * await client.shipping.drivers.listOrgMembersAndDriversV1({
66
66
  * search: "search",
67
+ * filter_role: ["owner"],
67
68
  * filter_available_according_to_driver: true,
68
69
  * filter_available_according_to_operators: true,
69
70
  * sort_by: "first_name",
@@ -151,6 +151,7 @@ export class Drivers {
151
151
  * @example
152
152
  * await client.shipping.drivers.listOrgMembersAndDriversV1({
153
153
  * search: "search",
154
+ * filter_role: ["owner"],
154
155
  * filter_available_according_to_driver: true,
155
156
  * filter_available_according_to_operators: true,
156
157
  * sort_by: "first_name",
@@ -6,6 +6,7 @@ import * as Chrt from "../../../../../../index.mjs";
6
6
  * @example
7
7
  * {
8
8
  * search: "search",
9
+ * filter_role: ["owner"],
9
10
  * filter_available_according_to_driver: true,
10
11
  * filter_available_according_to_operators: true,
11
12
  * sort_by: "first_name",
@@ -47,6 +47,8 @@ export declare class OrderSchedules {
47
47
  * sort_order: "asc",
48
48
  * page: 1,
49
49
  * page_size: 1,
50
+ * filter_status: ["draft"],
51
+ * filter_orchestrator_schedule_status: ["not_created"],
50
52
  * filter_owned_by_user_id: "filter_owned_by_user_id",
51
53
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
52
54
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -38,6 +38,8 @@ export class OrderSchedules {
38
38
  * sort_order: "asc",
39
39
  * page: 1,
40
40
  * page_size: 1,
41
+ * filter_status: ["draft"],
42
+ * filter_orchestrator_schedule_status: ["not_created"],
41
43
  * filter_owned_by_user_id: "filter_owned_by_user_id",
42
44
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
43
45
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.mjs";
9
9
  * sort_order: "asc",
10
10
  * page: 1,
11
11
  * page_size: 1,
12
+ * filter_status: ["draft"],
13
+ * filter_orchestrator_schedule_status: ["not_created"],
12
14
  * filter_owned_by_user_id: "filter_owned_by_user_id",
13
15
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
14
16
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -73,6 +73,7 @@ export declare class Expanded {
73
73
  * page: 1,
74
74
  * page_size: 1,
75
75
  * search: "search",
76
+ * filter_status: ["draft"],
76
77
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
77
78
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
78
79
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -109,6 +110,7 @@ export declare class Expanded {
109
110
  * page: 1,
110
111
  * page_size: 1,
111
112
  * search: "search",
113
+ * filter_status: ["draft"],
112
114
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
113
115
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
114
116
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -160,6 +160,7 @@ export class Expanded {
160
160
  * page: 1,
161
161
  * page_size: 1,
162
162
  * search: "search",
163
+ * filter_status: ["draft"],
163
164
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
164
165
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
165
166
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -318,6 +319,7 @@ export class Expanded {
318
319
  * page: 1,
319
320
  * page_size: 1,
320
321
  * search: "search",
322
+ * filter_status: ["draft"],
321
323
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
322
324
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
323
325
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
10
10
  * page: 1,
11
11
  * page_size: 1,
12
12
  * search: "search",
13
+ * filter_status: ["draft"],
13
14
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
14
15
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
15
16
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
10
10
  * page: 1,
11
11
  * page_size: 1,
12
12
  * search: "search",
13
+ * filter_status: ["draft"],
13
14
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
14
15
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
15
16
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -329,46 +329,48 @@ export declare class TaskGroups {
329
329
  detachLigFromProviderPayDriverV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
330
330
  private __detachLigFromProviderPayDriverV1;
331
331
  /**
332
- * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
332
+ * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
333
333
  *
334
334
  * @param {string} taskGroupId
335
- * @param {Chrt.TaskGroupQuoteClientReq} request
335
+ * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
336
336
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
337
337
  *
338
338
  * @throws {@link Chrt.UnprocessableEntityError}
339
339
  *
340
340
  * @example
341
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id", {})
341
+ * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
342
342
  */
343
- quoteForShipperPayProviderV1(taskGroupId: string, request: Chrt.TaskGroupQuoteClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
343
+ quoteForShipperPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
344
344
  private __quoteForShipperPayProviderV1;
345
345
  /**
346
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
346
+ * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
347
347
  *
348
348
  * @param {string} taskGroupId
349
- * @param {Chrt.TaskGroupQuoteClientReq} request
349
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
350
350
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
351
351
  *
352
352
  * @throws {@link Chrt.UnprocessableEntityError}
353
353
  *
354
354
  * @example
355
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id", {})
355
+ * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
356
356
  */
357
- quoteForProviderPayProviderV1(taskGroupId: string, request: Chrt.TaskGroupQuoteClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
357
+ quoteForProviderPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
358
358
  private __quoteForProviderPayProviderV1;
359
359
  /**
360
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
360
+ * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
361
361
  *
362
362
  * @param {string} taskGroupId
363
- * @param {Chrt.TaskGroupQuoteClientReq} request
363
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
364
364
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
365
365
  *
366
366
  * @throws {@link Chrt.UnprocessableEntityError}
367
367
  *
368
368
  * @example
369
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {})
369
+ * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
370
+ * driver_id: "driver_id"
371
+ * })
370
372
  */
371
- quoteForProviderPayDriverV1(taskGroupId: string, request: Chrt.TaskGroupQuoteClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
373
+ quoteForProviderPayDriverV1(taskGroupId: string, request: Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
372
374
  private __quoteForProviderPayDriverV1;
373
375
  protected _getAuthorizationHeader(): Promise<string | undefined>;
374
376
  }
@@ -1277,22 +1277,22 @@ export class TaskGroups {
1277
1277
  });
1278
1278
  }
1279
1279
  /**
1280
- * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
1280
+ * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
1281
1281
  *
1282
1282
  * @param {string} taskGroupId
1283
- * @param {Chrt.TaskGroupQuoteClientReq} request
1283
+ * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
1284
1284
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1285
1285
  *
1286
1286
  * @throws {@link Chrt.UnprocessableEntityError}
1287
1287
  *
1288
1288
  * @example
1289
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id", {})
1289
+ * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
1290
1290
  */
1291
- quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
1291
+ quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
1292
1292
  return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
1293
1293
  }
1294
- __quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
1295
- return __awaiter(this, void 0, void 0, function* () {
1294
+ __quoteForShipperPayProviderV1(taskGroupId_1) {
1295
+ return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1296
1296
  var _a, _b, _c, _d;
1297
1297
  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);
1298
1298
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -1340,22 +1340,22 @@ export class TaskGroups {
1340
1340
  });
1341
1341
  }
1342
1342
  /**
1343
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
1343
+ * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
1344
1344
  *
1345
1345
  * @param {string} taskGroupId
1346
- * @param {Chrt.TaskGroupQuoteClientReq} request
1346
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
1347
1347
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1348
1348
  *
1349
1349
  * @throws {@link Chrt.UnprocessableEntityError}
1350
1350
  *
1351
1351
  * @example
1352
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id", {})
1352
+ * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
1353
1353
  */
1354
- quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
1354
+ quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
1355
1355
  return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
1356
1356
  }
1357
- __quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
1358
- return __awaiter(this, void 0, void 0, function* () {
1357
+ __quoteForProviderPayProviderV1(taskGroupId_1) {
1358
+ return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1359
1359
  var _a, _b, _c, _d;
1360
1360
  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);
1361
1361
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -1403,16 +1403,18 @@ export class TaskGroups {
1403
1403
  });
1404
1404
  }
1405
1405
  /**
1406
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the derived parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteClientReq) -> (TaskGroupQuoteResp)
1406
+ * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
1407
1407
  *
1408
1408
  * @param {string} taskGroupId
1409
- * @param {Chrt.TaskGroupQuoteClientReq} request
1409
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
1410
1410
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1411
1411
  *
1412
1412
  * @throws {@link Chrt.UnprocessableEntityError}
1413
1413
  *
1414
1414
  * @example
1415
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {})
1415
+ * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
1416
+ * driver_id: "driver_id"
1417
+ * })
1416
1418
  */
1417
1419
  quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
1418
1420
  return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * driver_id: "driver_id"
8
+ * }
9
+ */
10
+ export interface TaskGroupQuoteForProviderPayDriverClientReq {
11
+ rate_sheet_id?: string | null;
12
+ driver_id: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface TaskGroupQuoteForProviderPayProviderClientReq {
9
+ rate_sheet_id?: string | null;
10
+ /** Must be a string starting with `org_` */
11
+ executor_org_id?: string | null;
12
+ off_chrt_executor_org_id?: string | null;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface TaskGroupQuoteForShipperPayProviderClientReq {
9
+ rate_sheet_id?: 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
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -2,3 +2,6 @@ export { type SetTaskOrderingReq } from "./SetTaskOrderingReq.mjs";
2
2
  export { type UpdateDriverReq } from "./UpdateDriverReq.mjs";
3
3
  export { type AddExecutorReq } from "./AddExecutorReq.mjs";
4
4
  export { type AddMessageReq } from "./AddMessageReq.mjs";
5
+ export { type TaskGroupQuoteForShipperPayProviderClientReq } from "./TaskGroupQuoteForShipperPayProviderClientReq.mjs";
6
+ export { type TaskGroupQuoteForProviderPayProviderClientReq } from "./TaskGroupQuoteForProviderPayProviderClientReq.mjs";
7
+ export { type TaskGroupQuoteForProviderPayDriverClientReq } from "./TaskGroupQuoteForProviderPayDriverClientReq.mjs";
@@ -101,6 +101,7 @@ export declare class Expanded {
101
101
  * page: 1,
102
102
  * page_size: 1,
103
103
  * search: "search",
104
+ * filter_status: ["draft"],
104
105
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
105
106
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
106
107
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -138,6 +139,7 @@ export declare class Expanded {
138
139
  * page: 1,
139
140
  * page_size: 1,
140
141
  * search: "search",
142
+ * filter_status: ["draft"],
141
143
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
142
144
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
143
145
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -286,6 +286,7 @@ export class Expanded {
286
286
  * page: 1,
287
287
  * page_size: 1,
288
288
  * search: "search",
289
+ * filter_status: ["draft"],
289
290
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
290
291
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
291
292
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -448,6 +449,7 @@ export class Expanded {
448
449
  * page: 1,
449
450
  * page_size: 1,
450
451
  * search: "search",
452
+ * filter_status: ["draft"],
451
453
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
452
454
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
453
455
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
10
10
  * page: 1,
11
11
  * page_size: 1,
12
12
  * search: "search",
13
+ * filter_status: ["draft"],
13
14
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
14
15
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
15
16
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
10
10
  * page: 1,
11
11
  * page_size: 1,
12
12
  * search: "search",
13
+ * filter_status: ["draft"],
13
14
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
14
15
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
15
16
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface LineItemGroupLineItemsRes {
6
+ items: Chrt.LineItem1[];
7
+ agreement_line_items: Chrt.LineItem1[];
8
+ amendment_line_items: Chrt.LineItem1[];
9
+ pending_line_items: Chrt.LineItem1[];
10
+ denied_line_items: Chrt.LineItem1[];
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface LineItemS3ObjectMetadata1 {
5
+ schema_version: number;
6
+ _id: string;
7
+ line_item_id: string;
8
+ uploaded_at_timestamp: string;
9
+ /** Must be a string starting with `user_` */
10
+ uploaded_by_user_id: string;
11
+ /** Must be a string starting with `org_` */
12
+ uploaded_by_org_id: string;
13
+ s3_key_prefix?: "billing/line_item_s3_object_metadata";
14
+ blurhash?: string | null;
15
+ /** MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf') */
16
+ content_type?: string | null;
17
+ /** Original filename of the uploaded file */
18
+ filename?: string | null;
19
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface ListingForBidder1 {
6
+ listing: Chrt.ListingLimitedForBidder1;
7
+ task_group: Chrt.ListingTaskGroupForBidder1;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface ListingForBidderListRes {
6
- items: Chrt.ListingLimitedForBidder1[];
6
+ items: Chrt.ListingForBidder1[];
7
7
  total_count: number;
8
8
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface ListingTaskForBidder1 {
6
+ task_id: string;
7
+ action?: ListingTaskForBidder1.Action | null;
8
+ location?: Chrt.LocationFeature | null;
9
+ }
10
+ export declare namespace ListingTaskForBidder1 {
11
+ type Action = Chrt.ChrtGroundProviderTaskActionEnum1 | Chrt.CargoOnFlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
12
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface ListingTaskGroupForBidder1 {
6
+ mileage_estimated?: number | null;
7
+ tasks?: Chrt.ListingTaskForBidder1[];
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -138,20 +138,25 @@ export * from "./LineItem1.mjs";
138
138
  export * from "./LineItemClientCreate1.mjs";
139
139
  export * from "./LineItemEnum1.mjs";
140
140
  export * from "./LineItemGroup1.mjs";
141
+ export * from "./LineItemGroupLineItemsRes.mjs";
141
142
  export * from "./LineItemGroupListRes.mjs";
142
143
  export * from "./LineItemGroupMessage1.mjs";
143
144
  export * from "./LineItemGroupS3ObjectMetadata1.mjs";
144
145
  export * from "./LineItemGroupStatusEnum1.mjs";
145
146
  export * from "./LineItemProvenanceEnum.mjs";
147
+ export * from "./LineItemS3ObjectMetadata1.mjs";
146
148
  export * from "./LineItemStatusEnum.mjs";
147
149
  export * from "./LineString.mjs";
148
150
  export * from "./Listing1.mjs";
149
151
  export * from "./ListingAudienceEnum.mjs";
152
+ export * from "./ListingForBidder1.mjs";
150
153
  export * from "./ListingForBidderListRes.mjs";
151
154
  export * from "./ListingLimitedForBidder1.mjs";
152
155
  export * from "./ListingListRes.mjs";
153
156
  export * from "./ListingSortByEnum.mjs";
154
157
  export * from "./ListingStatusEnum.mjs";
158
+ export * from "./ListingTaskForBidder1.mjs";
159
+ export * from "./ListingTaskGroupForBidder1.mjs";
155
160
  export * from "./ListingTypeEnum.mjs";
156
161
  export * from "./Geometry.mjs";
157
162
  export * from "./LocationFeature.mjs";
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.mjs";
298
303
  export * from "./TaskGroupExpandedListRes.mjs";
299
304
  export * from "./TaskGroupManifest1.mjs";
300
305
  export * from "./TaskGroupMessage1.mjs";
301
- export * from "./TaskGroupQuoteClientReq.mjs";
302
306
  export * from "./TaskGroupQuoteResp.mjs";
303
307
  export * from "./TaskGroupS3ObjectMetadata1.mjs";
304
308
  export * from "./TaskGroupSortByEnum.mjs";
@@ -138,20 +138,25 @@ export * from "./LineItem1.mjs";
138
138
  export * from "./LineItemClientCreate1.mjs";
139
139
  export * from "./LineItemEnum1.mjs";
140
140
  export * from "./LineItemGroup1.mjs";
141
+ export * from "./LineItemGroupLineItemsRes.mjs";
141
142
  export * from "./LineItemGroupListRes.mjs";
142
143
  export * from "./LineItemGroupMessage1.mjs";
143
144
  export * from "./LineItemGroupS3ObjectMetadata1.mjs";
144
145
  export * from "./LineItemGroupStatusEnum1.mjs";
145
146
  export * from "./LineItemProvenanceEnum.mjs";
147
+ export * from "./LineItemS3ObjectMetadata1.mjs";
146
148
  export * from "./LineItemStatusEnum.mjs";
147
149
  export * from "./LineString.mjs";
148
150
  export * from "./Listing1.mjs";
149
151
  export * from "./ListingAudienceEnum.mjs";
152
+ export * from "./ListingForBidder1.mjs";
150
153
  export * from "./ListingForBidderListRes.mjs";
151
154
  export * from "./ListingLimitedForBidder1.mjs";
152
155
  export * from "./ListingListRes.mjs";
153
156
  export * from "./ListingSortByEnum.mjs";
154
157
  export * from "./ListingStatusEnum.mjs";
158
+ export * from "./ListingTaskForBidder1.mjs";
159
+ export * from "./ListingTaskGroupForBidder1.mjs";
155
160
  export * from "./ListingTypeEnum.mjs";
156
161
  export * from "./Geometry.mjs";
157
162
  export * from "./LocationFeature.mjs";
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.mjs";
298
303
  export * from "./TaskGroupExpandedListRes.mjs";
299
304
  export * from "./TaskGroupManifest1.mjs";
300
305
  export * from "./TaskGroupMessage1.mjs";
301
- export * from "./TaskGroupQuoteClientReq.mjs";
302
306
  export * from "./TaskGroupQuoteResp.mjs";
303
307
  export * from "./TaskGroupS3ObjectMetadata1.mjs";
304
308
  export * from "./TaskGroupSortByEnum.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.654.0";
1
+ export declare const SDK_VERSION = "1.659.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.654.0";
1
+ export const SDK_VERSION = "1.659.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.654.0",
3
+ "version": "1.659.0",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",