@samsarahq/samsara 13.15.0 → 13.16.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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/types/PatchPlaceHubLocationUpsertBodyRequestBody.d.ts +3 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/types/PatchPlaceHubLocationUpsertBodyRequestBody.d.mts +3 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -44,8 +44,8 @@ function normalizeClientOptions(options) {
|
|
|
44
44
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
45
45
|
"X-Fern-Language": "JavaScript",
|
|
46
46
|
"X-Fern-SDK-Name": "@samsarahq/samsara",
|
|
47
|
-
"X-Fern-SDK-Version": "13.
|
|
48
|
-
"User-Agent": "@samsarahq/samsara/13.
|
|
47
|
+
"X-Fern-SDK-Version": "13.16.0",
|
|
48
|
+
"User-Agent": "@samsarahq/samsara/13.16.0",
|
|
49
49
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
50
50
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
51
51
|
"X-Samsara-Version": (_a = options === null || options === void 0 ? void 0 : options.version) !== null && _a !== void 0 ? _a : "2025-06-11",
|
|
@@ -3,7 +3,7 @@ import type * as Samsara from "../index.js";
|
|
|
3
3
|
* Hub location upsert entry for PATCH /places.
|
|
4
4
|
*/
|
|
5
5
|
export interface PatchPlaceHubLocationUpsertBodyRequestBody {
|
|
6
|
-
/** Optional label
|
|
6
|
+
/** Optional label override for this hub location row. */
|
|
7
7
|
displayName?: string | undefined;
|
|
8
8
|
/** External identifier for this hub row. */
|
|
9
9
|
externalId?: string | undefined;
|
|
@@ -20,6 +20,8 @@ export interface PatchPlaceHubLocationUpsertBodyRequestBody {
|
|
|
20
20
|
/** Route priority from 1 (lowest) to 5 (highest). */
|
|
21
21
|
locationPriority?: number | undefined;
|
|
22
22
|
orderServiceTime?: Samsara.PlaceHubLocationOrderServiceTimeInputRequestBody | undefined;
|
|
23
|
+
/** Planner-facing notes for this hub location row. */
|
|
24
|
+
plannerNotes?: string | undefined;
|
|
23
25
|
/** Required planner skills for this hub location. */
|
|
24
26
|
requiredSkills?: Samsara.PlaceHubLocationRequiredSkillInputRequestBody[] | undefined;
|
|
25
27
|
serviceTime?: Samsara.PlaceHubLocationServiceTimeInputRequestBody | undefined;
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "13.
|
|
1
|
+
export declare const SDK_VERSION = "13.16.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -7,8 +7,8 @@ export function normalizeClientOptions(options) {
|
|
|
7
7
|
const headers = mergeHeaders({
|
|
8
8
|
"X-Fern-Language": "JavaScript",
|
|
9
9
|
"X-Fern-SDK-Name": "@samsarahq/samsara",
|
|
10
|
-
"X-Fern-SDK-Version": "13.
|
|
11
|
-
"User-Agent": "@samsarahq/samsara/13.
|
|
10
|
+
"X-Fern-SDK-Version": "13.16.0",
|
|
11
|
+
"User-Agent": "@samsarahq/samsara/13.16.0",
|
|
12
12
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
13
13
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
14
14
|
"X-Samsara-Version": (_a = options === null || options === void 0 ? void 0 : options.version) !== null && _a !== void 0 ? _a : "2025-06-11",
|
|
@@ -3,7 +3,7 @@ import type * as Samsara from "../index.mjs";
|
|
|
3
3
|
* Hub location upsert entry for PATCH /places.
|
|
4
4
|
*/
|
|
5
5
|
export interface PatchPlaceHubLocationUpsertBodyRequestBody {
|
|
6
|
-
/** Optional label
|
|
6
|
+
/** Optional label override for this hub location row. */
|
|
7
7
|
displayName?: string | undefined;
|
|
8
8
|
/** External identifier for this hub row. */
|
|
9
9
|
externalId?: string | undefined;
|
|
@@ -20,6 +20,8 @@ export interface PatchPlaceHubLocationUpsertBodyRequestBody {
|
|
|
20
20
|
/** Route priority from 1 (lowest) to 5 (highest). */
|
|
21
21
|
locationPriority?: number | undefined;
|
|
22
22
|
orderServiceTime?: Samsara.PlaceHubLocationOrderServiceTimeInputRequestBody | undefined;
|
|
23
|
+
/** Planner-facing notes for this hub location row. */
|
|
24
|
+
plannerNotes?: string | undefined;
|
|
23
25
|
/** Required planner skills for this hub location. */
|
|
24
26
|
requiredSkills?: Samsara.PlaceHubLocationRequiredSkillInputRequestBody[] | undefined;
|
|
25
27
|
serviceTime?: Samsara.PlaceHubLocationServiceTimeInputRequestBody | undefined;
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "13.
|
|
1
|
+
export declare const SDK_VERSION = "13.16.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "13.
|
|
1
|
+
export const SDK_VERSION = "13.16.0";
|