@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
|
@@ -376,6 +376,7 @@ export default {
|
|
|
376
376
|
'is_offline_access_code',
|
|
377
377
|
],
|
|
378
378
|
type: 'object',
|
|
379
|
+
'x-route-path': '/access_codes',
|
|
379
380
|
},
|
|
380
381
|
acs_access_group: {
|
|
381
382
|
description:
|
|
@@ -486,6 +487,7 @@ export default {
|
|
|
486
487
|
'is_managed',
|
|
487
488
|
],
|
|
488
489
|
type: 'object',
|
|
490
|
+
'x-route-path': '/acs/access_groups',
|
|
489
491
|
},
|
|
490
492
|
acs_credential: {
|
|
491
493
|
description:
|
|
@@ -799,6 +801,7 @@ export default {
|
|
|
799
801
|
'workspace_id',
|
|
800
802
|
],
|
|
801
803
|
type: 'object',
|
|
804
|
+
'x-route-path': '/acs/credential_pools',
|
|
802
805
|
},
|
|
803
806
|
acs_credential_provisioning_automation: {
|
|
804
807
|
properties: {
|
|
@@ -819,6 +822,7 @@ export default {
|
|
|
819
822
|
'workspace_id',
|
|
820
823
|
],
|
|
821
824
|
type: 'object',
|
|
825
|
+
'x-route-path': '/acs/credential_provisioning_automations',
|
|
822
826
|
},
|
|
823
827
|
acs_entrance: {
|
|
824
828
|
description:
|
|
@@ -859,10 +863,7 @@ export default {
|
|
|
859
863
|
type: 'string',
|
|
860
864
|
},
|
|
861
865
|
dormakaba_community_metadata: {
|
|
862
|
-
properties: {
|
|
863
|
-
access_point_name: { type: 'string' },
|
|
864
|
-
common_area_number: { format: 'float', type: 'number' },
|
|
865
|
-
},
|
|
866
|
+
properties: { access_point_name: { type: 'string' } },
|
|
866
867
|
required: ['access_point_name'],
|
|
867
868
|
type: 'object',
|
|
868
869
|
},
|
|
@@ -963,6 +964,7 @@ export default {
|
|
|
963
964
|
'errors',
|
|
964
965
|
],
|
|
965
966
|
type: 'object',
|
|
967
|
+
'x-route-path': '/acs/entrances',
|
|
966
968
|
},
|
|
967
969
|
acs_system: {
|
|
968
970
|
description:
|
|
@@ -1354,6 +1356,7 @@ export default {
|
|
|
1354
1356
|
'warnings',
|
|
1355
1357
|
],
|
|
1356
1358
|
type: 'object',
|
|
1359
|
+
'x-route-path': '/acs/systems',
|
|
1357
1360
|
},
|
|
1358
1361
|
acs_user: {
|
|
1359
1362
|
description:
|
|
@@ -1654,6 +1657,7 @@ export default {
|
|
|
1654
1657
|
'is_managed',
|
|
1655
1658
|
],
|
|
1656
1659
|
type: 'object',
|
|
1660
|
+
'x-route-path': '/acs/users',
|
|
1657
1661
|
},
|
|
1658
1662
|
action_attempt: {
|
|
1659
1663
|
oneOf: [
|
|
@@ -4302,6 +4306,7 @@ export default {
|
|
|
4302
4306
|
type: 'object',
|
|
4303
4307
|
},
|
|
4304
4308
|
],
|
|
4309
|
+
'x-route-path': '/action_attempts',
|
|
4305
4310
|
},
|
|
4306
4311
|
client_session: {
|
|
4307
4312
|
properties: {
|
|
@@ -4338,6 +4343,7 @@ export default {
|
|
|
4338
4343
|
'user_identity_ids',
|
|
4339
4344
|
],
|
|
4340
4345
|
type: 'object',
|
|
4346
|
+
'x-route-path': '/client_sessions',
|
|
4341
4347
|
},
|
|
4342
4348
|
connect_webview: {
|
|
4343
4349
|
properties: {
|
|
@@ -4416,6 +4422,7 @@ export default {
|
|
|
4416
4422
|
'selected_provider',
|
|
4417
4423
|
],
|
|
4418
4424
|
type: 'object',
|
|
4425
|
+
'x-route-path': '/connect_webviews',
|
|
4419
4426
|
},
|
|
4420
4427
|
connected_account: {
|
|
4421
4428
|
properties: {
|
|
@@ -4492,6 +4499,7 @@ export default {
|
|
|
4492
4499
|
'automatically_manage_new_devices',
|
|
4493
4500
|
],
|
|
4494
4501
|
type: 'object',
|
|
4502
|
+
'x-route-path': '/connected_accounts',
|
|
4495
4503
|
},
|
|
4496
4504
|
device: {
|
|
4497
4505
|
properties: {
|
|
@@ -5753,6 +5761,7 @@ export default {
|
|
|
5753
5761
|
'errors',
|
|
5754
5762
|
],
|
|
5755
5763
|
type: 'object',
|
|
5764
|
+
'x-route-path': '/thermostats/schedules',
|
|
5756
5765
|
},
|
|
5757
5766
|
available_climate_presets: {
|
|
5758
5767
|
items: {
|
|
@@ -6150,6 +6159,7 @@ export default {
|
|
|
6150
6159
|
'custom_metadata',
|
|
6151
6160
|
],
|
|
6152
6161
|
type: 'object',
|
|
6162
|
+
'x-route-path': '/devices',
|
|
6153
6163
|
},
|
|
6154
6164
|
device_provider: {
|
|
6155
6165
|
properties: {
|
|
@@ -6237,6 +6247,7 @@ export default {
|
|
|
6237
6247
|
'provider_categories',
|
|
6238
6248
|
],
|
|
6239
6249
|
type: 'object',
|
|
6250
|
+
'x-route-path': '/devices',
|
|
6240
6251
|
},
|
|
6241
6252
|
enrollment_automation: {
|
|
6242
6253
|
description:
|
|
@@ -6280,6 +6291,7 @@ export default {
|
|
|
6280
6291
|
'workspace_id',
|
|
6281
6292
|
],
|
|
6282
6293
|
type: 'object',
|
|
6294
|
+
'x-route-path': '/user_identities/enrollment_automations',
|
|
6283
6295
|
},
|
|
6284
6296
|
event: {
|
|
6285
6297
|
discriminator: { propertyName: 'event_type' },
|
|
@@ -6340,6 +6352,7 @@ export default {
|
|
|
6340
6352
|
'event_type',
|
|
6341
6353
|
],
|
|
6342
6354
|
type: 'object',
|
|
6355
|
+
'x-route-path': '/access_codes',
|
|
6343
6356
|
},
|
|
6344
6357
|
{
|
|
6345
6358
|
description:
|
|
@@ -6397,6 +6410,7 @@ export default {
|
|
|
6397
6410
|
'event_type',
|
|
6398
6411
|
],
|
|
6399
6412
|
type: 'object',
|
|
6413
|
+
'x-route-path': '/access_codes',
|
|
6400
6414
|
},
|
|
6401
6415
|
{
|
|
6402
6416
|
description:
|
|
@@ -6463,6 +6477,7 @@ export default {
|
|
|
6463
6477
|
'code',
|
|
6464
6478
|
],
|
|
6465
6479
|
type: 'object',
|
|
6480
|
+
'x-route-path': '/access_codes',
|
|
6466
6481
|
},
|
|
6467
6482
|
{
|
|
6468
6483
|
description:
|
|
@@ -6529,6 +6544,7 @@ export default {
|
|
|
6529
6544
|
'code',
|
|
6530
6545
|
],
|
|
6531
6546
|
type: 'object',
|
|
6547
|
+
'x-route-path': '/access_codes',
|
|
6532
6548
|
},
|
|
6533
6549
|
{
|
|
6534
6550
|
description:
|
|
@@ -6589,6 +6605,7 @@ export default {
|
|
|
6589
6605
|
'event_type',
|
|
6590
6606
|
],
|
|
6591
6607
|
type: 'object',
|
|
6608
|
+
'x-route-path': '/access_codes',
|
|
6592
6609
|
},
|
|
6593
6610
|
{
|
|
6594
6611
|
description:
|
|
@@ -6649,6 +6666,7 @@ export default {
|
|
|
6649
6666
|
'event_type',
|
|
6650
6667
|
],
|
|
6651
6668
|
type: 'object',
|
|
6669
|
+
'x-route-path': '/access_codes',
|
|
6652
6670
|
},
|
|
6653
6671
|
{
|
|
6654
6672
|
description:
|
|
@@ -6709,6 +6727,7 @@ export default {
|
|
|
6709
6727
|
'event_type',
|
|
6710
6728
|
],
|
|
6711
6729
|
type: 'object',
|
|
6730
|
+
'x-route-path': '/access_codes',
|
|
6712
6731
|
},
|
|
6713
6732
|
{
|
|
6714
6733
|
description:
|
|
@@ -6773,6 +6792,7 @@ export default {
|
|
|
6773
6792
|
'code',
|
|
6774
6793
|
],
|
|
6775
6794
|
type: 'object',
|
|
6795
|
+
'x-route-path': '/access_codes',
|
|
6776
6796
|
},
|
|
6777
6797
|
{
|
|
6778
6798
|
description:
|
|
@@ -6833,6 +6853,7 @@ export default {
|
|
|
6833
6853
|
'event_type',
|
|
6834
6854
|
],
|
|
6835
6855
|
type: 'object',
|
|
6856
|
+
'x-route-path': '/access_codes',
|
|
6836
6857
|
},
|
|
6837
6858
|
{
|
|
6838
6859
|
description:
|
|
@@ -6893,6 +6914,7 @@ export default {
|
|
|
6893
6914
|
'event_type',
|
|
6894
6915
|
],
|
|
6895
6916
|
type: 'object',
|
|
6917
|
+
'x-route-path': '/access_codes',
|
|
6896
6918
|
},
|
|
6897
6919
|
{
|
|
6898
6920
|
description:
|
|
@@ -6953,6 +6975,7 @@ export default {
|
|
|
6953
6975
|
'event_type',
|
|
6954
6976
|
],
|
|
6955
6977
|
type: 'object',
|
|
6978
|
+
'x-route-path': '/access_codes',
|
|
6956
6979
|
},
|
|
6957
6980
|
{
|
|
6958
6981
|
description:
|
|
@@ -7013,6 +7036,7 @@ export default {
|
|
|
7013
7036
|
'event_type',
|
|
7014
7037
|
],
|
|
7015
7038
|
type: 'object',
|
|
7039
|
+
'x-route-path': '/access_codes',
|
|
7016
7040
|
},
|
|
7017
7041
|
{
|
|
7018
7042
|
description:
|
|
@@ -7075,6 +7099,7 @@ export default {
|
|
|
7075
7099
|
'backup_access_code_id',
|
|
7076
7100
|
],
|
|
7077
7101
|
type: 'object',
|
|
7102
|
+
'x-route-path': '/access_codes',
|
|
7078
7103
|
},
|
|
7079
7104
|
{
|
|
7080
7105
|
description:
|
|
@@ -7135,6 +7160,7 @@ export default {
|
|
|
7135
7160
|
'event_type',
|
|
7136
7161
|
],
|
|
7137
7162
|
type: 'object',
|
|
7163
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
7138
7164
|
},
|
|
7139
7165
|
{
|
|
7140
7166
|
description:
|
|
@@ -7195,6 +7221,7 @@ export default {
|
|
|
7195
7221
|
'event_type',
|
|
7196
7222
|
],
|
|
7197
7223
|
type: 'object',
|
|
7224
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
7198
7225
|
},
|
|
7199
7226
|
{
|
|
7200
7227
|
description:
|
|
@@ -7255,6 +7282,7 @@ export default {
|
|
|
7255
7282
|
'event_type',
|
|
7256
7283
|
],
|
|
7257
7284
|
type: 'object',
|
|
7285
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
7258
7286
|
},
|
|
7259
7287
|
{
|
|
7260
7288
|
description:
|
|
@@ -7315,6 +7343,7 @@ export default {
|
|
|
7315
7343
|
'event_type',
|
|
7316
7344
|
],
|
|
7317
7345
|
type: 'object',
|
|
7346
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
7318
7347
|
},
|
|
7319
7348
|
{
|
|
7320
7349
|
description:
|
|
@@ -7364,6 +7393,7 @@ export default {
|
|
|
7364
7393
|
'event_type',
|
|
7365
7394
|
],
|
|
7366
7395
|
type: 'object',
|
|
7396
|
+
'x-route-path': '/acs/systems',
|
|
7367
7397
|
},
|
|
7368
7398
|
{
|
|
7369
7399
|
description:
|
|
@@ -7413,6 +7443,7 @@ export default {
|
|
|
7413
7443
|
'event_type',
|
|
7414
7444
|
],
|
|
7415
7445
|
type: 'object',
|
|
7446
|
+
'x-route-path': '/acs/systems',
|
|
7416
7447
|
},
|
|
7417
7448
|
{
|
|
7418
7449
|
description:
|
|
@@ -7462,6 +7493,7 @@ export default {
|
|
|
7462
7493
|
'event_type',
|
|
7463
7494
|
],
|
|
7464
7495
|
type: 'object',
|
|
7496
|
+
'x-route-path': '/acs/systems',
|
|
7465
7497
|
},
|
|
7466
7498
|
{
|
|
7467
7499
|
description:
|
|
@@ -7513,6 +7545,7 @@ export default {
|
|
|
7513
7545
|
'event_type',
|
|
7514
7546
|
],
|
|
7515
7547
|
type: 'object',
|
|
7548
|
+
'x-route-path': '/acs/credentials',
|
|
7516
7549
|
},
|
|
7517
7550
|
{
|
|
7518
7551
|
description:
|
|
@@ -7564,6 +7597,7 @@ export default {
|
|
|
7564
7597
|
'event_type',
|
|
7565
7598
|
],
|
|
7566
7599
|
type: 'object',
|
|
7600
|
+
'x-route-path': '/acs/credentials',
|
|
7567
7601
|
},
|
|
7568
7602
|
{
|
|
7569
7603
|
description:
|
|
@@ -7615,6 +7649,7 @@ export default {
|
|
|
7615
7649
|
'event_type',
|
|
7616
7650
|
],
|
|
7617
7651
|
type: 'object',
|
|
7652
|
+
'x-route-path': '/acs/users',
|
|
7618
7653
|
},
|
|
7619
7654
|
{
|
|
7620
7655
|
description:
|
|
@@ -7671,6 +7706,7 @@ export default {
|
|
|
7671
7706
|
'event_type',
|
|
7672
7707
|
],
|
|
7673
7708
|
type: 'object',
|
|
7709
|
+
'x-route-path': '/acs/encoders',
|
|
7674
7710
|
},
|
|
7675
7711
|
{
|
|
7676
7712
|
description:
|
|
@@ -7727,6 +7763,61 @@ export default {
|
|
|
7727
7763
|
'event_type',
|
|
7728
7764
|
],
|
|
7729
7765
|
type: 'object',
|
|
7766
|
+
'x-route-path': '/acs/encoders',
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
description: 'An ACS access group was deleted.',
|
|
7770
|
+
properties: {
|
|
7771
|
+
acs_access_group_id: { format: 'uuid', type: 'string' },
|
|
7772
|
+
acs_system_id: {
|
|
7773
|
+
description:
|
|
7774
|
+
'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
7775
|
+
format: 'uuid',
|
|
7776
|
+
type: 'string',
|
|
7777
|
+
},
|
|
7778
|
+
connected_account_id: {
|
|
7779
|
+
description:
|
|
7780
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
7781
|
+
format: 'uuid',
|
|
7782
|
+
type: 'string',
|
|
7783
|
+
},
|
|
7784
|
+
created_at: {
|
|
7785
|
+
description: 'Date and time at which the event was created.',
|
|
7786
|
+
format: 'date-time',
|
|
7787
|
+
type: 'string',
|
|
7788
|
+
},
|
|
7789
|
+
event_id: {
|
|
7790
|
+
description: 'ID of the event.',
|
|
7791
|
+
format: 'uuid',
|
|
7792
|
+
type: 'string',
|
|
7793
|
+
},
|
|
7794
|
+
event_type: {
|
|
7795
|
+
enum: ['acs_access_group.deleted'],
|
|
7796
|
+
type: 'string',
|
|
7797
|
+
},
|
|
7798
|
+
occurred_at: {
|
|
7799
|
+
description: 'Date and time at which the event occurred.',
|
|
7800
|
+
format: 'date-time',
|
|
7801
|
+
type: 'string',
|
|
7802
|
+
},
|
|
7803
|
+
workspace_id: {
|
|
7804
|
+
description:
|
|
7805
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7806
|
+
format: 'uuid',
|
|
7807
|
+
type: 'string',
|
|
7808
|
+
},
|
|
7809
|
+
},
|
|
7810
|
+
required: [
|
|
7811
|
+
'event_id',
|
|
7812
|
+
'workspace_id',
|
|
7813
|
+
'created_at',
|
|
7814
|
+
'occurred_at',
|
|
7815
|
+
'acs_system_id',
|
|
7816
|
+
'acs_access_group_id',
|
|
7817
|
+
'event_type',
|
|
7818
|
+
],
|
|
7819
|
+
type: 'object',
|
|
7820
|
+
'x-route-path': '/acs/access_groups',
|
|
7730
7821
|
},
|
|
7731
7822
|
{
|
|
7732
7823
|
description:
|
|
@@ -7770,6 +7861,7 @@ export default {
|
|
|
7770
7861
|
'event_type',
|
|
7771
7862
|
],
|
|
7772
7863
|
type: 'object',
|
|
7864
|
+
'x-route-path': '/client_sessions',
|
|
7773
7865
|
},
|
|
7774
7866
|
{
|
|
7775
7867
|
description:
|
|
@@ -7823,6 +7915,7 @@ export default {
|
|
|
7823
7915
|
'connect_webview_id',
|
|
7824
7916
|
],
|
|
7825
7917
|
type: 'object',
|
|
7918
|
+
'x-route-path': '/connected_accounts',
|
|
7826
7919
|
},
|
|
7827
7920
|
{
|
|
7828
7921
|
description:
|
|
@@ -7876,6 +7969,7 @@ export default {
|
|
|
7876
7969
|
'connect_webview_id',
|
|
7877
7970
|
],
|
|
7878
7971
|
type: 'object',
|
|
7972
|
+
'x-route-path': '/connected_accounts',
|
|
7879
7973
|
},
|
|
7880
7974
|
{
|
|
7881
7975
|
deprecated: true,
|
|
@@ -7931,6 +8025,7 @@ export default {
|
|
|
7931
8025
|
],
|
|
7932
8026
|
type: 'object',
|
|
7933
8027
|
'x-deprecated': 'Use `connect_webview.login_succeeded`.',
|
|
8028
|
+
'x-route-path': '/connected_accounts',
|
|
7934
8029
|
},
|
|
7935
8030
|
{
|
|
7936
8031
|
description:
|
|
@@ -7977,6 +8072,7 @@ export default {
|
|
|
7977
8072
|
'event_type',
|
|
7978
8073
|
],
|
|
7979
8074
|
type: 'object',
|
|
8075
|
+
'x-route-path': '/connected_accounts',
|
|
7980
8076
|
},
|
|
7981
8077
|
{
|
|
7982
8078
|
description:
|
|
@@ -8023,6 +8119,7 @@ export default {
|
|
|
8023
8119
|
'event_type',
|
|
8024
8120
|
],
|
|
8025
8121
|
type: 'object',
|
|
8122
|
+
'x-route-path': '/connected_accounts',
|
|
8026
8123
|
},
|
|
8027
8124
|
{
|
|
8028
8125
|
description:
|
|
@@ -8069,6 +8166,7 @@ export default {
|
|
|
8069
8166
|
'event_type',
|
|
8070
8167
|
],
|
|
8071
8168
|
type: 'object',
|
|
8169
|
+
'x-route-path': '/connected_accounts',
|
|
8072
8170
|
},
|
|
8073
8171
|
{
|
|
8074
8172
|
description:
|
|
@@ -8117,6 +8215,7 @@ export default {
|
|
|
8117
8215
|
'event_type',
|
|
8118
8216
|
],
|
|
8119
8217
|
type: 'object',
|
|
8218
|
+
'x-route-path': '/connected_accounts',
|
|
8120
8219
|
},
|
|
8121
8220
|
{
|
|
8122
8221
|
description:
|
|
@@ -8167,6 +8266,7 @@ export default {
|
|
|
8167
8266
|
'event_type',
|
|
8168
8267
|
],
|
|
8169
8268
|
type: 'object',
|
|
8269
|
+
'x-route-path': '/action_attempts',
|
|
8170
8270
|
},
|
|
8171
8271
|
{
|
|
8172
8272
|
description:
|
|
@@ -8217,6 +8317,7 @@ export default {
|
|
|
8217
8317
|
'event_type',
|
|
8218
8318
|
],
|
|
8219
8319
|
type: 'object',
|
|
8320
|
+
'x-route-path': '/action_attempts',
|
|
8220
8321
|
},
|
|
8221
8322
|
{
|
|
8222
8323
|
description:
|
|
@@ -8267,6 +8368,7 @@ export default {
|
|
|
8267
8368
|
'event_type',
|
|
8268
8369
|
],
|
|
8269
8370
|
type: 'object',
|
|
8371
|
+
'x-route-path': '/action_attempts',
|
|
8270
8372
|
},
|
|
8271
8373
|
{
|
|
8272
8374
|
description:
|
|
@@ -8317,6 +8419,7 @@ export default {
|
|
|
8317
8419
|
'event_type',
|
|
8318
8420
|
],
|
|
8319
8421
|
type: 'object',
|
|
8422
|
+
'x-route-path': '/action_attempts',
|
|
8320
8423
|
},
|
|
8321
8424
|
{
|
|
8322
8425
|
description:
|
|
@@ -8370,6 +8473,7 @@ export default {
|
|
|
8370
8473
|
'connected_account_id',
|
|
8371
8474
|
],
|
|
8372
8475
|
type: 'object',
|
|
8476
|
+
'x-route-path': '/connect_webviews',
|
|
8373
8477
|
},
|
|
8374
8478
|
{
|
|
8375
8479
|
description:
|
|
@@ -8416,6 +8520,7 @@ export default {
|
|
|
8416
8520
|
'event_type',
|
|
8417
8521
|
],
|
|
8418
8522
|
type: 'object',
|
|
8523
|
+
'x-route-path': '/connect_webviews',
|
|
8419
8524
|
},
|
|
8420
8525
|
{
|
|
8421
8526
|
description:
|
|
@@ -8465,6 +8570,7 @@ export default {
|
|
|
8465
8570
|
'event_type',
|
|
8466
8571
|
],
|
|
8467
8572
|
type: 'object',
|
|
8573
|
+
'x-route-path': '/devices',
|
|
8468
8574
|
},
|
|
8469
8575
|
{
|
|
8470
8576
|
description:
|
|
@@ -8514,10 +8620,11 @@ export default {
|
|
|
8514
8620
|
'event_type',
|
|
8515
8621
|
],
|
|
8516
8622
|
type: 'object',
|
|
8623
|
+
'x-route-path': '/devices',
|
|
8517
8624
|
},
|
|
8518
8625
|
{
|
|
8519
8626
|
description:
|
|
8520
|
-
'
|
|
8627
|
+
'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
8521
8628
|
properties: {
|
|
8522
8629
|
connected_account_id: {
|
|
8523
8630
|
description:
|
|
@@ -8566,10 +8673,11 @@ export default {
|
|
|
8566
8673
|
'event_type',
|
|
8567
8674
|
],
|
|
8568
8675
|
type: 'object',
|
|
8676
|
+
'x-route-path': '/devices',
|
|
8569
8677
|
},
|
|
8570
8678
|
{
|
|
8571
8679
|
description:
|
|
8572
|
-
'
|
|
8680
|
+
'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
|
|
8573
8681
|
properties: {
|
|
8574
8682
|
connected_account_id: {
|
|
8575
8683
|
description:
|
|
@@ -8618,6 +8726,7 @@ export default {
|
|
|
8618
8726
|
'event_type',
|
|
8619
8727
|
],
|
|
8620
8728
|
type: 'object',
|
|
8729
|
+
'x-route-path': '/devices/unmanaged',
|
|
8621
8730
|
},
|
|
8622
8731
|
{
|
|
8623
8732
|
description:
|
|
@@ -8670,6 +8779,7 @@ export default {
|
|
|
8670
8779
|
'event_type',
|
|
8671
8780
|
],
|
|
8672
8781
|
type: 'object',
|
|
8782
|
+
'x-route-path': '/devices/unmanaged',
|
|
8673
8783
|
},
|
|
8674
8784
|
{
|
|
8675
8785
|
description:
|
|
@@ -8730,6 +8840,7 @@ export default {
|
|
|
8730
8840
|
'error_code',
|
|
8731
8841
|
],
|
|
8732
8842
|
type: 'object',
|
|
8843
|
+
'x-route-path': '/devices',
|
|
8733
8844
|
},
|
|
8734
8845
|
{
|
|
8735
8846
|
description:
|
|
@@ -8793,6 +8904,7 @@ export default {
|
|
|
8793
8904
|
'error_code',
|
|
8794
8905
|
],
|
|
8795
8906
|
type: 'object',
|
|
8907
|
+
'x-route-path': '/devices/unmanaged',
|
|
8796
8908
|
},
|
|
8797
8909
|
{
|
|
8798
8910
|
description:
|
|
@@ -8842,6 +8954,7 @@ export default {
|
|
|
8842
8954
|
'event_type',
|
|
8843
8955
|
],
|
|
8844
8956
|
type: 'object',
|
|
8957
|
+
'x-route-path': '/devices',
|
|
8845
8958
|
},
|
|
8846
8959
|
{
|
|
8847
8960
|
description:
|
|
@@ -8900,6 +9013,7 @@ export default {
|
|
|
8900
9013
|
'battery_level',
|
|
8901
9014
|
],
|
|
8902
9015
|
type: 'object',
|
|
9016
|
+
'x-route-path': '/devices',
|
|
8903
9017
|
},
|
|
8904
9018
|
{
|
|
8905
9019
|
description:
|
|
@@ -8968,6 +9082,7 @@ export default {
|
|
|
8968
9082
|
'battery_level',
|
|
8969
9083
|
],
|
|
8970
9084
|
type: 'object',
|
|
9085
|
+
'x-route-path': '/devices',
|
|
8971
9086
|
},
|
|
8972
9087
|
{
|
|
8973
9088
|
description:
|
|
@@ -9017,6 +9132,7 @@ export default {
|
|
|
9017
9132
|
'event_type',
|
|
9018
9133
|
],
|
|
9019
9134
|
type: 'object',
|
|
9135
|
+
'x-route-path': '/devices',
|
|
9020
9136
|
},
|
|
9021
9137
|
{
|
|
9022
9138
|
description:
|
|
@@ -9066,6 +9182,7 @@ export default {
|
|
|
9066
9182
|
'event_type',
|
|
9067
9183
|
],
|
|
9068
9184
|
type: 'object',
|
|
9185
|
+
'x-route-path': '/devices',
|
|
9069
9186
|
},
|
|
9070
9187
|
{
|
|
9071
9188
|
description:
|
|
@@ -9118,6 +9235,7 @@ export default {
|
|
|
9118
9235
|
'event_type',
|
|
9119
9236
|
],
|
|
9120
9237
|
type: 'object',
|
|
9238
|
+
'x-route-path': '/devices',
|
|
9121
9239
|
},
|
|
9122
9240
|
{
|
|
9123
9241
|
description:
|
|
@@ -9170,6 +9288,7 @@ export default {
|
|
|
9170
9288
|
'event_type',
|
|
9171
9289
|
],
|
|
9172
9290
|
type: 'object',
|
|
9291
|
+
'x-route-path': '/devices',
|
|
9173
9292
|
},
|
|
9174
9293
|
{
|
|
9175
9294
|
description:
|
|
@@ -9222,6 +9341,7 @@ export default {
|
|
|
9222
9341
|
'event_type',
|
|
9223
9342
|
],
|
|
9224
9343
|
type: 'object',
|
|
9344
|
+
'x-route-path': '/devices',
|
|
9225
9345
|
},
|
|
9226
9346
|
{
|
|
9227
9347
|
description:
|
|
@@ -9274,6 +9394,7 @@ export default {
|
|
|
9274
9394
|
'event_type',
|
|
9275
9395
|
],
|
|
9276
9396
|
type: 'object',
|
|
9397
|
+
'x-route-path': '/devices',
|
|
9277
9398
|
},
|
|
9278
9399
|
{
|
|
9279
9400
|
description:
|
|
@@ -9326,6 +9447,7 @@ export default {
|
|
|
9326
9447
|
'event_type',
|
|
9327
9448
|
],
|
|
9328
9449
|
type: 'object',
|
|
9450
|
+
'x-route-path': '/devices',
|
|
9329
9451
|
},
|
|
9330
9452
|
{
|
|
9331
9453
|
description:
|
|
@@ -9378,6 +9500,7 @@ export default {
|
|
|
9378
9500
|
'event_type',
|
|
9379
9501
|
],
|
|
9380
9502
|
type: 'object',
|
|
9503
|
+
'x-route-path': '/devices',
|
|
9381
9504
|
},
|
|
9382
9505
|
{
|
|
9383
9506
|
description:
|
|
@@ -9430,6 +9553,7 @@ export default {
|
|
|
9430
9553
|
'event_type',
|
|
9431
9554
|
],
|
|
9432
9555
|
type: 'object',
|
|
9556
|
+
'x-route-path': '/devices',
|
|
9433
9557
|
},
|
|
9434
9558
|
{
|
|
9435
9559
|
description:
|
|
@@ -9482,6 +9606,7 @@ export default {
|
|
|
9482
9606
|
'event_type',
|
|
9483
9607
|
],
|
|
9484
9608
|
type: 'object',
|
|
9609
|
+
'x-route-path': '/devices',
|
|
9485
9610
|
},
|
|
9486
9611
|
{
|
|
9487
9612
|
description:
|
|
@@ -9534,6 +9659,7 @@ export default {
|
|
|
9534
9659
|
'event_type',
|
|
9535
9660
|
],
|
|
9536
9661
|
type: 'object',
|
|
9662
|
+
'x-route-path': '/devices',
|
|
9537
9663
|
},
|
|
9538
9664
|
{
|
|
9539
9665
|
description:
|
|
@@ -9586,6 +9712,7 @@ export default {
|
|
|
9586
9712
|
'event_type',
|
|
9587
9713
|
],
|
|
9588
9714
|
type: 'object',
|
|
9715
|
+
'x-route-path': '/devices',
|
|
9589
9716
|
},
|
|
9590
9717
|
{
|
|
9591
9718
|
description:
|
|
@@ -9670,6 +9797,7 @@ export default {
|
|
|
9670
9797
|
'event_type',
|
|
9671
9798
|
],
|
|
9672
9799
|
type: 'object',
|
|
9800
|
+
'x-route-path': '/noise_sensors/noise_thresholds',
|
|
9673
9801
|
},
|
|
9674
9802
|
{
|
|
9675
9803
|
description:
|
|
@@ -9738,6 +9866,7 @@ export default {
|
|
|
9738
9866
|
'method',
|
|
9739
9867
|
],
|
|
9740
9868
|
type: 'object',
|
|
9869
|
+
'x-route-path': '/locks',
|
|
9741
9870
|
},
|
|
9742
9871
|
{
|
|
9743
9872
|
description:
|
|
@@ -9806,6 +9935,7 @@ export default {
|
|
|
9806
9935
|
'method',
|
|
9807
9936
|
],
|
|
9808
9937
|
type: 'object',
|
|
9938
|
+
'x-route-path': '/locks',
|
|
9809
9939
|
},
|
|
9810
9940
|
{
|
|
9811
9941
|
description:
|
|
@@ -9861,6 +9991,7 @@ export default {
|
|
|
9861
9991
|
'event_type',
|
|
9862
9992
|
],
|
|
9863
9993
|
type: 'object',
|
|
9994
|
+
'x-route-path': '/locks',
|
|
9864
9995
|
},
|
|
9865
9996
|
{
|
|
9866
9997
|
description:
|
|
@@ -9933,6 +10064,7 @@ export default {
|
|
|
9933
10064
|
'is_fallback_climate_preset',
|
|
9934
10065
|
],
|
|
9935
10066
|
type: 'object',
|
|
10067
|
+
'x-route-path': '/thermostats',
|
|
9936
10068
|
},
|
|
9937
10069
|
{
|
|
9938
10070
|
description:
|
|
@@ -10028,6 +10160,7 @@ export default {
|
|
|
10028
10160
|
'method',
|
|
10029
10161
|
],
|
|
10030
10162
|
type: 'object',
|
|
10163
|
+
'x-route-path': '/thermostats',
|
|
10031
10164
|
},
|
|
10032
10165
|
{
|
|
10033
10166
|
description:
|
|
@@ -10126,6 +10259,7 @@ export default {
|
|
|
10126
10259
|
'lower_limit_fahrenheit',
|
|
10127
10260
|
],
|
|
10128
10261
|
type: 'object',
|
|
10262
|
+
'x-route-path': '/thermostats',
|
|
10129
10263
|
},
|
|
10130
10264
|
{
|
|
10131
10265
|
description:
|
|
@@ -10224,6 +10358,7 @@ export default {
|
|
|
10224
10358
|
'lower_limit_fahrenheit',
|
|
10225
10359
|
],
|
|
10226
10360
|
type: 'object',
|
|
10361
|
+
'x-route-path': '/thermostats',
|
|
10227
10362
|
},
|
|
10228
10363
|
{
|
|
10229
10364
|
properties: {
|
|
@@ -10298,6 +10433,7 @@ export default {
|
|
|
10298
10433
|
'temperature_fahrenheit',
|
|
10299
10434
|
],
|
|
10300
10435
|
type: 'object',
|
|
10436
|
+
'x-route-path': '/thermostats',
|
|
10301
10437
|
},
|
|
10302
10438
|
{
|
|
10303
10439
|
description:
|
|
@@ -10344,6 +10480,7 @@ export default {
|
|
|
10344
10480
|
'event_type',
|
|
10345
10481
|
],
|
|
10346
10482
|
type: 'object',
|
|
10483
|
+
'x-route-path': '/user_identities/enrollment_automations',
|
|
10347
10484
|
},
|
|
10348
10485
|
{
|
|
10349
10486
|
description: 'A phone device was deactivated.',
|
|
@@ -10386,8 +10523,10 @@ export default {
|
|
|
10386
10523
|
'event_type',
|
|
10387
10524
|
],
|
|
10388
10525
|
type: 'object',
|
|
10526
|
+
'x-route-path': '/phones',
|
|
10389
10527
|
},
|
|
10390
10528
|
],
|
|
10529
|
+
'x-route-path': '/events',
|
|
10391
10530
|
},
|
|
10392
10531
|
network: {
|
|
10393
10532
|
properties: {
|
|
@@ -10398,6 +10537,7 @@ export default {
|
|
|
10398
10537
|
},
|
|
10399
10538
|
required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
|
|
10400
10539
|
type: 'object',
|
|
10540
|
+
'x-route-path': '/networks',
|
|
10401
10541
|
},
|
|
10402
10542
|
noise_threshold: {
|
|
10403
10543
|
properties: {
|
|
@@ -10418,6 +10558,7 @@ export default {
|
|
|
10418
10558
|
'noise_threshold_decibels',
|
|
10419
10559
|
],
|
|
10420
10560
|
type: 'object',
|
|
10561
|
+
'x-route-path': '/noise_sensors/noise_thresholds',
|
|
10421
10562
|
},
|
|
10422
10563
|
phone: {
|
|
10423
10564
|
properties: {
|
|
@@ -10780,6 +10921,7 @@ export default {
|
|
|
10780
10921
|
'custom_metadata',
|
|
10781
10922
|
],
|
|
10782
10923
|
type: 'object',
|
|
10924
|
+
'x-route-path': '/phones',
|
|
10783
10925
|
},
|
|
10784
10926
|
service_health: {
|
|
10785
10927
|
properties: {
|
|
@@ -10789,6 +10931,7 @@ export default {
|
|
|
10789
10931
|
},
|
|
10790
10932
|
required: ['service', 'status', 'description'],
|
|
10791
10933
|
type: 'object',
|
|
10934
|
+
'x-route-path': '/health',
|
|
10792
10935
|
},
|
|
10793
10936
|
thermostat_schedule: {
|
|
10794
10937
|
description:
|
|
@@ -10869,6 +11012,7 @@ export default {
|
|
|
10869
11012
|
'errors',
|
|
10870
11013
|
],
|
|
10871
11014
|
type: 'object',
|
|
11015
|
+
'x-route-path': '/thermostats/schedules',
|
|
10872
11016
|
},
|
|
10873
11017
|
unmanaged_access_code: {
|
|
10874
11018
|
properties: {
|
|
@@ -11184,6 +11328,7 @@ export default {
|
|
|
11184
11328
|
'status',
|
|
11185
11329
|
],
|
|
11186
11330
|
type: 'object',
|
|
11331
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
11187
11332
|
},
|
|
11188
11333
|
unmanaged_device: {
|
|
11189
11334
|
properties: {
|
|
@@ -11689,6 +11834,7 @@ export default {
|
|
|
11689
11834
|
'properties',
|
|
11690
11835
|
],
|
|
11691
11836
|
type: 'object',
|
|
11837
|
+
'x-route-path': '/devices/unmanaged',
|
|
11692
11838
|
},
|
|
11693
11839
|
user_identity: {
|
|
11694
11840
|
description:
|
|
@@ -11743,6 +11889,7 @@ export default {
|
|
|
11743
11889
|
'workspace_id',
|
|
11744
11890
|
],
|
|
11745
11891
|
type: 'object',
|
|
11892
|
+
'x-route-path': '/user_identities',
|
|
11746
11893
|
},
|
|
11747
11894
|
webhook: {
|
|
11748
11895
|
properties: {
|
|
@@ -11753,6 +11900,7 @@ export default {
|
|
|
11753
11900
|
},
|
|
11754
11901
|
required: ['webhook_id', 'url'],
|
|
11755
11902
|
type: 'object',
|
|
11903
|
+
'x-route-path': '/webhooks',
|
|
11756
11904
|
},
|
|
11757
11905
|
workspace: {
|
|
11758
11906
|
properties: {
|
|
@@ -11775,6 +11923,7 @@ export default {
|
|
|
11775
11923
|
'connect_partner_name',
|
|
11776
11924
|
],
|
|
11777
11925
|
type: 'object',
|
|
11926
|
+
'x-route-path': '/workspaces',
|
|
11778
11927
|
},
|
|
11779
11928
|
},
|
|
11780
11929
|
securitySchemes: {
|
|
@@ -20702,6 +20851,7 @@ export default {
|
|
|
20702
20851
|
'acs_system.added',
|
|
20703
20852
|
'acs_system.connected',
|
|
20704
20853
|
'acs_system.disconnected',
|
|
20854
|
+
'acs_access_group.deleted',
|
|
20705
20855
|
'acs_user.deleted',
|
|
20706
20856
|
'acs_credential.deleted',
|
|
20707
20857
|
'acs_credential.issued',
|
|
@@ -20780,6 +20930,7 @@ export default {
|
|
|
20780
20930
|
'acs_system.added',
|
|
20781
20931
|
'acs_system.connected',
|
|
20782
20932
|
'acs_system.disconnected',
|
|
20933
|
+
'acs_access_group.deleted',
|
|
20783
20934
|
'acs_user.deleted',
|
|
20784
20935
|
'acs_credential.deleted',
|
|
20785
20936
|
'acs_credential.issued',
|