@chrt-inc/typescript-sdk 1.881.0 → 1.885.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 (202) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -1
  3. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -1
  4. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +2 -2
  5. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +2 -2
  6. package/dist/cjs/api/resources/orgs/client/Client.d.ts +6 -6
  7. package/dist/cjs/api/resources/orgs/client/Client.js +14 -14
  8. package/dist/cjs/api/resources/orgs/resources/accounts/client/Client.d.ts +97 -0
  9. package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.js +57 -100
  10. package/dist/{esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.mts → cjs/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.ts} +4 -2
  11. package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.ts → accounts/client/requests/AccountClientUpdate1.d.ts} +1 -3
  12. package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.ts +27 -0
  13. package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/index.d.ts +3 -0
  14. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +112 -0
  15. package/dist/cjs/api/resources/orgs/resources/{directoryEntries → contacts}/client/Client.js +55 -51
  16. package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts → contacts/client/requests/ContactClientCreate1.d.ts} +5 -4
  17. package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts → contacts/client/requests/ContactClientUpdate1.d.ts} +1 -1
  18. package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts → contacts/client/requests/ContactsListV1Request.d.ts} +9 -6
  19. package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/index.d.ts +3 -0
  20. package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -4
  21. package/dist/cjs/api/resources/orgs/resources/index.js +5 -5
  22. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +1 -1
  23. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.js +1 -1
  24. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +1 -1
  25. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +4 -4
  26. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +2 -1
  27. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +2 -1
  28. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +3 -3
  29. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +28 -0
  30. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +120 -0
  31. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -0
  32. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +4 -0
  33. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +20 -4
  34. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +3 -0
  35. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +3 -0
  36. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
  37. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -0
  38. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +1 -1
  39. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +1 -1
  40. package/dist/{esm/api/types/OffChrtVendor1.d.mts → cjs/api/types/Account1.d.ts} +4 -2
  41. package/dist/cjs/api/types/{OffChrtVendorListRes.d.ts → AccountListRes.d.ts} +2 -2
  42. package/dist/cjs/api/types/AccountSortByEnum.d.ts +4 -0
  43. package/dist/cjs/api/types/{DirectoryEntry1.d.ts → Contact1.d.ts} +6 -7
  44. package/dist/cjs/api/types/{DirectoryEntryListRes.d.ts → ContactListRes.d.ts} +2 -2
  45. package/dist/cjs/api/types/ContactSortByEnum.d.ts +4 -0
  46. package/dist/cjs/api/types/ContactSortByEnum.js +5 -0
  47. package/dist/cjs/api/types/CreateOffChrtOrgRes.d.ts +1 -1
  48. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -1
  49. package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +1 -1
  50. package/dist/cjs/api/types/NotificationIntentAdHocClientCreate1.d.ts +1 -1
  51. package/dist/cjs/api/types/Order1.d.ts +1 -0
  52. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -1
  53. package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +1 -0
  54. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +1 -0
  55. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +1 -0
  56. package/dist/cjs/api/types/OrderTemplate1.d.ts +2 -1
  57. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -1
  58. package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +1 -1
  59. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +3 -2
  60. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +2 -1
  61. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +1 -1
  62. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +2 -1
  63. package/dist/cjs/api/types/OrgTypeEnum.d.ts +2 -1
  64. package/dist/cjs/api/types/OrgTypeEnum.js +1 -0
  65. package/dist/cjs/api/types/Statement1.d.ts +0 -1
  66. package/dist/cjs/api/types/Task1.d.ts +1 -1
  67. package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -1
  68. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +1 -1
  69. package/dist/cjs/api/types/TaskExpanded.d.ts +1 -1
  70. package/dist/cjs/api/types/index.d.ts +6 -5
  71. package/dist/cjs/api/types/index.js +6 -5
  72. package/dist/cjs/version.d.ts +1 -1
  73. package/dist/cjs/version.js +1 -1
  74. package/dist/esm/Client.mjs +2 -2
  75. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -1
  76. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -1
  77. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +2 -2
  78. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +2 -2
  79. package/dist/esm/api/resources/orgs/client/Client.d.mts +6 -6
  80. package/dist/esm/api/resources/orgs/client/Client.mjs +8 -8
  81. package/dist/esm/api/resources/orgs/resources/accounts/client/Client.d.mts +97 -0
  82. package/dist/esm/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.mjs +55 -98
  83. package/dist/{cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.ts → esm/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.mts} +4 -2
  84. package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.mts → accounts/client/requests/AccountClientUpdate1.d.mts} +1 -3
  85. package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.mts +27 -0
  86. package/dist/esm/api/resources/orgs/resources/accounts/client/requests/index.d.mts +3 -0
  87. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +112 -0
  88. package/dist/esm/api/resources/orgs/resources/{directoryEntries → contacts}/client/Client.mjs +53 -49
  89. package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts → contacts/client/requests/ContactClientCreate1.d.mts} +5 -4
  90. package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts → contacts/client/requests/ContactClientUpdate1.d.mts} +1 -1
  91. package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts → contacts/client/requests/ContactsListV1Request.d.mts} +9 -6
  92. package/dist/esm/api/resources/orgs/resources/contacts/client/requests/index.d.mts +3 -0
  93. package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -4
  94. package/dist/esm/api/resources/orgs/resources/index.mjs +4 -4
  95. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +1 -1
  96. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.mjs +1 -1
  97. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +1 -1
  98. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +4 -4
  99. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +2 -1
  100. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +2 -1
  101. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +3 -3
  102. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +28 -0
  103. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +120 -0
  104. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -0
  105. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +4 -0
  106. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +20 -4
  107. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +3 -0
  108. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +3 -0
  109. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
  110. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -0
  111. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +1 -1
  112. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +1 -1
  113. package/dist/{cjs/api/types/OffChrtVendor1.d.ts → esm/api/types/Account1.d.mts} +4 -2
  114. package/dist/esm/api/types/{OffChrtVendorListRes.d.mts → AccountListRes.d.mts} +2 -2
  115. package/dist/esm/api/types/AccountSortByEnum.d.mts +4 -0
  116. package/dist/esm/api/types/{DirectoryEntry1.d.mts → Contact1.d.mts} +6 -7
  117. package/dist/esm/api/types/{DirectoryEntryListRes.d.mts → ContactListRes.d.mts} +2 -2
  118. package/dist/esm/api/types/ContactSortByEnum.d.mts +4 -0
  119. package/dist/esm/api/types/ContactSortByEnum.mjs +4 -0
  120. package/dist/esm/api/types/CreateOffChrtOrgRes.d.mts +1 -1
  121. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -1
  122. package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +1 -1
  123. package/dist/esm/api/types/NotificationIntentAdHocClientCreate1.d.mts +1 -1
  124. package/dist/esm/api/types/Order1.d.mts +1 -0
  125. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -1
  126. package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +1 -0
  127. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +1 -0
  128. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +1 -0
  129. package/dist/esm/api/types/OrderTemplate1.d.mts +2 -1
  130. package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -1
  131. package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +1 -1
  132. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +3 -2
  133. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +2 -1
  134. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +1 -1
  135. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +2 -1
  136. package/dist/esm/api/types/OrgTypeEnum.d.mts +2 -1
  137. package/dist/esm/api/types/OrgTypeEnum.mjs +1 -0
  138. package/dist/esm/api/types/Statement1.d.mts +0 -1
  139. package/dist/esm/api/types/Task1.d.mts +1 -1
  140. package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -1
  141. package/dist/esm/api/types/TaskClientUpdate1.d.mts +1 -1
  142. package/dist/esm/api/types/TaskExpanded.d.mts +1 -1
  143. package/dist/esm/api/types/index.d.mts +6 -5
  144. package/dist/esm/api/types/index.mjs +6 -5
  145. package/dist/esm/version.d.mts +1 -1
  146. package/dist/esm/version.mjs +1 -1
  147. package/package.json +1 -1
  148. package/reference.md +358 -270
  149. package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/Client.d.ts +0 -111
  150. package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/requests/index.d.ts +0 -3
  151. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.d.ts +0 -106
  152. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.ts +0 -14
  153. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.ts +0 -3
  154. package/dist/cjs/api/types/DirectoryEntrySortByEnum.d.ts +0 -4
  155. package/dist/esm/api/resources/orgs/resources/directoryEntries/client/Client.d.mts +0 -111
  156. package/dist/esm/api/resources/orgs/resources/directoryEntries/client/requests/index.d.mts +0 -3
  157. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.d.mts +0 -106
  158. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.mts +0 -14
  159. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.mts +0 -3
  160. package/dist/esm/api/types/DirectoryEntrySortByEnum.d.mts +0 -4
  161. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.d.ts +0 -0
  162. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.js +0 -0
  163. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.js → accounts/client/requests/AccountClientCreate1.js} +0 -0
  164. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.js → accounts/client/requests/AccountClientUpdate1.js} +0 -0
  165. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.js → accounts/client/requests/AccountsListV1Request.js} +0 -0
  166. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/requests/index.js +0 -0
  167. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/index.d.ts +0 -0
  168. /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/index.js +0 -0
  169. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.d.ts +0 -0
  170. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.js +0 -0
  171. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.js → contacts/client/requests/ContactClientCreate1.js} +0 -0
  172. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.js → contacts/client/requests/ContactClientUpdate1.js} +0 -0
  173. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorListV1Request.js → contacts/client/requests/ContactsListV1Request.js} +0 -0
  174. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/requests/index.js +0 -0
  175. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/index.d.ts +0 -0
  176. /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/index.js +0 -0
  177. /package/dist/cjs/api/types/{DirectoryEntry1.js → Account1.js} +0 -0
  178. /package/dist/cjs/api/types/{DirectoryEntryListRes.js → AccountListRes.js} +0 -0
  179. /package/dist/cjs/api/types/{DirectoryEntrySortByEnum.js → AccountSortByEnum.js} +0 -0
  180. /package/dist/cjs/api/types/{OffChrtVendor1.js → Contact1.js} +0 -0
  181. /package/dist/cjs/api/types/{OffChrtVendorListRes.js → ContactListRes.js} +0 -0
  182. /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.d.mts +0 -0
  183. /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.mjs +0 -0
  184. /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.mjs → accounts/client/requests/AccountClientCreate1.mjs} +0 -0
  185. /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs → accounts/client/requests/AccountClientUpdate1.mjs} +0 -0
  186. /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs → accounts/client/requests/AccountsListV1Request.mjs} +0 -0
  187. /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/requests/index.mjs +0 -0
  188. /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/index.d.mts +0 -0
  189. /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/index.mjs +0 -0
  190. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.d.mts +0 -0
  191. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.mjs +0 -0
  192. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.mjs → contacts/client/requests/ContactClientCreate1.mjs} +0 -0
  193. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.mjs → contacts/client/requests/ContactClientUpdate1.mjs} +0 -0
  194. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorListV1Request.mjs → contacts/client/requests/ContactsListV1Request.mjs} +0 -0
  195. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/requests/index.mjs +0 -0
  196. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/index.d.mts +0 -0
  197. /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/index.mjs +0 -0
  198. /package/dist/esm/api/types/{DirectoryEntry1.mjs → Account1.mjs} +0 -0
  199. /package/dist/esm/api/types/{DirectoryEntryListRes.mjs → AccountListRes.mjs} +0 -0
  200. /package/dist/esm/api/types/{DirectoryEntrySortByEnum.mjs → AccountSortByEnum.mjs} +0 -0
  201. /package/dist/esm/api/types/{OffChrtVendor1.mjs → Contact1.mjs} +0 -0
  202. /package/dist/esm/api/types/{OffChrtVendorListRes.mjs → ContactListRes.mjs} +0 -0
@@ -4,8 +4,9 @@
4
4
  export const OrderTemplateReferenceColumnEnum1 = {
5
5
  ShipperOrgId: "shipper_org_id",
6
6
  OffChrtShipperOrgDataId: "off_chrt_shipper_org_data_id",
7
+ CoordinatorShipperAccountIds: "coordinator_shipper_account_ids",
7
8
  ExecutorOrgIds: "executor_org_ids",
8
9
  OffChrtExecutorOrgDataIds: "off_chrt_executor_org_data_ids",
9
10
  DriverIds: "driver_ids",
10
- DirectoryEntryIds: "directory_entry_ids",
11
+ ContactIds: "contact_ids",
11
12
  };
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface OrderTemplateReferencesExpanded1 {
6
- directory_entries?: Chrt.DirectoryEntry1[];
6
+ contacts?: Chrt.Contact1[];
7
7
  drivers?: Chrt.Driver1[];
8
8
  executor_orgs?: Chrt.OrderTemplateOrgInfo1[];
9
9
  off_chrt_executor_orgs?: Chrt.OffChrtOrgData1[];
@@ -2,8 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface OrderTemplateResolvabilityRes {
5
+ unresolvable_contact_ids?: string[];
5
6
  unresolvable_coordinator?: boolean;
6
- unresolvable_directory_entry_ids?: string[];
7
+ unresolvable_coordinator_shipper_account_ids?: string[];
7
8
  unresolvable_driver_ids?: string[];
8
9
  unresolvable_off_chrt_executor_org_data_ids?: string[];
9
10
  unresolvable_off_chrt_shipper?: boolean;
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type OrgTypeEnum = "provider" | "shipper";
4
+ export type OrgTypeEnum = "provider" | "shipper" | "vendor";
5
5
  export declare const OrgTypeEnum: {
6
6
  readonly Provider: "provider";
7
7
  readonly Shipper: "shipper";
8
+ readonly Vendor: "vendor";
8
9
  };
@@ -4,4 +4,5 @@
4
4
  export const OrgTypeEnum = {
5
5
  Provider: "provider",
6
6
  Shipper: "shipper",
7
+ Vendor: "vendor",
7
8
  };
@@ -24,7 +24,6 @@ export interface Statement1 {
24
24
  paid_at_timestamp?: string | null;
25
25
  payment_destination_driver_id?: string | null;
26
26
  payment_destination_off_chrt_provider_org_data_id?: string | null;
27
- payment_destination_off_chrt_vendor_id?: string | null;
28
27
  /** Must be a string starting with `org_` */
29
28
  payment_destination_org_id?: string | null;
30
29
  payment_origin_off_chrt_shipper_org_data_id?: string | null;
@@ -13,12 +13,12 @@ export interface Task1 {
13
13
  completed_by_org_id?: string | null;
14
14
  /** Must be a string starting with `user_` */
15
15
  completed_by_user_id?: string | null;
16
+ contact_ids?: string[];
16
17
  /** Must be a string starting with `org_` */
17
18
  created_by_org_id: string;
18
19
  /** Must be a string starting with `user_` */
19
20
  created_by_user_id?: string | null;
20
21
  datetime_windows?: Chrt.DateTimeWindow1[];
21
- directory_entry_ids?: string[];
22
22
  draft_started_at_timestamp: string;
23
23
  exception_at_timestamp?: string | null;
24
24
  executor_org_notes?: Chrt.TaskExecutorOrgNote1[];
@@ -4,8 +4,8 @@
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface TaskClientCreate1 {
6
6
  action?: TaskClientCreate1.Action | null;
7
+ contact_ids?: string[];
7
8
  datetime_windows?: Chrt.DateTimeWindow1[];
8
- directory_entry_ids?: string[];
9
9
  geofence_distance_miles?: number;
10
10
  location?: Chrt.LocationFeature | null;
11
11
  order_placer_comments?: string | null;
@@ -4,8 +4,8 @@
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface TaskClientUpdate1 {
6
6
  action?: TaskClientUpdate1.Action | null;
7
+ contact_ids?: string[];
7
8
  datetime_windows?: Chrt.DateTimeWindow1[];
8
- directory_entry_ids?: string[];
9
9
  location?: Chrt.LocationFeature | null;
10
10
  order_placer_comments?: string | null;
11
11
  order_placer_comments__set_to_None?: boolean;
@@ -4,7 +4,7 @@
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface TaskExpanded {
6
6
  cargos?: Chrt.Cargo1[] | null;
7
- directory_entries?: Chrt.DirectoryEntry1[] | null;
7
+ contacts?: Chrt.Contact1[] | null;
8
8
  task: Chrt.Task1;
9
9
  task_artifacts?: Chrt.TaskArtifact1[] | null;
10
10
  }
@@ -1,4 +1,7 @@
1
1
  export * from "./AiImageDescription.mjs";
2
+ export * from "./Account1.mjs";
3
+ export * from "./AccountListRes.mjs";
4
+ export * from "./AccountSortByEnum.mjs";
2
5
  export * from "./AlertCallback.mjs";
3
6
  export * from "./AlertEvent.mjs";
4
7
  export * from "./AlertMessage.mjs";
@@ -121,6 +124,9 @@ export * from "./ConnectionSearchPreferenceEnum.mjs";
121
124
  export * from "./ConnectionTypeaheadFieldEnum.mjs";
122
125
  export * from "./ConnectionTypeaheadResult.mjs";
123
126
  export * from "./ConnectionTypeaheadValue.mjs";
127
+ export * from "./Contact1.mjs";
128
+ export * from "./ContactListRes.mjs";
129
+ export * from "./ContactSortByEnum.mjs";
124
130
  export * from "./CoordinatorExecutorConnection1.mjs";
125
131
  export * from "./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs";
126
132
  export * from "./CoordinatorExecutorConnectionForCoordinatorListItem.mjs";
@@ -146,9 +152,6 @@ export * from "./DeviceLimitedForList1.mjs";
146
152
  export * from "./DeviceListRes.mjs";
147
153
  export * from "./DevicePausedTimeWindow1.mjs";
148
154
  export * from "./DeviceSortByEnum.mjs";
149
- export * from "./DirectoryEntry1.mjs";
150
- export * from "./DirectoryEntryListRes.mjs";
151
- export * from "./DirectoryEntrySortByEnum.mjs";
152
155
  export * from "./Driver1.mjs";
153
156
  export * from "./DriverAnalyticsDay.mjs";
154
157
  export * from "./DriverAnalyticsTaskGroup.mjs";
@@ -236,8 +239,6 @@ export * from "./OffChrtOrgData1.mjs";
236
239
  export * from "./OffChrtOrgDataClientCreate1.mjs";
237
240
  export * from "./OffChrtOrgDataListRes.mjs";
238
241
  export * from "./OffChrtOrgDataSortByEnum.mjs";
239
- export * from "./OffChrtVendor1.mjs";
240
- export * from "./OffChrtVendorListRes.mjs";
241
242
  export * from "./OnboardCourierRateSheet1.mjs";
242
243
  export * from "./OnboardCourierRateSheetListRes.mjs";
243
244
  export * from "./OnboardCourierTaskActionEnum1.mjs";
@@ -1,4 +1,7 @@
1
1
  export * from "./AiImageDescription.mjs";
2
+ export * from "./Account1.mjs";
3
+ export * from "./AccountListRes.mjs";
4
+ export * from "./AccountSortByEnum.mjs";
2
5
  export * from "./AlertCallback.mjs";
3
6
  export * from "./AlertEvent.mjs";
4
7
  export * from "./AlertMessage.mjs";
@@ -121,6 +124,9 @@ export * from "./ConnectionSearchPreferenceEnum.mjs";
121
124
  export * from "./ConnectionTypeaheadFieldEnum.mjs";
122
125
  export * from "./ConnectionTypeaheadResult.mjs";
123
126
  export * from "./ConnectionTypeaheadValue.mjs";
127
+ export * from "./Contact1.mjs";
128
+ export * from "./ContactListRes.mjs";
129
+ export * from "./ContactSortByEnum.mjs";
124
130
  export * from "./CoordinatorExecutorConnection1.mjs";
125
131
  export * from "./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs";
126
132
  export * from "./CoordinatorExecutorConnectionForCoordinatorListItem.mjs";
@@ -146,9 +152,6 @@ export * from "./DeviceLimitedForList1.mjs";
146
152
  export * from "./DeviceListRes.mjs";
147
153
  export * from "./DevicePausedTimeWindow1.mjs";
148
154
  export * from "./DeviceSortByEnum.mjs";
149
- export * from "./DirectoryEntry1.mjs";
150
- export * from "./DirectoryEntryListRes.mjs";
151
- export * from "./DirectoryEntrySortByEnum.mjs";
152
155
  export * from "./Driver1.mjs";
153
156
  export * from "./DriverAnalyticsDay.mjs";
154
157
  export * from "./DriverAnalyticsTaskGroup.mjs";
@@ -236,8 +239,6 @@ export * from "./OffChrtOrgData1.mjs";
236
239
  export * from "./OffChrtOrgDataClientCreate1.mjs";
237
240
  export * from "./OffChrtOrgDataListRes.mjs";
238
241
  export * from "./OffChrtOrgDataSortByEnum.mjs";
239
- export * from "./OffChrtVendor1.mjs";
240
- export * from "./OffChrtVendorListRes.mjs";
241
242
  export * from "./OnboardCourierRateSheet1.mjs";
242
243
  export * from "./OnboardCourierRateSheetListRes.mjs";
243
244
  export * from "./OnboardCourierTaskActionEnum1.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.881.0";
1
+ export declare const SDK_VERSION = "1.885.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.881.0";
1
+ export const SDK_VERSION = "1.885.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.881.0",
3
+ "version": "1.885.0",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",