@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
@@ -69,6 +69,8 @@ class Cases {
69
69
  * sort_order: "asc",
70
70
  * page: 1,
71
71
  * page_size: 1,
72
+ * filter_status: ["open"],
73
+ * filter_department_id: ["filter_department_id"],
72
74
  * filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
73
75
  * filter_needs_action: true,
74
76
  * filter_unassigned: true
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.js";
9
9
  * sort_order: "asc",
10
10
  * page: 1,
11
11
  * page_size: 1,
12
+ * filter_status: ["open"],
13
+ * filter_department_id: ["filter_department_id"],
12
14
  * filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
13
15
  * filter_needs_action: true,
14
16
  * filter_unassigned: true
@@ -43,7 +43,8 @@ export declare class Departments {
43
43
  * sort_by: "created_at",
44
44
  * sort_order: "asc",
45
45
  * page: 1,
46
- * page_size: 1
46
+ * page_size: 1,
47
+ * filter_department: ["automotive"]
47
48
  * })
48
49
  */
49
50
  listV1(request?: Chrt.operations.DepartmentsListV1Request, requestOptions?: Departments.RequestOptions): core.HttpResponsePromise<Chrt.DepartmentListRes>;
@@ -68,7 +68,8 @@ class Departments {
68
68
  * sort_by: "created_at",
69
69
  * sort_order: "asc",
70
70
  * page: 1,
71
- * page_size: 1
71
+ * page_size: 1,
72
+ * filter_department: ["automotive"]
72
73
  * })
73
74
  */
74
75
  listV1(request = {}, requestOptions) {
@@ -8,7 +8,8 @@ import * as Chrt from "../../../../../../index.js";
8
8
  * sort_by: "created_at",
9
9
  * sort_order: "asc",
10
10
  * page: 1,
11
- * page_size: 1
11
+ * page_size: 1,
12
+ * filter_department: ["automotive"]
12
13
  * }
13
14
  */
14
15
  export interface DepartmentsListV1Request {
@@ -71,6 +71,7 @@ export declare class Orgs {
71
71
  *
72
72
  * @example
73
73
  * await client.orgs.listMembersV1({
74
+ * filter_role: ["owner"],
74
75
  * sort_by: "first_name",
75
76
  * sort_order: "asc",
76
77
  * page: 1,
@@ -151,6 +151,7 @@ class Orgs {
151
151
  *
152
152
  * @example
153
153
  * await client.orgs.listMembersV1({
154
+ * filter_role: ["owner"],
154
155
  * sort_by: "first_name",
155
156
  * sort_order: "asc",
156
157
  * page: 1,
@@ -5,6 +5,7 @@ import * as Chrt from "../../../../index.js";
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",
@@ -187,6 +187,7 @@ class Drivers {
187
187
  * @example
188
188
  * await client.shipping.drivers.listOrgMembersAndDriversV1({
189
189
  * search: "search",
190
+ * filter_role: ["owner"],
190
191
  * filter_available_according_to_driver: true,
191
192
  * filter_available_according_to_operators: true,
192
193
  * sort_by: "first_name",
@@ -6,6 +6,7 @@ import * as Chrt from "../../../../../../index.js";
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",
@@ -74,6 +74,8 @@ class OrderSchedules {
74
74
  * sort_order: "asc",
75
75
  * page: 1,
76
76
  * page_size: 1,
77
+ * filter_status: ["draft"],
78
+ * filter_orchestrator_schedule_status: ["not_created"],
77
79
  * filter_owned_by_user_id: "filter_owned_by_user_id",
78
80
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
79
81
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.js";
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",
@@ -196,6 +196,7 @@ class Expanded {
196
196
  * page: 1,
197
197
  * page_size: 1,
198
198
  * search: "search",
199
+ * filter_status: ["draft"],
199
200
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
200
201
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
201
202
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -354,6 +355,7 @@ class Expanded {
354
355
  * page: 1,
355
356
  * page_size: 1,
356
357
  * search: "search",
358
+ * filter_status: ["draft"],
357
359
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
358
360
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
359
361
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
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.js";
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
  }
@@ -1313,22 +1313,22 @@ class TaskGroups {
1313
1313
  });
1314
1314
  }
1315
1315
  /**
1316
- * 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)
1316
+ * 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)
1317
1317
  *
1318
1318
  * @param {string} taskGroupId
1319
- * @param {Chrt.TaskGroupQuoteClientReq} request
1319
+ * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
1320
1320
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1321
1321
  *
1322
1322
  * @throws {@link Chrt.UnprocessableEntityError}
1323
1323
  *
1324
1324
  * @example
1325
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id", {})
1325
+ * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
1326
1326
  */
1327
- quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
1327
+ quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
1328
1328
  return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
1329
1329
  }
1330
- __quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
1331
- return __awaiter(this, void 0, void 0, function* () {
1330
+ __quoteForShipperPayProviderV1(taskGroupId_1) {
1331
+ return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1332
1332
  var _a, _b, _c, _d;
1333
1333
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1334
1334
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -1376,22 +1376,22 @@ class TaskGroups {
1376
1376
  });
1377
1377
  }
1378
1378
  /**
1379
- * 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)
1379
+ * 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)
1380
1380
  *
1381
1381
  * @param {string} taskGroupId
1382
- * @param {Chrt.TaskGroupQuoteClientReq} request
1382
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
1383
1383
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1384
1384
  *
1385
1385
  * @throws {@link Chrt.UnprocessableEntityError}
1386
1386
  *
1387
1387
  * @example
1388
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id", {})
1388
+ * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
1389
1389
  */
1390
- quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
1390
+ quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
1391
1391
  return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
1392
1392
  }
1393
- __quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
1394
- return __awaiter(this, void 0, void 0, function* () {
1393
+ __quoteForProviderPayProviderV1(taskGroupId_1) {
1394
+ return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1395
1395
  var _a, _b, _c, _d;
1396
1396
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1397
1397
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -1439,16 +1439,18 @@ class TaskGroups {
1439
1439
  });
1440
1440
  }
1441
1441
  /**
1442
- * 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)
1442
+ * 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)
1443
1443
  *
1444
1444
  * @param {string} taskGroupId
1445
- * @param {Chrt.TaskGroupQuoteClientReq} request
1445
+ * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
1446
1446
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1447
1447
  *
1448
1448
  * @throws {@link Chrt.UnprocessableEntityError}
1449
1449
  *
1450
1450
  * @example
1451
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {})
1451
+ * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
1452
+ * driver_id: "driver_id"
1453
+ * })
1452
1454
  */
1453
1455
  quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
1454
1456
  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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,3 +2,6 @@ export { type SetTaskOrderingReq } from "./SetTaskOrderingReq.js";
2
2
  export { type UpdateDriverReq } from "./UpdateDriverReq.js";
3
3
  export { type AddExecutorReq } from "./AddExecutorReq.js";
4
4
  export { type AddMessageReq } from "./AddMessageReq.js";
5
+ export { type TaskGroupQuoteForShipperPayProviderClientReq } from "./TaskGroupQuoteForShipperPayProviderClientReq.js";
6
+ export { type TaskGroupQuoteForProviderPayProviderClientReq } from "./TaskGroupQuoteForProviderPayProviderClientReq.js";
7
+ export { type TaskGroupQuoteForProviderPayDriverClientReq } from "./TaskGroupQuoteForProviderPayDriverClientReq.js";
@@ -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",
@@ -322,6 +322,7 @@ class Expanded {
322
322
  * page: 1,
323
323
  * page_size: 1,
324
324
  * search: "search",
325
+ * filter_status: ["draft"],
325
326
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
326
327
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
327
328
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -484,6 +485,7 @@ class Expanded {
484
485
  * page: 1,
485
486
  * page_size: 1,
486
487
  * search: "search",
488
+ * filter_status: ["draft"],
487
489
  * filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
488
490
  * filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
489
491
  * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
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.js";
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.js";
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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface ListingForBidder1 {
6
+ listing: Chrt.ListingLimitedForBidder1;
7
+ task_group: Chrt.ListingTaskGroupForBidder1;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
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.js";
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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface ListingTaskGroupForBidder1 {
6
+ mileage_estimated?: number | null;
7
+ tasks?: Chrt.ListingTaskForBidder1[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -138,20 +138,25 @@ export * from "./LineItem1.js";
138
138
  export * from "./LineItemClientCreate1.js";
139
139
  export * from "./LineItemEnum1.js";
140
140
  export * from "./LineItemGroup1.js";
141
+ export * from "./LineItemGroupLineItemsRes.js";
141
142
  export * from "./LineItemGroupListRes.js";
142
143
  export * from "./LineItemGroupMessage1.js";
143
144
  export * from "./LineItemGroupS3ObjectMetadata1.js";
144
145
  export * from "./LineItemGroupStatusEnum1.js";
145
146
  export * from "./LineItemProvenanceEnum.js";
147
+ export * from "./LineItemS3ObjectMetadata1.js";
146
148
  export * from "./LineItemStatusEnum.js";
147
149
  export * from "./LineString.js";
148
150
  export * from "./Listing1.js";
149
151
  export * from "./ListingAudienceEnum.js";
152
+ export * from "./ListingForBidder1.js";
150
153
  export * from "./ListingForBidderListRes.js";
151
154
  export * from "./ListingLimitedForBidder1.js";
152
155
  export * from "./ListingListRes.js";
153
156
  export * from "./ListingSortByEnum.js";
154
157
  export * from "./ListingStatusEnum.js";
158
+ export * from "./ListingTaskForBidder1.js";
159
+ export * from "./ListingTaskGroupForBidder1.js";
155
160
  export * from "./ListingTypeEnum.js";
156
161
  export * from "./Geometry.js";
157
162
  export * from "./LocationFeature.js";
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.js";
298
303
  export * from "./TaskGroupExpandedListRes.js";
299
304
  export * from "./TaskGroupManifest1.js";
300
305
  export * from "./TaskGroupMessage1.js";
301
- export * from "./TaskGroupQuoteClientReq.js";
302
306
  export * from "./TaskGroupQuoteResp.js";
303
307
  export * from "./TaskGroupS3ObjectMetadata1.js";
304
308
  export * from "./TaskGroupSortByEnum.js";