partnermax 0.2.0 → 0.2.2

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 (179) hide show
  1. package/CHANGELOG.md +75 -47
  2. package/LICENSE +201 -201
  3. package/README.md +394 -370
  4. package/api-promise.js +1 -1
  5. package/client.d.mts +9 -3
  6. package/client.d.mts.map +1 -1
  7. package/client.d.ts +9 -3
  8. package/client.d.ts.map +1 -1
  9. package/client.js +12 -2
  10. package/client.js.map +1 -1
  11. package/client.mjs +12 -2
  12. package/client.mjs.map +1 -1
  13. package/core/api-promise.js +1 -1
  14. package/core/api-promise.mjs +1 -1
  15. package/core/pagination.d.mts +57 -0
  16. package/core/pagination.d.mts.map +1 -0
  17. package/core/pagination.d.ts +57 -0
  18. package/core/pagination.d.ts.map +1 -0
  19. package/core/pagination.js +108 -0
  20. package/core/pagination.js.map +1 -0
  21. package/core/pagination.mjs +102 -0
  22. package/core/pagination.mjs.map +1 -0
  23. package/error.js +1 -1
  24. package/index.d.mts +1 -0
  25. package/index.d.mts.map +1 -1
  26. package/index.d.ts +1 -0
  27. package/index.d.ts.map +1 -1
  28. package/index.js +3 -1
  29. package/index.js.map +1 -1
  30. package/index.mjs +1 -0
  31. package/index.mjs.map +1 -1
  32. package/internal/tslib.js +17 -17
  33. package/package.json +19 -15
  34. package/pagination.d.mts +3 -0
  35. package/pagination.d.mts.map +1 -0
  36. package/pagination.d.ts +3 -0
  37. package/pagination.d.ts.map +1 -0
  38. package/pagination.js +6 -0
  39. package/pagination.js.map +1 -0
  40. package/pagination.mjs +3 -0
  41. package/pagination.mjs.map +1 -0
  42. package/resource.js +1 -1
  43. package/resources/dealers/dealers.d.mts +7 -71
  44. package/resources/dealers/dealers.d.mts.map +1 -1
  45. package/resources/dealers/dealers.d.ts +7 -71
  46. package/resources/dealers/dealers.d.ts.map +1 -1
  47. package/resources/dealers/dealers.js +3 -16
  48. package/resources/dealers/dealers.js.map +1 -1
  49. package/resources/dealers/dealers.mjs +2 -15
  50. package/resources/dealers/dealers.mjs.map +1 -1
  51. package/resources/dealers/index.d.mts +2 -2
  52. package/resources/dealers/index.d.mts.map +1 -1
  53. package/resources/dealers/index.d.ts +2 -2
  54. package/resources/dealers/index.d.ts.map +1 -1
  55. package/resources/dealers/index.js.map +1 -1
  56. package/resources/dealers/index.mjs.map +1 -1
  57. package/resources/dealers/nlt/index.d.mts +1 -1
  58. package/resources/dealers/nlt/index.d.mts.map +1 -1
  59. package/resources/dealers/nlt/index.d.ts +1 -1
  60. package/resources/dealers/nlt/index.d.ts.map +1 -1
  61. package/resources/dealers/nlt/nlt.d.mts +2 -2
  62. package/resources/dealers/nlt/nlt.d.mts.map +1 -1
  63. package/resources/dealers/nlt/nlt.d.ts +2 -2
  64. package/resources/dealers/nlt/nlt.d.ts.map +1 -1
  65. package/resources/dealers/nlt/nlt.js +1 -1
  66. package/resources/dealers/nlt/offers.d.mts +55 -78
  67. package/resources/dealers/nlt/offers.d.mts.map +1 -1
  68. package/resources/dealers/nlt/offers.d.ts +55 -78
  69. package/resources/dealers/nlt/offers.d.ts.map +1 -1
  70. package/resources/dealers/nlt/offers.js +9 -11
  71. package/resources/dealers/nlt/offers.js.map +1 -1
  72. package/resources/dealers/nlt/offers.mjs +9 -11
  73. package/resources/dealers/nlt/offers.mjs.map +1 -1
  74. package/resources/dealers/nlt-settings.d.mts +24 -64
  75. package/resources/dealers/nlt-settings.d.mts.map +1 -1
  76. package/resources/dealers/nlt-settings.d.ts +24 -64
  77. package/resources/dealers/nlt-settings.d.ts.map +1 -1
  78. package/resources/dealers/nlt-settings.js +4 -13
  79. package/resources/dealers/nlt-settings.js.map +1 -1
  80. package/resources/dealers/nlt-settings.mjs +4 -13
  81. package/resources/dealers/nlt-settings.mjs.map +1 -1
  82. package/resources/dealers/nlt.js +1 -1
  83. package/resources/dealers/vehicles/images.d.mts +3 -2
  84. package/resources/dealers/vehicles/images.d.mts.map +1 -1
  85. package/resources/dealers/vehicles/images.d.ts +3 -2
  86. package/resources/dealers/vehicles/images.d.ts.map +1 -1
  87. package/resources/dealers/vehicles/images.js +3 -2
  88. package/resources/dealers/vehicles/images.js.map +1 -1
  89. package/resources/dealers/vehicles/images.mjs +3 -2
  90. package/resources/dealers/vehicles/images.mjs.map +1 -1
  91. package/resources/dealers/vehicles/index.d.mts +1 -1
  92. package/resources/dealers/vehicles/index.d.mts.map +1 -1
  93. package/resources/dealers/vehicles/index.d.ts +1 -1
  94. package/resources/dealers/vehicles/index.d.ts.map +1 -1
  95. package/resources/dealers/vehicles/index.js.map +1 -1
  96. package/resources/dealers/vehicles/index.mjs.map +1 -1
  97. package/resources/dealers/vehicles/vehicles.d.mts +57 -70
  98. package/resources/dealers/vehicles/vehicles.d.mts.map +1 -1
  99. package/resources/dealers/vehicles/vehicles.d.ts +57 -70
  100. package/resources/dealers/vehicles/vehicles.d.ts.map +1 -1
  101. package/resources/dealers/vehicles/vehicles.js +19 -19
  102. package/resources/dealers/vehicles/vehicles.js.map +1 -1
  103. package/resources/dealers/vehicles/vehicles.mjs +18 -18
  104. package/resources/dealers/vehicles/vehicles.mjs.map +1 -1
  105. package/resources/dealers/vehicles.js +1 -1
  106. package/resources/dealers.js +1 -1
  107. package/resources/index.d.mts +1 -1
  108. package/resources/index.d.mts.map +1 -1
  109. package/resources/index.d.ts +1 -1
  110. package/resources/index.d.ts.map +1 -1
  111. package/resources/index.js.map +1 -1
  112. package/resources/index.mjs.map +1 -1
  113. package/resources/keys.d.mts +7 -6
  114. package/resources/keys.d.mts.map +1 -1
  115. package/resources/keys.d.ts +7 -6
  116. package/resources/keys.d.ts.map +1 -1
  117. package/resources/keys.js +7 -6
  118. package/resources/keys.js.map +1 -1
  119. package/resources/keys.mjs +7 -6
  120. package/resources/keys.mjs.map +1 -1
  121. package/resources.js +1 -1
  122. package/src/api-promise.ts +2 -2
  123. package/src/client.ts +868 -841
  124. package/src/core/README.md +3 -3
  125. package/src/core/api-promise.ts +92 -92
  126. package/src/core/error.ts +130 -130
  127. package/src/core/pagination.ts +170 -0
  128. package/src/core/resource.ts +11 -11
  129. package/src/core/uploads.ts +2 -2
  130. package/src/error.ts +2 -2
  131. package/src/index.ts +23 -22
  132. package/src/internal/README.md +3 -3
  133. package/src/internal/builtin-types.ts +93 -93
  134. package/src/internal/detect-platform.ts +196 -196
  135. package/src/internal/errors.ts +33 -33
  136. package/src/internal/headers.ts +97 -97
  137. package/src/internal/parse.ts +56 -56
  138. package/src/internal/request-options.ts +91 -91
  139. package/src/internal/shim-types.ts +26 -26
  140. package/src/internal/shims.ts +107 -107
  141. package/src/internal/to-file.ts +154 -154
  142. package/src/internal/types.ts +93 -93
  143. package/src/internal/uploads.ts +187 -187
  144. package/src/internal/utils/base64.ts +40 -40
  145. package/src/internal/utils/bytes.ts +32 -32
  146. package/src/internal/utils/env.ts +18 -18
  147. package/src/internal/utils/log.ts +128 -128
  148. package/src/internal/utils/path.ts +88 -88
  149. package/src/internal/utils/query.ts +23 -23
  150. package/src/internal/utils/sleep.ts +3 -3
  151. package/src/internal/utils/uuid.ts +17 -17
  152. package/src/internal/utils/values.ts +105 -105
  153. package/src/internal/utils.ts +9 -9
  154. package/src/lib/.keep +4 -4
  155. package/src/pagination.ts +2 -0
  156. package/src/resource.ts +2 -2
  157. package/src/resources/dealers/dealers.ts +260 -348
  158. package/src/resources/dealers/index.ts +28 -28
  159. package/src/resources/dealers/nlt/index.ts +11 -11
  160. package/src/resources/dealers/nlt/nlt.ts +29 -29
  161. package/src/resources/dealers/nlt/offers.ts +403 -427
  162. package/src/resources/dealers/nlt-settings.ts +229 -269
  163. package/src/resources/dealers/nlt.ts +3 -3
  164. package/src/resources/dealers/vehicles/images.ts +154 -153
  165. package/src/resources/dealers/vehicles/index.ts +26 -25
  166. package/src/resources/dealers/vehicles/vehicles.ts +786 -796
  167. package/src/resources/dealers/vehicles.ts +3 -3
  168. package/src/resources/dealers.ts +3 -3
  169. package/src/resources/index.ts +11 -12
  170. package/src/resources/keys.ts +129 -128
  171. package/src/resources.ts +1 -1
  172. package/src/tsconfig.json +11 -11
  173. package/src/uploads.ts +2 -2
  174. package/src/version.ts +1 -1
  175. package/uploads.js +1 -1
  176. package/version.d.mts +1 -1
  177. package/version.d.ts +1 -1
  178. package/version.js +1 -1
  179. package/version.mjs +1 -1
@@ -1,153 +1,154 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- import { APIResource } from '../../../core/resource';
4
- import { APIPromise } from '../../../core/api-promise';
5
- import { buildHeaders } from '../../../internal/headers';
6
- import { RequestOptions } from '../../../internal/request-options';
7
- import { multipartFormRequestOptions } from '../../../internal/uploads';
8
- import { path } from '../../../internal/utils/path';
9
-
10
- /**
11
- * Used-vehicle stock management for partner-owned dealers. The partner uploads each used vehicle by its canonical Motornet UNI code; DealerMAX joins the partner-provided pricing and stock metadata with the catalog master so the resulting listing is immediately indexed by the AI surfaces (MCP server, ChatGPT Custom GPT, NLWeb /ask, and the SEO/JSON-LD layer).
12
- */
13
- export class Images extends APIResource {
14
- /**
15
- * Attach a photo to a used vehicle.
16
- *
17
- * The partner posts photos one at a time, in the desired display order. The first
18
- * photo becomes the cover (`position=1`, `is_cover=true`) automatically;
19
- * subsequent photos get the next `position`. There is intentionally no separate
20
- * "set cover" endpoint — order is the contract. To re-order, DELETE and re-POST.
21
- *
22
- * Up to `20` photos per vehicle. Bigger payloads return `413`; unsupported formats
23
- * return `415`; missing storage credentials return `503 storage_not_configured`.
24
- *
25
- * The uploaded photo is visible on every AI surface (MCP `search_vehicles`, Custom
26
- * GPT `search-vehicles-network`, the dealer site SEO/JSON-LD, NLWeb `/ask`) within
27
- * the next apimax cache TTL (≤ 5 min).
28
- */
29
- create(vehicleID: string, params: ImageCreateParams, options?: RequestOptions): APIPromise<VehicleImage> {
30
- const { dealer_id, ...body } = params;
31
- return this._client.post(
32
- path`/v1/dealers/${dealer_id}/vehicles/${vehicleID}/images`,
33
- multipartFormRequestOptions({ body, ...options }, this._client),
34
- );
35
- }
36
-
37
- /**
38
- * List every photo attached to a vehicle, ordered by `position`.
39
- *
40
- * No pagination — a vehicle is capped at 20 photos so the full list always fits in
41
- * a single response. `position=1` is the cover; use `DELETE` and re-`POST` to
42
- * re-order.
43
- */
44
- list(vehicleID: string, params: ImageListParams, options?: RequestOptions): APIPromise<VehicleImageList> {
45
- const { dealer_id } = params;
46
- return this._client.get(path`/v1/dealers/${dealer_id}/vehicles/${vehicleID}/images`, options);
47
- }
48
-
49
- /**
50
- * Remove a photo from a vehicle.
51
- *
52
- * If the deleted photo was the cover (`position=1`), the next photo in order is
53
- * promoted to cover automatically partnermax re-ranks every remaining photo to
54
- * contiguous 1..N so the partner never has to reason about gaps in the ordinal
55
- * sequence.
56
- *
57
- * Returns `404 vehicle_image_not_found` if the image id is unknown or belongs to a
58
- * different vehicle (cross-partner enumeration is blocked by the dealer + vehicle
59
- * ACL chain).
60
- */
61
- delete(imageID: string, params: ImageDeleteParams, options?: RequestOptions): APIPromise<void> {
62
- const { dealer_id, vehicle_id } = params;
63
- return this._client.delete(path`/v1/dealers/${dealer_id}/vehicles/${vehicle_id}/images/${imageID}`, {
64
- ...options,
65
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
66
- });
67
- }
68
- }
69
-
70
- /**
71
- * A single photo attached to a used vehicle.
72
- *
73
- * Returned by `POST .../images` (single upload) and as elements of
74
- * `VehicleImageList.data` (list endpoint). `position == 1` is the cover photo by
75
- * convention; `is_cover` mirrors it for readability.
76
- *
77
- * The `image_url` is the raw Supabase public URL. The cross-network AI surfaces
78
- * (MCP search_vehicles, Custom GPT, NLWeb) embed a CDN AVIF-transformed variant;
79
- * partners that render this URL themselves can apply Supabase's render-service
80
- * query parameters (`?format=avif&quality=70&resize=contain`) for the same
81
- * treatment.
82
- */
83
- export interface VehicleImage {
84
- created_at: string;
85
-
86
- /**
87
- * Opaque image identifier in the form `img_<uuid>`. Use as the path parameter on
88
- * `DELETE` to remove the photo.
89
- */
90
- image_id: string;
91
-
92
- /**
93
- * Public Supabase Storage URL of the original upload. Stable for the lifetime of
94
- * the photo.
95
- */
96
- image_url: string;
97
-
98
- /**
99
- * True when `position == 1`. Surfaced as a separate field so partners can branch
100
- * on cover handling without doing integer arithmetic on positions.
101
- */
102
- is_cover: boolean;
103
-
104
- /**
105
- * 1-based ordinal among this vehicle's photos. `position=1` is the cover that
106
- * appears on every AI surface; subsequent positions are gallery photos shown on
107
- * the dealer site detail page.
108
- */
109
- position: number;
110
- }
111
-
112
- /**
113
- * All photos attached to a single vehicle, ordered by `position`.
114
- *
115
- * No pagination — a vehicle is capped at `VEHICLE_IMAGE_MAX_PER_VEHICLE` photos by
116
- * contract, so the full list always fits in one response.
117
- */
118
- export interface VehicleImageList {
119
- data: Array<VehicleImage>;
120
- }
121
-
122
- export interface ImageCreateParams {
123
- /**
124
- * Path param
125
- */
126
- dealer_id: string;
127
-
128
- /**
129
- * Body param: The photo file. JPEG, PNG, or WebP, up to 15 MB. WebP is converted
130
- * to PNG server-side.
131
- */
132
- file: string;
133
- }
134
-
135
- export interface ImageListParams {
136
- dealer_id: string;
137
- }
138
-
139
- export interface ImageDeleteParams {
140
- dealer_id: string;
141
-
142
- vehicle_id: string;
143
- }
144
-
145
- export declare namespace Images {
146
- export {
147
- type VehicleImage as VehicleImage,
148
- type VehicleImageList as VehicleImageList,
149
- type ImageCreateParams as ImageCreateParams,
150
- type ImageListParams as ImageListParams,
151
- type ImageDeleteParams as ImageDeleteParams,
152
- };
153
- }
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import { APIPromise } from '../../../core/api-promise';
5
+ import { buildHeaders } from '../../../internal/headers';
6
+ import { RequestOptions } from '../../../internal/request-options';
7
+ import { multipartFormRequestOptions } from '../../../internal/uploads';
8
+ import { path } from '../../../internal/utils/path';
9
+
10
+ /**
11
+ * Used-vehicle stock management for partner-owned dealers. The partner uploads each used vehicle by its canonical Motornet UNI code; DealerMAX joins the partner-provided pricing and stock metadata with the catalog master so the resulting listing is immediately indexed by the AI surfaces (MCP server, ChatGPT Custom GPT, NLWeb /ask, and the SEO/JSON-LD layer).
12
+ */
13
+ export class Images extends APIResource {
14
+ /**
15
+ * Attach a photo to a used vehicle.
16
+ *
17
+ * The partner posts photos one at a time, in the desired display order. The first
18
+ * photo becomes the cover (`position=1`, `is_cover=true`) automatically;
19
+ * subsequent photos get the next `position`. There is intentionally no separate
20
+ * "set cover" endpoint — order is the contract. To re-order, DELETE and re-POST.
21
+ *
22
+ * Up to `20` photos per vehicle. Bigger payloads return `413`; unsupported formats
23
+ * return `415`; missing storage credentials return `503 storage_not_configured`.
24
+ *
25
+ * The uploaded photo is visible on every AI surface (MCP `search_vehicles`, Custom
26
+ * GPT `search-vehicles-network`, the dealer site SEO/JSON-LD, NLWeb `/ask`) within
27
+ * the next apimax cache TTL (≤ 5 min).
28
+ */
29
+ create(vehicleID: string, params: ImageCreateParams, options?: RequestOptions): APIPromise<VehicleImage> {
30
+ const { dealer_id, ...body } = params;
31
+ return this._client.post(
32
+ path`/v1/dealers/${dealer_id}/vehicles/${vehicleID}/images`,
33
+ multipartFormRequestOptions({ body, ...options }, this._client),
34
+ );
35
+ }
36
+
37
+ /**
38
+ * List every photo attached to a vehicle, ordered by `position`.
39
+ *
40
+ * No pagination — a vehicle is capped at 20 photos so the full list always fits in
41
+ * a single response. `position=1` is the cover. There is no single-image
42
+ * retrieve/update route in v1: retrieve through this list and replace/re-order by
43
+ * deleting and re-posting the affected images.
44
+ */
45
+ list(vehicleID: string, params: ImageListParams, options?: RequestOptions): APIPromise<VehicleImageList> {
46
+ const { dealer_id } = params;
47
+ return this._client.get(path`/v1/dealers/${dealer_id}/vehicles/${vehicleID}/images`, options);
48
+ }
49
+
50
+ /**
51
+ * Remove a photo from a vehicle.
52
+ *
53
+ * If the deleted photo was the cover (`position=1`), the next photo in order is
54
+ * promoted to cover automatically partnermax re-ranks every remaining photo to
55
+ * contiguous 1..N so the partner never has to reason about gaps in the ordinal
56
+ * sequence.
57
+ *
58
+ * Returns `404 vehicle_image_not_found` if the image id is unknown or belongs to a
59
+ * different vehicle (cross-partner enumeration is blocked by the dealer + vehicle
60
+ * ACL chain).
61
+ */
62
+ delete(imageID: string, params: ImageDeleteParams, options?: RequestOptions): APIPromise<void> {
63
+ const { dealer_id, vehicle_id } = params;
64
+ return this._client.delete(path`/v1/dealers/${dealer_id}/vehicles/${vehicle_id}/images/${imageID}`, {
65
+ ...options,
66
+ headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
67
+ });
68
+ }
69
+ }
70
+
71
+ /**
72
+ * A single photo attached to a used vehicle.
73
+ *
74
+ * Returned by `POST .../images` (single upload) and as elements of
75
+ * `VehicleImageList.data` (list endpoint). `position == 1` is the cover photo by
76
+ * convention; `is_cover` mirrors it for readability.
77
+ *
78
+ * The `image_url` is the raw Supabase public URL. The cross-network AI surfaces
79
+ * (MCP search_vehicles, Custom GPT, NLWeb) embed a CDN AVIF-transformed variant;
80
+ * partners that render this URL themselves can apply Supabase's render-service
81
+ * query parameters (`?format=avif&quality=70&resize=contain`) for the same
82
+ * treatment.
83
+ */
84
+ export interface VehicleImage {
85
+ created_at: string;
86
+
87
+ /**
88
+ * Opaque image identifier in the form `img_<uuid>`. Use as the path parameter on
89
+ * `DELETE` to remove the photo.
90
+ */
91
+ image_id: string;
92
+
93
+ /**
94
+ * Public Supabase Storage URL of the original upload. Stable for the lifetime of
95
+ * the photo.
96
+ */
97
+ image_url: string;
98
+
99
+ /**
100
+ * True when `position == 1`. Surfaced as a separate field so partners can branch
101
+ * on cover handling without doing integer arithmetic on positions.
102
+ */
103
+ is_cover: boolean;
104
+
105
+ /**
106
+ * 1-based ordinal among this vehicle's photos. `position=1` is the cover that
107
+ * appears on every AI surface; subsequent positions are gallery photos shown on
108
+ * the dealer site detail page.
109
+ */
110
+ position: number;
111
+ }
112
+
113
+ /**
114
+ * All photos attached to a single vehicle, ordered by `position`.
115
+ *
116
+ * No pagination a vehicle is capped at `VEHICLE_IMAGE_MAX_PER_VEHICLE` photos by
117
+ * contract, so the full list always fits in one response.
118
+ */
119
+ export interface VehicleImageList {
120
+ data: Array<VehicleImage>;
121
+ }
122
+
123
+ export interface ImageCreateParams {
124
+ /**
125
+ * Path param
126
+ */
127
+ dealer_id: string;
128
+
129
+ /**
130
+ * Body param: The photo file. JPEG, PNG, or WebP, up to 15 MB. WebP is converted
131
+ * to PNG server-side.
132
+ */
133
+ file: string;
134
+ }
135
+
136
+ export interface ImageListParams {
137
+ dealer_id: string;
138
+ }
139
+
140
+ export interface ImageDeleteParams {
141
+ dealer_id: string;
142
+
143
+ vehicle_id: string;
144
+ }
145
+
146
+ export declare namespace Images {
147
+ export {
148
+ type VehicleImage as VehicleImage,
149
+ type VehicleImageList as VehicleImageList,
150
+ type ImageCreateParams as ImageCreateParams,
151
+ type ImageListParams as ImageListParams,
152
+ type ImageDeleteParams as ImageDeleteParams,
153
+ };
154
+ }
@@ -1,25 +1,26 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- export {
4
- Images,
5
- type VehicleImage,
6
- type VehicleImageList,
7
- type ImageCreateParams,
8
- type ImageListParams,
9
- type ImageDeleteParams,
10
- } from './images';
11
- export {
12
- Vehicles,
13
- type AIContent,
14
- type BulkCreateVehiclesResponse,
15
- type BulkRowOutcome,
16
- type VehicleDetail,
17
- type VehicleList,
18
- type VehicleSummary,
19
- type VehicleCreateParams,
20
- type VehicleRetrieveParams,
21
- type VehicleUpdateParams,
22
- type VehicleListParams,
23
- type VehicleDeleteParams,
24
- type VehicleBulkParams,
25
- } from './vehicles';
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export {
4
+ Images,
5
+ type VehicleImage,
6
+ type VehicleImageList,
7
+ type ImageCreateParams,
8
+ type ImageListParams,
9
+ type ImageDeleteParams,
10
+ } from './images';
11
+ export {
12
+ Vehicles,
13
+ type AIContent,
14
+ type BulkCreateVehiclesResponse,
15
+ type BulkRowOutcome,
16
+ type VehicleDetail,
17
+ type VehicleList,
18
+ type VehicleSummary,
19
+ type VehicleCreateParams,
20
+ type VehicleRetrieveParams,
21
+ type VehicleUpdateParams,
22
+ type VehicleListParams,
23
+ type VehicleDeleteParams,
24
+ type VehicleBulkParams,
25
+ type VehicleSummariesCursorPage,
26
+ } from './vehicles';