@chrt-inc/typescript-sdk 0.0.205 → 0.0.224

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 (155) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/Client.d.ts +3 -0
  3. package/dist/cjs/Client.js +11 -6
  4. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +1 -1
  5. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +1 -1
  6. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +2 -2
  7. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +1 -1
  8. package/dist/cjs/api/resources/index.d.ts +2 -0
  9. package/dist/cjs/api/resources/index.js +3 -1
  10. package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.d.ts +13 -0
  11. package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.js +57 -0
  12. package/dist/cjs/api/resources/payments/client/Client.d.ts +3 -3
  13. package/dist/cjs/api/resources/payments/client/Client.js +2 -2
  14. package/dist/cjs/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.d.ts → CreateCheckoutSessionReq.d.ts} +2 -2
  15. package/dist/cjs/api/resources/payments/client/requests/index.d.ts +1 -1
  16. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +8 -2
  17. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +16 -6
  18. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +42 -0
  19. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +119 -0
  20. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.ts +1 -0
  21. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.js +2 -0
  22. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.ts +1 -0
  23. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.js +17 -0
  24. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.d.ts +2 -0
  25. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.js +3 -1
  26. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +68 -0
  27. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +234 -0
  28. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.js +2 -0
  30. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.ts +1 -0
  31. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.js +17 -0
  32. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +1 -1
  33. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +1 -1
  34. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +1 -1
  35. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +1 -1
  36. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.ts +2 -2
  37. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.ts +1 -1
  38. package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +15 -0
  39. package/dist/cjs/api/resources/taskGroups/client/Client.js +62 -0
  40. package/dist/cjs/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.ts +18 -0
  41. package/dist/cjs/api/resources/taskGroups/client/requests/index.d.ts +1 -0
  42. package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
  43. package/dist/cjs/api/resources/utils/client/Client.d.ts +48 -0
  44. package/dist/cjs/api/resources/utils/client/Client.js +133 -0
  45. package/dist/cjs/api/resources/utils/client/index.d.ts +2 -0
  46. package/dist/cjs/api/resources/utils/client/index.js +17 -0
  47. package/dist/cjs/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.ts +20 -0
  48. package/dist/cjs/api/resources/utils/client/requests/index.d.ts +1 -0
  49. package/dist/cjs/api/resources/utils/client/requests/index.js +2 -0
  50. package/dist/cjs/api/resources/utils/index.d.ts +1 -0
  51. package/dist/cjs/api/resources/utils/index.js +17 -0
  52. package/dist/cjs/api/types/ClerkOrgData.d.ts +11 -0
  53. package/dist/cjs/api/types/ClerkOrgData.js +5 -0
  54. package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +1 -1
  55. package/dist/{esm/api/types/CreateCheckoutSessionRes2.d.mts → cjs/api/types/CreateCheckoutSessionRes.d.ts} +1 -1
  56. package/dist/cjs/api/types/CreateCheckoutSessionRes.js +5 -0
  57. package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +5 -7
  58. package/dist/cjs/api/types/PriceNameEnum.d.ts +4 -4
  59. package/dist/cjs/api/types/PriceNameEnum.js +3 -3
  60. package/dist/cjs/api/types/ShipperPayCourierRateSheet1.d.ts +1 -1
  61. package/dist/cjs/api/types/TaskExpanded.d.ts +13 -0
  62. package/dist/cjs/api/types/TaskExpanded.js +5 -0
  63. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +11 -0
  64. package/dist/cjs/api/types/TaskGroupExpanded.js +5 -0
  65. package/dist/cjs/api/types/TaskGroupsExpandedRes.d.ts +10 -0
  66. package/dist/cjs/api/types/TaskGroupsExpandedRes.js +5 -0
  67. package/dist/cjs/api/types/TimezoneResponse.d.ts +12 -0
  68. package/dist/cjs/api/types/TimezoneResponse.js +5 -0
  69. package/dist/cjs/api/types/{UserPublicData6.d.ts → UserPublicData1.d.ts} +2 -5
  70. package/dist/cjs/api/types/UserPublicData1.js +5 -0
  71. package/dist/cjs/api/types/index.d.ts +7 -2
  72. package/dist/cjs/api/types/index.js +7 -2
  73. package/dist/cjs/version.d.ts +1 -1
  74. package/dist/cjs/version.js +1 -1
  75. package/dist/esm/Client.d.mts +3 -0
  76. package/dist/esm/Client.mjs +7 -2
  77. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +1 -1
  78. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +1 -1
  79. package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +2 -2
  80. package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +1 -1
  81. package/dist/esm/api/resources/index.d.mts +2 -0
  82. package/dist/esm/api/resources/index.mjs +2 -0
  83. package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.d.mts +13 -0
  84. package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.mjs +57 -0
  85. package/dist/esm/api/resources/payments/client/Client.d.mts +3 -3
  86. package/dist/esm/api/resources/payments/client/Client.mjs +2 -2
  87. package/dist/esm/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.d.mts → CreateCheckoutSessionReq.d.mts} +2 -2
  88. package/dist/esm/api/resources/payments/client/requests/index.d.mts +1 -1
  89. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +8 -2
  90. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +12 -2
  91. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +42 -0
  92. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +82 -0
  93. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.mts +1 -0
  94. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.mjs +1 -0
  95. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.mts +1 -0
  96. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.mjs +1 -0
  97. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.d.mts +2 -0
  98. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.mjs +2 -0
  99. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +68 -0
  100. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +197 -0
  101. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.mts +1 -0
  102. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.mjs +1 -0
  103. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.mts +1 -0
  104. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.mjs +1 -0
  105. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +1 -1
  106. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +1 -1
  107. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +1 -1
  108. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +1 -1
  109. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.mts +2 -2
  110. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.mts +1 -1
  111. package/dist/esm/api/resources/taskGroups/client/Client.d.mts +15 -0
  112. package/dist/esm/api/resources/taskGroups/client/Client.mjs +62 -0
  113. package/dist/esm/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.mts +18 -0
  114. package/dist/esm/api/resources/taskGroups/client/requests/index.d.mts +1 -0
  115. package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
  116. package/dist/esm/api/resources/utils/client/Client.d.mts +48 -0
  117. package/dist/esm/api/resources/utils/client/Client.mjs +96 -0
  118. package/dist/esm/api/resources/utils/client/index.d.mts +2 -0
  119. package/dist/esm/api/resources/utils/client/index.mjs +1 -0
  120. package/dist/esm/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.mts +20 -0
  121. package/dist/esm/api/resources/utils/client/requests/index.d.mts +1 -0
  122. package/dist/esm/api/resources/utils/client/requests/index.mjs +1 -0
  123. package/dist/esm/api/resources/utils/index.d.mts +1 -0
  124. package/dist/esm/api/resources/utils/index.mjs +1 -0
  125. package/dist/esm/api/types/ClerkOrgData.d.mts +11 -0
  126. package/dist/esm/api/types/ClerkOrgData.mjs +4 -0
  127. package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +1 -1
  128. package/dist/{cjs/api/types/CreateCheckoutSessionRes2.d.ts → esm/api/types/CreateCheckoutSessionRes.d.mts} +1 -1
  129. package/dist/esm/api/types/CreateCheckoutSessionRes.mjs +4 -0
  130. package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +5 -7
  131. package/dist/esm/api/types/PriceNameEnum.d.mts +4 -4
  132. package/dist/esm/api/types/PriceNameEnum.mjs +3 -3
  133. package/dist/esm/api/types/ShipperPayCourierRateSheet1.d.mts +1 -1
  134. package/dist/esm/api/types/TaskExpanded.d.mts +13 -0
  135. package/dist/esm/api/types/TaskExpanded.mjs +4 -0
  136. package/dist/esm/api/types/TaskGroupExpanded.d.mts +11 -0
  137. package/dist/esm/api/types/TaskGroupExpanded.mjs +4 -0
  138. package/dist/esm/api/types/TaskGroupsExpandedRes.d.mts +10 -0
  139. package/dist/esm/api/types/TaskGroupsExpandedRes.mjs +4 -0
  140. package/dist/esm/api/types/TimezoneResponse.d.mts +12 -0
  141. package/dist/esm/api/types/TimezoneResponse.mjs +4 -0
  142. package/dist/esm/api/types/{UserPublicData6.d.mts → UserPublicData1.d.mts} +2 -5
  143. package/dist/esm/api/types/UserPublicData1.mjs +4 -0
  144. package/dist/esm/api/types/index.d.mts +7 -2
  145. package/dist/esm/api/types/index.mjs +7 -2
  146. package/dist/esm/version.d.mts +1 -1
  147. package/dist/esm/version.mjs +1 -1
  148. package/package.json +1 -1
  149. package/reference.md +445 -9
  150. /package/dist/cjs/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.js → CreateCheckoutSessionReq.js} +0 -0
  151. /package/dist/cjs/api/{types/CreateCheckoutSessionRes2.js → resources/taskGroups/client/requests/TaskGroupsExpandedReq.js} +0 -0
  152. /package/dist/cjs/api/{types/UserPublicData6.js → resources/utils/client/requests/UtilsGetTimezoneRequest.js} +0 -0
  153. /package/dist/esm/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.mjs → CreateCheckoutSessionReq.mjs} +0 -0
  154. /package/dist/esm/api/{types/CreateCheckoutSessionRes2.mjs → resources/taskGroups/client/requests/TaskGroupsExpandedReq.mjs} +0 -0
  155. /package/dist/esm/api/{types/UserPublicData6.mjs → resources/utils/client/requests/UtilsGetTimezoneRequest.mjs} +0 -0
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Chrt from "../index.mjs";
4
5
  export interface DecodedJwtWithOrgAndUserId {
5
6
  azp?: string | null;
6
7
  exp?: number | null;
@@ -12,17 +13,14 @@ export interface DecodedJwtWithOrgAndUserId {
12
13
  sid?: string | null;
13
14
  /** Must be a string starting with `user_` */
14
15
  sub?: string | null;
15
- org_permissions?: unknown[] | null;
16
- org_role?: string | null;
17
- org_slug?: string | null;
18
- email_verified?: boolean | null;
16
+ v?: number | null;
17
+ o?: Chrt.ClerkOrgData | null;
19
18
  org_public_metadata?: Record<string, unknown> | null;
20
- user_public_metadata?: Record<string, unknown> | null;
21
19
  primary_email_address?: string | null;
22
- /** Must be a string starting with `org_` */
23
- org_id: string;
24
20
  /** Must be a string starting with `user_` */
25
21
  user_id: string;
22
+ /** Must be a string starting with `org_` */
23
+ org_id: string;
26
24
  /** Accepts any additional properties */
27
25
  [key: string]: any;
28
26
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type PriceNameEnum = "courier_ops_solo_100_month" | "courier_ops_small_team_500_month" | "courier_ops_unlimited_2500_month";
4
+ export type PriceNameEnum = "courier_ops_100_usd_per_month" | "courier_ops_500_usd_per_month" | "courier_ops_2500_usd_per_month";
5
5
  export declare const PriceNameEnum: {
6
- readonly CourierOpsSolo100Month: "courier_ops_solo_100_month";
7
- readonly CourierOpsSmallTeam500Month: "courier_ops_small_team_500_month";
8
- readonly CourierOpsUnlimited2500Month: "courier_ops_unlimited_2500_month";
6
+ readonly CourierOps100UsdPerMonth: "courier_ops_100_usd_per_month";
7
+ readonly CourierOps500UsdPerMonth: "courier_ops_500_usd_per_month";
8
+ readonly CourierOps2500UsdPerMonth: "courier_ops_2500_usd_per_month";
9
9
  };
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export const PriceNameEnum = {
5
- CourierOpsSolo100Month: "courier_ops_solo_100_month",
6
- CourierOpsSmallTeam500Month: "courier_ops_small_team_500_month",
7
- CourierOpsUnlimited2500Month: "courier_ops_unlimited_2500_month",
5
+ CourierOps100UsdPerMonth: "courier_ops_100_usd_per_month",
6
+ CourierOps500UsdPerMonth: "courier_ops_500_usd_per_month",
7
+ CourierOps2500UsdPerMonth: "courier_ops_2500_usd_per_month",
8
8
  };
@@ -19,7 +19,7 @@ export interface ShipperPayCourierRateSheet1 {
19
19
  long_distance_surcharge_miles_before_surcharge: number;
20
20
  /** applies only to the additional miles */
21
21
  long_distance_surcharge_rate_usd_per_mile: number;
22
- fuel_surchage_rate_usd_per_mile: number;
22
+ fuel_surcharge_rate_usd_per_mile: number;
23
23
  wait_time_before_charge_minutes: number;
24
24
  wait_time_rate_usd_per_minute: number;
25
25
  extra_stop_rate_usd: number;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ /**
6
+ * Single task with optional expanded data
7
+ */
8
+ export interface TaskExpanded {
9
+ task: Chrt.Task1;
10
+ cargos?: Chrt.Cargo1[] | null;
11
+ milestones?: Chrt.Milestone1[] | null;
12
+ shipper_contact_info?: Chrt.ShipperContactInfo1[] | 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,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ /**
6
+ * Single task group with optional expanded tasks
7
+ */
8
+ export interface TaskGroupExpanded {
9
+ task_group: Chrt.TaskGroup1;
10
+ tasks_expanded?: Chrt.TaskExpanded[] | null;
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ /**
6
+ * Response containing list of task groups with expanded data
7
+ */
8
+ export interface TaskGroupsExpandedRes {
9
+ task_groups_expanded: Chrt.TaskGroupExpanded[];
10
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Response model for timezone endpoint.
6
+ */
7
+ export interface TimezoneResponse {
8
+ timezone: string;
9
+ lat: number;
10
+ lng: number;
11
+ method: string;
12
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -1,14 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface UserPublicData6 {
4
+ export interface UserPublicData1 {
5
5
  schema_version: number;
6
- created_at: string;
7
- last_edited: string;
8
- courier_profile_is_public: boolean;
6
+ primary_email_address?: string | null;
9
7
  user_id: string;
10
8
  customer_id?: string | null;
11
- primary_email_address?: string | null;
12
9
  notes?: Record<string, unknown> | null;
13
10
  _id: string;
14
11
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -1,6 +1,7 @@
1
1
  export * from "./Cargo1.mjs";
2
2
  export * from "./CargoClientCreate1.mjs";
3
3
  export * from "./CargoTypeEnum1.mjs";
4
+ export * from "./ClerkOrgData.mjs";
4
5
  export * from "./CourierNotificationEventEnum.mjs";
5
6
  export * from "./CourierNotificationPreferences1.mjs";
6
7
  export * from "./CourierOrgConnectionInfo1.mjs";
@@ -10,7 +11,7 @@ export * from "./CourierPayDriverLineItemGroupCreateReq.mjs";
10
11
  export * from "./CourierPayDriverLineItemGroupServerCreate1.mjs";
11
12
  export * from "./CourierPayDriverPayout1.mjs";
12
13
  export * from "./CourierPayDriverRateSheet1.mjs";
13
- export * from "./CreateCheckoutSessionRes2.mjs";
14
+ export * from "./CreateCheckoutSessionRes.mjs";
14
15
  export * from "./CreateConnectAccountLinkRes.mjs";
15
16
  export * from "./CreateOrderRes.mjs";
16
17
  export * from "./CreateShipperPayCourierPaymentReq.mjs";
@@ -79,18 +80,22 @@ export * from "./Task1.mjs";
79
80
  export * from "./TaskActionEnum1.mjs";
80
81
  export * from "./TaskClientCreate1.mjs";
81
82
  export * from "./TaskCreateBundle.mjs";
83
+ export * from "./TaskExpanded.mjs";
82
84
  export * from "./TaskGroup1.mjs";
83
85
  export * from "./TaskGroupDetailsResponse.mjs";
86
+ export * from "./TaskGroupExpanded.mjs";
84
87
  export * from "./TaskGroupStatusEnum1.mjs";
85
88
  export * from "./TaskGroupWithDetails.mjs";
86
89
  export * from "./TaskGroupWithTasks.mjs";
90
+ export * from "./TaskGroupsExpandedRes.mjs";
87
91
  export * from "./TaskWithDetails.mjs";
88
92
  export * from "./TemplateRes.mjs";
93
+ export * from "./TimezoneResponse.mjs";
89
94
  export * from "./Tracker1.mjs";
90
95
  export * from "./TrackerSession1.mjs";
91
96
  export * from "./TransportTypeEnum.mjs";
92
97
  export * from "./UpdateTaskGroupRes.mjs";
93
- export * from "./UserPublicData6.mjs";
98
+ export * from "./UserPublicData1.mjs";
94
99
  export * from "./ValidationError.mjs";
95
100
  export * from "./Vehicle1.mjs";
96
101
  export * from "./VehicleTypeEnum.mjs";
@@ -1,6 +1,7 @@
1
1
  export * from "./Cargo1.mjs";
2
2
  export * from "./CargoClientCreate1.mjs";
3
3
  export * from "./CargoTypeEnum1.mjs";
4
+ export * from "./ClerkOrgData.mjs";
4
5
  export * from "./CourierNotificationEventEnum.mjs";
5
6
  export * from "./CourierNotificationPreferences1.mjs";
6
7
  export * from "./CourierOrgConnectionInfo1.mjs";
@@ -10,7 +11,7 @@ export * from "./CourierPayDriverLineItemGroupCreateReq.mjs";
10
11
  export * from "./CourierPayDriverLineItemGroupServerCreate1.mjs";
11
12
  export * from "./CourierPayDriverPayout1.mjs";
12
13
  export * from "./CourierPayDriverRateSheet1.mjs";
13
- export * from "./CreateCheckoutSessionRes2.mjs";
14
+ export * from "./CreateCheckoutSessionRes.mjs";
14
15
  export * from "./CreateConnectAccountLinkRes.mjs";
15
16
  export * from "./CreateOrderRes.mjs";
16
17
  export * from "./CreateShipperPayCourierPaymentReq.mjs";
@@ -79,18 +80,22 @@ export * from "./Task1.mjs";
79
80
  export * from "./TaskActionEnum1.mjs";
80
81
  export * from "./TaskClientCreate1.mjs";
81
82
  export * from "./TaskCreateBundle.mjs";
83
+ export * from "./TaskExpanded.mjs";
82
84
  export * from "./TaskGroup1.mjs";
83
85
  export * from "./TaskGroupDetailsResponse.mjs";
86
+ export * from "./TaskGroupExpanded.mjs";
84
87
  export * from "./TaskGroupStatusEnum1.mjs";
85
88
  export * from "./TaskGroupWithDetails.mjs";
86
89
  export * from "./TaskGroupWithTasks.mjs";
90
+ export * from "./TaskGroupsExpandedRes.mjs";
87
91
  export * from "./TaskWithDetails.mjs";
88
92
  export * from "./TemplateRes.mjs";
93
+ export * from "./TimezoneResponse.mjs";
89
94
  export * from "./Tracker1.mjs";
90
95
  export * from "./TrackerSession1.mjs";
91
96
  export * from "./TransportTypeEnum.mjs";
92
97
  export * from "./UpdateTaskGroupRes.mjs";
93
- export * from "./UserPublicData6.mjs";
98
+ export * from "./UserPublicData1.mjs";
94
99
  export * from "./ValidationError.mjs";
95
100
  export * from "./Vehicle1.mjs";
96
101
  export * from "./VehicleTypeEnum.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.205";
1
+ export declare const SDK_VERSION = "0.0.224";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.0.205";
1
+ export const SDK_VERSION = "0.0.224";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "0.0.205",
3
+ "version": "0.0.224",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",