@tryvital/vital-node 3.1.239 → 3.1.240
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/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +40 -40
- package/api/resources/link/client/Client.js +19 -19
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +75 -75
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ActivityV2InDb.d.ts +2 -0
- package/api/types/BodyV2InDb.d.ts +2 -0
- package/api/types/ClientFacingElectrocardiogram.d.ts +2 -0
- package/api/types/ClientFacingMenstrualCycle.d.ts +2 -0
- package/api/types/ClientFacingSleepCycle.d.ts +2 -0
- package/api/types/MealInDbBaseClientFacingSource.d.ts +0 -2
- package/api/types/SleepV2InDb.d.ts +2 -0
- package/api/types/WorkoutV2InDb.d.ts +2 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +40 -40
- package/dist/api/resources/link/client/Client.js +19 -19
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +75 -75
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ActivityV2InDb.d.ts +2 -0
- package/dist/api/types/BodyV2InDb.d.ts +2 -0
- package/dist/api/types/ClientFacingElectrocardiogram.d.ts +2 -0
- package/dist/api/types/ClientFacingMenstrualCycle.d.ts +2 -0
- package/dist/api/types/ClientFacingSleepCycle.d.ts +2 -0
- package/dist/api/types/MealInDbBaseClientFacingSource.d.ts +0 -2
- package/dist/api/types/SleepV2InDb.d.ts +2 -0
- package/dist/api/types/WorkoutV2InDb.d.ts +2 -0
- package/dist/serialization/types/ActivityV2InDb.d.ts +2 -0
- package/dist/serialization/types/ActivityV2InDb.js +2 -0
- package/dist/serialization/types/BodyV2InDb.d.ts +2 -0
- package/dist/serialization/types/BodyV2InDb.js +2 -0
- package/dist/serialization/types/ClientFacingElectrocardiogram.d.ts +2 -0
- package/dist/serialization/types/ClientFacingElectrocardiogram.js +2 -0
- package/dist/serialization/types/ClientFacingMenstrualCycle.d.ts +2 -0
- package/dist/serialization/types/ClientFacingMenstrualCycle.js +2 -0
- package/dist/serialization/types/ClientFacingSleepCycle.d.ts +2 -0
- package/dist/serialization/types/ClientFacingSleepCycle.js +2 -0
- package/dist/serialization/types/SleepV2InDb.d.ts +2 -0
- package/dist/serialization/types/SleepV2InDb.js +2 -0
- package/dist/serialization/types/WorkoutV2InDb.d.ts +2 -0
- package/dist/serialization/types/WorkoutV2InDb.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ActivityV2InDb.d.ts +2 -0
- package/serialization/types/ActivityV2InDb.js +2 -0
- package/serialization/types/BodyV2InDb.d.ts +2 -0
- package/serialization/types/BodyV2InDb.js +2 -0
- package/serialization/types/ClientFacingElectrocardiogram.d.ts +2 -0
- package/serialization/types/ClientFacingElectrocardiogram.js +2 -0
- package/serialization/types/ClientFacingMenstrualCycle.d.ts +2 -0
- package/serialization/types/ClientFacingMenstrualCycle.js +2 -0
- package/serialization/types/ClientFacingSleepCycle.d.ts +2 -0
- package/serialization/types/ClientFacingSleepCycle.js +2 -0
- package/serialization/types/SleepV2InDb.d.ts +2 -0
- package/serialization/types/SleepV2InDb.js +2 -0
- package/serialization/types/WorkoutV2InDb.d.ts +2 -0
- package/serialization/types/WorkoutV2InDb.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -78,7 +78,7 @@ class Workouts {
|
|
78
78
|
const _response = yield core.fetcher({
|
79
79
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
|
80
80
|
method: "GET",
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.240", "User-Agent": "@tryvital/vital-node/3.1.240", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
82
82
|
contentType: "application/json",
|
83
83
|
queryParameters: _queryParams,
|
84
84
|
requestType: "json",
|
@@ -154,7 +154,7 @@ class Workouts {
|
|
154
154
|
const _response = yield core.fetcher({
|
155
155
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}/raw`),
|
156
156
|
method: "GET",
|
157
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
157
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.240", "User-Agent": "@tryvital/vital-node/3.1.240", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
158
158
|
contentType: "application/json",
|
159
159
|
queryParameters: _queryParams,
|
160
160
|
requestType: "json",
|
@@ -216,7 +216,7 @@ class Workouts {
|
|
216
216
|
const _response = yield core.fetcher({
|
217
217
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${encodeURIComponent(workoutId)}/stream`),
|
218
218
|
method: "GET",
|
219
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
219
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.240", "User-Agent": "@tryvital/vital-node/3.1.240", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
220
220
|
contentType: "application/json",
|
221
221
|
requestType: "json",
|
222
222
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -18,6 +18,8 @@ export interface ClientFacingElectrocardiogram {
|
|
18
18
|
sourceType: Vital.ClientFacingElectrocardiogramSourceType;
|
19
19
|
sourceAppId?: string;
|
20
20
|
sourceDeviceModel?: string;
|
21
|
+
createdAt?: Date;
|
22
|
+
updatedAt?: Date;
|
21
23
|
userId: string;
|
22
24
|
source: Vital.ClientFacingSource;
|
23
25
|
}
|
@@ -22,6 +22,8 @@ export interface ClientFacingMenstrualCycle {
|
|
22
22
|
/** ℹ️ This enum is non-exhaustive. */
|
23
23
|
sourceType: Vital.ClientFacingMenstrualCycleSourceType;
|
24
24
|
sourceAppId?: string;
|
25
|
+
createdAt?: Date;
|
26
|
+
updatedAt?: Date;
|
25
27
|
userId: string;
|
26
28
|
source: Vital.ClientFacingSource;
|
27
29
|
}
|
@@ -24,6 +24,8 @@ export interface ClientFacingSleepCycle {
|
|
24
24
|
/** ℹ️ This enum is non-exhaustive. */
|
25
25
|
sourceType: Vital.ClientFacingSleepCycleSourceType;
|
26
26
|
sourceAppId?: string;
|
27
|
+
createdAt?: Date;
|
28
|
+
updatedAt?: Date;
|
27
29
|
userId: string;
|
28
30
|
source: Vital.ClientFacingSource;
|
29
31
|
}
|
@@ -18,9 +18,7 @@ export interface MealInDbBaseClientFacingSource {
|
|
18
18
|
micros?: Vital.Micros;
|
19
19
|
data?: Record<string, Vital.ClientFacingFood>;
|
20
20
|
source: Vital.ClientFacingSource;
|
21
|
-
/** This value is identical to `timestamp`. */
|
22
21
|
createdAt: Date;
|
23
|
-
/** This value is identical to `timestamp`. */
|
24
22
|
updatedAt: Date;
|
25
23
|
sourceAppId?: string;
|
26
24
|
}
|
@@ -38,4 +38,6 @@ exports.ActivityV2InDb = core.serialization.object({
|
|
38
38
|
priorityId: core.serialization.property("priority_id", core.serialization.number()),
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
41
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
42
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
41
43
|
});
|
@@ -39,4 +39,6 @@ exports.BodyV2InDb = core.serialization.object({
|
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider.optional(),
|
41
41
|
priority: core.serialization.number().optional(),
|
42
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
43
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
42
44
|
});
|
@@ -26,6 +26,8 @@ export declare namespace ClientFacingElectrocardiogram {
|
|
26
26
|
source_type: ClientFacingElectrocardiogramSourceType.Raw;
|
27
27
|
source_app_id?: string | null;
|
28
28
|
source_device_model?: string | null;
|
29
|
+
created_at?: string | null;
|
30
|
+
updated_at?: string | null;
|
29
31
|
user_id: string;
|
30
32
|
source: ClientFacingSource.Raw;
|
31
33
|
}
|
@@ -48,6 +48,8 @@ exports.ClientFacingElectrocardiogram = core.serialization.object({
|
|
48
48
|
sourceType: core.serialization.property("source_type", ClientFacingElectrocardiogramSourceType_1.ClientFacingElectrocardiogramSourceType),
|
49
49
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
50
50
|
sourceDeviceModel: core.serialization.property("source_device_model", core.serialization.string().optional()),
|
51
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
52
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
51
53
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
52
54
|
source: ClientFacingSource_1.ClientFacingSource,
|
53
55
|
});
|
@@ -38,6 +38,8 @@ export declare namespace ClientFacingMenstrualCycle {
|
|
38
38
|
source_provider: ClientFacingMenstrualCycleSourceProvider.Raw;
|
39
39
|
source_type: ClientFacingMenstrualCycleSourceType.Raw;
|
40
40
|
source_app_id?: string | null;
|
41
|
+
created_at?: string | null;
|
42
|
+
updated_at?: string | null;
|
41
43
|
user_id: string;
|
42
44
|
source: ClientFacingSource.Raw;
|
43
45
|
}
|
@@ -60,6 +60,8 @@ exports.ClientFacingMenstrualCycle = core.serialization.object({
|
|
60
60
|
sourceProvider: core.serialization.property("source_provider", ClientFacingMenstrualCycleSourceProvider_1.ClientFacingMenstrualCycleSourceProvider),
|
61
61
|
sourceType: core.serialization.property("source_type", ClientFacingMenstrualCycleSourceType_1.ClientFacingMenstrualCycleSourceType),
|
62
62
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
63
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
64
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
63
65
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
64
66
|
source: ClientFacingSource_1.ClientFacingSource,
|
65
67
|
});
|
@@ -22,6 +22,8 @@ export declare namespace ClientFacingSleepCycle {
|
|
22
22
|
source_provider: ClientFacingSleepCycleSourceProvider.Raw;
|
23
23
|
source_type: ClientFacingSleepCycleSourceType.Raw;
|
24
24
|
source_app_id?: string | null;
|
25
|
+
created_at?: string | null;
|
26
|
+
updated_at?: string | null;
|
25
27
|
user_id: string;
|
26
28
|
source: ClientFacingSource.Raw;
|
27
29
|
}
|
@@ -44,6 +44,8 @@ exports.ClientFacingSleepCycle = core.serialization.object({
|
|
44
44
|
sourceProvider: core.serialization.property("source_provider", ClientFacingSleepCycleSourceProvider_1.ClientFacingSleepCycleSourceProvider),
|
45
45
|
sourceType: core.serialization.property("source_type", ClientFacingSleepCycleSourceType_1.ClientFacingSleepCycleSourceType),
|
46
46
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
47
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
48
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
47
49
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
48
50
|
source: ClientFacingSource_1.ClientFacingSource,
|
49
51
|
});
|
@@ -39,4 +39,6 @@ exports.SleepV2InDb = core.serialization.object({
|
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
41
41
|
priority: core.serialization.number().optional(),
|
42
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
43
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
42
44
|
});
|
@@ -41,4 +41,6 @@ exports.WorkoutV2InDb = core.serialization.object({
|
|
41
41
|
sportId: core.serialization.property("sport_id", core.serialization.number()),
|
42
42
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
43
43
|
sport: ClientFacingSport_1.ClientFacingSport,
|
44
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
45
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
44
46
|
});
|
package/dist/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.240";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
@@ -38,4 +38,6 @@ exports.ActivityV2InDb = core.serialization.object({
|
|
38
38
|
priorityId: core.serialization.property("priority_id", core.serialization.number()),
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
41
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
42
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
41
43
|
});
|
@@ -39,4 +39,6 @@ exports.BodyV2InDb = core.serialization.object({
|
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider.optional(),
|
41
41
|
priority: core.serialization.number().optional(),
|
42
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
43
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
42
44
|
});
|
@@ -26,6 +26,8 @@ export declare namespace ClientFacingElectrocardiogram {
|
|
26
26
|
source_type: ClientFacingElectrocardiogramSourceType.Raw;
|
27
27
|
source_app_id?: string | null;
|
28
28
|
source_device_model?: string | null;
|
29
|
+
created_at?: string | null;
|
30
|
+
updated_at?: string | null;
|
29
31
|
user_id: string;
|
30
32
|
source: ClientFacingSource.Raw;
|
31
33
|
}
|
@@ -48,6 +48,8 @@ exports.ClientFacingElectrocardiogram = core.serialization.object({
|
|
48
48
|
sourceType: core.serialization.property("source_type", ClientFacingElectrocardiogramSourceType_1.ClientFacingElectrocardiogramSourceType),
|
49
49
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
50
50
|
sourceDeviceModel: core.serialization.property("source_device_model", core.serialization.string().optional()),
|
51
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
52
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
51
53
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
52
54
|
source: ClientFacingSource_1.ClientFacingSource,
|
53
55
|
});
|
@@ -38,6 +38,8 @@ export declare namespace ClientFacingMenstrualCycle {
|
|
38
38
|
source_provider: ClientFacingMenstrualCycleSourceProvider.Raw;
|
39
39
|
source_type: ClientFacingMenstrualCycleSourceType.Raw;
|
40
40
|
source_app_id?: string | null;
|
41
|
+
created_at?: string | null;
|
42
|
+
updated_at?: string | null;
|
41
43
|
user_id: string;
|
42
44
|
source: ClientFacingSource.Raw;
|
43
45
|
}
|
@@ -60,6 +60,8 @@ exports.ClientFacingMenstrualCycle = core.serialization.object({
|
|
60
60
|
sourceProvider: core.serialization.property("source_provider", ClientFacingMenstrualCycleSourceProvider_1.ClientFacingMenstrualCycleSourceProvider),
|
61
61
|
sourceType: core.serialization.property("source_type", ClientFacingMenstrualCycleSourceType_1.ClientFacingMenstrualCycleSourceType),
|
62
62
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
63
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
64
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
63
65
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
64
66
|
source: ClientFacingSource_1.ClientFacingSource,
|
65
67
|
});
|
@@ -22,6 +22,8 @@ export declare namespace ClientFacingSleepCycle {
|
|
22
22
|
source_provider: ClientFacingSleepCycleSourceProvider.Raw;
|
23
23
|
source_type: ClientFacingSleepCycleSourceType.Raw;
|
24
24
|
source_app_id?: string | null;
|
25
|
+
created_at?: string | null;
|
26
|
+
updated_at?: string | null;
|
25
27
|
user_id: string;
|
26
28
|
source: ClientFacingSource.Raw;
|
27
29
|
}
|
@@ -44,6 +44,8 @@ exports.ClientFacingSleepCycle = core.serialization.object({
|
|
44
44
|
sourceProvider: core.serialization.property("source_provider", ClientFacingSleepCycleSourceProvider_1.ClientFacingSleepCycleSourceProvider),
|
45
45
|
sourceType: core.serialization.property("source_type", ClientFacingSleepCycleSourceType_1.ClientFacingSleepCycleSourceType),
|
46
46
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
47
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
48
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
47
49
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
48
50
|
source: ClientFacingSource_1.ClientFacingSource,
|
49
51
|
});
|
@@ -39,4 +39,6 @@ exports.SleepV2InDb = core.serialization.object({
|
|
39
39
|
id: core.serialization.string(),
|
40
40
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
41
41
|
priority: core.serialization.number().optional(),
|
42
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
43
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
42
44
|
});
|
@@ -41,4 +41,6 @@ exports.WorkoutV2InDb = core.serialization.object({
|
|
41
41
|
sportId: core.serialization.property("sport_id", core.serialization.number()),
|
42
42
|
source: ClientFacingProvider_1.ClientFacingProvider,
|
43
43
|
sport: ClientFacingSport_1.ClientFacingSport,
|
44
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
45
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date().optional()),
|
44
46
|
});
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.240";
|
package/version.js
CHANGED