@chrt-inc/typescript-sdk 1.431.0 → 1.431.1
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/Client.js +2 -2
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -67,8 +67,8 @@ class ChrtClient {
|
|
|
67
67
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
70
|
-
"X-Fern-SDK-Version": "1.431.
|
|
71
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.431.
|
|
70
|
+
"X-Fern-SDK-Version": "1.431.1",
|
|
71
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.431.1",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -113,7 +113,7 @@ export declare class Sessions {
|
|
|
113
113
|
searchV1(request: Chrt.tracking.SessionsSearchV1Request, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<Chrt.SessionSearchRes>;
|
|
114
114
|
private __searchV1;
|
|
115
115
|
/**
|
|
116
|
-
* Creates a new tracking session for a device. The
|
|
116
|
+
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner always remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. | (SessionClientCreate1) -> (PydanticObjectId)
|
|
117
117
|
*
|
|
118
118
|
* @param {Chrt.tracking.SessionClientCreate1} request
|
|
119
119
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -413,7 +413,7 @@ class Sessions {
|
|
|
413
413
|
});
|
|
414
414
|
}
|
|
415
415
|
/**
|
|
416
|
-
* Creates a new tracking session for a device. The
|
|
416
|
+
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner always remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. | (SessionClientCreate1) -> (PydanticObjectId)
|
|
417
417
|
*
|
|
418
418
|
* @param {Chrt.tracking.SessionClientCreate1} request
|
|
419
419
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.431.
|
|
1
|
+
export declare const SDK_VERSION = "1.431.1";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -31,8 +31,8 @@ export class ChrtClient {
|
|
|
31
31
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
32
32
|
"X-Fern-Language": "JavaScript",
|
|
33
33
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
34
|
-
"X-Fern-SDK-Version": "1.431.
|
|
35
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.431.
|
|
34
|
+
"X-Fern-SDK-Version": "1.431.1",
|
|
35
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.431.1",
|
|
36
36
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
37
37
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
38
38
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -113,7 +113,7 @@ export declare class Sessions {
|
|
|
113
113
|
searchV1(request: Chrt.tracking.SessionsSearchV1Request, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<Chrt.SessionSearchRes>;
|
|
114
114
|
private __searchV1;
|
|
115
115
|
/**
|
|
116
|
-
* Creates a new tracking session for a device. The
|
|
116
|
+
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner always remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. | (SessionClientCreate1) -> (PydanticObjectId)
|
|
117
117
|
*
|
|
118
118
|
* @param {Chrt.tracking.SessionClientCreate1} request
|
|
119
119
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -377,7 +377,7 @@ export class Sessions {
|
|
|
377
377
|
});
|
|
378
378
|
}
|
|
379
379
|
/**
|
|
380
|
-
* Creates a new tracking session for a device. The
|
|
380
|
+
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner always remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. | (SessionClientCreate1) -> (PydanticObjectId)
|
|
381
381
|
*
|
|
382
382
|
* @param {Chrt.tracking.SessionClientCreate1} request
|
|
383
383
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.431.
|
|
1
|
+
export declare const SDK_VERSION = "1.431.1";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.431.
|
|
1
|
+
export const SDK_VERSION = "1.431.1";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -13951,7 +13951,7 @@ await client.tracking.sessions.searchV1({
|
|
|
13951
13951
|
<dl>
|
|
13952
13952
|
<dd>
|
|
13953
13953
|
|
|
13954
|
-
Creates a new tracking session for a device. The
|
|
13954
|
+
Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner always remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. | (SessionClientCreate1) -> (PydanticObjectId)
|
|
13955
13955
|
|
|
13956
13956
|
</dd>
|
|
13957
13957
|
</dl>
|