@chrt-inc/typescript-sdk 1.595.0 → 1.601.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 (166) hide show
  1. package/dist/cjs/Client.d.ts +3 -0
  2. package/dist/cjs/Client.js +9 -4
  3. package/dist/cjs/api/resources/index.d.ts +1 -0
  4. package/dist/cjs/api/resources/index.js +2 -1
  5. package/dist/cjs/api/resources/trackingIntegrations/client/Client.d.ts +23 -0
  6. package/dist/cjs/api/resources/trackingIntegrations/client/Client.js +17 -0
  7. package/dist/cjs/api/resources/trackingIntegrations/client/index.d.ts +1 -0
  8. package/dist/cjs/api/resources/trackingIntegrations/client/index.js +2 -0
  9. package/dist/cjs/api/resources/trackingIntegrations/index.d.ts +2 -0
  10. package/dist/cjs/api/resources/trackingIntegrations/index.js +18 -0
  11. package/dist/cjs/api/resources/trackingIntegrations/resources/index.d.ts +1 -0
  12. package/dist/cjs/api/resources/trackingIntegrations/resources/index.js +37 -0
  13. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/Client.d.ts +29 -0
  14. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/Client.js +27 -0
  15. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/index.d.ts +1 -0
  16. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/index.js +2 -0
  17. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/index.d.ts +2 -0
  18. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/index.js +18 -0
  19. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +71 -0
  20. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +226 -0
  21. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.d.ts +2 -0
  22. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.js +17 -0
  23. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.d.ts +12 -0
  24. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.js +5 -0
  25. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.d.ts +33 -0
  26. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.js +5 -0
  27. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.ts +2 -0
  28. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.js +2 -0
  29. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/index.d.ts +1 -0
  30. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/index.js +17 -0
  31. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/index.d.ts +6 -0
  32. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/index.js +45 -0
  33. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +71 -0
  34. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +226 -0
  35. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.d.ts +2 -0
  36. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.js +17 -0
  37. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.d.ts +12 -0
  38. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.js +5 -0
  39. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.d.ts +33 -0
  40. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.js +5 -0
  41. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.ts +2 -0
  42. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.js +2 -0
  43. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.d.ts +1 -0
  44. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.js +17 -0
  45. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +81 -0
  46. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +267 -0
  47. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.d.ts +2 -0
  48. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.js +17 -0
  49. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.ts +16 -0
  50. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.js +5 -0
  51. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.d.ts +12 -0
  52. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.js +5 -0
  53. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.d.ts +12 -0
  54. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.js +5 -0
  55. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.ts +3 -0
  56. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.js +2 -0
  57. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.d.ts +1 -0
  58. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.js +17 -0
  59. package/dist/cjs/api/types/TiveDataPoint1.d.ts +22 -0
  60. package/dist/cjs/api/types/TiveDataPoint1.js +5 -0
  61. package/dist/cjs/api/types/TiveDataPointMetadata1.d.ts +8 -0
  62. package/dist/cjs/api/types/TiveDataPointMetadata1.js +5 -0
  63. package/dist/cjs/api/types/TiveDevice1.d.ts +17 -0
  64. package/dist/cjs/api/types/TiveDevice1.js +5 -0
  65. package/dist/cjs/api/types/TiveDeviceListRes.d.ts +8 -0
  66. package/dist/cjs/api/types/TiveDeviceListRes.js +5 -0
  67. package/dist/cjs/api/types/TiveDeviceSortByEnum.d.ts +8 -0
  68. package/dist/cjs/api/types/TiveDeviceSortByEnum.js +10 -0
  69. package/dist/cjs/api/types/TiveShipment1.d.ts +15 -0
  70. package/dist/cjs/api/types/TiveShipment1.js +5 -0
  71. package/dist/cjs/api/types/TiveShipmentListRes.d.ts +8 -0
  72. package/dist/cjs/api/types/TiveShipmentListRes.js +5 -0
  73. package/dist/cjs/api/types/TiveShipmentSortByEnum.d.ts +8 -0
  74. package/dist/cjs/api/types/TiveShipmentSortByEnum.js +10 -0
  75. package/dist/cjs/api/types/TiveTimeseriesRes.d.ts +7 -0
  76. package/dist/cjs/api/types/TiveTimeseriesRes.js +5 -0
  77. package/dist/cjs/api/types/TiveTimeseriesSyncRes.d.ts +9 -0
  78. package/dist/cjs/api/types/TiveTimeseriesSyncRes.js +5 -0
  79. package/dist/cjs/api/types/index.d.ts +10 -0
  80. package/dist/cjs/api/types/index.js +10 -0
  81. package/dist/cjs/version.d.ts +1 -1
  82. package/dist/cjs/version.js +1 -1
  83. package/dist/esm/Client.d.mts +3 -0
  84. package/dist/esm/Client.mjs +7 -2
  85. package/dist/esm/api/resources/index.d.mts +1 -0
  86. package/dist/esm/api/resources/index.mjs +1 -0
  87. package/dist/esm/api/resources/trackingIntegrations/client/Client.d.mts +23 -0
  88. package/dist/esm/api/resources/trackingIntegrations/client/Client.mjs +13 -0
  89. package/dist/esm/api/resources/trackingIntegrations/client/index.d.mts +1 -0
  90. package/dist/esm/api/resources/trackingIntegrations/client/index.mjs +1 -0
  91. package/dist/esm/api/resources/trackingIntegrations/index.d.mts +2 -0
  92. package/dist/esm/api/resources/trackingIntegrations/index.mjs +2 -0
  93. package/dist/esm/api/resources/trackingIntegrations/resources/index.d.mts +1 -0
  94. package/dist/esm/api/resources/trackingIntegrations/resources/index.mjs +1 -0
  95. package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/Client.d.mts +29 -0
  96. package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/Client.mjs +23 -0
  97. package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/index.d.mts +1 -0
  98. package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/index.mjs +1 -0
  99. package/dist/esm/api/resources/trackingIntegrations/resources/tive/index.d.mts +2 -0
  100. package/dist/esm/api/resources/trackingIntegrations/resources/tive/index.mjs +2 -0
  101. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +71 -0
  102. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +189 -0
  103. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.d.mts +2 -0
  104. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.mjs +1 -0
  105. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.d.mts +12 -0
  106. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.mjs +4 -0
  107. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.d.mts +33 -0
  108. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.mjs +4 -0
  109. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.mts +2 -0
  110. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.mjs +1 -0
  111. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/index.d.mts +1 -0
  112. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/index.mjs +1 -0
  113. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/index.d.mts +6 -0
  114. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/index.mjs +6 -0
  115. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +71 -0
  116. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +189 -0
  117. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.d.mts +2 -0
  118. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.mjs +1 -0
  119. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.d.mts +12 -0
  120. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.mjs +4 -0
  121. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.d.mts +33 -0
  122. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.mjs +4 -0
  123. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.mts +2 -0
  124. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.mjs +1 -0
  125. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.d.mts +1 -0
  126. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.mjs +1 -0
  127. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +81 -0
  128. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +230 -0
  129. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.d.mts +2 -0
  130. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.mjs +1 -0
  131. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.mts +16 -0
  132. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.mjs +4 -0
  133. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.d.mts +12 -0
  134. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.mjs +4 -0
  135. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.d.mts +12 -0
  136. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.mjs +4 -0
  137. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.mts +3 -0
  138. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.mjs +1 -0
  139. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.d.mts +1 -0
  140. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.mjs +1 -0
  141. package/dist/esm/api/types/TiveDataPoint1.d.mts +22 -0
  142. package/dist/esm/api/types/TiveDataPoint1.mjs +4 -0
  143. package/dist/esm/api/types/TiveDataPointMetadata1.d.mts +8 -0
  144. package/dist/esm/api/types/TiveDataPointMetadata1.mjs +4 -0
  145. package/dist/esm/api/types/TiveDevice1.d.mts +17 -0
  146. package/dist/esm/api/types/TiveDevice1.mjs +4 -0
  147. package/dist/esm/api/types/TiveDeviceListRes.d.mts +8 -0
  148. package/dist/esm/api/types/TiveDeviceListRes.mjs +4 -0
  149. package/dist/esm/api/types/TiveDeviceSortByEnum.d.mts +8 -0
  150. package/dist/esm/api/types/TiveDeviceSortByEnum.mjs +7 -0
  151. package/dist/esm/api/types/TiveShipment1.d.mts +15 -0
  152. package/dist/esm/api/types/TiveShipment1.mjs +4 -0
  153. package/dist/esm/api/types/TiveShipmentListRes.d.mts +8 -0
  154. package/dist/esm/api/types/TiveShipmentListRes.mjs +4 -0
  155. package/dist/esm/api/types/TiveShipmentSortByEnum.d.mts +8 -0
  156. package/dist/esm/api/types/TiveShipmentSortByEnum.mjs +7 -0
  157. package/dist/esm/api/types/TiveTimeseriesRes.d.mts +7 -0
  158. package/dist/esm/api/types/TiveTimeseriesRes.mjs +4 -0
  159. package/dist/esm/api/types/TiveTimeseriesSyncRes.d.mts +9 -0
  160. package/dist/esm/api/types/TiveTimeseriesSyncRes.mjs +4 -0
  161. package/dist/esm/api/types/index.d.mts +10 -0
  162. package/dist/esm/api/types/index.mjs +10 -0
  163. package/dist/esm/version.d.mts +1 -1
  164. package/dist/esm/version.mjs +1 -1
  165. package/package.json +1 -1
  166. package/reference.md +477 -0
@@ -0,0 +1,3 @@
1
+ export { type TimeseriesLastSeenV1Request } from "./TimeseriesLastSeenV1Request.mjs";
2
+ export { type TimeseriesDataPointsV1Request } from "./TimeseriesDataPointsV1Request.mjs";
3
+ export { type TimeseriesSyncV1Request } from "./TimeseriesSyncV1Request.mjs";
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TiveDataPoint1 {
6
+ schema_version: number;
7
+ timestamp: string;
8
+ metadata: Chrt.TiveDataPointMetadata1;
9
+ location: Chrt.LocationFeature;
10
+ temperature_f?: number | null;
11
+ humidity?: number | null;
12
+ acceleration_g?: number | null;
13
+ acceleration_x?: number | null;
14
+ acceleration_y?: number | null;
15
+ acceleration_z?: number | null;
16
+ light?: number | null;
17
+ motion?: number | null;
18
+ battery?: number | null;
19
+ location_method?: string | null;
20
+ process_time?: string | null;
21
+ _id: string;
22
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TiveDataPointMetadata1 {
5
+ tive_shipment_id: string;
6
+ tive_device_id: string;
7
+ pytest?: boolean | null;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TiveDevice1 {
5
+ schema_version: number;
6
+ _id: string;
7
+ /** Must be a string starting with `org_` */
8
+ org_id: string;
9
+ tive_account_id: number;
10
+ tive_account_name: string;
11
+ tive_device_id: string;
12
+ tive_device_name: string;
13
+ tive_current_shipment_id?: string | null;
14
+ tive_current_public_shipment_id?: string | null;
15
+ chrt_created_at_timestamp: string;
16
+ chrt_updated_at_timestamp: string;
17
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TiveDeviceListRes {
6
+ items: Chrt.TiveDevice1[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type TiveDeviceSortByEnum = "chrt_created_at_timestamp" | "chrt_updated_at_timestamp";
5
+ export declare const TiveDeviceSortByEnum: {
6
+ readonly ChrtCreatedAtTimestamp: "chrt_created_at_timestamp";
7
+ readonly ChrtUpdatedAtTimestamp: "chrt_updated_at_timestamp";
8
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const TiveDeviceSortByEnum = {
5
+ ChrtCreatedAtTimestamp: "chrt_created_at_timestamp",
6
+ ChrtUpdatedAtTimestamp: "chrt_updated_at_timestamp",
7
+ };
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TiveShipment1 {
5
+ schema_version: number;
6
+ _id: string;
7
+ /** Must be a string starting with `org_` */
8
+ org_id: string;
9
+ tive_device_object_id: string;
10
+ tive_shipment_id: string;
11
+ tive_public_shipment_id?: string | null;
12
+ tive_shipment_status?: Record<string, unknown>;
13
+ chrt_created_at_timestamp: string;
14
+ chrt_updated_at_timestamp: string;
15
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TiveShipmentListRes {
6
+ items: Chrt.TiveShipment1[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type TiveShipmentSortByEnum = "chrt_created_at_timestamp" | "chrt_updated_at_timestamp";
5
+ export declare const TiveShipmentSortByEnum: {
6
+ readonly ChrtCreatedAtTimestamp: "chrt_created_at_timestamp";
7
+ readonly ChrtUpdatedAtTimestamp: "chrt_updated_at_timestamp";
8
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const TiveShipmentSortByEnum = {
5
+ ChrtCreatedAtTimestamp: "chrt_created_at_timestamp",
6
+ ChrtUpdatedAtTimestamp: "chrt_updated_at_timestamp",
7
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TiveTimeseriesRes {
6
+ data_points: Chrt.TiveDataPoint1[];
7
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TiveTimeseriesSyncRes {
5
+ total_fetched_from_tive: number;
6
+ skipped_no_location: number;
7
+ duplicates_filtered: number;
8
+ new_data_points_count: number;
9
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -250,6 +250,16 @@ export * from "./TimeGranularity.mjs";
250
250
  export * from "./TimeWindow1.mjs";
251
251
  export * from "./TimezoneEnum.mjs";
252
252
  export * from "./TimezoneResponse.mjs";
253
+ export * from "./TiveDataPoint1.mjs";
254
+ export * from "./TiveDataPointMetadata1.mjs";
255
+ export * from "./TiveDevice1.mjs";
256
+ export * from "./TiveDeviceListRes.mjs";
257
+ export * from "./TiveDeviceSortByEnum.mjs";
258
+ export * from "./TiveShipment1.mjs";
259
+ export * from "./TiveShipmentListRes.mjs";
260
+ export * from "./TiveShipmentSortByEnum.mjs";
261
+ export * from "./TiveTimeseriesRes.mjs";
262
+ export * from "./TiveTimeseriesSyncRes.mjs";
253
263
  export * from "./TrackingDeviceTypeEnum1.mjs";
254
264
  export * from "./TrackingOrgScopeEnum.mjs";
255
265
  export * from "./TrackingSharingSettingsRes.mjs";
@@ -250,6 +250,16 @@ export * from "./TimeGranularity.mjs";
250
250
  export * from "./TimeWindow1.mjs";
251
251
  export * from "./TimezoneEnum.mjs";
252
252
  export * from "./TimezoneResponse.mjs";
253
+ export * from "./TiveDataPoint1.mjs";
254
+ export * from "./TiveDataPointMetadata1.mjs";
255
+ export * from "./TiveDevice1.mjs";
256
+ export * from "./TiveDeviceListRes.mjs";
257
+ export * from "./TiveDeviceSortByEnum.mjs";
258
+ export * from "./TiveShipment1.mjs";
259
+ export * from "./TiveShipmentListRes.mjs";
260
+ export * from "./TiveShipmentSortByEnum.mjs";
261
+ export * from "./TiveTimeseriesRes.mjs";
262
+ export * from "./TiveTimeseriesSyncRes.mjs";
253
263
  export * from "./TrackingDeviceTypeEnum1.mjs";
254
264
  export * from "./TrackingOrgScopeEnum.mjs";
255
265
  export * from "./TrackingSharingSettingsRes.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.595.0";
1
+ export declare const SDK_VERSION = "1.601.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.595.0";
1
+ export const SDK_VERSION = "1.601.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.595.0",
3
+ "version": "1.601.0",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",