@seamapi/types 1.326.0 → 1.328.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/connect.cjs +820 -370
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +276 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +6 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +5 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +5 -1
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +5 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +119 -68
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access_groups.d.ts +64 -0
- package/lib/seam/connect/models/events/acs/access_groups.js +15 -0
- package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -0
- package/lib/seam/connect/models/events/acs/credentials.js +14 -8
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +14 -8
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/acs/index.js +2 -0
- package/lib/seam/connect/models/events/acs/index.js.map +1 -1
- package/lib/seam/connect/models/events/acs/systems.js +21 -12
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +7 -4
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +28 -16
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +7 -4
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +14 -8
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +45 -25
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +214 -119
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +7 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.js +5 -1
- package/lib/seam/connect/models/events/seam-event.js.map +1 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +5 -1
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +5 -1
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +165 -4
- package/lib/seam/connect/openapi.js +154 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +81 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
- package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
- package/src/lib/seam/connect/models/devices/device.ts +5 -1
- package/src/lib/seam/connect/models/devices/phone.ts +5 -1
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
- package/src/lib/seam/connect/models/events/acs/access_groups.ts +22 -0
- package/src/lib/seam/connect/models/events/acs/credentials.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
- package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
- package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
- package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
- package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
- package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
- package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
- package/src/lib/seam/connect/models/events/devices.ts +339 -301
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
- package/src/lib/seam/connect/models/events/phones.ts +8 -5
- package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
- package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
- package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
- package/src/lib/seam/connect/openapi.ts +157 -6
- package/src/lib/seam/connect/route-types.ts +83 -5
package/dist/connect.d.cts
CHANGED
|
@@ -1564,13 +1564,10 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
1564
1564
|
}>>;
|
|
1565
1565
|
dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
|
|
1566
1566
|
access_point_name: z.ZodString;
|
|
1567
|
-
common_area_number: z.ZodOptional<z.ZodNumber>;
|
|
1568
1567
|
}, "strip", z.ZodTypeAny, {
|
|
1569
1568
|
access_point_name: string;
|
|
1570
|
-
common_area_number?: number | undefined;
|
|
1571
1569
|
}, {
|
|
1572
1570
|
access_point_name: string;
|
|
1573
|
-
common_area_number?: number | undefined;
|
|
1574
1571
|
}>>;
|
|
1575
1572
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
1576
1573
|
door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
|
|
@@ -1646,7 +1643,6 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
1646
1643
|
} | undefined;
|
|
1647
1644
|
dormakaba_community_metadata?: {
|
|
1648
1645
|
access_point_name: string;
|
|
1649
|
-
common_area_number?: number | undefined;
|
|
1650
1646
|
} | undefined;
|
|
1651
1647
|
salto_space_metadata?: {
|
|
1652
1648
|
door_name: string;
|
|
@@ -1695,7 +1691,6 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
1695
1691
|
} | undefined;
|
|
1696
1692
|
dormakaba_community_metadata?: {
|
|
1697
1693
|
access_point_name: string;
|
|
1698
|
-
common_area_number?: number | undefined;
|
|
1699
1694
|
} | undefined;
|
|
1700
1695
|
salto_space_metadata?: {
|
|
1701
1696
|
door_name: string;
|
|
@@ -12358,6 +12353,36 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<z.o
|
|
|
12358
12353
|
occurred_at: string;
|
|
12359
12354
|
event_type: "acs_encoder.removed";
|
|
12360
12355
|
connected_account_id?: string | undefined;
|
|
12356
|
+
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
12357
|
+
event_id: z.ZodString;
|
|
12358
|
+
workspace_id: z.ZodString;
|
|
12359
|
+
created_at: z.ZodString;
|
|
12360
|
+
occurred_at: z.ZodString;
|
|
12361
|
+
}, {
|
|
12362
|
+
connected_account_id: z.ZodOptional<z.ZodString>;
|
|
12363
|
+
acs_system_id: z.ZodString;
|
|
12364
|
+
}>, {
|
|
12365
|
+
acs_access_group_id: z.ZodString;
|
|
12366
|
+
}>, {
|
|
12367
|
+
event_type: z.ZodLiteral<"acs_access_group.deleted">;
|
|
12368
|
+
}>, "strip", z.ZodTypeAny, {
|
|
12369
|
+
created_at: string;
|
|
12370
|
+
workspace_id: string;
|
|
12371
|
+
acs_access_group_id: string;
|
|
12372
|
+
acs_system_id: string;
|
|
12373
|
+
event_id: string;
|
|
12374
|
+
occurred_at: string;
|
|
12375
|
+
event_type: "acs_access_group.deleted";
|
|
12376
|
+
connected_account_id?: string | undefined;
|
|
12377
|
+
}, {
|
|
12378
|
+
created_at: string;
|
|
12379
|
+
workspace_id: string;
|
|
12380
|
+
acs_access_group_id: string;
|
|
12381
|
+
acs_system_id: string;
|
|
12382
|
+
event_id: string;
|
|
12383
|
+
occurred_at: string;
|
|
12384
|
+
event_type: "acs_access_group.deleted";
|
|
12385
|
+
connected_account_id?: string | undefined;
|
|
12361
12386
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
12362
12387
|
event_id: z.ZodString;
|
|
12363
12388
|
workspace_id: z.ZodString;
|
|
@@ -14072,6 +14097,7 @@ declare const _default: {
|
|
|
14072
14097
|
};
|
|
14073
14098
|
required: string[];
|
|
14074
14099
|
type: string;
|
|
14100
|
+
'x-route-path': string;
|
|
14075
14101
|
};
|
|
14076
14102
|
acs_access_group: {
|
|
14077
14103
|
description: string;
|
|
@@ -14155,6 +14181,7 @@ declare const _default: {
|
|
|
14155
14181
|
};
|
|
14156
14182
|
required: string[];
|
|
14157
14183
|
type: string;
|
|
14184
|
+
'x-route-path': string;
|
|
14158
14185
|
};
|
|
14159
14186
|
acs_credential: {
|
|
14160
14187
|
description: string;
|
|
@@ -14384,6 +14411,7 @@ declare const _default: {
|
|
|
14384
14411
|
};
|
|
14385
14412
|
required: string[];
|
|
14386
14413
|
type: string;
|
|
14414
|
+
'x-route-path': string;
|
|
14387
14415
|
};
|
|
14388
14416
|
acs_credential_provisioning_automation: {
|
|
14389
14417
|
properties: {
|
|
@@ -14410,6 +14438,7 @@ declare const _default: {
|
|
|
14410
14438
|
};
|
|
14411
14439
|
required: string[];
|
|
14412
14440
|
type: string;
|
|
14441
|
+
'x-route-path': string;
|
|
14413
14442
|
};
|
|
14414
14443
|
acs_entrance: {
|
|
14415
14444
|
description: string;
|
|
@@ -14461,10 +14490,6 @@ declare const _default: {
|
|
|
14461
14490
|
access_point_name: {
|
|
14462
14491
|
type: string;
|
|
14463
14492
|
};
|
|
14464
|
-
common_area_number: {
|
|
14465
|
-
format: string;
|
|
14466
|
-
type: string;
|
|
14467
|
-
};
|
|
14468
14493
|
};
|
|
14469
14494
|
required: string[];
|
|
14470
14495
|
type: string;
|
|
@@ -14579,6 +14604,7 @@ declare const _default: {
|
|
|
14579
14604
|
};
|
|
14580
14605
|
required: string[];
|
|
14581
14606
|
type: string;
|
|
14607
|
+
'x-route-path': string;
|
|
14582
14608
|
};
|
|
14583
14609
|
acs_system: {
|
|
14584
14610
|
description: string;
|
|
@@ -14806,6 +14832,7 @@ declare const _default: {
|
|
|
14806
14832
|
};
|
|
14807
14833
|
required: string[];
|
|
14808
14834
|
type: string;
|
|
14835
|
+
'x-route-path': string;
|
|
14809
14836
|
};
|
|
14810
14837
|
acs_user: {
|
|
14811
14838
|
description: string;
|
|
@@ -14977,6 +15004,7 @@ declare const _default: {
|
|
|
14977
15004
|
};
|
|
14978
15005
|
required: string[];
|
|
14979
15006
|
type: string;
|
|
15007
|
+
'x-route-path': string;
|
|
14980
15008
|
};
|
|
14981
15009
|
action_attempt: {
|
|
14982
15010
|
oneOf: ({
|
|
@@ -15917,6 +15945,7 @@ declare const _default: {
|
|
|
15917
15945
|
type: string;
|
|
15918
15946
|
description?: never;
|
|
15919
15947
|
})[];
|
|
15948
|
+
'x-route-path': string;
|
|
15920
15949
|
};
|
|
15921
15950
|
client_session: {
|
|
15922
15951
|
properties: {
|
|
@@ -15971,6 +16000,7 @@ declare const _default: {
|
|
|
15971
16000
|
};
|
|
15972
16001
|
required: string[];
|
|
15973
16002
|
type: string;
|
|
16003
|
+
'x-route-path': string;
|
|
15974
16004
|
};
|
|
15975
16005
|
connect_webview: {
|
|
15976
16006
|
properties: {
|
|
@@ -16064,6 +16094,7 @@ declare const _default: {
|
|
|
16064
16094
|
};
|
|
16065
16095
|
required: string[];
|
|
16066
16096
|
type: string;
|
|
16097
|
+
'x-route-path': string;
|
|
16067
16098
|
};
|
|
16068
16099
|
connected_account: {
|
|
16069
16100
|
properties: {
|
|
@@ -16169,6 +16200,7 @@ declare const _default: {
|
|
|
16169
16200
|
};
|
|
16170
16201
|
required: string[];
|
|
16171
16202
|
type: string;
|
|
16203
|
+
'x-route-path': string;
|
|
16172
16204
|
};
|
|
16173
16205
|
device: {
|
|
16174
16206
|
properties: {
|
|
@@ -17435,6 +17467,7 @@ declare const _default: {
|
|
|
17435
17467
|
};
|
|
17436
17468
|
required: string[];
|
|
17437
17469
|
type: string;
|
|
17470
|
+
'x-route-path': string;
|
|
17438
17471
|
};
|
|
17439
17472
|
available_climate_presets: {
|
|
17440
17473
|
items: {
|
|
@@ -17788,6 +17821,7 @@ declare const _default: {
|
|
|
17788
17821
|
};
|
|
17789
17822
|
required: string[];
|
|
17790
17823
|
type: string;
|
|
17824
|
+
'x-route-path': string;
|
|
17791
17825
|
};
|
|
17792
17826
|
device_provider: {
|
|
17793
17827
|
properties: {
|
|
@@ -17844,6 +17878,7 @@ declare const _default: {
|
|
|
17844
17878
|
};
|
|
17845
17879
|
required: string[];
|
|
17846
17880
|
type: string;
|
|
17881
|
+
'x-route-path': string;
|
|
17847
17882
|
};
|
|
17848
17883
|
enrollment_automation: {
|
|
17849
17884
|
description: string;
|
|
@@ -17876,6 +17911,7 @@ declare const _default: {
|
|
|
17876
17911
|
};
|
|
17877
17912
|
required: string[];
|
|
17878
17913
|
type: string;
|
|
17914
|
+
'x-route-path': string;
|
|
17879
17915
|
};
|
|
17880
17916
|
event: {
|
|
17881
17917
|
discriminator: {
|
|
@@ -17929,6 +17965,7 @@ declare const _default: {
|
|
|
17929
17965
|
acs_credential_id?: never;
|
|
17930
17966
|
acs_user_id?: never;
|
|
17931
17967
|
acs_encoder_id?: never;
|
|
17968
|
+
acs_access_group_id?: never;
|
|
17932
17969
|
client_session_id?: never;
|
|
17933
17970
|
connect_webview_id?: never;
|
|
17934
17971
|
action_attempt_id?: never;
|
|
@@ -17965,6 +18002,7 @@ declare const _default: {
|
|
|
17965
18002
|
};
|
|
17966
18003
|
required: string[];
|
|
17967
18004
|
type: string;
|
|
18005
|
+
'x-route-path': string;
|
|
17968
18006
|
deprecated?: never;
|
|
17969
18007
|
'x-deprecated'?: never;
|
|
17970
18008
|
} | {
|
|
@@ -18019,6 +18057,7 @@ declare const _default: {
|
|
|
18019
18057
|
acs_credential_id?: never;
|
|
18020
18058
|
acs_user_id?: never;
|
|
18021
18059
|
acs_encoder_id?: never;
|
|
18060
|
+
acs_access_group_id?: never;
|
|
18022
18061
|
client_session_id?: never;
|
|
18023
18062
|
connect_webview_id?: never;
|
|
18024
18063
|
action_attempt_id?: never;
|
|
@@ -18055,6 +18094,7 @@ declare const _default: {
|
|
|
18055
18094
|
};
|
|
18056
18095
|
required: string[];
|
|
18057
18096
|
type: string;
|
|
18097
|
+
'x-route-path': string;
|
|
18058
18098
|
deprecated?: never;
|
|
18059
18099
|
'x-deprecated'?: never;
|
|
18060
18100
|
} | {
|
|
@@ -18109,6 +18149,7 @@ declare const _default: {
|
|
|
18109
18149
|
acs_credential_id?: never;
|
|
18110
18150
|
acs_user_id?: never;
|
|
18111
18151
|
acs_encoder_id?: never;
|
|
18152
|
+
acs_access_group_id?: never;
|
|
18112
18153
|
client_session_id?: never;
|
|
18113
18154
|
connect_webview_id?: never;
|
|
18114
18155
|
action_attempt_id?: never;
|
|
@@ -18145,6 +18186,7 @@ declare const _default: {
|
|
|
18145
18186
|
};
|
|
18146
18187
|
required: string[];
|
|
18147
18188
|
type: string;
|
|
18189
|
+
'x-route-path': string;
|
|
18148
18190
|
deprecated?: never;
|
|
18149
18191
|
'x-deprecated'?: never;
|
|
18150
18192
|
} | {
|
|
@@ -18197,6 +18239,7 @@ declare const _default: {
|
|
|
18197
18239
|
acs_credential_id?: never;
|
|
18198
18240
|
acs_user_id?: never;
|
|
18199
18241
|
acs_encoder_id?: never;
|
|
18242
|
+
acs_access_group_id?: never;
|
|
18200
18243
|
client_session_id?: never;
|
|
18201
18244
|
connect_webview_id?: never;
|
|
18202
18245
|
action_attempt_id?: never;
|
|
@@ -18233,6 +18276,7 @@ declare const _default: {
|
|
|
18233
18276
|
};
|
|
18234
18277
|
required: string[];
|
|
18235
18278
|
type: string;
|
|
18279
|
+
'x-route-path': string;
|
|
18236
18280
|
deprecated?: never;
|
|
18237
18281
|
'x-deprecated'?: never;
|
|
18238
18282
|
} | {
|
|
@@ -18279,6 +18323,7 @@ declare const _default: {
|
|
|
18279
18323
|
acs_credential_id?: never;
|
|
18280
18324
|
acs_user_id?: never;
|
|
18281
18325
|
acs_encoder_id?: never;
|
|
18326
|
+
acs_access_group_id?: never;
|
|
18282
18327
|
client_session_id?: never;
|
|
18283
18328
|
connect_webview_id?: never;
|
|
18284
18329
|
action_attempt_id?: never;
|
|
@@ -18315,6 +18360,7 @@ declare const _default: {
|
|
|
18315
18360
|
};
|
|
18316
18361
|
required: string[];
|
|
18317
18362
|
type: string;
|
|
18363
|
+
'x-route-path': string;
|
|
18318
18364
|
deprecated?: never;
|
|
18319
18365
|
'x-deprecated'?: never;
|
|
18320
18366
|
} | {
|
|
@@ -18364,6 +18410,7 @@ declare const _default: {
|
|
|
18364
18410
|
backup_access_code_id?: never;
|
|
18365
18411
|
acs_user_id?: never;
|
|
18366
18412
|
acs_encoder_id?: never;
|
|
18413
|
+
acs_access_group_id?: never;
|
|
18367
18414
|
client_session_id?: never;
|
|
18368
18415
|
connect_webview_id?: never;
|
|
18369
18416
|
action_attempt_id?: never;
|
|
@@ -18400,6 +18447,7 @@ declare const _default: {
|
|
|
18400
18447
|
};
|
|
18401
18448
|
required: string[];
|
|
18402
18449
|
type: string;
|
|
18450
|
+
'x-route-path': string;
|
|
18403
18451
|
deprecated?: never;
|
|
18404
18452
|
'x-deprecated'?: never;
|
|
18405
18453
|
} | {
|
|
@@ -18449,6 +18497,7 @@ declare const _default: {
|
|
|
18449
18497
|
backup_access_code_id?: never;
|
|
18450
18498
|
acs_credential_id?: never;
|
|
18451
18499
|
acs_encoder_id?: never;
|
|
18500
|
+
acs_access_group_id?: never;
|
|
18452
18501
|
client_session_id?: never;
|
|
18453
18502
|
connect_webview_id?: never;
|
|
18454
18503
|
action_attempt_id?: never;
|
|
@@ -18485,6 +18534,7 @@ declare const _default: {
|
|
|
18485
18534
|
};
|
|
18486
18535
|
required: string[];
|
|
18487
18536
|
type: string;
|
|
18537
|
+
'x-route-path': string;
|
|
18488
18538
|
deprecated?: never;
|
|
18489
18539
|
'x-deprecated'?: never;
|
|
18490
18540
|
} | {
|
|
@@ -18535,6 +18585,94 @@ declare const _default: {
|
|
|
18535
18585
|
backup_access_code_id?: never;
|
|
18536
18586
|
acs_credential_id?: never;
|
|
18537
18587
|
acs_user_id?: never;
|
|
18588
|
+
acs_access_group_id?: never;
|
|
18589
|
+
client_session_id?: never;
|
|
18590
|
+
connect_webview_id?: never;
|
|
18591
|
+
action_attempt_id?: never;
|
|
18592
|
+
action_type?: never;
|
|
18593
|
+
status?: never;
|
|
18594
|
+
error_code?: never;
|
|
18595
|
+
battery_level?: never;
|
|
18596
|
+
battery_status?: never;
|
|
18597
|
+
minut_metadata?: never;
|
|
18598
|
+
noise_level_decibels?: never;
|
|
18599
|
+
noise_level_nrs?: never;
|
|
18600
|
+
noise_threshold_id?: never;
|
|
18601
|
+
noise_threshold_name?: never;
|
|
18602
|
+
noiseaware_metadata?: never;
|
|
18603
|
+
method?: never;
|
|
18604
|
+
climate_preset_key?: never;
|
|
18605
|
+
is_fallback_climate_preset?: never;
|
|
18606
|
+
thermostat_schedule_id?: never;
|
|
18607
|
+
cooling_set_point_celsius?: never;
|
|
18608
|
+
cooling_set_point_fahrenheit?: never;
|
|
18609
|
+
fan_mode_setting?: never;
|
|
18610
|
+
heating_set_point_celsius?: never;
|
|
18611
|
+
heating_set_point_fahrenheit?: never;
|
|
18612
|
+
hvac_mode_setting?: never;
|
|
18613
|
+
lower_limit_celsius?: never;
|
|
18614
|
+
lower_limit_fahrenheit?: never;
|
|
18615
|
+
temperature_celsius?: never;
|
|
18616
|
+
temperature_fahrenheit?: never;
|
|
18617
|
+
upper_limit_celsius?: never;
|
|
18618
|
+
upper_limit_fahrenheit?: never;
|
|
18619
|
+
desired_temperature_celsius?: never;
|
|
18620
|
+
desired_temperature_fahrenheit?: never;
|
|
18621
|
+
enrollment_automation_id?: never;
|
|
18622
|
+
};
|
|
18623
|
+
required: string[];
|
|
18624
|
+
type: string;
|
|
18625
|
+
'x-route-path': string;
|
|
18626
|
+
deprecated?: never;
|
|
18627
|
+
'x-deprecated'?: never;
|
|
18628
|
+
} | {
|
|
18629
|
+
description: string;
|
|
18630
|
+
properties: {
|
|
18631
|
+
acs_access_group_id: {
|
|
18632
|
+
format: string;
|
|
18633
|
+
type: string;
|
|
18634
|
+
};
|
|
18635
|
+
acs_system_id: {
|
|
18636
|
+
description: string;
|
|
18637
|
+
format: string;
|
|
18638
|
+
type: string;
|
|
18639
|
+
};
|
|
18640
|
+
connected_account_id: {
|
|
18641
|
+
description: string;
|
|
18642
|
+
format: string;
|
|
18643
|
+
type: string;
|
|
18644
|
+
};
|
|
18645
|
+
created_at: {
|
|
18646
|
+
description: string;
|
|
18647
|
+
format: string;
|
|
18648
|
+
type: string;
|
|
18649
|
+
};
|
|
18650
|
+
event_id: {
|
|
18651
|
+
description: string;
|
|
18652
|
+
format: string;
|
|
18653
|
+
type: string;
|
|
18654
|
+
};
|
|
18655
|
+
event_type: {
|
|
18656
|
+
enum: string[];
|
|
18657
|
+
type: string;
|
|
18658
|
+
};
|
|
18659
|
+
occurred_at: {
|
|
18660
|
+
description: string;
|
|
18661
|
+
format: string;
|
|
18662
|
+
type: string;
|
|
18663
|
+
};
|
|
18664
|
+
workspace_id: {
|
|
18665
|
+
description: string;
|
|
18666
|
+
format: string;
|
|
18667
|
+
type: string;
|
|
18668
|
+
};
|
|
18669
|
+
access_code_id?: never;
|
|
18670
|
+
device_id?: never;
|
|
18671
|
+
code?: never;
|
|
18672
|
+
backup_access_code_id?: never;
|
|
18673
|
+
acs_credential_id?: never;
|
|
18674
|
+
acs_user_id?: never;
|
|
18675
|
+
acs_encoder_id?: never;
|
|
18538
18676
|
client_session_id?: never;
|
|
18539
18677
|
connect_webview_id?: never;
|
|
18540
18678
|
action_attempt_id?: never;
|
|
@@ -18571,6 +18709,7 @@ declare const _default: {
|
|
|
18571
18709
|
};
|
|
18572
18710
|
required: string[];
|
|
18573
18711
|
type: string;
|
|
18712
|
+
'x-route-path': string;
|
|
18574
18713
|
deprecated?: never;
|
|
18575
18714
|
'x-deprecated'?: never;
|
|
18576
18715
|
} | {
|
|
@@ -18614,6 +18753,7 @@ declare const _default: {
|
|
|
18614
18753
|
acs_credential_id?: never;
|
|
18615
18754
|
acs_user_id?: never;
|
|
18616
18755
|
acs_encoder_id?: never;
|
|
18756
|
+
acs_access_group_id?: never;
|
|
18617
18757
|
connect_webview_id?: never;
|
|
18618
18758
|
action_attempt_id?: never;
|
|
18619
18759
|
action_type?: never;
|
|
@@ -18649,6 +18789,7 @@ declare const _default: {
|
|
|
18649
18789
|
};
|
|
18650
18790
|
required: string[];
|
|
18651
18791
|
type: string;
|
|
18792
|
+
'x-route-path': string;
|
|
18652
18793
|
deprecated?: never;
|
|
18653
18794
|
'x-deprecated'?: never;
|
|
18654
18795
|
} | {
|
|
@@ -18696,6 +18837,7 @@ declare const _default: {
|
|
|
18696
18837
|
acs_credential_id?: never;
|
|
18697
18838
|
acs_user_id?: never;
|
|
18698
18839
|
acs_encoder_id?: never;
|
|
18840
|
+
acs_access_group_id?: never;
|
|
18699
18841
|
client_session_id?: never;
|
|
18700
18842
|
action_attempt_id?: never;
|
|
18701
18843
|
action_type?: never;
|
|
@@ -18731,6 +18873,7 @@ declare const _default: {
|
|
|
18731
18873
|
};
|
|
18732
18874
|
required: string[];
|
|
18733
18875
|
type: string;
|
|
18876
|
+
'x-route-path': string;
|
|
18734
18877
|
deprecated?: never;
|
|
18735
18878
|
'x-deprecated'?: never;
|
|
18736
18879
|
} | {
|
|
@@ -18779,6 +18922,7 @@ declare const _default: {
|
|
|
18779
18922
|
acs_credential_id?: never;
|
|
18780
18923
|
acs_user_id?: never;
|
|
18781
18924
|
acs_encoder_id?: never;
|
|
18925
|
+
acs_access_group_id?: never;
|
|
18782
18926
|
client_session_id?: never;
|
|
18783
18927
|
action_attempt_id?: never;
|
|
18784
18928
|
action_type?: never;
|
|
@@ -18815,6 +18959,7 @@ declare const _default: {
|
|
|
18815
18959
|
required: string[];
|
|
18816
18960
|
type: string;
|
|
18817
18961
|
'x-deprecated': string;
|
|
18962
|
+
'x-route-path': string;
|
|
18818
18963
|
} | {
|
|
18819
18964
|
description: string;
|
|
18820
18965
|
properties: {
|
|
@@ -18855,6 +19000,7 @@ declare const _default: {
|
|
|
18855
19000
|
acs_credential_id?: never;
|
|
18856
19001
|
acs_user_id?: never;
|
|
18857
19002
|
acs_encoder_id?: never;
|
|
19003
|
+
acs_access_group_id?: never;
|
|
18858
19004
|
client_session_id?: never;
|
|
18859
19005
|
connect_webview_id?: never;
|
|
18860
19006
|
action_attempt_id?: never;
|
|
@@ -18891,6 +19037,7 @@ declare const _default: {
|
|
|
18891
19037
|
};
|
|
18892
19038
|
required: string[];
|
|
18893
19039
|
type: string;
|
|
19040
|
+
'x-route-path': string;
|
|
18894
19041
|
deprecated?: never;
|
|
18895
19042
|
'x-deprecated'?: never;
|
|
18896
19043
|
} | {
|
|
@@ -18942,6 +19089,7 @@ declare const _default: {
|
|
|
18942
19089
|
acs_credential_id?: never;
|
|
18943
19090
|
acs_user_id?: never;
|
|
18944
19091
|
acs_encoder_id?: never;
|
|
19092
|
+
acs_access_group_id?: never;
|
|
18945
19093
|
client_session_id?: never;
|
|
18946
19094
|
connect_webview_id?: never;
|
|
18947
19095
|
error_code?: never;
|
|
@@ -18975,6 +19123,7 @@ declare const _default: {
|
|
|
18975
19123
|
};
|
|
18976
19124
|
required: string[];
|
|
18977
19125
|
type: string;
|
|
19126
|
+
'x-route-path': string;
|
|
18978
19127
|
deprecated?: never;
|
|
18979
19128
|
'x-deprecated'?: never;
|
|
18980
19129
|
} | {
|
|
@@ -19018,6 +19167,7 @@ declare const _default: {
|
|
|
19018
19167
|
acs_credential_id?: never;
|
|
19019
19168
|
acs_user_id?: never;
|
|
19020
19169
|
acs_encoder_id?: never;
|
|
19170
|
+
acs_access_group_id?: never;
|
|
19021
19171
|
client_session_id?: never;
|
|
19022
19172
|
action_attempt_id?: never;
|
|
19023
19173
|
action_type?: never;
|
|
@@ -19053,6 +19203,7 @@ declare const _default: {
|
|
|
19053
19203
|
};
|
|
19054
19204
|
required: string[];
|
|
19055
19205
|
type: string;
|
|
19206
|
+
'x-route-path': string;
|
|
19056
19207
|
deprecated?: never;
|
|
19057
19208
|
'x-deprecated'?: never;
|
|
19058
19209
|
} | {
|
|
@@ -19099,6 +19250,7 @@ declare const _default: {
|
|
|
19099
19250
|
acs_credential_id?: never;
|
|
19100
19251
|
acs_user_id?: never;
|
|
19101
19252
|
acs_encoder_id?: never;
|
|
19253
|
+
acs_access_group_id?: never;
|
|
19102
19254
|
client_session_id?: never;
|
|
19103
19255
|
connect_webview_id?: never;
|
|
19104
19256
|
action_attempt_id?: never;
|
|
@@ -19135,6 +19287,7 @@ declare const _default: {
|
|
|
19135
19287
|
};
|
|
19136
19288
|
required: string[];
|
|
19137
19289
|
type: string;
|
|
19290
|
+
'x-route-path': string;
|
|
19138
19291
|
deprecated?: never;
|
|
19139
19292
|
'x-deprecated'?: never;
|
|
19140
19293
|
} | {
|
|
@@ -19186,6 +19339,7 @@ declare const _default: {
|
|
|
19186
19339
|
acs_credential_id?: never;
|
|
19187
19340
|
acs_user_id?: never;
|
|
19188
19341
|
acs_encoder_id?: never;
|
|
19342
|
+
acs_access_group_id?: never;
|
|
19189
19343
|
client_session_id?: never;
|
|
19190
19344
|
connect_webview_id?: never;
|
|
19191
19345
|
action_attempt_id?: never;
|
|
@@ -19221,6 +19375,7 @@ declare const _default: {
|
|
|
19221
19375
|
};
|
|
19222
19376
|
required: string[];
|
|
19223
19377
|
type: string;
|
|
19378
|
+
'x-route-path': string;
|
|
19224
19379
|
deprecated?: never;
|
|
19225
19380
|
'x-deprecated'?: never;
|
|
19226
19381
|
} | {
|
|
@@ -19274,6 +19429,7 @@ declare const _default: {
|
|
|
19274
19429
|
acs_credential_id?: never;
|
|
19275
19430
|
acs_user_id?: never;
|
|
19276
19431
|
acs_encoder_id?: never;
|
|
19432
|
+
acs_access_group_id?: never;
|
|
19277
19433
|
client_session_id?: never;
|
|
19278
19434
|
connect_webview_id?: never;
|
|
19279
19435
|
action_attempt_id?: never;
|
|
@@ -19309,6 +19465,7 @@ declare const _default: {
|
|
|
19309
19465
|
};
|
|
19310
19466
|
required: string[];
|
|
19311
19467
|
type: string;
|
|
19468
|
+
'x-route-path': string;
|
|
19312
19469
|
deprecated?: never;
|
|
19313
19470
|
'x-deprecated'?: never;
|
|
19314
19471
|
} | {
|
|
@@ -19367,6 +19524,7 @@ declare const _default: {
|
|
|
19367
19524
|
acs_credential_id?: never;
|
|
19368
19525
|
acs_user_id?: never;
|
|
19369
19526
|
acs_encoder_id?: never;
|
|
19527
|
+
acs_access_group_id?: never;
|
|
19370
19528
|
client_session_id?: never;
|
|
19371
19529
|
connect_webview_id?: never;
|
|
19372
19530
|
action_attempt_id?: never;
|
|
@@ -19401,6 +19559,7 @@ declare const _default: {
|
|
|
19401
19559
|
};
|
|
19402
19560
|
required: string[];
|
|
19403
19561
|
type: string;
|
|
19562
|
+
'x-route-path': string;
|
|
19404
19563
|
deprecated?: never;
|
|
19405
19564
|
'x-deprecated'?: never;
|
|
19406
19565
|
} | {
|
|
@@ -19476,6 +19635,7 @@ declare const _default: {
|
|
|
19476
19635
|
acs_credential_id?: never;
|
|
19477
19636
|
acs_user_id?: never;
|
|
19478
19637
|
acs_encoder_id?: never;
|
|
19638
|
+
acs_access_group_id?: never;
|
|
19479
19639
|
client_session_id?: never;
|
|
19480
19640
|
connect_webview_id?: never;
|
|
19481
19641
|
action_attempt_id?: never;
|
|
@@ -19506,6 +19666,7 @@ declare const _default: {
|
|
|
19506
19666
|
};
|
|
19507
19667
|
required: string[];
|
|
19508
19668
|
type: string;
|
|
19669
|
+
'x-route-path': string;
|
|
19509
19670
|
deprecated?: never;
|
|
19510
19671
|
'x-deprecated'?: never;
|
|
19511
19672
|
} | {
|
|
@@ -19566,6 +19727,7 @@ declare const _default: {
|
|
|
19566
19727
|
acs_credential_id?: never;
|
|
19567
19728
|
acs_user_id?: never;
|
|
19568
19729
|
acs_encoder_id?: never;
|
|
19730
|
+
acs_access_group_id?: never;
|
|
19569
19731
|
client_session_id?: never;
|
|
19570
19732
|
connect_webview_id?: never;
|
|
19571
19733
|
action_type?: never;
|
|
@@ -19600,6 +19762,7 @@ declare const _default: {
|
|
|
19600
19762
|
};
|
|
19601
19763
|
required: string[];
|
|
19602
19764
|
type: string;
|
|
19765
|
+
'x-route-path': string;
|
|
19603
19766
|
deprecated?: never;
|
|
19604
19767
|
'x-deprecated'?: never;
|
|
19605
19768
|
} | {
|
|
@@ -19660,6 +19823,7 @@ declare const _default: {
|
|
|
19660
19823
|
acs_credential_id?: never;
|
|
19661
19824
|
acs_user_id?: never;
|
|
19662
19825
|
acs_encoder_id?: never;
|
|
19826
|
+
acs_access_group_id?: never;
|
|
19663
19827
|
client_session_id?: never;
|
|
19664
19828
|
connect_webview_id?: never;
|
|
19665
19829
|
action_attempt_id?: never;
|
|
@@ -19693,6 +19857,7 @@ declare const _default: {
|
|
|
19693
19857
|
};
|
|
19694
19858
|
required: string[];
|
|
19695
19859
|
type: string;
|
|
19860
|
+
'x-route-path': string;
|
|
19696
19861
|
deprecated?: never;
|
|
19697
19862
|
'x-deprecated'?: never;
|
|
19698
19863
|
} | {
|
|
@@ -19774,6 +19939,7 @@ declare const _default: {
|
|
|
19774
19939
|
acs_credential_id?: never;
|
|
19775
19940
|
acs_user_id?: never;
|
|
19776
19941
|
acs_encoder_id?: never;
|
|
19942
|
+
acs_access_group_id?: never;
|
|
19777
19943
|
client_session_id?: never;
|
|
19778
19944
|
connect_webview_id?: never;
|
|
19779
19945
|
action_attempt_id?: never;
|
|
@@ -19803,6 +19969,7 @@ declare const _default: {
|
|
|
19803
19969
|
};
|
|
19804
19970
|
required: string[];
|
|
19805
19971
|
type: string;
|
|
19972
|
+
'x-route-path': string;
|
|
19806
19973
|
deprecated?: never;
|
|
19807
19974
|
'x-deprecated'?: never;
|
|
19808
19975
|
} | {
|
|
@@ -19883,6 +20050,7 @@ declare const _default: {
|
|
|
19883
20050
|
acs_credential_id?: never;
|
|
19884
20051
|
acs_user_id?: never;
|
|
19885
20052
|
acs_encoder_id?: never;
|
|
20053
|
+
acs_access_group_id?: never;
|
|
19886
20054
|
client_session_id?: never;
|
|
19887
20055
|
connect_webview_id?: never;
|
|
19888
20056
|
action_attempt_id?: never;
|
|
@@ -19913,6 +20081,7 @@ declare const _default: {
|
|
|
19913
20081
|
};
|
|
19914
20082
|
required: string[];
|
|
19915
20083
|
type: string;
|
|
20084
|
+
'x-route-path': string;
|
|
19916
20085
|
deprecated?: never;
|
|
19917
20086
|
'x-deprecated'?: never;
|
|
19918
20087
|
} | {
|
|
@@ -19978,6 +20147,7 @@ declare const _default: {
|
|
|
19978
20147
|
acs_credential_id?: never;
|
|
19979
20148
|
acs_user_id?: never;
|
|
19980
20149
|
acs_encoder_id?: never;
|
|
20150
|
+
acs_access_group_id?: never;
|
|
19981
20151
|
client_session_id?: never;
|
|
19982
20152
|
connect_webview_id?: never;
|
|
19983
20153
|
action_attempt_id?: never;
|
|
@@ -20010,6 +20180,7 @@ declare const _default: {
|
|
|
20010
20180
|
};
|
|
20011
20181
|
required: string[];
|
|
20012
20182
|
type: string;
|
|
20183
|
+
'x-route-path': string;
|
|
20013
20184
|
description?: never;
|
|
20014
20185
|
deprecated?: never;
|
|
20015
20186
|
'x-deprecated'?: never;
|
|
@@ -20054,6 +20225,7 @@ declare const _default: {
|
|
|
20054
20225
|
acs_credential_id?: never;
|
|
20055
20226
|
acs_user_id?: never;
|
|
20056
20227
|
acs_encoder_id?: never;
|
|
20228
|
+
acs_access_group_id?: never;
|
|
20057
20229
|
client_session_id?: never;
|
|
20058
20230
|
connect_webview_id?: never;
|
|
20059
20231
|
action_attempt_id?: never;
|
|
@@ -20089,6 +20261,7 @@ declare const _default: {
|
|
|
20089
20261
|
};
|
|
20090
20262
|
required: string[];
|
|
20091
20263
|
type: string;
|
|
20264
|
+
'x-route-path': string;
|
|
20092
20265
|
deprecated?: never;
|
|
20093
20266
|
'x-deprecated'?: never;
|
|
20094
20267
|
} | {
|
|
@@ -20131,6 +20304,7 @@ declare const _default: {
|
|
|
20131
20304
|
acs_credential_id?: never;
|
|
20132
20305
|
acs_user_id?: never;
|
|
20133
20306
|
acs_encoder_id?: never;
|
|
20307
|
+
acs_access_group_id?: never;
|
|
20134
20308
|
client_session_id?: never;
|
|
20135
20309
|
connect_webview_id?: never;
|
|
20136
20310
|
action_attempt_id?: never;
|
|
@@ -20167,9 +20341,11 @@ declare const _default: {
|
|
|
20167
20341
|
};
|
|
20168
20342
|
required: string[];
|
|
20169
20343
|
type: string;
|
|
20344
|
+
'x-route-path': string;
|
|
20170
20345
|
deprecated?: never;
|
|
20171
20346
|
'x-deprecated'?: never;
|
|
20172
20347
|
})[];
|
|
20348
|
+
'x-route-path': string;
|
|
20173
20349
|
};
|
|
20174
20350
|
network: {
|
|
20175
20351
|
properties: {
|
|
@@ -20191,6 +20367,7 @@ declare const _default: {
|
|
|
20191
20367
|
};
|
|
20192
20368
|
required: string[];
|
|
20193
20369
|
type: string;
|
|
20370
|
+
'x-route-path': string;
|
|
20194
20371
|
};
|
|
20195
20372
|
noise_threshold: {
|
|
20196
20373
|
properties: {
|
|
@@ -20222,6 +20399,7 @@ declare const _default: {
|
|
|
20222
20399
|
};
|
|
20223
20400
|
required: string[];
|
|
20224
20401
|
type: string;
|
|
20402
|
+
'x-route-path': string;
|
|
20225
20403
|
};
|
|
20226
20404
|
phone: {
|
|
20227
20405
|
properties: {
|
|
@@ -20417,6 +20595,7 @@ declare const _default: {
|
|
|
20417
20595
|
};
|
|
20418
20596
|
required: string[];
|
|
20419
20597
|
type: string;
|
|
20598
|
+
'x-route-path': string;
|
|
20420
20599
|
};
|
|
20421
20600
|
service_health: {
|
|
20422
20601
|
properties: {
|
|
@@ -20433,6 +20612,7 @@ declare const _default: {
|
|
|
20433
20612
|
};
|
|
20434
20613
|
required: string[];
|
|
20435
20614
|
type: string;
|
|
20615
|
+
'x-route-path': string;
|
|
20436
20616
|
};
|
|
20437
20617
|
thermostat_schedule: {
|
|
20438
20618
|
description: string;
|
|
@@ -20499,6 +20679,7 @@ declare const _default: {
|
|
|
20499
20679
|
};
|
|
20500
20680
|
required: string[];
|
|
20501
20681
|
type: string;
|
|
20682
|
+
'x-route-path': string;
|
|
20502
20683
|
};
|
|
20503
20684
|
unmanaged_access_code: {
|
|
20504
20685
|
properties: {
|
|
@@ -20638,6 +20819,7 @@ declare const _default: {
|
|
|
20638
20819
|
};
|
|
20639
20820
|
required: string[];
|
|
20640
20821
|
type: string;
|
|
20822
|
+
'x-route-path': string;
|
|
20641
20823
|
};
|
|
20642
20824
|
unmanaged_device: {
|
|
20643
20825
|
properties: {
|
|
@@ -20915,6 +21097,7 @@ declare const _default: {
|
|
|
20915
21097
|
};
|
|
20916
21098
|
required: string[];
|
|
20917
21099
|
type: string;
|
|
21100
|
+
'x-route-path': string;
|
|
20918
21101
|
};
|
|
20919
21102
|
user_identity: {
|
|
20920
21103
|
description: string;
|
|
@@ -20963,6 +21146,7 @@ declare const _default: {
|
|
|
20963
21146
|
};
|
|
20964
21147
|
required: string[];
|
|
20965
21148
|
type: string;
|
|
21149
|
+
'x-route-path': string;
|
|
20966
21150
|
};
|
|
20967
21151
|
webhook: {
|
|
20968
21152
|
properties: {
|
|
@@ -20984,6 +21168,7 @@ declare const _default: {
|
|
|
20984
21168
|
};
|
|
20985
21169
|
required: string[];
|
|
20986
21170
|
type: string;
|
|
21171
|
+
'x-route-path': string;
|
|
20987
21172
|
};
|
|
20988
21173
|
workspace: {
|
|
20989
21174
|
properties: {
|
|
@@ -21009,6 +21194,7 @@ declare const _default: {
|
|
|
21009
21194
|
};
|
|
21010
21195
|
required: string[];
|
|
21011
21196
|
type: string;
|
|
21197
|
+
'x-route-path': string;
|
|
21012
21198
|
};
|
|
21013
21199
|
};
|
|
21014
21200
|
securitySchemes: {
|
|
@@ -37510,6 +37696,7 @@ interface Routes {
|
|
|
37510
37696
|
commonParams: {};
|
|
37511
37697
|
formData: {};
|
|
37512
37698
|
jsonResponse: {
|
|
37699
|
+
/** */
|
|
37513
37700
|
action_attempt: {
|
|
37514
37701
|
/** The ID of the action attempt. */
|
|
37515
37702
|
action_attempt_id: string;
|
|
@@ -38302,6 +38489,7 @@ interface Routes {
|
|
|
38302
38489
|
message: string;
|
|
38303
38490
|
};
|
|
38304
38491
|
};
|
|
38492
|
+
/** */
|
|
38305
38493
|
access_code: {
|
|
38306
38494
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
38307
38495
|
common_code_key: string | null;
|
|
@@ -38587,6 +38775,7 @@ interface Routes {
|
|
|
38587
38775
|
};
|
|
38588
38776
|
formData: {};
|
|
38589
38777
|
jsonResponse: {
|
|
38778
|
+
/** */
|
|
38590
38779
|
action_attempt: {
|
|
38591
38780
|
/** The ID of the action attempt. */
|
|
38592
38781
|
action_attempt_id: string;
|
|
@@ -39409,6 +39598,7 @@ interface Routes {
|
|
|
39409
39598
|
};
|
|
39410
39599
|
formData: {};
|
|
39411
39600
|
jsonResponse: {
|
|
39601
|
+
/** */
|
|
39412
39602
|
access_code: {
|
|
39413
39603
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
39414
39604
|
common_code_key: string | null;
|
|
@@ -39679,6 +39869,7 @@ interface Routes {
|
|
|
39679
39869
|
commonParams: {};
|
|
39680
39870
|
formData: {};
|
|
39681
39871
|
jsonResponse: {
|
|
39872
|
+
/** */
|
|
39682
39873
|
backup_access_code: {
|
|
39683
39874
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
39684
39875
|
common_code_key: string | null;
|
|
@@ -39801,6 +39992,7 @@ interface Routes {
|
|
|
39801
39992
|
/** Indicates whether the access code is intended for use in offline scenarios. If "true," this code can be created on a device without a network connection. */
|
|
39802
39993
|
is_offline_access_code: boolean;
|
|
39803
39994
|
};
|
|
39995
|
+
/** */
|
|
39804
39996
|
access_code: {
|
|
39805
39997
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
39806
39998
|
common_code_key: string | null;
|
|
@@ -39937,6 +40129,7 @@ interface Routes {
|
|
|
39937
40129
|
commonParams: {};
|
|
39938
40130
|
formData: {};
|
|
39939
40131
|
jsonResponse: {
|
|
40132
|
+
/** */
|
|
39940
40133
|
access_code: {
|
|
39941
40134
|
/** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
|
|
39942
40135
|
type: 'time_bound' | 'ongoing';
|
|
@@ -40065,6 +40258,7 @@ interface Routes {
|
|
|
40065
40258
|
};
|
|
40066
40259
|
formData: {};
|
|
40067
40260
|
jsonResponse: {
|
|
40261
|
+
/** */
|
|
40068
40262
|
action_attempt: {
|
|
40069
40263
|
/** The ID of the action attempt. */
|
|
40070
40264
|
action_attempt_id: string;
|
|
@@ -40871,6 +41065,7 @@ interface Routes {
|
|
|
40871
41065
|
};
|
|
40872
41066
|
formData: {};
|
|
40873
41067
|
jsonResponse: {
|
|
41068
|
+
/** */
|
|
40874
41069
|
access_code: {
|
|
40875
41070
|
/** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
|
|
40876
41071
|
type: 'time_bound' | 'ongoing';
|
|
@@ -41129,6 +41324,7 @@ interface Routes {
|
|
|
41129
41324
|
commonParams: {};
|
|
41130
41325
|
formData: {};
|
|
41131
41326
|
jsonResponse: {
|
|
41327
|
+
/** */
|
|
41132
41328
|
action_attempt: {
|
|
41133
41329
|
/** The ID of the action attempt. */
|
|
41134
41330
|
action_attempt_id: string;
|
|
@@ -42097,7 +42293,6 @@ interface Routes {
|
|
|
42097
42293
|
} | undefined;
|
|
42098
42294
|
dormakaba_community_metadata?: {
|
|
42099
42295
|
access_point_name: string;
|
|
42100
|
-
common_area_number?: number | undefined;
|
|
42101
42296
|
} | undefined;
|
|
42102
42297
|
assa_abloy_vostio_metadata?: {
|
|
42103
42298
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -42360,6 +42555,7 @@ interface Routes {
|
|
|
42360
42555
|
};
|
|
42361
42556
|
formData: {};
|
|
42362
42557
|
jsonResponse: {
|
|
42558
|
+
/** */
|
|
42363
42559
|
acs_credential_provisioning_automation: {
|
|
42364
42560
|
acs_credential_provisioning_automation_id: string;
|
|
42365
42561
|
credential_manager_acs_system_id: string;
|
|
@@ -43041,7 +43237,6 @@ interface Routes {
|
|
|
43041
43237
|
} | undefined;
|
|
43042
43238
|
dormakaba_community_metadata?: {
|
|
43043
43239
|
access_point_name: string;
|
|
43044
|
-
common_area_number?: number | undefined;
|
|
43045
43240
|
} | undefined;
|
|
43046
43241
|
assa_abloy_vostio_metadata?: {
|
|
43047
43242
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -43522,6 +43717,7 @@ interface Routes {
|
|
|
43522
43717
|
};
|
|
43523
43718
|
formData: {};
|
|
43524
43719
|
jsonResponse: {
|
|
43720
|
+
/** */
|
|
43525
43721
|
action_attempt: {
|
|
43526
43722
|
/** The ID of the action attempt. */
|
|
43527
43723
|
action_attempt_id: string;
|
|
@@ -44373,6 +44569,7 @@ interface Routes {
|
|
|
44373
44569
|
};
|
|
44374
44570
|
formData: {};
|
|
44375
44571
|
jsonResponse: {
|
|
44572
|
+
/** */
|
|
44376
44573
|
action_attempt: {
|
|
44377
44574
|
/** The ID of the action attempt. */
|
|
44378
44575
|
action_attempt_id: string;
|
|
@@ -45296,7 +45493,6 @@ interface Routes {
|
|
|
45296
45493
|
} | undefined;
|
|
45297
45494
|
dormakaba_community_metadata?: {
|
|
45298
45495
|
access_point_name: string;
|
|
45299
|
-
common_area_number?: number | undefined;
|
|
45300
45496
|
} | undefined;
|
|
45301
45497
|
assa_abloy_vostio_metadata?: {
|
|
45302
45498
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -45375,7 +45571,6 @@ interface Routes {
|
|
|
45375
45571
|
} | undefined;
|
|
45376
45572
|
dormakaba_community_metadata?: {
|
|
45377
45573
|
access_point_name: string;
|
|
45378
|
-
common_area_number?: number | undefined;
|
|
45379
45574
|
} | undefined;
|
|
45380
45575
|
assa_abloy_vostio_metadata?: {
|
|
45381
45576
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -46294,7 +46489,6 @@ interface Routes {
|
|
|
46294
46489
|
} | undefined;
|
|
46295
46490
|
dormakaba_community_metadata?: {
|
|
46296
46491
|
access_point_name: string;
|
|
46297
|
-
common_area_number?: number | undefined;
|
|
46298
46492
|
} | undefined;
|
|
46299
46493
|
assa_abloy_vostio_metadata?: {
|
|
46300
46494
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -46607,6 +46801,7 @@ interface Routes {
|
|
|
46607
46801
|
};
|
|
46608
46802
|
formData: {};
|
|
46609
46803
|
jsonResponse: {
|
|
46804
|
+
/** */
|
|
46610
46805
|
action_attempt: {
|
|
46611
46806
|
/** The ID of the action attempt. */
|
|
46612
46807
|
action_attempt_id: string;
|
|
@@ -48219,6 +48414,7 @@ interface Routes {
|
|
|
48219
48414
|
commonParams: {};
|
|
48220
48415
|
formData: {};
|
|
48221
48416
|
jsonResponse: {
|
|
48417
|
+
/** */
|
|
48222
48418
|
client_session: {
|
|
48223
48419
|
client_session_id: string;
|
|
48224
48420
|
workspace_id: string;
|
|
@@ -48255,6 +48451,7 @@ interface Routes {
|
|
|
48255
48451
|
};
|
|
48256
48452
|
formData: {};
|
|
48257
48453
|
jsonResponse: {
|
|
48454
|
+
/** */
|
|
48258
48455
|
client_session: {
|
|
48259
48456
|
client_session_id: string;
|
|
48260
48457
|
workspace_id: string;
|
|
@@ -48283,6 +48480,7 @@ interface Routes {
|
|
|
48283
48480
|
commonParams: {};
|
|
48284
48481
|
formData: {};
|
|
48285
48482
|
jsonResponse: {
|
|
48483
|
+
/** */
|
|
48286
48484
|
client_session: {
|
|
48287
48485
|
client_session_id: string;
|
|
48288
48486
|
workspace_id: string;
|
|
@@ -48311,6 +48509,7 @@ interface Routes {
|
|
|
48311
48509
|
};
|
|
48312
48510
|
formData: {};
|
|
48313
48511
|
jsonResponse: {
|
|
48512
|
+
/** */
|
|
48314
48513
|
client_session: {
|
|
48315
48514
|
client_session_id: string;
|
|
48316
48515
|
workspace_id: string;
|
|
@@ -48381,6 +48580,7 @@ interface Routes {
|
|
|
48381
48580
|
commonParams: {};
|
|
48382
48581
|
formData: {};
|
|
48383
48582
|
jsonResponse: {
|
|
48583
|
+
/** */
|
|
48384
48584
|
connect_webview: {
|
|
48385
48585
|
connect_webview_id: string;
|
|
48386
48586
|
workspace_id: string;
|
|
@@ -48429,6 +48629,7 @@ interface Routes {
|
|
|
48429
48629
|
};
|
|
48430
48630
|
formData: {};
|
|
48431
48631
|
jsonResponse: {
|
|
48632
|
+
/** */
|
|
48432
48633
|
connect_webview: {
|
|
48433
48634
|
connect_webview_id: string;
|
|
48434
48635
|
workspace_id: string;
|
|
@@ -48521,6 +48722,7 @@ interface Routes {
|
|
|
48521
48722
|
};
|
|
48522
48723
|
formData: {};
|
|
48523
48724
|
jsonResponse: {
|
|
48725
|
+
/** */
|
|
48524
48726
|
connected_account: {
|
|
48525
48727
|
connected_account_id?: string | undefined;
|
|
48526
48728
|
created_at?: string | undefined;
|
|
@@ -48606,6 +48808,7 @@ interface Routes {
|
|
|
48606
48808
|
commonParams: {};
|
|
48607
48809
|
formData: {};
|
|
48608
48810
|
jsonResponse: {
|
|
48811
|
+
/** */
|
|
48609
48812
|
connected_account: {
|
|
48610
48813
|
connected_account_id?: string | undefined;
|
|
48611
48814
|
created_at?: string | undefined;
|
|
@@ -48658,6 +48861,7 @@ interface Routes {
|
|
|
48658
48861
|
};
|
|
48659
48862
|
formData: {};
|
|
48660
48863
|
jsonResponse: {
|
|
48864
|
+
/** */
|
|
48661
48865
|
device: {
|
|
48662
48866
|
/** Unique identifier for the device. */
|
|
48663
48867
|
device_id: string;
|
|
@@ -49932,6 +50136,7 @@ interface Routes {
|
|
|
49932
50136
|
};
|
|
49933
50137
|
formData: {};
|
|
49934
50138
|
jsonResponse: {
|
|
50139
|
+
/** */
|
|
49935
50140
|
device: {
|
|
49936
50141
|
/** Unique identifier for the device. */
|
|
49937
50142
|
device_id: string;
|
|
@@ -50330,6 +50535,7 @@ interface Routes {
|
|
|
50330
50535
|
};
|
|
50331
50536
|
formData: {};
|
|
50332
50537
|
jsonResponse: {
|
|
50538
|
+
/** */
|
|
50333
50539
|
event?: ({
|
|
50334
50540
|
/** ID of the event. */
|
|
50335
50541
|
event_id: string;
|
|
@@ -50728,6 +50934,21 @@ interface Routes {
|
|
|
50728
50934
|
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
50729
50935
|
acs_encoder_id: string;
|
|
50730
50936
|
event_type: 'acs_encoder.removed';
|
|
50937
|
+
} | {
|
|
50938
|
+
/** ID of the event. */
|
|
50939
|
+
event_id: string;
|
|
50940
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50941
|
+
workspace_id: string;
|
|
50942
|
+
/** Date and time at which the event was created. */
|
|
50943
|
+
created_at: string;
|
|
50944
|
+
/** Date and time at which the event occurred. */
|
|
50945
|
+
occurred_at: string;
|
|
50946
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
50947
|
+
connected_account_id?: string | undefined;
|
|
50948
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
50949
|
+
acs_system_id: string;
|
|
50950
|
+
acs_access_group_id: string;
|
|
50951
|
+
event_type: 'acs_access_group.deleted';
|
|
50731
50952
|
} | {
|
|
50732
50953
|
/** ID of the event. */
|
|
50733
50954
|
event_id: string;
|
|
@@ -51485,8 +51706,8 @@ interface Routes {
|
|
|
51485
51706
|
acs_system_ids?: string[] | undefined;
|
|
51486
51707
|
access_code_id?: string | undefined;
|
|
51487
51708
|
access_code_ids?: string[] | undefined;
|
|
51488
|
-
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
51489
|
-
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
51709
|
+
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
51710
|
+
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
51490
51711
|
connected_account_id?: string | undefined;
|
|
51491
51712
|
connect_webview_id?: string | undefined;
|
|
51492
51713
|
limit?: number;
|
|
@@ -51891,6 +52112,21 @@ interface Routes {
|
|
|
51891
52112
|
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
51892
52113
|
acs_encoder_id: string;
|
|
51893
52114
|
event_type: 'acs_encoder.removed';
|
|
52115
|
+
} | {
|
|
52116
|
+
/** ID of the event. */
|
|
52117
|
+
event_id: string;
|
|
52118
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
52119
|
+
workspace_id: string;
|
|
52120
|
+
/** Date and time at which the event was created. */
|
|
52121
|
+
created_at: string;
|
|
52122
|
+
/** Date and time at which the event occurred. */
|
|
52123
|
+
occurred_at: string;
|
|
52124
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
52125
|
+
connected_account_id?: string | undefined;
|
|
52126
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
52127
|
+
acs_system_id: string;
|
|
52128
|
+
acs_access_group_id: string;
|
|
52129
|
+
event_type: 'acs_access_group.deleted';
|
|
51894
52130
|
} | {
|
|
51895
52131
|
/** ID of the event. */
|
|
51896
52132
|
event_id: string;
|
|
@@ -52643,6 +52879,7 @@ interface Routes {
|
|
|
52643
52879
|
};
|
|
52644
52880
|
formData: {};
|
|
52645
52881
|
jsonResponse: {
|
|
52882
|
+
/** */
|
|
52646
52883
|
lock: {
|
|
52647
52884
|
/** Unique identifier for the device. */
|
|
52648
52885
|
device_id: string;
|
|
@@ -53224,6 +53461,7 @@ interface Routes {
|
|
|
53224
53461
|
can_simulate_connection?: boolean | undefined;
|
|
53225
53462
|
can_simulate_disconnection?: boolean | undefined;
|
|
53226
53463
|
};
|
|
53464
|
+
/** */
|
|
53227
53465
|
device: {
|
|
53228
53466
|
/** Unique identifier for the device. */
|
|
53229
53467
|
device_id: string;
|
|
@@ -55017,6 +55255,7 @@ interface Routes {
|
|
|
55017
55255
|
commonParams: {};
|
|
55018
55256
|
formData: {};
|
|
55019
55257
|
jsonResponse: {
|
|
55258
|
+
/** */
|
|
55020
55259
|
action_attempt: {
|
|
55021
55260
|
/** The ID of the action attempt. */
|
|
55022
55261
|
action_attempt_id: string;
|
|
@@ -55822,6 +56061,7 @@ interface Routes {
|
|
|
55822
56061
|
commonParams: {};
|
|
55823
56062
|
formData: {};
|
|
55824
56063
|
jsonResponse: {
|
|
56064
|
+
/** */
|
|
55825
56065
|
action_attempt: {
|
|
55826
56066
|
/** The ID of the action attempt. */
|
|
55827
56067
|
action_attempt_id: string;
|
|
@@ -56626,6 +56866,7 @@ interface Routes {
|
|
|
56626
56866
|
};
|
|
56627
56867
|
formData: {};
|
|
56628
56868
|
jsonResponse: {
|
|
56869
|
+
/** */
|
|
56629
56870
|
network: {
|
|
56630
56871
|
network_id: string;
|
|
56631
56872
|
workspace_id: string;
|
|
@@ -57865,6 +58106,7 @@ interface Routes {
|
|
|
57865
58106
|
commonParams: {};
|
|
57866
58107
|
formData: {};
|
|
57867
58108
|
jsonResponse: {
|
|
58109
|
+
/** */
|
|
57868
58110
|
action_attempt: {
|
|
57869
58111
|
/** The ID of the action attempt. */
|
|
57870
58112
|
action_attempt_id: string;
|
|
@@ -58657,6 +58899,7 @@ interface Routes {
|
|
|
58657
58899
|
message: string;
|
|
58658
58900
|
};
|
|
58659
58901
|
};
|
|
58902
|
+
/** */
|
|
58660
58903
|
noise_threshold: {
|
|
58661
58904
|
noise_threshold_id: string;
|
|
58662
58905
|
device_id: string;
|
|
@@ -58680,6 +58923,7 @@ interface Routes {
|
|
|
58680
58923
|
commonParams: {};
|
|
58681
58924
|
formData: {};
|
|
58682
58925
|
jsonResponse: {
|
|
58926
|
+
/** */
|
|
58683
58927
|
action_attempt: {
|
|
58684
58928
|
/** The ID of the action attempt. */
|
|
58685
58929
|
action_attempt_id: string;
|
|
@@ -59484,6 +59728,7 @@ interface Routes {
|
|
|
59484
59728
|
};
|
|
59485
59729
|
formData: {};
|
|
59486
59730
|
jsonResponse: {
|
|
59731
|
+
/** */
|
|
59487
59732
|
noise_threshold: {
|
|
59488
59733
|
noise_threshold_id: string;
|
|
59489
59734
|
device_id: string;
|
|
@@ -59534,6 +59779,7 @@ interface Routes {
|
|
|
59534
59779
|
commonParams: {};
|
|
59535
59780
|
formData: {};
|
|
59536
59781
|
jsonResponse: {
|
|
59782
|
+
/** */
|
|
59537
59783
|
action_attempt: {
|
|
59538
59784
|
/** The ID of the action attempt. */
|
|
59539
59785
|
action_attempt_id: string;
|
|
@@ -60509,6 +60755,7 @@ interface Routes {
|
|
|
60509
60755
|
commonParams: {};
|
|
60510
60756
|
formData: {};
|
|
60511
60757
|
jsonResponse: {
|
|
60758
|
+
/** */
|
|
60512
60759
|
phone: {
|
|
60513
60760
|
/** Unique identifier for the device. */
|
|
60514
60761
|
device_id: string;
|
|
@@ -60645,6 +60892,7 @@ interface Routes {
|
|
|
60645
60892
|
commonParams: {};
|
|
60646
60893
|
formData: {};
|
|
60647
60894
|
jsonResponse: {
|
|
60895
|
+
/** */
|
|
60648
60896
|
action_attempt: {
|
|
60649
60897
|
/** The ID of the action attempt. */
|
|
60650
60898
|
action_attempt_id: string;
|
|
@@ -61456,6 +61704,7 @@ interface Routes {
|
|
|
61456
61704
|
commonParams: {};
|
|
61457
61705
|
formData: {};
|
|
61458
61706
|
jsonResponse: {
|
|
61707
|
+
/** */
|
|
61459
61708
|
action_attempt: {
|
|
61460
61709
|
/** The ID of the action attempt. */
|
|
61461
61710
|
action_attempt_id: string;
|
|
@@ -62308,6 +62557,7 @@ interface Routes {
|
|
|
62308
62557
|
};
|
|
62309
62558
|
formData: {};
|
|
62310
62559
|
jsonResponse: {
|
|
62560
|
+
/** */
|
|
62311
62561
|
thermostat: {
|
|
62312
62562
|
/** Unique identifier for the device. */
|
|
62313
62563
|
device_id: string;
|
|
@@ -62908,6 +63158,7 @@ interface Routes {
|
|
|
62908
63158
|
commonParams: {};
|
|
62909
63159
|
formData: {};
|
|
62910
63160
|
jsonResponse: {
|
|
63161
|
+
/** */
|
|
62911
63162
|
action_attempt: {
|
|
62912
63163
|
/** The ID of the action attempt. */
|
|
62913
63164
|
action_attempt_id: string;
|
|
@@ -63723,6 +63974,7 @@ interface Routes {
|
|
|
63723
63974
|
commonParams: {};
|
|
63724
63975
|
formData: {};
|
|
63725
63976
|
jsonResponse: {
|
|
63977
|
+
/** */
|
|
63726
63978
|
action_attempt: {
|
|
63727
63979
|
/** The ID of the action attempt. */
|
|
63728
63980
|
action_attempt_id: string;
|
|
@@ -65729,6 +65981,7 @@ interface Routes {
|
|
|
65729
65981
|
commonParams: {};
|
|
65730
65982
|
formData: {};
|
|
65731
65983
|
jsonResponse: {
|
|
65984
|
+
/** */
|
|
65732
65985
|
action_attempt: {
|
|
65733
65986
|
/** The ID of the action attempt. */
|
|
65734
65987
|
action_attempt_id: string;
|
|
@@ -66720,6 +66973,7 @@ interface Routes {
|
|
|
66720
66973
|
commonParams: {};
|
|
66721
66974
|
formData: {};
|
|
66722
66975
|
jsonResponse: {
|
|
66976
|
+
/** */
|
|
66723
66977
|
action_attempt: {
|
|
66724
66978
|
/** The ID of the action attempt. */
|
|
66725
66979
|
action_attempt_id: string;
|
|
@@ -67554,6 +67808,7 @@ interface Routes {
|
|
|
67554
67808
|
commonParams: {};
|
|
67555
67809
|
formData: {};
|
|
67556
67810
|
jsonResponse: {
|
|
67811
|
+
/** */
|
|
67557
67812
|
action_attempt: {
|
|
67558
67813
|
/** The ID of the action attempt. */
|
|
67559
67814
|
action_attempt_id: string;
|
|
@@ -70092,6 +70347,7 @@ interface Routes {
|
|
|
70092
70347
|
commonParams: {};
|
|
70093
70348
|
formData: {};
|
|
70094
70349
|
jsonResponse: {
|
|
70350
|
+
/** */
|
|
70095
70351
|
webhook: {
|
|
70096
70352
|
webhook_id: string;
|
|
70097
70353
|
url: string;
|
|
@@ -70121,6 +70377,7 @@ interface Routes {
|
|
|
70121
70377
|
};
|
|
70122
70378
|
formData: {};
|
|
70123
70379
|
jsonResponse: {
|
|
70380
|
+
/** */
|
|
70124
70381
|
webhook: {
|
|
70125
70382
|
webhook_id: string;
|
|
70126
70383
|
url: string;
|
|
@@ -70175,6 +70432,7 @@ interface Routes {
|
|
|
70175
70432
|
commonParams: {};
|
|
70176
70433
|
formData: {};
|
|
70177
70434
|
jsonResponse: {
|
|
70435
|
+
/** */
|
|
70178
70436
|
workspace: {
|
|
70179
70437
|
workspace_id: string;
|
|
70180
70438
|
name: string;
|
|
@@ -70194,6 +70452,7 @@ interface Routes {
|
|
|
70194
70452
|
commonParams: {};
|
|
70195
70453
|
formData: {};
|
|
70196
70454
|
jsonResponse: {
|
|
70455
|
+
/** */
|
|
70197
70456
|
workspace: {
|
|
70198
70457
|
workspace_id: string;
|
|
70199
70458
|
name: string;
|
|
@@ -70232,6 +70491,7 @@ interface Routes {
|
|
|
70232
70491
|
commonParams: {};
|
|
70233
70492
|
formData: {};
|
|
70234
70493
|
jsonResponse: {
|
|
70494
|
+
/** */
|
|
70235
70495
|
action_attempt: {
|
|
70236
70496
|
/** The ID of the action attempt. */
|
|
70237
70497
|
action_attempt_id: string;
|