@seamapi/types 1.416.0 → 1.416.2
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 +4140 -1992
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11940 -6202
- package/lib/seam/connect/models/access-codes/managed-access-code.js +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.js +6 -5
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.js +4 -3
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/access-grants/requested-access-method.js +2 -2
- package/lib/seam/connect/models/access-grants/requested-access-method.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +38 -37
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +57 -19
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +52 -15
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +7 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/latch.js +16 -6
- package/lib/seam/connect/models/acs/metadata/latch.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/salto-space.js +14 -5
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/salto.js +32 -10
- package/lib/seam/connect/models/acs/metadata/salto.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.js +53 -23
- package/lib/seam/connect/models/acs/metadata/visionline.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -0
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.js +15 -9
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/deprecated.js +120 -52
- package/lib/seam/connect/models/action-attempts/deprecated.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-access-method.js +35 -17
- package/lib/seam/connect/models/action-attempts/encode-access-method.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-credential.js +35 -17
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/lock-door.js +15 -9
- package/lib/seam/connect/models/action-attempts/lock-door.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.js +13 -7
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js +15 -9
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.js +34 -16
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/set-fan-mode.js +15 -9
- package/lib/seam/connect/models/action-attempts/set-fan-mode.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.js +15 -9
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.js +15 -9
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.js +15 -9
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/unlock-door.js +15 -9
- package/lib/seam/connect/models/action-attempts/unlock-door.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-client-session.js +66 -25
- package/lib/seam/connect/models/bridges/bridge-client-session.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +32 -9
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge.js +10 -3
- package/lib/seam/connect/models/bridges/bridge.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +47 -13
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +7 -9
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +8 -8
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/custom-metadata.js +1 -1
- package/lib/seam/connect/models/custom-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/lock.js +2 -1
- package/lib/seam/connect/models/devices/capability-properties/lock.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.js +493 -480
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +67 -47
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.js +4 -4
- package/lib/seam/connect/models/events/acs/encoders.js +2 -2
- package/lib/seam/connect/models/events/acs/entrances.js +2 -2
- package/lib/seam/connect/models/events/common.js +1 -1
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +2 -2
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +2 -2
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +1 -1
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +28 -7
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.js +22 -11
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
- package/lib/seam/connect/models/partner/resources.js +61 -20
- package/lib/seam/connect/models/partner/resources.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-registration.js +7 -4
- package/lib/seam/connect/models/phones/phone-registration.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.js +10 -4
- package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
- package/lib/seam/connect/models/schedule.js +4 -2
- package/lib/seam/connect/models/schedule.js.map +1 -1
- package/lib/seam/connect/models/spaces/space.js +5 -4
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +16 -5
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +33 -11
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +981 -270
- package/lib/seam/connect/openapi.js +3236 -1184
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11061 -6034
- package/package.json +2 -2
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +6 -9
- package/src/lib/seam/connect/models/access-grants/access-method.ts +4 -5
- package/src/lib/seam/connect/models/access-grants/requested-access-method.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +38 -37
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +69 -19
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +63 -16
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +11 -3
- package/src/lib/seam/connect/models/acs/metadata/latch.ts +16 -6
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +14 -5
- package/src/lib/seam/connect/models/acs/metadata/salto.ts +32 -10
- package/src/lib/seam/connect/models/acs/metadata/visionline.ts +60 -28
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -0
- package/src/lib/seam/connect/models/action-attempts/activate-climate-preset.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/deprecated.ts +174 -104
- package/src/lib/seam/connect/models/action-attempts/encode-access-method.ts +49 -17
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +49 -18
- package/src/lib/seam/connect/models/action-attempts/lock-door.ts +17 -9
- package/src/lib/seam/connect/models/action-attempts/push-thermostat-programs.ts +17 -7
- package/src/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +52 -22
- package/src/lib/seam/connect/models/action-attempts/set-fan-mode.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/set-hvac-mode.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.ts +19 -9
- package/src/lib/seam/connect/models/action-attempts/unlock-door.ts +17 -9
- package/src/lib/seam/connect/models/bridges/bridge-client-session.ts +84 -25
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +42 -9
- package/src/lib/seam/connect/models/bridges/bridge.ts +12 -3
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +69 -13
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +10 -10
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +12 -8
- package/src/lib/seam/connect/models/custom-metadata.ts +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/lock.ts +2 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +588 -521
- package/src/lib/seam/connect/models/devices/device.ts +89 -47
- package/src/lib/seam/connect/models/devices/phone.ts +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +1 -1
- package/src/lib/seam/connect/models/events/acs/credentials.ts +4 -4
- package/src/lib/seam/connect/models/events/acs/encoders.ts +2 -2
- package/src/lib/seam/connect/models/events/acs/entrances.ts +2 -2
- package/src/lib/seam/connect/models/events/common.ts +3 -1
- package/src/lib/seam/connect/models/events/connect-webviews.ts +6 -2
- package/src/lib/seam/connect/models/events/connected-accounts.ts +6 -2
- package/src/lib/seam/connect/models/events/devices.ts +3 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +34 -7
- package/src/lib/seam/connect/models/partner/magic-link.ts +24 -11
- package/src/lib/seam/connect/models/partner/resources.ts +73 -20
- package/src/lib/seam/connect/models/phones/phone-registration.ts +7 -4
- package/src/lib/seam/connect/models/phones/phone-session.ts +21 -13
- package/src/lib/seam/connect/models/schedule.ts +19 -15
- package/src/lib/seam/connect/models/spaces/space.ts +5 -4
- package/src/lib/seam/connect/models/webhooks/webhook.ts +24 -5
- package/src/lib/seam/connect/models/workspaces/workspace.ts +53 -11
- package/src/lib/seam/connect/openapi.ts +4128 -1455
- package/src/lib/seam/connect/route-types.ts +11061 -6034
|
@@ -73,9 +73,9 @@ declare const _default: {
|
|
|
73
73
|
description: string;
|
|
74
74
|
properties: {
|
|
75
75
|
created_at: {
|
|
76
|
+
description: string;
|
|
76
77
|
format: string;
|
|
77
78
|
type: string;
|
|
78
|
-
description?: never;
|
|
79
79
|
};
|
|
80
80
|
error_code: {
|
|
81
81
|
description: string;
|
|
@@ -83,17 +83,18 @@ declare const _default: {
|
|
|
83
83
|
type: string;
|
|
84
84
|
};
|
|
85
85
|
is_connected_account_error: {
|
|
86
|
+
description: string;
|
|
86
87
|
enum: boolean[];
|
|
87
88
|
type: string;
|
|
88
|
-
description?: never;
|
|
89
89
|
};
|
|
90
90
|
is_device_error: {
|
|
91
|
+
description: string;
|
|
91
92
|
enum: boolean[];
|
|
92
93
|
type: string;
|
|
93
94
|
};
|
|
94
95
|
message: {
|
|
96
|
+
description: string;
|
|
95
97
|
type: string;
|
|
96
|
-
description?: never;
|
|
97
98
|
};
|
|
98
99
|
is_access_code_error?: never;
|
|
99
100
|
is_bridge_error?: never;
|
|
@@ -104,9 +105,9 @@ declare const _default: {
|
|
|
104
105
|
description: string;
|
|
105
106
|
properties: {
|
|
106
107
|
created_at: {
|
|
108
|
+
description: string;
|
|
107
109
|
format: string;
|
|
108
110
|
type: string;
|
|
109
|
-
description?: never;
|
|
110
111
|
};
|
|
111
112
|
error_code: {
|
|
112
113
|
description: string;
|
|
@@ -114,12 +115,13 @@ declare const _default: {
|
|
|
114
115
|
type: string;
|
|
115
116
|
};
|
|
116
117
|
is_device_error: {
|
|
118
|
+
description: string;
|
|
117
119
|
enum: boolean[];
|
|
118
120
|
type: string;
|
|
119
121
|
};
|
|
120
122
|
message: {
|
|
123
|
+
description: string;
|
|
121
124
|
type: string;
|
|
122
|
-
description?: never;
|
|
123
125
|
};
|
|
124
126
|
is_access_code_error?: never;
|
|
125
127
|
is_connected_account_error?: never;
|
|
@@ -259,6 +261,7 @@ declare const _default: {
|
|
|
259
261
|
'x-route-path': string;
|
|
260
262
|
};
|
|
261
263
|
access_grant: {
|
|
264
|
+
description: string;
|
|
262
265
|
properties: {
|
|
263
266
|
access_grant_id: {
|
|
264
267
|
description: string;
|
|
@@ -348,6 +351,7 @@ declare const _default: {
|
|
|
348
351
|
'x-route-path': string;
|
|
349
352
|
};
|
|
350
353
|
access_method: {
|
|
354
|
+
description: string;
|
|
351
355
|
properties: {
|
|
352
356
|
access_method_id: {
|
|
353
357
|
description: string;
|
|
@@ -512,24 +516,30 @@ declare const _default: {
|
|
|
512
516
|
description: string;
|
|
513
517
|
properties: {
|
|
514
518
|
auto_join: {
|
|
519
|
+
description: string;
|
|
515
520
|
type: string;
|
|
516
521
|
};
|
|
517
522
|
door_names: {
|
|
523
|
+
description: string;
|
|
518
524
|
items: {
|
|
519
525
|
type: string;
|
|
520
526
|
};
|
|
521
527
|
type: string;
|
|
522
528
|
};
|
|
523
529
|
endpoint_id: {
|
|
530
|
+
description: string;
|
|
524
531
|
type: string;
|
|
525
532
|
};
|
|
526
533
|
key_id: {
|
|
534
|
+
description: string;
|
|
527
535
|
type: string;
|
|
528
536
|
};
|
|
529
537
|
key_issuing_request_id: {
|
|
538
|
+
description: string;
|
|
530
539
|
type: string;
|
|
531
540
|
};
|
|
532
541
|
override_guest_acs_entrance_ids: {
|
|
542
|
+
description: string;
|
|
533
543
|
items: {
|
|
534
544
|
type: string;
|
|
535
545
|
};
|
|
@@ -633,16 +643,20 @@ declare const _default: {
|
|
|
633
643
|
description: string;
|
|
634
644
|
properties: {
|
|
635
645
|
auto_join: {
|
|
646
|
+
description: string;
|
|
636
647
|
type: string;
|
|
637
648
|
};
|
|
638
649
|
card_function_type: {
|
|
650
|
+
description: string;
|
|
639
651
|
enum: string[];
|
|
640
652
|
type: string;
|
|
641
653
|
};
|
|
642
654
|
card_id: {
|
|
655
|
+
description: string;
|
|
643
656
|
type: string;
|
|
644
657
|
};
|
|
645
658
|
common_acs_entrance_ids: {
|
|
659
|
+
description: string;
|
|
646
660
|
items: {
|
|
647
661
|
format: string;
|
|
648
662
|
type: string;
|
|
@@ -650,9 +664,11 @@ declare const _default: {
|
|
|
650
664
|
type: string;
|
|
651
665
|
};
|
|
652
666
|
credential_id: {
|
|
667
|
+
description: string;
|
|
653
668
|
type: string;
|
|
654
669
|
};
|
|
655
670
|
guest_acs_entrance_ids: {
|
|
671
|
+
description: string;
|
|
656
672
|
items: {
|
|
657
673
|
format: string;
|
|
658
674
|
type: string;
|
|
@@ -660,9 +676,11 @@ declare const _default: {
|
|
|
660
676
|
type: string;
|
|
661
677
|
};
|
|
662
678
|
is_valid: {
|
|
679
|
+
description: string;
|
|
663
680
|
type: string;
|
|
664
681
|
};
|
|
665
682
|
joiner_acs_credential_ids: {
|
|
683
|
+
description: string;
|
|
666
684
|
items: {
|
|
667
685
|
format: string;
|
|
668
686
|
type: string;
|
|
@@ -715,6 +733,7 @@ declare const _default: {
|
|
|
715
733
|
'x-route-path': string;
|
|
716
734
|
};
|
|
717
735
|
acs_credential_pool: {
|
|
736
|
+
deprecated: boolean;
|
|
718
737
|
properties: {
|
|
719
738
|
acs_credential_pool_id: {
|
|
720
739
|
format: string;
|
|
@@ -746,9 +765,12 @@ declare const _default: {
|
|
|
746
765
|
};
|
|
747
766
|
required: string[];
|
|
748
767
|
type: string;
|
|
768
|
+
'x-deprecated': string;
|
|
749
769
|
'x-route-path': string;
|
|
770
|
+
'x-undocumented': string;
|
|
750
771
|
};
|
|
751
772
|
acs_credential_provisioning_automation: {
|
|
773
|
+
deprecated: boolean;
|
|
752
774
|
properties: {
|
|
753
775
|
acs_credential_provisioning_automation_id: {
|
|
754
776
|
format: string;
|
|
@@ -773,7 +795,9 @@ declare const _default: {
|
|
|
773
795
|
};
|
|
774
796
|
required: string[];
|
|
775
797
|
type: string;
|
|
798
|
+
'x-deprecated': string;
|
|
776
799
|
'x-route-path': string;
|
|
800
|
+
'x-undocumented': string;
|
|
777
801
|
};
|
|
778
802
|
acs_encoder: {
|
|
779
803
|
description: string;
|
|
@@ -854,20 +878,25 @@ declare const _default: {
|
|
|
854
878
|
description: string;
|
|
855
879
|
properties: {
|
|
856
880
|
door_name: {
|
|
881
|
+
description: string;
|
|
857
882
|
type: string;
|
|
858
883
|
};
|
|
859
884
|
door_number: {
|
|
885
|
+
description: string;
|
|
860
886
|
format: string;
|
|
861
887
|
type: string;
|
|
862
888
|
};
|
|
863
889
|
door_type: {
|
|
890
|
+
description: string;
|
|
864
891
|
enum: string[];
|
|
865
892
|
type: string;
|
|
866
893
|
};
|
|
867
894
|
pms_id: {
|
|
895
|
+
description: string;
|
|
868
896
|
type: string;
|
|
869
897
|
};
|
|
870
898
|
stand_open: {
|
|
899
|
+
description: string;
|
|
871
900
|
type: string;
|
|
872
901
|
};
|
|
873
902
|
};
|
|
@@ -887,6 +916,7 @@ declare const _default: {
|
|
|
887
916
|
description: string;
|
|
888
917
|
properties: {
|
|
889
918
|
access_point_name: {
|
|
919
|
+
description: string;
|
|
890
920
|
type: string;
|
|
891
921
|
};
|
|
892
922
|
};
|
|
@@ -915,15 +945,19 @@ declare const _default: {
|
|
|
915
945
|
description: string;
|
|
916
946
|
properties: {
|
|
917
947
|
accessibility_type: {
|
|
948
|
+
description: string;
|
|
918
949
|
type: string;
|
|
919
950
|
};
|
|
920
951
|
door_name: {
|
|
952
|
+
description: string;
|
|
921
953
|
type: string;
|
|
922
954
|
};
|
|
923
955
|
door_type: {
|
|
956
|
+
description: string;
|
|
924
957
|
type: string;
|
|
925
958
|
};
|
|
926
959
|
is_connected: {
|
|
960
|
+
description: string;
|
|
927
961
|
type: string;
|
|
928
962
|
};
|
|
929
963
|
};
|
|
@@ -934,27 +968,35 @@ declare const _default: {
|
|
|
934
968
|
description: string;
|
|
935
969
|
properties: {
|
|
936
970
|
battery_level: {
|
|
971
|
+
description: string;
|
|
937
972
|
type: string;
|
|
938
973
|
};
|
|
939
974
|
door_name: {
|
|
975
|
+
description: string;
|
|
940
976
|
type: string;
|
|
941
977
|
};
|
|
942
978
|
intrusion_alarm: {
|
|
979
|
+
description: string;
|
|
943
980
|
type: string;
|
|
944
981
|
};
|
|
945
982
|
left_open_alarm: {
|
|
983
|
+
description: string;
|
|
946
984
|
type: string;
|
|
947
985
|
};
|
|
948
986
|
lock_type: {
|
|
987
|
+
description: string;
|
|
949
988
|
type: string;
|
|
950
989
|
};
|
|
951
990
|
locked_state: {
|
|
991
|
+
description: string;
|
|
952
992
|
type: string;
|
|
953
993
|
};
|
|
954
994
|
online: {
|
|
995
|
+
description: string;
|
|
955
996
|
type: string;
|
|
956
997
|
};
|
|
957
998
|
privacy_mode: {
|
|
999
|
+
description: string;
|
|
958
1000
|
type: string;
|
|
959
1001
|
};
|
|
960
1002
|
};
|
|
@@ -965,12 +1007,15 @@ declare const _default: {
|
|
|
965
1007
|
description: string;
|
|
966
1008
|
properties: {
|
|
967
1009
|
door_description: {
|
|
1010
|
+
description: string;
|
|
968
1011
|
type: string;
|
|
969
1012
|
};
|
|
970
1013
|
door_name: {
|
|
1014
|
+
description: string;
|
|
971
1015
|
type: string;
|
|
972
1016
|
};
|
|
973
1017
|
ext_door_id: {
|
|
1018
|
+
description: string;
|
|
974
1019
|
type: string;
|
|
975
1020
|
};
|
|
976
1021
|
};
|
|
@@ -981,19 +1026,24 @@ declare const _default: {
|
|
|
981
1026
|
description: string;
|
|
982
1027
|
properties: {
|
|
983
1028
|
door_category: {
|
|
1029
|
+
description: string;
|
|
984
1030
|
enum: string[];
|
|
985
1031
|
type: string;
|
|
986
1032
|
};
|
|
987
1033
|
door_name: {
|
|
1034
|
+
description: string;
|
|
988
1035
|
type: string;
|
|
989
1036
|
};
|
|
990
1037
|
profiles: {
|
|
1038
|
+
description: string;
|
|
991
1039
|
items: {
|
|
992
1040
|
properties: {
|
|
993
1041
|
visionline_door_profile_id: {
|
|
1042
|
+
description: string;
|
|
994
1043
|
type: string;
|
|
995
1044
|
};
|
|
996
1045
|
visionline_door_profile_type: {
|
|
1046
|
+
description: string;
|
|
997
1047
|
enum: string[];
|
|
998
1048
|
type: string;
|
|
999
1049
|
};
|
|
@@ -1383,6 +1433,7 @@ declare const _default: {
|
|
|
1383
1433
|
type: string;
|
|
1384
1434
|
};
|
|
1385
1435
|
mutation_code: {
|
|
1436
|
+
description: string;
|
|
1386
1437
|
enum: string[];
|
|
1387
1438
|
type: string;
|
|
1388
1439
|
};
|
|
@@ -1399,17 +1450,21 @@ declare const _default: {
|
|
|
1399
1450
|
type: string;
|
|
1400
1451
|
};
|
|
1401
1452
|
from: {
|
|
1453
|
+
description: string;
|
|
1402
1454
|
properties: {
|
|
1403
1455
|
email_address: {
|
|
1456
|
+
description: string;
|
|
1404
1457
|
format: string;
|
|
1405
1458
|
nullable: boolean;
|
|
1406
1459
|
type: string;
|
|
1407
1460
|
};
|
|
1408
1461
|
full_name: {
|
|
1462
|
+
description: string;
|
|
1409
1463
|
nullable: boolean;
|
|
1410
1464
|
type: string;
|
|
1411
1465
|
};
|
|
1412
1466
|
phone_number: {
|
|
1467
|
+
description: string;
|
|
1413
1468
|
nullable: boolean;
|
|
1414
1469
|
type: string;
|
|
1415
1470
|
};
|
|
@@ -1420,28 +1475,32 @@ declare const _default: {
|
|
|
1420
1475
|
};
|
|
1421
1476
|
type: string;
|
|
1422
1477
|
required?: never;
|
|
1423
|
-
description?: never;
|
|
1424
1478
|
};
|
|
1425
1479
|
message: {
|
|
1426
1480
|
description: string;
|
|
1427
1481
|
type: string;
|
|
1428
1482
|
};
|
|
1429
1483
|
mutation_code: {
|
|
1484
|
+
description: string;
|
|
1430
1485
|
enum: string[];
|
|
1431
1486
|
type: string;
|
|
1432
1487
|
};
|
|
1433
1488
|
to: {
|
|
1489
|
+
description: string;
|
|
1434
1490
|
properties: {
|
|
1435
1491
|
email_address: {
|
|
1492
|
+
description: string;
|
|
1436
1493
|
format: string;
|
|
1437
1494
|
nullable: boolean;
|
|
1438
1495
|
type: string;
|
|
1439
1496
|
};
|
|
1440
1497
|
full_name: {
|
|
1498
|
+
description: string;
|
|
1441
1499
|
nullable: boolean;
|
|
1442
1500
|
type: string;
|
|
1443
1501
|
};
|
|
1444
1502
|
phone_number: {
|
|
1503
|
+
description: string;
|
|
1445
1504
|
nullable: boolean;
|
|
1446
1505
|
type: string;
|
|
1447
1506
|
};
|
|
@@ -1452,7 +1511,6 @@ declare const _default: {
|
|
|
1452
1511
|
};
|
|
1453
1512
|
type: string;
|
|
1454
1513
|
required?: never;
|
|
1455
|
-
description?: never;
|
|
1456
1514
|
};
|
|
1457
1515
|
};
|
|
1458
1516
|
required: string[];
|
|
@@ -1467,13 +1525,16 @@ declare const _default: {
|
|
|
1467
1525
|
type: string;
|
|
1468
1526
|
};
|
|
1469
1527
|
from: {
|
|
1528
|
+
description: string;
|
|
1470
1529
|
properties: {
|
|
1471
1530
|
ends_at: {
|
|
1531
|
+
description: string;
|
|
1472
1532
|
format: string;
|
|
1473
1533
|
nullable: boolean;
|
|
1474
1534
|
type: string;
|
|
1475
1535
|
};
|
|
1476
1536
|
starts_at: {
|
|
1537
|
+
description: string;
|
|
1477
1538
|
format: string;
|
|
1478
1539
|
nullable: boolean;
|
|
1479
1540
|
type: string;
|
|
@@ -1486,24 +1547,27 @@ declare const _default: {
|
|
|
1486
1547
|
};
|
|
1487
1548
|
required: string[];
|
|
1488
1549
|
type: string;
|
|
1489
|
-
description?: never;
|
|
1490
1550
|
};
|
|
1491
1551
|
message: {
|
|
1492
1552
|
description: string;
|
|
1493
1553
|
type: string;
|
|
1494
1554
|
};
|
|
1495
1555
|
mutation_code: {
|
|
1556
|
+
description: string;
|
|
1496
1557
|
enum: string[];
|
|
1497
1558
|
type: string;
|
|
1498
1559
|
};
|
|
1499
1560
|
to: {
|
|
1561
|
+
description: string;
|
|
1500
1562
|
properties: {
|
|
1501
1563
|
ends_at: {
|
|
1564
|
+
description: string;
|
|
1502
1565
|
format: string;
|
|
1503
1566
|
nullable: boolean;
|
|
1504
1567
|
type: string;
|
|
1505
1568
|
};
|
|
1506
1569
|
starts_at: {
|
|
1570
|
+
description: string;
|
|
1507
1571
|
format: string;
|
|
1508
1572
|
nullable: boolean;
|
|
1509
1573
|
type: string;
|
|
@@ -1516,7 +1580,6 @@ declare const _default: {
|
|
|
1516
1580
|
};
|
|
1517
1581
|
required: string[];
|
|
1518
1582
|
type: string;
|
|
1519
|
-
description?: never;
|
|
1520
1583
|
};
|
|
1521
1584
|
};
|
|
1522
1585
|
required: string[];
|
|
@@ -1530,6 +1593,7 @@ declare const _default: {
|
|
|
1530
1593
|
type: string;
|
|
1531
1594
|
};
|
|
1532
1595
|
from: {
|
|
1596
|
+
description: string;
|
|
1533
1597
|
properties: {
|
|
1534
1598
|
is_suspended: {
|
|
1535
1599
|
type: string;
|
|
@@ -1543,17 +1607,18 @@ declare const _default: {
|
|
|
1543
1607
|
};
|
|
1544
1608
|
required: string[];
|
|
1545
1609
|
type: string;
|
|
1546
|
-
description?: never;
|
|
1547
1610
|
};
|
|
1548
1611
|
message: {
|
|
1549
1612
|
description: string;
|
|
1550
1613
|
type: string;
|
|
1551
1614
|
};
|
|
1552
1615
|
mutation_code: {
|
|
1616
|
+
description: string;
|
|
1553
1617
|
enum: string[];
|
|
1554
1618
|
type: string;
|
|
1555
1619
|
};
|
|
1556
1620
|
to: {
|
|
1621
|
+
description: string;
|
|
1557
1622
|
properties: {
|
|
1558
1623
|
is_suspended: {
|
|
1559
1624
|
type: string;
|
|
@@ -1567,7 +1632,6 @@ declare const _default: {
|
|
|
1567
1632
|
};
|
|
1568
1633
|
required: string[];
|
|
1569
1634
|
type: string;
|
|
1570
|
-
description?: never;
|
|
1571
1635
|
};
|
|
1572
1636
|
};
|
|
1573
1637
|
required: string[];
|
|
@@ -1604,6 +1668,7 @@ declare const _default: {
|
|
|
1604
1668
|
type: string;
|
|
1605
1669
|
};
|
|
1606
1670
|
mutation_code: {
|
|
1671
|
+
description: string;
|
|
1607
1672
|
enum: string[];
|
|
1608
1673
|
type: string;
|
|
1609
1674
|
};
|
|
@@ -1697,6 +1762,7 @@ declare const _default: {
|
|
|
1697
1762
|
'x-route-path': string;
|
|
1698
1763
|
};
|
|
1699
1764
|
action_attempt: {
|
|
1765
|
+
description: string;
|
|
1700
1766
|
oneOf: ({
|
|
1701
1767
|
description: string;
|
|
1702
1768
|
properties: {
|
|
@@ -1706,9 +1772,9 @@ declare const _default: {
|
|
|
1706
1772
|
type: string;
|
|
1707
1773
|
};
|
|
1708
1774
|
action_type: {
|
|
1775
|
+
description: string;
|
|
1709
1776
|
enum: string[];
|
|
1710
1777
|
type: string;
|
|
1711
|
-
description?: never;
|
|
1712
1778
|
};
|
|
1713
1779
|
error: {
|
|
1714
1780
|
description: string;
|
|
@@ -1742,9 +1808,9 @@ declare const _default: {
|
|
|
1742
1808
|
type: string;
|
|
1743
1809
|
};
|
|
1744
1810
|
action_type: {
|
|
1811
|
+
description: string;
|
|
1745
1812
|
enum: string[];
|
|
1746
1813
|
type: string;
|
|
1747
|
-
description?: never;
|
|
1748
1814
|
};
|
|
1749
1815
|
error: {
|
|
1750
1816
|
description: string;
|
|
@@ -1755,6 +1821,7 @@ declare const _default: {
|
|
|
1755
1821
|
oneOf?: never;
|
|
1756
1822
|
};
|
|
1757
1823
|
result: {
|
|
1824
|
+
description: string;
|
|
1758
1825
|
properties: {
|
|
1759
1826
|
acs_credential_on_encoder?: never;
|
|
1760
1827
|
acs_credential_on_seam?: never;
|
|
@@ -1771,7 +1838,6 @@ declare const _default: {
|
|
|
1771
1838
|
noise_threshold?: never;
|
|
1772
1839
|
};
|
|
1773
1840
|
type: string;
|
|
1774
|
-
description?: never;
|
|
1775
1841
|
nullable?: never;
|
|
1776
1842
|
required?: never;
|
|
1777
1843
|
oneOf?: never;
|
|
@@ -1792,22 +1858,24 @@ declare const _default: {
|
|
|
1792
1858
|
type: string;
|
|
1793
1859
|
};
|
|
1794
1860
|
action_type: {
|
|
1861
|
+
description: string;
|
|
1795
1862
|
enum: string[];
|
|
1796
1863
|
type: string;
|
|
1797
|
-
description?: never;
|
|
1798
1864
|
};
|
|
1799
1865
|
error: {
|
|
1866
|
+
description: string;
|
|
1800
1867
|
properties: {
|
|
1801
1868
|
message: {
|
|
1869
|
+
description: string;
|
|
1802
1870
|
type: string;
|
|
1803
1871
|
};
|
|
1804
1872
|
type: {
|
|
1873
|
+
description: string;
|
|
1805
1874
|
type: string;
|
|
1806
1875
|
};
|
|
1807
1876
|
};
|
|
1808
1877
|
required: string[];
|
|
1809
1878
|
type: string;
|
|
1810
|
-
description?: never;
|
|
1811
1879
|
nullable?: never;
|
|
1812
1880
|
oneOf?: never;
|
|
1813
1881
|
};
|
|
@@ -1835,9 +1903,9 @@ declare const _default: {
|
|
|
1835
1903
|
type: string;
|
|
1836
1904
|
};
|
|
1837
1905
|
action_type: {
|
|
1906
|
+
description: string;
|
|
1838
1907
|
enum: string[];
|
|
1839
1908
|
type: string;
|
|
1840
|
-
description?: never;
|
|
1841
1909
|
};
|
|
1842
1910
|
error: {
|
|
1843
1911
|
description: string;
|
|
@@ -1848,6 +1916,7 @@ declare const _default: {
|
|
|
1848
1916
|
oneOf?: never;
|
|
1849
1917
|
};
|
|
1850
1918
|
result: {
|
|
1919
|
+
description: string;
|
|
1851
1920
|
properties: {
|
|
1852
1921
|
acs_credential_on_encoder: {
|
|
1853
1922
|
description: string;
|
|
@@ -1952,7 +2021,7 @@ declare const _default: {
|
|
|
1952
2021
|
acs_credential_on_seam: {
|
|
1953
2022
|
description: string;
|
|
1954
2023
|
nullable: boolean;
|
|
1955
|
-
oneOf: {
|
|
2024
|
+
oneOf: ({
|
|
1956
2025
|
description: string;
|
|
1957
2026
|
properties: {
|
|
1958
2027
|
access_method: {
|
|
@@ -1983,24 +2052,30 @@ declare const _default: {
|
|
|
1983
2052
|
description: string;
|
|
1984
2053
|
properties: {
|
|
1985
2054
|
auto_join: {
|
|
2055
|
+
description: string;
|
|
1986
2056
|
type: string;
|
|
1987
2057
|
};
|
|
1988
2058
|
door_names: {
|
|
2059
|
+
description: string;
|
|
1989
2060
|
items: {
|
|
1990
2061
|
type: string;
|
|
1991
2062
|
};
|
|
1992
2063
|
type: string;
|
|
1993
2064
|
};
|
|
1994
2065
|
endpoint_id: {
|
|
2066
|
+
description: string;
|
|
1995
2067
|
type: string;
|
|
1996
2068
|
};
|
|
1997
2069
|
key_id: {
|
|
2070
|
+
description: string;
|
|
1998
2071
|
type: string;
|
|
1999
2072
|
};
|
|
2000
2073
|
key_issuing_request_id: {
|
|
2074
|
+
description: string;
|
|
2001
2075
|
type: string;
|
|
2002
2076
|
};
|
|
2003
2077
|
override_guest_acs_entrance_ids: {
|
|
2078
|
+
description: string;
|
|
2004
2079
|
items: {
|
|
2005
2080
|
type: string;
|
|
2006
2081
|
};
|
|
@@ -2104,16 +2179,20 @@ declare const _default: {
|
|
|
2104
2179
|
description: string;
|
|
2105
2180
|
properties: {
|
|
2106
2181
|
auto_join: {
|
|
2182
|
+
description: string;
|
|
2107
2183
|
type: string;
|
|
2108
2184
|
};
|
|
2109
2185
|
card_function_type: {
|
|
2186
|
+
description: string;
|
|
2110
2187
|
enum: string[];
|
|
2111
2188
|
type: string;
|
|
2112
2189
|
};
|
|
2113
2190
|
card_id: {
|
|
2191
|
+
description: string;
|
|
2114
2192
|
type: string;
|
|
2115
2193
|
};
|
|
2116
2194
|
common_acs_entrance_ids: {
|
|
2195
|
+
description: string;
|
|
2117
2196
|
items: {
|
|
2118
2197
|
format: string;
|
|
2119
2198
|
type: string;
|
|
@@ -2121,9 +2200,11 @@ declare const _default: {
|
|
|
2121
2200
|
type: string;
|
|
2122
2201
|
};
|
|
2123
2202
|
credential_id: {
|
|
2203
|
+
description: string;
|
|
2124
2204
|
type: string;
|
|
2125
2205
|
};
|
|
2126
2206
|
guest_acs_entrance_ids: {
|
|
2207
|
+
description: string;
|
|
2127
2208
|
items: {
|
|
2128
2209
|
format: string;
|
|
2129
2210
|
type: string;
|
|
@@ -2131,9 +2212,11 @@ declare const _default: {
|
|
|
2131
2212
|
type: string;
|
|
2132
2213
|
};
|
|
2133
2214
|
is_valid: {
|
|
2215
|
+
description: string;
|
|
2134
2216
|
type: string;
|
|
2135
2217
|
};
|
|
2136
2218
|
joiner_acs_credential_ids: {
|
|
2219
|
+
description: string;
|
|
2137
2220
|
items: {
|
|
2138
2221
|
format: string;
|
|
2139
2222
|
type: string;
|
|
@@ -2184,215 +2267,285 @@ declare const _default: {
|
|
|
2184
2267
|
required: string[];
|
|
2185
2268
|
type: string;
|
|
2186
2269
|
'x-route-path': string;
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
warnings: {
|
|
2191
|
-
items: {
|
|
2270
|
+
'x-undocumented'?: never;
|
|
2271
|
+
} | {
|
|
2272
|
+
description: string;
|
|
2192
2273
|
properties: {
|
|
2193
|
-
|
|
2274
|
+
access_method: {
|
|
2275
|
+
description: string;
|
|
2194
2276
|
enum: string[];
|
|
2195
2277
|
type: string;
|
|
2196
2278
|
};
|
|
2197
|
-
|
|
2279
|
+
acs_credential_id: {
|
|
2280
|
+
description: string;
|
|
2281
|
+
format: string;
|
|
2198
2282
|
type: string;
|
|
2199
2283
|
};
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2284
|
+
acs_credential_pool_id: {
|
|
2285
|
+
format: string;
|
|
2286
|
+
type: string;
|
|
2287
|
+
};
|
|
2288
|
+
acs_system_id: {
|
|
2289
|
+
description: string;
|
|
2290
|
+
format: string;
|
|
2291
|
+
type: string;
|
|
2292
|
+
};
|
|
2293
|
+
acs_user_id: {
|
|
2294
|
+
description: string;
|
|
2295
|
+
format: string;
|
|
2296
|
+
type: string;
|
|
2297
|
+
};
|
|
2298
|
+
assa_abloy_vostio_metadata: {
|
|
2299
|
+
description: string;
|
|
2300
|
+
properties: {
|
|
2301
|
+
auto_join: {
|
|
2302
|
+
description: string;
|
|
2303
|
+
type: string;
|
|
2304
|
+
};
|
|
2305
|
+
door_names: {
|
|
2306
|
+
description: string;
|
|
2307
|
+
items: {
|
|
2308
|
+
type: string;
|
|
2309
|
+
};
|
|
2310
|
+
type: string;
|
|
2311
|
+
};
|
|
2312
|
+
endpoint_id: {
|
|
2313
|
+
description: string;
|
|
2314
|
+
type: string;
|
|
2315
|
+
};
|
|
2316
|
+
key_id: {
|
|
2317
|
+
description: string;
|
|
2318
|
+
type: string;
|
|
2319
|
+
};
|
|
2320
|
+
key_issuing_request_id: {
|
|
2321
|
+
description: string;
|
|
2322
|
+
type: string;
|
|
2323
|
+
};
|
|
2324
|
+
override_guest_acs_entrance_ids: {
|
|
2325
|
+
description: string;
|
|
2326
|
+
items: {
|
|
2327
|
+
type: string;
|
|
2328
|
+
};
|
|
2329
|
+
type: string;
|
|
2330
|
+
};
|
|
2331
|
+
};
|
|
2332
|
+
type: string;
|
|
2333
|
+
};
|
|
2334
|
+
card_number: {
|
|
2335
|
+
description: string;
|
|
2336
|
+
nullable: boolean;
|
|
2337
|
+
type: string;
|
|
2338
|
+
};
|
|
2339
|
+
code: {
|
|
2340
|
+
description: string;
|
|
2341
|
+
nullable: boolean;
|
|
2342
|
+
type: string;
|
|
2343
|
+
};
|
|
2344
|
+
created_at: {
|
|
2345
|
+
description: string;
|
|
2346
|
+
format: string;
|
|
2347
|
+
type: string;
|
|
2348
|
+
};
|
|
2349
|
+
display_name: {
|
|
2350
|
+
description: string;
|
|
2351
|
+
minLength: number;
|
|
2352
|
+
type: string;
|
|
2353
|
+
};
|
|
2354
|
+
ends_at: {
|
|
2355
|
+
description: string;
|
|
2356
|
+
type: string;
|
|
2357
|
+
};
|
|
2358
|
+
errors: {
|
|
2359
|
+
description: string;
|
|
2360
|
+
items: {
|
|
2361
|
+
properties: {
|
|
2362
|
+
error_code: {
|
|
2363
|
+
type: string;
|
|
2364
|
+
};
|
|
2365
|
+
message: {
|
|
2366
|
+
type: string;
|
|
2367
|
+
};
|
|
2368
|
+
};
|
|
2369
|
+
required: string[];
|
|
2370
|
+
type: string;
|
|
2371
|
+
};
|
|
2372
|
+
type: string;
|
|
2373
|
+
};
|
|
2374
|
+
external_type: {
|
|
2375
|
+
description: string;
|
|
2376
|
+
enum: string[];
|
|
2377
|
+
type: string;
|
|
2378
|
+
};
|
|
2379
|
+
external_type_display_name: {
|
|
2380
|
+
description: string;
|
|
2381
|
+
type: string;
|
|
2382
|
+
};
|
|
2383
|
+
is_issued: {
|
|
2384
|
+
description: string;
|
|
2385
|
+
type: string;
|
|
2386
|
+
};
|
|
2387
|
+
is_latest_desired_state_synced_with_provider: {
|
|
2388
|
+
description: string;
|
|
2389
|
+
nullable: boolean;
|
|
2390
|
+
type: string;
|
|
2391
|
+
};
|
|
2392
|
+
is_managed: {
|
|
2393
|
+
enum: boolean[];
|
|
2394
|
+
type: string;
|
|
2395
|
+
};
|
|
2396
|
+
is_multi_phone_sync_credential: {
|
|
2397
|
+
description: string;
|
|
2398
|
+
type: string;
|
|
2399
|
+
};
|
|
2400
|
+
is_one_time_use: {
|
|
2401
|
+
description: string;
|
|
2402
|
+
type: string;
|
|
2403
|
+
};
|
|
2404
|
+
issued_at: {
|
|
2405
|
+
description: string;
|
|
2406
|
+
format: string;
|
|
2407
|
+
nullable: boolean;
|
|
2408
|
+
type: string;
|
|
2409
|
+
};
|
|
2410
|
+
latest_desired_state_synced_with_provider_at: {
|
|
2411
|
+
description: string;
|
|
2412
|
+
format: string;
|
|
2413
|
+
nullable: boolean;
|
|
2414
|
+
type: string;
|
|
2415
|
+
};
|
|
2416
|
+
parent_acs_credential_id: {
|
|
2417
|
+
description: string;
|
|
2418
|
+
format: string;
|
|
2419
|
+
type: string;
|
|
2420
|
+
};
|
|
2421
|
+
starts_at: {
|
|
2422
|
+
description: string;
|
|
2423
|
+
type: string;
|
|
2424
|
+
};
|
|
2425
|
+
visionline_metadata: {
|
|
2426
|
+
description: string;
|
|
2427
|
+
properties: {
|
|
2428
|
+
auto_join: {
|
|
2429
|
+
description: string;
|
|
2430
|
+
type: string;
|
|
2431
|
+
};
|
|
2432
|
+
card_function_type: {
|
|
2433
|
+
description: string;
|
|
2434
|
+
enum: string[];
|
|
2435
|
+
type: string;
|
|
2436
|
+
};
|
|
2437
|
+
card_id: {
|
|
2438
|
+
description: string;
|
|
2439
|
+
type: string;
|
|
2440
|
+
};
|
|
2441
|
+
common_acs_entrance_ids: {
|
|
2442
|
+
description: string;
|
|
2443
|
+
items: {
|
|
2444
|
+
format: string;
|
|
2445
|
+
type: string;
|
|
2446
|
+
};
|
|
2447
|
+
type: string;
|
|
2448
|
+
};
|
|
2449
|
+
credential_id: {
|
|
2450
|
+
description: string;
|
|
2451
|
+
type: string;
|
|
2452
|
+
};
|
|
2453
|
+
guest_acs_entrance_ids: {
|
|
2454
|
+
description: string;
|
|
2455
|
+
items: {
|
|
2456
|
+
format: string;
|
|
2457
|
+
type: string;
|
|
2458
|
+
};
|
|
2459
|
+
type: string;
|
|
2460
|
+
};
|
|
2461
|
+
is_valid: {
|
|
2462
|
+
description: string;
|
|
2463
|
+
type: string;
|
|
2464
|
+
};
|
|
2465
|
+
joiner_acs_credential_ids: {
|
|
2466
|
+
description: string;
|
|
2467
|
+
items: {
|
|
2468
|
+
format: string;
|
|
2469
|
+
type: string;
|
|
2470
|
+
};
|
|
2471
|
+
type: string;
|
|
2472
|
+
};
|
|
2473
|
+
};
|
|
2474
|
+
required: string[];
|
|
2475
|
+
type: string;
|
|
2476
|
+
};
|
|
2477
|
+
warnings: {
|
|
2478
|
+
description: string;
|
|
2479
|
+
items: {
|
|
2480
|
+
description: string;
|
|
2481
|
+
discriminator: {
|
|
2482
|
+
propertyName: string;
|
|
2483
|
+
};
|
|
2484
|
+
oneOf: {
|
|
2485
|
+
description: string;
|
|
2486
|
+
properties: {
|
|
2487
|
+
created_at: {
|
|
2488
|
+
description: string;
|
|
2489
|
+
format: string;
|
|
2490
|
+
type: string;
|
|
2491
|
+
};
|
|
2492
|
+
message: {
|
|
2493
|
+
description: string;
|
|
2494
|
+
type: string;
|
|
2495
|
+
};
|
|
2496
|
+
warning_code: {
|
|
2497
|
+
description: string;
|
|
2498
|
+
enum: string[];
|
|
2499
|
+
type: string;
|
|
2500
|
+
};
|
|
2501
|
+
};
|
|
2502
|
+
required: string[];
|
|
2503
|
+
type: string;
|
|
2504
|
+
}[];
|
|
2505
|
+
};
|
|
2506
|
+
type: string;
|
|
2507
|
+
};
|
|
2508
|
+
workspace_id: {
|
|
2509
|
+
description: string;
|
|
2510
|
+
format: string;
|
|
2511
|
+
type: string;
|
|
2512
|
+
};
|
|
2513
|
+
};
|
|
2514
|
+
required: string[];
|
|
2515
|
+
type: string;
|
|
2516
|
+
'x-route-path': string;
|
|
2517
|
+
'x-undocumented': string;
|
|
2518
|
+
})[];
|
|
2519
|
+
'x-route-path': string;
|
|
2387
2520
|
};
|
|
2388
|
-
|
|
2521
|
+
warnings: {
|
|
2389
2522
|
description: string;
|
|
2390
|
-
|
|
2523
|
+
items: {
|
|
2524
|
+
description: string;
|
|
2525
|
+
properties: {
|
|
2526
|
+
warning_code: {
|
|
2527
|
+
description: string;
|
|
2528
|
+
enum: string[];
|
|
2529
|
+
type: string;
|
|
2530
|
+
};
|
|
2531
|
+
warning_message: {
|
|
2532
|
+
description: string;
|
|
2533
|
+
type: string;
|
|
2534
|
+
};
|
|
2535
|
+
};
|
|
2536
|
+
required: string[];
|
|
2537
|
+
type: string;
|
|
2538
|
+
};
|
|
2391
2539
|
type: string;
|
|
2392
2540
|
};
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2541
|
+
access_method_id?: never;
|
|
2542
|
+
created_at?: never;
|
|
2543
|
+
display_name?: never;
|
|
2544
|
+
instant_key_url?: never;
|
|
2545
|
+
is_card_encoding_required?: never;
|
|
2546
|
+
issued_at?: never;
|
|
2547
|
+
mode?: never;
|
|
2548
|
+
workspace_id?: never;
|
|
2396
2549
|
access_code?: never;
|
|
2397
2550
|
noise_threshold?: never;
|
|
2398
2551
|
};
|
|
@@ -2422,7 +2575,7 @@ declare const _default: {
|
|
|
2422
2575
|
type: string;
|
|
2423
2576
|
};
|
|
2424
2577
|
error: {
|
|
2425
|
-
oneOf:
|
|
2578
|
+
oneOf: {
|
|
2426
2579
|
description: string;
|
|
2427
2580
|
properties: {
|
|
2428
2581
|
message: {
|
|
@@ -2437,22 +2590,7 @@ declare const _default: {
|
|
|
2437
2590
|
};
|
|
2438
2591
|
required: string[];
|
|
2439
2592
|
type: string;
|
|
2440
|
-
}
|
|
2441
|
-
properties: {
|
|
2442
|
-
message: {
|
|
2443
|
-
type: string;
|
|
2444
|
-
description?: never;
|
|
2445
|
-
};
|
|
2446
|
-
type: {
|
|
2447
|
-
enum: string[];
|
|
2448
|
-
type: string;
|
|
2449
|
-
description?: never;
|
|
2450
|
-
};
|
|
2451
|
-
};
|
|
2452
|
-
required: string[];
|
|
2453
|
-
type: string;
|
|
2454
|
-
description?: never;
|
|
2455
|
-
})[];
|
|
2593
|
+
}[];
|
|
2456
2594
|
description?: never;
|
|
2457
2595
|
nullable?: never;
|
|
2458
2596
|
properties?: never;
|
|
@@ -2497,7 +2635,333 @@ declare const _default: {
|
|
|
2497
2635
|
};
|
|
2498
2636
|
result: {
|
|
2499
2637
|
description: string;
|
|
2500
|
-
|
|
2638
|
+
properties: {
|
|
2639
|
+
access_method_id: {
|
|
2640
|
+
description: string;
|
|
2641
|
+
format: string;
|
|
2642
|
+
type: string;
|
|
2643
|
+
};
|
|
2644
|
+
created_at: {
|
|
2645
|
+
description: string;
|
|
2646
|
+
format: string;
|
|
2647
|
+
type: string;
|
|
2648
|
+
};
|
|
2649
|
+
display_name: {
|
|
2650
|
+
description: string;
|
|
2651
|
+
type: string;
|
|
2652
|
+
};
|
|
2653
|
+
instant_key_url: {
|
|
2654
|
+
description: string;
|
|
2655
|
+
type: string;
|
|
2656
|
+
};
|
|
2657
|
+
is_card_encoding_required: {
|
|
2658
|
+
description: string;
|
|
2659
|
+
type: string;
|
|
2660
|
+
};
|
|
2661
|
+
issued_at: {
|
|
2662
|
+
description: string;
|
|
2663
|
+
format: string;
|
|
2664
|
+
type: string;
|
|
2665
|
+
};
|
|
2666
|
+
mode: {
|
|
2667
|
+
description: string;
|
|
2668
|
+
enum: string[];
|
|
2669
|
+
type: string;
|
|
2670
|
+
};
|
|
2671
|
+
workspace_id: {
|
|
2672
|
+
description: string;
|
|
2673
|
+
format: string;
|
|
2674
|
+
type: string;
|
|
2675
|
+
};
|
|
2676
|
+
acs_credential_on_encoder?: never;
|
|
2677
|
+
acs_credential_on_seam?: never;
|
|
2678
|
+
warnings?: never;
|
|
2679
|
+
access_code?: never;
|
|
2680
|
+
noise_threshold?: never;
|
|
2681
|
+
};
|
|
2682
|
+
required: string[];
|
|
2683
|
+
type: string;
|
|
2684
|
+
nullable?: never;
|
|
2685
|
+
oneOf?: never;
|
|
2686
|
+
};
|
|
2687
|
+
status: {
|
|
2688
|
+
enum: string[];
|
|
2689
|
+
type: string;
|
|
2690
|
+
};
|
|
2691
|
+
};
|
|
2692
|
+
required: string[];
|
|
2693
|
+
type: string;
|
|
2694
|
+
} | {
|
|
2695
|
+
description: string;
|
|
2696
|
+
properties: {
|
|
2697
|
+
action_attempt_id: {
|
|
2698
|
+
description: string;
|
|
2699
|
+
format: string;
|
|
2700
|
+
type: string;
|
|
2701
|
+
};
|
|
2702
|
+
action_type: {
|
|
2703
|
+
description: string;
|
|
2704
|
+
enum: string[];
|
|
2705
|
+
type: string;
|
|
2706
|
+
};
|
|
2707
|
+
error: {
|
|
2708
|
+
description: string;
|
|
2709
|
+
nullable: boolean;
|
|
2710
|
+
properties?: never;
|
|
2711
|
+
required?: never;
|
|
2712
|
+
type?: never;
|
|
2713
|
+
oneOf?: never;
|
|
2714
|
+
};
|
|
2715
|
+
result: {
|
|
2716
|
+
description: string;
|
|
2717
|
+
oneOf: ({
|
|
2718
|
+
description: string;
|
|
2719
|
+
properties: {
|
|
2720
|
+
access_method: {
|
|
2721
|
+
description: string;
|
|
2722
|
+
enum: string[];
|
|
2723
|
+
type: string;
|
|
2724
|
+
};
|
|
2725
|
+
acs_credential_id: {
|
|
2726
|
+
description: string;
|
|
2727
|
+
format: string;
|
|
2728
|
+
type: string;
|
|
2729
|
+
};
|
|
2730
|
+
acs_credential_pool_id: {
|
|
2731
|
+
format: string;
|
|
2732
|
+
type: string;
|
|
2733
|
+
};
|
|
2734
|
+
acs_system_id: {
|
|
2735
|
+
description: string;
|
|
2736
|
+
format: string;
|
|
2737
|
+
type: string;
|
|
2738
|
+
};
|
|
2739
|
+
acs_user_id: {
|
|
2740
|
+
description: string;
|
|
2741
|
+
format: string;
|
|
2742
|
+
type: string;
|
|
2743
|
+
};
|
|
2744
|
+
assa_abloy_vostio_metadata: {
|
|
2745
|
+
description: string;
|
|
2746
|
+
properties: {
|
|
2747
|
+
auto_join: {
|
|
2748
|
+
description: string;
|
|
2749
|
+
type: string;
|
|
2750
|
+
};
|
|
2751
|
+
door_names: {
|
|
2752
|
+
description: string;
|
|
2753
|
+
items: {
|
|
2754
|
+
type: string;
|
|
2755
|
+
};
|
|
2756
|
+
type: string;
|
|
2757
|
+
};
|
|
2758
|
+
endpoint_id: {
|
|
2759
|
+
description: string;
|
|
2760
|
+
type: string;
|
|
2761
|
+
};
|
|
2762
|
+
key_id: {
|
|
2763
|
+
description: string;
|
|
2764
|
+
type: string;
|
|
2765
|
+
};
|
|
2766
|
+
key_issuing_request_id: {
|
|
2767
|
+
description: string;
|
|
2768
|
+
type: string;
|
|
2769
|
+
};
|
|
2770
|
+
override_guest_acs_entrance_ids: {
|
|
2771
|
+
description: string;
|
|
2772
|
+
items: {
|
|
2773
|
+
type: string;
|
|
2774
|
+
};
|
|
2775
|
+
type: string;
|
|
2776
|
+
};
|
|
2777
|
+
};
|
|
2778
|
+
type: string;
|
|
2779
|
+
};
|
|
2780
|
+
card_number: {
|
|
2781
|
+
description: string;
|
|
2782
|
+
nullable: boolean;
|
|
2783
|
+
type: string;
|
|
2784
|
+
};
|
|
2785
|
+
code: {
|
|
2786
|
+
description: string;
|
|
2787
|
+
nullable: boolean;
|
|
2788
|
+
type: string;
|
|
2789
|
+
};
|
|
2790
|
+
created_at: {
|
|
2791
|
+
description: string;
|
|
2792
|
+
format: string;
|
|
2793
|
+
type: string;
|
|
2794
|
+
};
|
|
2795
|
+
display_name: {
|
|
2796
|
+
description: string;
|
|
2797
|
+
minLength: number;
|
|
2798
|
+
type: string;
|
|
2799
|
+
};
|
|
2800
|
+
ends_at: {
|
|
2801
|
+
description: string;
|
|
2802
|
+
type: string;
|
|
2803
|
+
};
|
|
2804
|
+
errors: {
|
|
2805
|
+
description: string;
|
|
2806
|
+
items: {
|
|
2807
|
+
properties: {
|
|
2808
|
+
error_code: {
|
|
2809
|
+
type: string;
|
|
2810
|
+
};
|
|
2811
|
+
message: {
|
|
2812
|
+
type: string;
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2815
|
+
required: string[];
|
|
2816
|
+
type: string;
|
|
2817
|
+
};
|
|
2818
|
+
type: string;
|
|
2819
|
+
};
|
|
2820
|
+
external_type: {
|
|
2821
|
+
description: string;
|
|
2822
|
+
enum: string[];
|
|
2823
|
+
type: string;
|
|
2824
|
+
};
|
|
2825
|
+
external_type_display_name: {
|
|
2826
|
+
description: string;
|
|
2827
|
+
type: string;
|
|
2828
|
+
};
|
|
2829
|
+
is_issued: {
|
|
2830
|
+
description: string;
|
|
2831
|
+
type: string;
|
|
2832
|
+
};
|
|
2833
|
+
is_latest_desired_state_synced_with_provider: {
|
|
2834
|
+
description: string;
|
|
2835
|
+
nullable: boolean;
|
|
2836
|
+
type: string;
|
|
2837
|
+
};
|
|
2838
|
+
is_managed: {
|
|
2839
|
+
enum: boolean[];
|
|
2840
|
+
type: string;
|
|
2841
|
+
};
|
|
2842
|
+
is_multi_phone_sync_credential: {
|
|
2843
|
+
description: string;
|
|
2844
|
+
type: string;
|
|
2845
|
+
};
|
|
2846
|
+
is_one_time_use: {
|
|
2847
|
+
description: string;
|
|
2848
|
+
type: string;
|
|
2849
|
+
};
|
|
2850
|
+
issued_at: {
|
|
2851
|
+
description: string;
|
|
2852
|
+
format: string;
|
|
2853
|
+
nullable: boolean;
|
|
2854
|
+
type: string;
|
|
2855
|
+
};
|
|
2856
|
+
latest_desired_state_synced_with_provider_at: {
|
|
2857
|
+
description: string;
|
|
2858
|
+
format: string;
|
|
2859
|
+
nullable: boolean;
|
|
2860
|
+
type: string;
|
|
2861
|
+
};
|
|
2862
|
+
parent_acs_credential_id: {
|
|
2863
|
+
description: string;
|
|
2864
|
+
format: string;
|
|
2865
|
+
type: string;
|
|
2866
|
+
};
|
|
2867
|
+
starts_at: {
|
|
2868
|
+
description: string;
|
|
2869
|
+
type: string;
|
|
2870
|
+
};
|
|
2871
|
+
visionline_metadata: {
|
|
2872
|
+
description: string;
|
|
2873
|
+
properties: {
|
|
2874
|
+
auto_join: {
|
|
2875
|
+
description: string;
|
|
2876
|
+
type: string;
|
|
2877
|
+
};
|
|
2878
|
+
card_function_type: {
|
|
2879
|
+
description: string;
|
|
2880
|
+
enum: string[];
|
|
2881
|
+
type: string;
|
|
2882
|
+
};
|
|
2883
|
+
card_id: {
|
|
2884
|
+
description: string;
|
|
2885
|
+
type: string;
|
|
2886
|
+
};
|
|
2887
|
+
common_acs_entrance_ids: {
|
|
2888
|
+
description: string;
|
|
2889
|
+
items: {
|
|
2890
|
+
format: string;
|
|
2891
|
+
type: string;
|
|
2892
|
+
};
|
|
2893
|
+
type: string;
|
|
2894
|
+
};
|
|
2895
|
+
credential_id: {
|
|
2896
|
+
description: string;
|
|
2897
|
+
type: string;
|
|
2898
|
+
};
|
|
2899
|
+
guest_acs_entrance_ids: {
|
|
2900
|
+
description: string;
|
|
2901
|
+
items: {
|
|
2902
|
+
format: string;
|
|
2903
|
+
type: string;
|
|
2904
|
+
};
|
|
2905
|
+
type: string;
|
|
2906
|
+
};
|
|
2907
|
+
is_valid: {
|
|
2908
|
+
description: string;
|
|
2909
|
+
type: string;
|
|
2910
|
+
};
|
|
2911
|
+
joiner_acs_credential_ids: {
|
|
2912
|
+
description: string;
|
|
2913
|
+
items: {
|
|
2914
|
+
format: string;
|
|
2915
|
+
type: string;
|
|
2916
|
+
};
|
|
2917
|
+
type: string;
|
|
2918
|
+
};
|
|
2919
|
+
};
|
|
2920
|
+
required: string[];
|
|
2921
|
+
type: string;
|
|
2922
|
+
};
|
|
2923
|
+
warnings: {
|
|
2924
|
+
description: string;
|
|
2925
|
+
items: {
|
|
2926
|
+
description: string;
|
|
2927
|
+
discriminator: {
|
|
2928
|
+
propertyName: string;
|
|
2929
|
+
};
|
|
2930
|
+
oneOf: {
|
|
2931
|
+
description: string;
|
|
2932
|
+
properties: {
|
|
2933
|
+
created_at: {
|
|
2934
|
+
description: string;
|
|
2935
|
+
format: string;
|
|
2936
|
+
type: string;
|
|
2937
|
+
};
|
|
2938
|
+
message: {
|
|
2939
|
+
description: string;
|
|
2940
|
+
type: string;
|
|
2941
|
+
};
|
|
2942
|
+
warning_code: {
|
|
2943
|
+
description: string;
|
|
2944
|
+
enum: string[];
|
|
2945
|
+
type: string;
|
|
2946
|
+
};
|
|
2947
|
+
};
|
|
2948
|
+
required: string[];
|
|
2949
|
+
type: string;
|
|
2950
|
+
}[];
|
|
2951
|
+
};
|
|
2952
|
+
type: string;
|
|
2953
|
+
};
|
|
2954
|
+
workspace_id: {
|
|
2955
|
+
description: string;
|
|
2956
|
+
format: string;
|
|
2957
|
+
type: string;
|
|
2958
|
+
};
|
|
2959
|
+
};
|
|
2960
|
+
required: string[];
|
|
2961
|
+
type: string;
|
|
2962
|
+
'x-route-path': string;
|
|
2963
|
+
'x-undocumented'?: never;
|
|
2964
|
+
} | {
|
|
2501
2965
|
description: string;
|
|
2502
2966
|
properties: {
|
|
2503
2967
|
access_method: {
|
|
@@ -2528,24 +2992,30 @@ declare const _default: {
|
|
|
2528
2992
|
description: string;
|
|
2529
2993
|
properties: {
|
|
2530
2994
|
auto_join: {
|
|
2995
|
+
description: string;
|
|
2531
2996
|
type: string;
|
|
2532
2997
|
};
|
|
2533
2998
|
door_names: {
|
|
2999
|
+
description: string;
|
|
2534
3000
|
items: {
|
|
2535
3001
|
type: string;
|
|
2536
3002
|
};
|
|
2537
3003
|
type: string;
|
|
2538
3004
|
};
|
|
2539
3005
|
endpoint_id: {
|
|
3006
|
+
description: string;
|
|
2540
3007
|
type: string;
|
|
2541
3008
|
};
|
|
2542
3009
|
key_id: {
|
|
3010
|
+
description: string;
|
|
2543
3011
|
type: string;
|
|
2544
3012
|
};
|
|
2545
3013
|
key_issuing_request_id: {
|
|
3014
|
+
description: string;
|
|
2546
3015
|
type: string;
|
|
2547
3016
|
};
|
|
2548
3017
|
override_guest_acs_entrance_ids: {
|
|
3018
|
+
description: string;
|
|
2549
3019
|
items: {
|
|
2550
3020
|
type: string;
|
|
2551
3021
|
};
|
|
@@ -2649,16 +3119,20 @@ declare const _default: {
|
|
|
2649
3119
|
description: string;
|
|
2650
3120
|
properties: {
|
|
2651
3121
|
auto_join: {
|
|
3122
|
+
description: string;
|
|
2652
3123
|
type: string;
|
|
2653
3124
|
};
|
|
2654
3125
|
card_function_type: {
|
|
3126
|
+
description: string;
|
|
2655
3127
|
enum: string[];
|
|
2656
3128
|
type: string;
|
|
2657
3129
|
};
|
|
2658
3130
|
card_id: {
|
|
3131
|
+
description: string;
|
|
2659
3132
|
type: string;
|
|
2660
3133
|
};
|
|
2661
3134
|
common_acs_entrance_ids: {
|
|
3135
|
+
description: string;
|
|
2662
3136
|
items: {
|
|
2663
3137
|
format: string;
|
|
2664
3138
|
type: string;
|
|
@@ -2666,9 +3140,11 @@ declare const _default: {
|
|
|
2666
3140
|
type: string;
|
|
2667
3141
|
};
|
|
2668
3142
|
credential_id: {
|
|
3143
|
+
description: string;
|
|
2669
3144
|
type: string;
|
|
2670
3145
|
};
|
|
2671
3146
|
guest_acs_entrance_ids: {
|
|
3147
|
+
description: string;
|
|
2672
3148
|
items: {
|
|
2673
3149
|
format: string;
|
|
2674
3150
|
type: string;
|
|
@@ -2676,9 +3152,11 @@ declare const _default: {
|
|
|
2676
3152
|
type: string;
|
|
2677
3153
|
};
|
|
2678
3154
|
is_valid: {
|
|
3155
|
+
description: string;
|
|
2679
3156
|
type: string;
|
|
2680
3157
|
};
|
|
2681
3158
|
joiner_acs_credential_ids: {
|
|
3159
|
+
description: string;
|
|
2682
3160
|
items: {
|
|
2683
3161
|
format: string;
|
|
2684
3162
|
type: string;
|
|
@@ -2729,7 +3207,8 @@ declare const _default: {
|
|
|
2729
3207
|
required: string[];
|
|
2730
3208
|
type: string;
|
|
2731
3209
|
'x-route-path': string;
|
|
2732
|
-
|
|
3210
|
+
'x-undocumented': string;
|
|
3211
|
+
})[];
|
|
2733
3212
|
nullable?: never;
|
|
2734
3213
|
properties?: never;
|
|
2735
3214
|
type?: never;
|
|
@@ -2750,9 +3229,9 @@ declare const _default: {
|
|
|
2750
3229
|
type: string;
|
|
2751
3230
|
};
|
|
2752
3231
|
action_type: {
|
|
3232
|
+
description: string;
|
|
2753
3233
|
enum: string[];
|
|
2754
3234
|
type: string;
|
|
2755
|
-
description?: never;
|
|
2756
3235
|
};
|
|
2757
3236
|
error: {
|
|
2758
3237
|
description: string;
|
|
@@ -2786,9 +3265,9 @@ declare const _default: {
|
|
|
2786
3265
|
type: string;
|
|
2787
3266
|
};
|
|
2788
3267
|
action_type: {
|
|
3268
|
+
description: string;
|
|
2789
3269
|
enum: string[];
|
|
2790
3270
|
type: string;
|
|
2791
|
-
description?: never;
|
|
2792
3271
|
};
|
|
2793
3272
|
error: {
|
|
2794
3273
|
description: string;
|
|
@@ -2799,6 +3278,7 @@ declare const _default: {
|
|
|
2799
3278
|
oneOf?: never;
|
|
2800
3279
|
};
|
|
2801
3280
|
result: {
|
|
3281
|
+
description: string;
|
|
2802
3282
|
properties: {
|
|
2803
3283
|
acs_credential_on_encoder?: never;
|
|
2804
3284
|
acs_credential_on_seam?: never;
|
|
@@ -2815,7 +3295,6 @@ declare const _default: {
|
|
|
2815
3295
|
noise_threshold?: never;
|
|
2816
3296
|
};
|
|
2817
3297
|
type: string;
|
|
2818
|
-
description?: never;
|
|
2819
3298
|
nullable?: never;
|
|
2820
3299
|
required?: never;
|
|
2821
3300
|
oneOf?: never;
|
|
@@ -2836,22 +3315,24 @@ declare const _default: {
|
|
|
2836
3315
|
type: string;
|
|
2837
3316
|
};
|
|
2838
3317
|
action_type: {
|
|
3318
|
+
description: string;
|
|
2839
3319
|
enum: string[];
|
|
2840
3320
|
type: string;
|
|
2841
|
-
description?: never;
|
|
2842
3321
|
};
|
|
2843
3322
|
error: {
|
|
3323
|
+
description: string;
|
|
2844
3324
|
properties: {
|
|
2845
3325
|
message: {
|
|
3326
|
+
description: string;
|
|
2846
3327
|
type: string;
|
|
2847
3328
|
};
|
|
2848
3329
|
type: {
|
|
3330
|
+
description: string;
|
|
2849
3331
|
type: string;
|
|
2850
3332
|
};
|
|
2851
3333
|
};
|
|
2852
3334
|
required: string[];
|
|
2853
3335
|
type: string;
|
|
2854
|
-
description?: never;
|
|
2855
3336
|
nullable?: never;
|
|
2856
3337
|
oneOf?: never;
|
|
2857
3338
|
};
|
|
@@ -2879,9 +3360,9 @@ declare const _default: {
|
|
|
2879
3360
|
type: string;
|
|
2880
3361
|
};
|
|
2881
3362
|
action_type: {
|
|
3363
|
+
description: string;
|
|
2882
3364
|
enum: string[];
|
|
2883
3365
|
type: string;
|
|
2884
|
-
description?: never;
|
|
2885
3366
|
};
|
|
2886
3367
|
error: {
|
|
2887
3368
|
description: string;
|
|
@@ -2892,8 +3373,11 @@ declare const _default: {
|
|
|
2892
3373
|
oneOf?: never;
|
|
2893
3374
|
};
|
|
2894
3375
|
result: {
|
|
3376
|
+
description: string;
|
|
2895
3377
|
properties: {
|
|
2896
|
-
access_code: {
|
|
3378
|
+
access_code: {
|
|
3379
|
+
description: string;
|
|
3380
|
+
};
|
|
2897
3381
|
acs_credential_on_encoder?: never;
|
|
2898
3382
|
acs_credential_on_seam?: never;
|
|
2899
3383
|
warnings?: never;
|
|
@@ -2908,7 +3392,6 @@ declare const _default: {
|
|
|
2908
3392
|
noise_threshold?: never;
|
|
2909
3393
|
};
|
|
2910
3394
|
type: string;
|
|
2911
|
-
description?: never;
|
|
2912
3395
|
nullable?: never;
|
|
2913
3396
|
required?: never;
|
|
2914
3397
|
oneOf?: never;
|
|
@@ -2929,9 +3412,9 @@ declare const _default: {
|
|
|
2929
3412
|
type: string;
|
|
2930
3413
|
};
|
|
2931
3414
|
action_type: {
|
|
3415
|
+
description: string;
|
|
2932
3416
|
enum: string[];
|
|
2933
3417
|
type: string;
|
|
2934
|
-
description?: never;
|
|
2935
3418
|
};
|
|
2936
3419
|
error: {
|
|
2937
3420
|
description: string;
|
|
@@ -2942,8 +3425,11 @@ declare const _default: {
|
|
|
2942
3425
|
oneOf?: never;
|
|
2943
3426
|
};
|
|
2944
3427
|
result: {
|
|
3428
|
+
description: string;
|
|
2945
3429
|
properties: {
|
|
2946
|
-
noise_threshold: {
|
|
3430
|
+
noise_threshold: {
|
|
3431
|
+
description: string;
|
|
3432
|
+
};
|
|
2947
3433
|
acs_credential_on_encoder?: never;
|
|
2948
3434
|
acs_credential_on_seam?: never;
|
|
2949
3435
|
warnings?: never;
|
|
@@ -2958,7 +3444,6 @@ declare const _default: {
|
|
|
2958
3444
|
access_code?: never;
|
|
2959
3445
|
};
|
|
2960
3446
|
type: string;
|
|
2961
|
-
description?: never;
|
|
2962
3447
|
nullable?: never;
|
|
2963
3448
|
required?: never;
|
|
2964
3449
|
oneOf?: never;
|
|
@@ -2975,28 +3460,36 @@ declare const _default: {
|
|
|
2975
3460
|
'x-route-path': string;
|
|
2976
3461
|
};
|
|
2977
3462
|
bridge_client_session: {
|
|
3463
|
+
description: string;
|
|
2978
3464
|
properties: {
|
|
2979
3465
|
bridge_client_machine_identifier_key: {
|
|
3466
|
+
description: string;
|
|
2980
3467
|
type: string;
|
|
2981
3468
|
};
|
|
2982
3469
|
bridge_client_name: {
|
|
3470
|
+
description: string;
|
|
2983
3471
|
type: string;
|
|
2984
3472
|
};
|
|
2985
3473
|
bridge_client_session_id: {
|
|
3474
|
+
description: string;
|
|
2986
3475
|
format: string;
|
|
2987
3476
|
type: string;
|
|
2988
3477
|
};
|
|
2989
3478
|
bridge_client_session_token: {
|
|
3479
|
+
description: string;
|
|
2990
3480
|
type: string;
|
|
2991
3481
|
};
|
|
2992
3482
|
bridge_client_time_zone: {
|
|
3483
|
+
description: string;
|
|
2993
3484
|
type: string;
|
|
2994
3485
|
};
|
|
2995
3486
|
created_at: {
|
|
3487
|
+
description: string;
|
|
2996
3488
|
format: string;
|
|
2997
3489
|
type: string;
|
|
2998
3490
|
};
|
|
2999
3491
|
errors: {
|
|
3492
|
+
description: string;
|
|
3000
3493
|
items: {
|
|
3001
3494
|
description: string;
|
|
3002
3495
|
discriminator: {
|
|
@@ -3016,6 +3509,7 @@ declare const _default: {
|
|
|
3016
3509
|
type: string;
|
|
3017
3510
|
};
|
|
3018
3511
|
created_at: {
|
|
3512
|
+
description: string;
|
|
3019
3513
|
format: string;
|
|
3020
3514
|
type: string;
|
|
3021
3515
|
};
|
|
@@ -3040,6 +3534,7 @@ declare const _default: {
|
|
|
3040
3534
|
type: string;
|
|
3041
3535
|
};
|
|
3042
3536
|
message: {
|
|
3537
|
+
description: string;
|
|
3043
3538
|
type: string;
|
|
3044
3539
|
};
|
|
3045
3540
|
};
|
|
@@ -3049,6 +3544,7 @@ declare const _default: {
|
|
|
3049
3544
|
description: string;
|
|
3050
3545
|
properties: {
|
|
3051
3546
|
created_at: {
|
|
3547
|
+
description: string;
|
|
3052
3548
|
format: string;
|
|
3053
3549
|
type: string;
|
|
3054
3550
|
};
|
|
@@ -3058,6 +3554,7 @@ declare const _default: {
|
|
|
3058
3554
|
type: string;
|
|
3059
3555
|
};
|
|
3060
3556
|
message: {
|
|
3557
|
+
description: string;
|
|
3061
3558
|
type: string;
|
|
3062
3559
|
};
|
|
3063
3560
|
can_tailscale_proxy_reach_bridge?: never;
|
|
@@ -3073,31 +3570,38 @@ declare const _default: {
|
|
|
3073
3570
|
type: string;
|
|
3074
3571
|
};
|
|
3075
3572
|
pairing_code: {
|
|
3573
|
+
description: string;
|
|
3076
3574
|
maxLength: number;
|
|
3077
3575
|
minLength: number;
|
|
3078
3576
|
type: string;
|
|
3079
3577
|
};
|
|
3080
3578
|
pairing_code_expires_at: {
|
|
3579
|
+
description: string;
|
|
3081
3580
|
format: string;
|
|
3082
3581
|
type: string;
|
|
3083
3582
|
};
|
|
3084
3583
|
tailscale_auth_key: {
|
|
3584
|
+
description: string;
|
|
3085
3585
|
nullable: boolean;
|
|
3086
3586
|
type: string;
|
|
3087
3587
|
};
|
|
3088
3588
|
tailscale_hostname: {
|
|
3589
|
+
description: string;
|
|
3089
3590
|
type: string;
|
|
3090
3591
|
};
|
|
3091
3592
|
telemetry_token: {
|
|
3593
|
+
description: string;
|
|
3092
3594
|
nullable: boolean;
|
|
3093
3595
|
type: string;
|
|
3094
3596
|
};
|
|
3095
3597
|
telemetry_token_expires_at: {
|
|
3598
|
+
description: string;
|
|
3096
3599
|
format: string;
|
|
3097
3600
|
nullable: boolean;
|
|
3098
3601
|
type: string;
|
|
3099
3602
|
};
|
|
3100
3603
|
telemetry_url: {
|
|
3604
|
+
description: string;
|
|
3101
3605
|
nullable: boolean;
|
|
3102
3606
|
type: string;
|
|
3103
3607
|
};
|
|
@@ -3108,34 +3612,43 @@ declare const _default: {
|
|
|
3108
3612
|
'x-undocumented': string;
|
|
3109
3613
|
};
|
|
3110
3614
|
bridge_connected_systems: {
|
|
3615
|
+
description: string;
|
|
3111
3616
|
properties: {
|
|
3112
3617
|
acs_system_display_name: {
|
|
3618
|
+
description: string;
|
|
3113
3619
|
type: string;
|
|
3114
3620
|
};
|
|
3115
3621
|
acs_system_id: {
|
|
3622
|
+
description: string;
|
|
3116
3623
|
format: string;
|
|
3117
3624
|
type: string;
|
|
3118
3625
|
};
|
|
3119
3626
|
bridge_created_at: {
|
|
3627
|
+
description: string;
|
|
3120
3628
|
format: string;
|
|
3121
3629
|
type: string;
|
|
3122
3630
|
};
|
|
3123
3631
|
bridge_id: {
|
|
3632
|
+
description: string;
|
|
3124
3633
|
format: string;
|
|
3125
3634
|
type: string;
|
|
3126
3635
|
};
|
|
3127
3636
|
connected_account_created_at: {
|
|
3637
|
+
description: string;
|
|
3128
3638
|
format: string;
|
|
3129
3639
|
type: string;
|
|
3130
3640
|
};
|
|
3131
3641
|
connected_account_id: {
|
|
3642
|
+
description: string;
|
|
3132
3643
|
format: string;
|
|
3133
3644
|
type: string;
|
|
3134
3645
|
};
|
|
3135
3646
|
workspace_display_name: {
|
|
3647
|
+
description: string;
|
|
3136
3648
|
type: string;
|
|
3137
3649
|
};
|
|
3138
3650
|
workspace_id: {
|
|
3651
|
+
description: string;
|
|
3139
3652
|
format: string;
|
|
3140
3653
|
type: string;
|
|
3141
3654
|
};
|
|
@@ -3149,10 +3662,12 @@ declare const _default: {
|
|
|
3149
3662
|
description: string;
|
|
3150
3663
|
properties: {
|
|
3151
3664
|
client_session_id: {
|
|
3665
|
+
description: string;
|
|
3152
3666
|
format: string;
|
|
3153
3667
|
type: string;
|
|
3154
3668
|
};
|
|
3155
3669
|
connect_webview_ids: {
|
|
3670
|
+
description: string;
|
|
3156
3671
|
items: {
|
|
3157
3672
|
format: string;
|
|
3158
3673
|
type: string;
|
|
@@ -3160,6 +3675,7 @@ declare const _default: {
|
|
|
3160
3675
|
type: string;
|
|
3161
3676
|
};
|
|
3162
3677
|
connected_account_ids: {
|
|
3678
|
+
description: string;
|
|
3163
3679
|
items: {
|
|
3164
3680
|
format: string;
|
|
3165
3681
|
type: string;
|
|
@@ -3167,41 +3683,51 @@ declare const _default: {
|
|
|
3167
3683
|
type: string;
|
|
3168
3684
|
};
|
|
3169
3685
|
created_at: {
|
|
3686
|
+
description: string;
|
|
3170
3687
|
format: string;
|
|
3171
3688
|
type: string;
|
|
3172
3689
|
};
|
|
3173
3690
|
customer_id: {
|
|
3691
|
+
description: string;
|
|
3174
3692
|
format: string;
|
|
3175
3693
|
type: string;
|
|
3176
3694
|
};
|
|
3177
3695
|
device_count: {
|
|
3696
|
+
description: string;
|
|
3178
3697
|
format: string;
|
|
3179
3698
|
type: string;
|
|
3180
3699
|
};
|
|
3181
3700
|
expires_at: {
|
|
3701
|
+
description: string;
|
|
3182
3702
|
format: string;
|
|
3183
3703
|
type: string;
|
|
3184
3704
|
};
|
|
3185
3705
|
token: {
|
|
3706
|
+
description: string;
|
|
3186
3707
|
type: string;
|
|
3187
3708
|
};
|
|
3188
3709
|
user_identifier_key: {
|
|
3710
|
+
description: string;
|
|
3189
3711
|
nullable: boolean;
|
|
3190
3712
|
type: string;
|
|
3191
3713
|
};
|
|
3192
3714
|
user_identity_id: {
|
|
3715
|
+
description: string;
|
|
3193
3716
|
format: string;
|
|
3194
3717
|
type: string;
|
|
3195
3718
|
};
|
|
3196
3719
|
user_identity_ids: {
|
|
3720
|
+
deprecated: boolean;
|
|
3197
3721
|
description: string;
|
|
3198
3722
|
items: {
|
|
3199
3723
|
format: string;
|
|
3200
3724
|
type: string;
|
|
3201
3725
|
};
|
|
3202
3726
|
type: string;
|
|
3727
|
+
'x-deprecated': string;
|
|
3203
3728
|
};
|
|
3204
3729
|
workspace_id: {
|
|
3730
|
+
description: string;
|
|
3205
3731
|
format: string;
|
|
3206
3732
|
type: string;
|
|
3207
3733
|
};
|
|
@@ -3298,6 +3824,7 @@ declare const _default: {
|
|
|
3298
3824
|
device_selection_mode: {
|
|
3299
3825
|
enum: string[];
|
|
3300
3826
|
type: string;
|
|
3827
|
+
'x-undocumented': string;
|
|
3301
3828
|
};
|
|
3302
3829
|
login_successful: {
|
|
3303
3830
|
description: string;
|
|
@@ -3683,9 +4210,9 @@ declare const _default: {
|
|
|
3683
4210
|
description: string;
|
|
3684
4211
|
properties: {
|
|
3685
4212
|
created_at: {
|
|
4213
|
+
description: string;
|
|
3686
4214
|
format: string;
|
|
3687
4215
|
type: string;
|
|
3688
|
-
description?: never;
|
|
3689
4216
|
};
|
|
3690
4217
|
error_code: {
|
|
3691
4218
|
description: string;
|
|
@@ -3693,17 +4220,18 @@ declare const _default: {
|
|
|
3693
4220
|
type: string;
|
|
3694
4221
|
};
|
|
3695
4222
|
is_connected_account_error: {
|
|
4223
|
+
description: string;
|
|
3696
4224
|
enum: boolean[];
|
|
3697
4225
|
type: string;
|
|
3698
|
-
description?: never;
|
|
3699
4226
|
};
|
|
3700
4227
|
is_device_error: {
|
|
4228
|
+
description: string;
|
|
3701
4229
|
enum: boolean[];
|
|
3702
4230
|
type: string;
|
|
3703
4231
|
};
|
|
3704
4232
|
message: {
|
|
4233
|
+
description: string;
|
|
3705
4234
|
type: string;
|
|
3706
|
-
description?: never;
|
|
3707
4235
|
};
|
|
3708
4236
|
is_bridge_error?: never;
|
|
3709
4237
|
};
|
|
@@ -3713,9 +4241,9 @@ declare const _default: {
|
|
|
3713
4241
|
description: string;
|
|
3714
4242
|
properties: {
|
|
3715
4243
|
created_at: {
|
|
4244
|
+
description: string;
|
|
3716
4245
|
format: string;
|
|
3717
4246
|
type: string;
|
|
3718
|
-
description?: never;
|
|
3719
4247
|
};
|
|
3720
4248
|
error_code: {
|
|
3721
4249
|
description: string;
|
|
@@ -3723,12 +4251,13 @@ declare const _default: {
|
|
|
3723
4251
|
type: string;
|
|
3724
4252
|
};
|
|
3725
4253
|
is_device_error: {
|
|
4254
|
+
description: string;
|
|
3726
4255
|
enum: boolean[];
|
|
3727
4256
|
type: string;
|
|
3728
4257
|
};
|
|
3729
4258
|
message: {
|
|
4259
|
+
description: string;
|
|
3730
4260
|
type: string;
|
|
3731
|
-
description?: never;
|
|
3732
4261
|
};
|
|
3733
4262
|
is_connected_account_error?: never;
|
|
3734
4263
|
is_bridge_error?: never;
|
|
@@ -5738,10 +6267,12 @@ declare const _default: {
|
|
|
5738
6267
|
description: string;
|
|
5739
6268
|
properties: {
|
|
5740
6269
|
created_at: {
|
|
6270
|
+
description: string;
|
|
5741
6271
|
format: string;
|
|
5742
6272
|
type: string;
|
|
5743
6273
|
};
|
|
5744
6274
|
message: {
|
|
6275
|
+
description: string;
|
|
5745
6276
|
type: string;
|
|
5746
6277
|
};
|
|
5747
6278
|
warning_code: {
|
|
@@ -8960,32 +9491,40 @@ declare const _default: {
|
|
|
8960
9491
|
'x-route-path': string;
|
|
8961
9492
|
};
|
|
8962
9493
|
instant_key: {
|
|
9494
|
+
description: string;
|
|
8963
9495
|
properties: {
|
|
8964
9496
|
client_session_id: {
|
|
9497
|
+
description: string;
|
|
8965
9498
|
format: string;
|
|
8966
9499
|
type: string;
|
|
8967
9500
|
};
|
|
8968
9501
|
created_at: {
|
|
9502
|
+
description: string;
|
|
8969
9503
|
format: string;
|
|
8970
9504
|
type: string;
|
|
8971
9505
|
};
|
|
8972
9506
|
expires_at: {
|
|
9507
|
+
description: string;
|
|
8973
9508
|
format: string;
|
|
8974
9509
|
type: string;
|
|
8975
9510
|
};
|
|
8976
9511
|
instant_key_id: {
|
|
9512
|
+
description: string;
|
|
8977
9513
|
format: string;
|
|
8978
9514
|
type: string;
|
|
8979
9515
|
};
|
|
8980
9516
|
instant_key_url: {
|
|
9517
|
+
description: string;
|
|
8981
9518
|
format: string;
|
|
8982
9519
|
type: string;
|
|
8983
9520
|
};
|
|
8984
9521
|
user_identity_id: {
|
|
9522
|
+
description: string;
|
|
8985
9523
|
format: string;
|
|
8986
9524
|
type: string;
|
|
8987
9525
|
};
|
|
8988
9526
|
workspace_id: {
|
|
9527
|
+
description: string;
|
|
8989
9528
|
format: string;
|
|
8990
9529
|
type: string;
|
|
8991
9530
|
};
|
|
@@ -9046,27 +9585,34 @@ declare const _default: {
|
|
|
9046
9585
|
'x-undocumented': string;
|
|
9047
9586
|
};
|
|
9048
9587
|
magic_link: {
|
|
9588
|
+
description: string;
|
|
9049
9589
|
properties: {
|
|
9050
9590
|
building_block_type: {
|
|
9591
|
+
description: string;
|
|
9051
9592
|
enum: string[];
|
|
9052
9593
|
type: string;
|
|
9053
9594
|
};
|
|
9054
9595
|
created_at: {
|
|
9596
|
+
description: string;
|
|
9055
9597
|
format: string;
|
|
9056
9598
|
type: string;
|
|
9057
9599
|
};
|
|
9058
9600
|
customer_key: {
|
|
9601
|
+
description: string;
|
|
9059
9602
|
type: string;
|
|
9060
9603
|
};
|
|
9061
9604
|
expires_at: {
|
|
9605
|
+
description: string;
|
|
9062
9606
|
format: string;
|
|
9063
9607
|
type: string;
|
|
9064
9608
|
};
|
|
9065
9609
|
url: {
|
|
9610
|
+
description: string;
|
|
9066
9611
|
format: string;
|
|
9067
9612
|
type: string;
|
|
9068
9613
|
};
|
|
9069
9614
|
workspace_id: {
|
|
9615
|
+
description: string;
|
|
9070
9616
|
format: string;
|
|
9071
9617
|
type: string;
|
|
9072
9618
|
};
|
|
@@ -9139,47 +9685,60 @@ declare const _default: {
|
|
|
9139
9685
|
type: string;
|
|
9140
9686
|
};
|
|
9141
9687
|
partner_resource: {
|
|
9688
|
+
description: string;
|
|
9142
9689
|
properties: {
|
|
9143
9690
|
custom_metadata: {
|
|
9144
9691
|
additionalProperties: {
|
|
9145
9692
|
type: string;
|
|
9146
9693
|
};
|
|
9694
|
+
description: string;
|
|
9147
9695
|
type: string;
|
|
9148
9696
|
};
|
|
9149
9697
|
customer_key: {
|
|
9698
|
+
description: string;
|
|
9150
9699
|
type: string;
|
|
9151
9700
|
};
|
|
9152
9701
|
description: {
|
|
9702
|
+
description: string;
|
|
9153
9703
|
type: string;
|
|
9154
9704
|
};
|
|
9155
9705
|
email_address: {
|
|
9706
|
+
description: string;
|
|
9156
9707
|
type: string;
|
|
9157
9708
|
};
|
|
9158
9709
|
ends_at: {
|
|
9710
|
+
description: string;
|
|
9159
9711
|
type: string;
|
|
9160
9712
|
};
|
|
9161
9713
|
location_keys: {
|
|
9714
|
+
description: string;
|
|
9162
9715
|
items: {
|
|
9163
9716
|
type: string;
|
|
9164
9717
|
};
|
|
9165
9718
|
type: string;
|
|
9166
9719
|
};
|
|
9167
9720
|
name: {
|
|
9721
|
+
description: string;
|
|
9168
9722
|
type: string;
|
|
9169
9723
|
};
|
|
9170
9724
|
partner_resource_key: {
|
|
9725
|
+
description: string;
|
|
9171
9726
|
type: string;
|
|
9172
9727
|
};
|
|
9173
9728
|
partner_resource_type: {
|
|
9729
|
+
description: string;
|
|
9174
9730
|
type: string;
|
|
9175
9731
|
};
|
|
9176
9732
|
phone_number: {
|
|
9733
|
+
description: string;
|
|
9177
9734
|
type: string;
|
|
9178
9735
|
};
|
|
9179
9736
|
starts_at: {
|
|
9737
|
+
description: string;
|
|
9180
9738
|
type: string;
|
|
9181
9739
|
};
|
|
9182
9740
|
user_identity_key: {
|
|
9741
|
+
description: string;
|
|
9183
9742
|
type: string;
|
|
9184
9743
|
};
|
|
9185
9744
|
};
|
|
@@ -9317,18 +9876,24 @@ declare const _default: {
|
|
|
9317
9876
|
'x-route-path': string;
|
|
9318
9877
|
};
|
|
9319
9878
|
phone_registration: {
|
|
9879
|
+
description: string;
|
|
9320
9880
|
properties: {
|
|
9321
9881
|
is_being_activated: {
|
|
9882
|
+
description: string;
|
|
9322
9883
|
type: string;
|
|
9323
9884
|
};
|
|
9324
9885
|
phone_registration_id: {
|
|
9886
|
+
description: string;
|
|
9325
9887
|
type: string;
|
|
9326
9888
|
};
|
|
9327
9889
|
provider_name: {
|
|
9890
|
+
description: string;
|
|
9328
9891
|
nullable: boolean;
|
|
9329
9892
|
type: string;
|
|
9330
9893
|
};
|
|
9331
|
-
provider_state: {
|
|
9894
|
+
provider_state: {
|
|
9895
|
+
description: string;
|
|
9896
|
+
};
|
|
9332
9897
|
};
|
|
9333
9898
|
required: string[];
|
|
9334
9899
|
type: string;
|
|
@@ -9336,11 +9901,15 @@ declare const _default: {
|
|
|
9336
9901
|
'x-undocumented': string;
|
|
9337
9902
|
};
|
|
9338
9903
|
phone_session: {
|
|
9904
|
+
description: string;
|
|
9339
9905
|
properties: {
|
|
9340
9906
|
provider_sessions: {
|
|
9907
|
+
description: string;
|
|
9341
9908
|
items: {
|
|
9909
|
+
description: string;
|
|
9342
9910
|
properties: {
|
|
9343
9911
|
acs_credentials: {
|
|
9912
|
+
description: string;
|
|
9344
9913
|
items: {
|
|
9345
9914
|
description: string;
|
|
9346
9915
|
properties: {
|
|
@@ -9375,20 +9944,25 @@ declare const _default: {
|
|
|
9375
9944
|
description: string;
|
|
9376
9945
|
properties: {
|
|
9377
9946
|
door_name: {
|
|
9947
|
+
description: string;
|
|
9378
9948
|
type: string;
|
|
9379
9949
|
};
|
|
9380
9950
|
door_number: {
|
|
9951
|
+
description: string;
|
|
9381
9952
|
format: string;
|
|
9382
9953
|
type: string;
|
|
9383
9954
|
};
|
|
9384
9955
|
door_type: {
|
|
9956
|
+
description: string;
|
|
9385
9957
|
enum: string[];
|
|
9386
9958
|
type: string;
|
|
9387
9959
|
};
|
|
9388
9960
|
pms_id: {
|
|
9961
|
+
description: string;
|
|
9389
9962
|
type: string;
|
|
9390
9963
|
};
|
|
9391
9964
|
stand_open: {
|
|
9965
|
+
description: string;
|
|
9392
9966
|
type: string;
|
|
9393
9967
|
};
|
|
9394
9968
|
};
|
|
@@ -9408,6 +9982,7 @@ declare const _default: {
|
|
|
9408
9982
|
description: string;
|
|
9409
9983
|
properties: {
|
|
9410
9984
|
access_point_name: {
|
|
9985
|
+
description: string;
|
|
9411
9986
|
type: string;
|
|
9412
9987
|
};
|
|
9413
9988
|
};
|
|
@@ -9436,15 +10011,19 @@ declare const _default: {
|
|
|
9436
10011
|
description: string;
|
|
9437
10012
|
properties: {
|
|
9438
10013
|
accessibility_type: {
|
|
10014
|
+
description: string;
|
|
9439
10015
|
type: string;
|
|
9440
10016
|
};
|
|
9441
10017
|
door_name: {
|
|
10018
|
+
description: string;
|
|
9442
10019
|
type: string;
|
|
9443
10020
|
};
|
|
9444
10021
|
door_type: {
|
|
10022
|
+
description: string;
|
|
9445
10023
|
type: string;
|
|
9446
10024
|
};
|
|
9447
10025
|
is_connected: {
|
|
10026
|
+
description: string;
|
|
9448
10027
|
type: string;
|
|
9449
10028
|
};
|
|
9450
10029
|
};
|
|
@@ -9455,27 +10034,35 @@ declare const _default: {
|
|
|
9455
10034
|
description: string;
|
|
9456
10035
|
properties: {
|
|
9457
10036
|
battery_level: {
|
|
10037
|
+
description: string;
|
|
9458
10038
|
type: string;
|
|
9459
10039
|
};
|
|
9460
10040
|
door_name: {
|
|
10041
|
+
description: string;
|
|
9461
10042
|
type: string;
|
|
9462
10043
|
};
|
|
9463
10044
|
intrusion_alarm: {
|
|
10045
|
+
description: string;
|
|
9464
10046
|
type: string;
|
|
9465
10047
|
};
|
|
9466
10048
|
left_open_alarm: {
|
|
10049
|
+
description: string;
|
|
9467
10050
|
type: string;
|
|
9468
10051
|
};
|
|
9469
10052
|
lock_type: {
|
|
10053
|
+
description: string;
|
|
9470
10054
|
type: string;
|
|
9471
10055
|
};
|
|
9472
10056
|
locked_state: {
|
|
10057
|
+
description: string;
|
|
9473
10058
|
type: string;
|
|
9474
10059
|
};
|
|
9475
10060
|
online: {
|
|
10061
|
+
description: string;
|
|
9476
10062
|
type: string;
|
|
9477
10063
|
};
|
|
9478
10064
|
privacy_mode: {
|
|
10065
|
+
description: string;
|
|
9479
10066
|
type: string;
|
|
9480
10067
|
};
|
|
9481
10068
|
};
|
|
@@ -9486,12 +10073,15 @@ declare const _default: {
|
|
|
9486
10073
|
description: string;
|
|
9487
10074
|
properties: {
|
|
9488
10075
|
door_description: {
|
|
10076
|
+
description: string;
|
|
9489
10077
|
type: string;
|
|
9490
10078
|
};
|
|
9491
10079
|
door_name: {
|
|
10080
|
+
description: string;
|
|
9492
10081
|
type: string;
|
|
9493
10082
|
};
|
|
9494
10083
|
ext_door_id: {
|
|
10084
|
+
description: string;
|
|
9495
10085
|
type: string;
|
|
9496
10086
|
};
|
|
9497
10087
|
};
|
|
@@ -9502,19 +10092,24 @@ declare const _default: {
|
|
|
9502
10092
|
description: string;
|
|
9503
10093
|
properties: {
|
|
9504
10094
|
door_category: {
|
|
10095
|
+
description: string;
|
|
9505
10096
|
enum: string[];
|
|
9506
10097
|
type: string;
|
|
9507
10098
|
};
|
|
9508
10099
|
door_name: {
|
|
10100
|
+
description: string;
|
|
9509
10101
|
type: string;
|
|
9510
10102
|
};
|
|
9511
10103
|
profiles: {
|
|
10104
|
+
description: string;
|
|
9512
10105
|
items: {
|
|
9513
10106
|
properties: {
|
|
9514
10107
|
visionline_door_profile_id: {
|
|
10108
|
+
description: string;
|
|
9515
10109
|
type: string;
|
|
9516
10110
|
};
|
|
9517
10111
|
visionline_door_profile_type: {
|
|
10112
|
+
description: string;
|
|
9518
10113
|
enum: string[];
|
|
9519
10114
|
type: string;
|
|
9520
10115
|
};
|
|
@@ -9549,24 +10144,30 @@ declare const _default: {
|
|
|
9549
10144
|
description: string;
|
|
9550
10145
|
properties: {
|
|
9551
10146
|
auto_join: {
|
|
10147
|
+
description: string;
|
|
9552
10148
|
type: string;
|
|
9553
10149
|
};
|
|
9554
10150
|
door_names: {
|
|
10151
|
+
description: string;
|
|
9555
10152
|
items: {
|
|
9556
10153
|
type: string;
|
|
9557
10154
|
};
|
|
9558
10155
|
type: string;
|
|
9559
10156
|
};
|
|
9560
10157
|
endpoint_id: {
|
|
10158
|
+
description: string;
|
|
9561
10159
|
type: string;
|
|
9562
10160
|
};
|
|
9563
10161
|
key_id: {
|
|
10162
|
+
description: string;
|
|
9564
10163
|
type: string;
|
|
9565
10164
|
};
|
|
9566
10165
|
key_issuing_request_id: {
|
|
10166
|
+
description: string;
|
|
9567
10167
|
type: string;
|
|
9568
10168
|
};
|
|
9569
10169
|
override_guest_acs_entrance_ids: {
|
|
10170
|
+
description: string;
|
|
9570
10171
|
items: {
|
|
9571
10172
|
type: string;
|
|
9572
10173
|
};
|
|
@@ -9670,16 +10271,20 @@ declare const _default: {
|
|
|
9670
10271
|
description: string;
|
|
9671
10272
|
properties: {
|
|
9672
10273
|
auto_join: {
|
|
10274
|
+
description: string;
|
|
9673
10275
|
type: string;
|
|
9674
10276
|
};
|
|
9675
10277
|
card_function_type: {
|
|
10278
|
+
description: string;
|
|
9676
10279
|
enum: string[];
|
|
9677
10280
|
type: string;
|
|
9678
10281
|
};
|
|
9679
10282
|
card_id: {
|
|
10283
|
+
description: string;
|
|
9680
10284
|
type: string;
|
|
9681
10285
|
};
|
|
9682
10286
|
common_acs_entrance_ids: {
|
|
10287
|
+
description: string;
|
|
9683
10288
|
items: {
|
|
9684
10289
|
format: string;
|
|
9685
10290
|
type: string;
|
|
@@ -9687,9 +10292,11 @@ declare const _default: {
|
|
|
9687
10292
|
type: string;
|
|
9688
10293
|
};
|
|
9689
10294
|
credential_id: {
|
|
10295
|
+
description: string;
|
|
9690
10296
|
type: string;
|
|
9691
10297
|
};
|
|
9692
10298
|
guest_acs_entrance_ids: {
|
|
10299
|
+
description: string;
|
|
9693
10300
|
items: {
|
|
9694
10301
|
format: string;
|
|
9695
10302
|
type: string;
|
|
@@ -9697,9 +10304,11 @@ declare const _default: {
|
|
|
9697
10304
|
type: string;
|
|
9698
10305
|
};
|
|
9699
10306
|
is_valid: {
|
|
10307
|
+
description: string;
|
|
9700
10308
|
type: string;
|
|
9701
10309
|
};
|
|
9702
10310
|
joiner_acs_credential_ids: {
|
|
10311
|
+
description: string;
|
|
9703
10312
|
items: {
|
|
9704
10313
|
format: string;
|
|
9705
10314
|
type: string;
|
|
@@ -9754,18 +10363,24 @@ declare const _default: {
|
|
|
9754
10363
|
type: string;
|
|
9755
10364
|
};
|
|
9756
10365
|
phone_registration: {
|
|
10366
|
+
description: string;
|
|
9757
10367
|
properties: {
|
|
9758
10368
|
is_being_activated: {
|
|
10369
|
+
description: string;
|
|
9759
10370
|
type: string;
|
|
9760
10371
|
};
|
|
9761
10372
|
phone_registration_id: {
|
|
10373
|
+
description: string;
|
|
9762
10374
|
type: string;
|
|
9763
10375
|
};
|
|
9764
10376
|
provider_name: {
|
|
10377
|
+
description: string;
|
|
9765
10378
|
nullable: boolean;
|
|
9766
10379
|
type: string;
|
|
9767
10380
|
};
|
|
9768
|
-
provider_state: {
|
|
10381
|
+
provider_state: {
|
|
10382
|
+
description: string;
|
|
10383
|
+
};
|
|
9769
10384
|
};
|
|
9770
10385
|
required: string[];
|
|
9771
10386
|
type: string;
|
|
@@ -9785,6 +10400,7 @@ declare const _default: {
|
|
|
9785
10400
|
'x-undocumented': string;
|
|
9786
10401
|
};
|
|
9787
10402
|
space: {
|
|
10403
|
+
description: string;
|
|
9788
10404
|
properties: {
|
|
9789
10405
|
created_at: {
|
|
9790
10406
|
description: string;
|
|
@@ -10011,9 +10627,9 @@ declare const _default: {
|
|
|
10011
10627
|
description: string;
|
|
10012
10628
|
properties: {
|
|
10013
10629
|
created_at: {
|
|
10630
|
+
description: string;
|
|
10014
10631
|
format: string;
|
|
10015
10632
|
type: string;
|
|
10016
|
-
description?: never;
|
|
10017
10633
|
};
|
|
10018
10634
|
error_code: {
|
|
10019
10635
|
description: string;
|
|
@@ -10021,17 +10637,18 @@ declare const _default: {
|
|
|
10021
10637
|
type: string;
|
|
10022
10638
|
};
|
|
10023
10639
|
is_connected_account_error: {
|
|
10640
|
+
description: string;
|
|
10024
10641
|
enum: boolean[];
|
|
10025
10642
|
type: string;
|
|
10026
|
-
description?: never;
|
|
10027
10643
|
};
|
|
10028
10644
|
is_device_error: {
|
|
10645
|
+
description: string;
|
|
10029
10646
|
enum: boolean[];
|
|
10030
10647
|
type: string;
|
|
10031
10648
|
};
|
|
10032
10649
|
message: {
|
|
10650
|
+
description: string;
|
|
10033
10651
|
type: string;
|
|
10034
|
-
description?: never;
|
|
10035
10652
|
};
|
|
10036
10653
|
is_access_code_error?: never;
|
|
10037
10654
|
is_bridge_error?: never;
|
|
@@ -10042,9 +10659,9 @@ declare const _default: {
|
|
|
10042
10659
|
description: string;
|
|
10043
10660
|
properties: {
|
|
10044
10661
|
created_at: {
|
|
10662
|
+
description: string;
|
|
10045
10663
|
format: string;
|
|
10046
10664
|
type: string;
|
|
10047
|
-
description?: never;
|
|
10048
10665
|
};
|
|
10049
10666
|
error_code: {
|
|
10050
10667
|
description: string;
|
|
@@ -10052,12 +10669,13 @@ declare const _default: {
|
|
|
10052
10669
|
type: string;
|
|
10053
10670
|
};
|
|
10054
10671
|
is_device_error: {
|
|
10672
|
+
description: string;
|
|
10055
10673
|
enum: boolean[];
|
|
10056
10674
|
type: string;
|
|
10057
10675
|
};
|
|
10058
10676
|
message: {
|
|
10677
|
+
description: string;
|
|
10059
10678
|
type: string;
|
|
10060
|
-
description?: never;
|
|
10061
10679
|
};
|
|
10062
10680
|
is_access_code_error?: never;
|
|
10063
10681
|
is_connected_account_error?: never;
|
|
@@ -10249,6 +10867,7 @@ declare const _default: {
|
|
|
10249
10867
|
required: string[];
|
|
10250
10868
|
type: string;
|
|
10251
10869
|
'x-route-path': string;
|
|
10870
|
+
'x-undocumented': string;
|
|
10252
10871
|
};
|
|
10253
10872
|
unmanaged_acs_credential: {
|
|
10254
10873
|
description: string;
|
|
@@ -10281,24 +10900,30 @@ declare const _default: {
|
|
|
10281
10900
|
description: string;
|
|
10282
10901
|
properties: {
|
|
10283
10902
|
auto_join: {
|
|
10903
|
+
description: string;
|
|
10284
10904
|
type: string;
|
|
10285
10905
|
};
|
|
10286
10906
|
door_names: {
|
|
10907
|
+
description: string;
|
|
10287
10908
|
items: {
|
|
10288
10909
|
type: string;
|
|
10289
10910
|
};
|
|
10290
10911
|
type: string;
|
|
10291
10912
|
};
|
|
10292
10913
|
endpoint_id: {
|
|
10914
|
+
description: string;
|
|
10293
10915
|
type: string;
|
|
10294
10916
|
};
|
|
10295
10917
|
key_id: {
|
|
10918
|
+
description: string;
|
|
10296
10919
|
type: string;
|
|
10297
10920
|
};
|
|
10298
10921
|
key_issuing_request_id: {
|
|
10922
|
+
description: string;
|
|
10299
10923
|
type: string;
|
|
10300
10924
|
};
|
|
10301
10925
|
override_guest_acs_entrance_ids: {
|
|
10926
|
+
description: string;
|
|
10302
10927
|
items: {
|
|
10303
10928
|
type: string;
|
|
10304
10929
|
};
|
|
@@ -10402,16 +11027,20 @@ declare const _default: {
|
|
|
10402
11027
|
description: string;
|
|
10403
11028
|
properties: {
|
|
10404
11029
|
auto_join: {
|
|
11030
|
+
description: string;
|
|
10405
11031
|
type: string;
|
|
10406
11032
|
};
|
|
10407
11033
|
card_function_type: {
|
|
11034
|
+
description: string;
|
|
10408
11035
|
enum: string[];
|
|
10409
11036
|
type: string;
|
|
10410
11037
|
};
|
|
10411
11038
|
card_id: {
|
|
11039
|
+
description: string;
|
|
10412
11040
|
type: string;
|
|
10413
11041
|
};
|
|
10414
11042
|
common_acs_entrance_ids: {
|
|
11043
|
+
description: string;
|
|
10415
11044
|
items: {
|
|
10416
11045
|
format: string;
|
|
10417
11046
|
type: string;
|
|
@@ -10419,9 +11048,11 @@ declare const _default: {
|
|
|
10419
11048
|
type: string;
|
|
10420
11049
|
};
|
|
10421
11050
|
credential_id: {
|
|
11051
|
+
description: string;
|
|
10422
11052
|
type: string;
|
|
10423
11053
|
};
|
|
10424
11054
|
guest_acs_entrance_ids: {
|
|
11055
|
+
description: string;
|
|
10425
11056
|
items: {
|
|
10426
11057
|
format: string;
|
|
10427
11058
|
type: string;
|
|
@@ -10429,9 +11060,11 @@ declare const _default: {
|
|
|
10429
11060
|
type: string;
|
|
10430
11061
|
};
|
|
10431
11062
|
is_valid: {
|
|
11063
|
+
description: string;
|
|
10432
11064
|
type: string;
|
|
10433
11065
|
};
|
|
10434
11066
|
joiner_acs_credential_ids: {
|
|
11067
|
+
description: string;
|
|
10435
11068
|
items: {
|
|
10436
11069
|
format: string;
|
|
10437
11070
|
type: string;
|
|
@@ -10482,6 +11115,7 @@ declare const _default: {
|
|
|
10482
11115
|
required: string[];
|
|
10483
11116
|
type: string;
|
|
10484
11117
|
'x-route-path': string;
|
|
11118
|
+
'x-undocumented': string;
|
|
10485
11119
|
};
|
|
10486
11120
|
unmanaged_acs_user: {
|
|
10487
11121
|
description: string;
|
|
@@ -10621,6 +11255,7 @@ declare const _default: {
|
|
|
10621
11255
|
type: string;
|
|
10622
11256
|
};
|
|
10623
11257
|
mutation_code: {
|
|
11258
|
+
description: string;
|
|
10624
11259
|
enum: string[];
|
|
10625
11260
|
type: string;
|
|
10626
11261
|
};
|
|
@@ -10637,17 +11272,21 @@ declare const _default: {
|
|
|
10637
11272
|
type: string;
|
|
10638
11273
|
};
|
|
10639
11274
|
from: {
|
|
11275
|
+
description: string;
|
|
10640
11276
|
properties: {
|
|
10641
11277
|
email_address: {
|
|
11278
|
+
description: string;
|
|
10642
11279
|
format: string;
|
|
10643
11280
|
nullable: boolean;
|
|
10644
11281
|
type: string;
|
|
10645
11282
|
};
|
|
10646
11283
|
full_name: {
|
|
11284
|
+
description: string;
|
|
10647
11285
|
nullable: boolean;
|
|
10648
11286
|
type: string;
|
|
10649
11287
|
};
|
|
10650
11288
|
phone_number: {
|
|
11289
|
+
description: string;
|
|
10651
11290
|
nullable: boolean;
|
|
10652
11291
|
type: string;
|
|
10653
11292
|
};
|
|
@@ -10658,28 +11297,32 @@ declare const _default: {
|
|
|
10658
11297
|
};
|
|
10659
11298
|
type: string;
|
|
10660
11299
|
required?: never;
|
|
10661
|
-
description?: never;
|
|
10662
11300
|
};
|
|
10663
11301
|
message: {
|
|
10664
11302
|
description: string;
|
|
10665
11303
|
type: string;
|
|
10666
11304
|
};
|
|
10667
11305
|
mutation_code: {
|
|
11306
|
+
description: string;
|
|
10668
11307
|
enum: string[];
|
|
10669
11308
|
type: string;
|
|
10670
11309
|
};
|
|
10671
11310
|
to: {
|
|
11311
|
+
description: string;
|
|
10672
11312
|
properties: {
|
|
10673
11313
|
email_address: {
|
|
11314
|
+
description: string;
|
|
10674
11315
|
format: string;
|
|
10675
11316
|
nullable: boolean;
|
|
10676
11317
|
type: string;
|
|
10677
11318
|
};
|
|
10678
11319
|
full_name: {
|
|
11320
|
+
description: string;
|
|
10679
11321
|
nullable: boolean;
|
|
10680
11322
|
type: string;
|
|
10681
11323
|
};
|
|
10682
11324
|
phone_number: {
|
|
11325
|
+
description: string;
|
|
10683
11326
|
nullable: boolean;
|
|
10684
11327
|
type: string;
|
|
10685
11328
|
};
|
|
@@ -10690,7 +11333,6 @@ declare const _default: {
|
|
|
10690
11333
|
};
|
|
10691
11334
|
type: string;
|
|
10692
11335
|
required?: never;
|
|
10693
|
-
description?: never;
|
|
10694
11336
|
};
|
|
10695
11337
|
};
|
|
10696
11338
|
required: string[];
|
|
@@ -10705,13 +11347,16 @@ declare const _default: {
|
|
|
10705
11347
|
type: string;
|
|
10706
11348
|
};
|
|
10707
11349
|
from: {
|
|
11350
|
+
description: string;
|
|
10708
11351
|
properties: {
|
|
10709
11352
|
ends_at: {
|
|
11353
|
+
description: string;
|
|
10710
11354
|
format: string;
|
|
10711
11355
|
nullable: boolean;
|
|
10712
11356
|
type: string;
|
|
10713
11357
|
};
|
|
10714
11358
|
starts_at: {
|
|
11359
|
+
description: string;
|
|
10715
11360
|
format: string;
|
|
10716
11361
|
nullable: boolean;
|
|
10717
11362
|
type: string;
|
|
@@ -10724,24 +11369,27 @@ declare const _default: {
|
|
|
10724
11369
|
};
|
|
10725
11370
|
required: string[];
|
|
10726
11371
|
type: string;
|
|
10727
|
-
description?: never;
|
|
10728
11372
|
};
|
|
10729
11373
|
message: {
|
|
10730
11374
|
description: string;
|
|
10731
11375
|
type: string;
|
|
10732
11376
|
};
|
|
10733
11377
|
mutation_code: {
|
|
11378
|
+
description: string;
|
|
10734
11379
|
enum: string[];
|
|
10735
11380
|
type: string;
|
|
10736
11381
|
};
|
|
10737
11382
|
to: {
|
|
11383
|
+
description: string;
|
|
10738
11384
|
properties: {
|
|
10739
11385
|
ends_at: {
|
|
11386
|
+
description: string;
|
|
10740
11387
|
format: string;
|
|
10741
11388
|
nullable: boolean;
|
|
10742
11389
|
type: string;
|
|
10743
11390
|
};
|
|
10744
11391
|
starts_at: {
|
|
11392
|
+
description: string;
|
|
10745
11393
|
format: string;
|
|
10746
11394
|
nullable: boolean;
|
|
10747
11395
|
type: string;
|
|
@@ -10754,7 +11402,6 @@ declare const _default: {
|
|
|
10754
11402
|
};
|
|
10755
11403
|
required: string[];
|
|
10756
11404
|
type: string;
|
|
10757
|
-
description?: never;
|
|
10758
11405
|
};
|
|
10759
11406
|
};
|
|
10760
11407
|
required: string[];
|
|
@@ -10768,6 +11415,7 @@ declare const _default: {
|
|
|
10768
11415
|
type: string;
|
|
10769
11416
|
};
|
|
10770
11417
|
from: {
|
|
11418
|
+
description: string;
|
|
10771
11419
|
properties: {
|
|
10772
11420
|
is_suspended: {
|
|
10773
11421
|
type: string;
|
|
@@ -10781,17 +11429,18 @@ declare const _default: {
|
|
|
10781
11429
|
};
|
|
10782
11430
|
required: string[];
|
|
10783
11431
|
type: string;
|
|
10784
|
-
description?: never;
|
|
10785
11432
|
};
|
|
10786
11433
|
message: {
|
|
10787
11434
|
description: string;
|
|
10788
11435
|
type: string;
|
|
10789
11436
|
};
|
|
10790
11437
|
mutation_code: {
|
|
11438
|
+
description: string;
|
|
10791
11439
|
enum: string[];
|
|
10792
11440
|
type: string;
|
|
10793
11441
|
};
|
|
10794
11442
|
to: {
|
|
11443
|
+
description: string;
|
|
10795
11444
|
properties: {
|
|
10796
11445
|
is_suspended: {
|
|
10797
11446
|
type: string;
|
|
@@ -10805,7 +11454,6 @@ declare const _default: {
|
|
|
10805
11454
|
};
|
|
10806
11455
|
required: string[];
|
|
10807
11456
|
type: string;
|
|
10808
|
-
description?: never;
|
|
10809
11457
|
};
|
|
10810
11458
|
};
|
|
10811
11459
|
required: string[];
|
|
@@ -10842,6 +11490,7 @@ declare const _default: {
|
|
|
10842
11490
|
type: string;
|
|
10843
11491
|
};
|
|
10844
11492
|
mutation_code: {
|
|
11493
|
+
description: string;
|
|
10845
11494
|
enum: string[];
|
|
10846
11495
|
type: string;
|
|
10847
11496
|
};
|
|
@@ -10933,6 +11582,7 @@ declare const _default: {
|
|
|
10933
11582
|
required: string[];
|
|
10934
11583
|
type: string;
|
|
10935
11584
|
'x-route-path': string;
|
|
11585
|
+
'x-undocumented': string;
|
|
10936
11586
|
};
|
|
10937
11587
|
unmanaged_device: {
|
|
10938
11588
|
description: string;
|
|
@@ -11012,9 +11662,9 @@ declare const _default: {
|
|
|
11012
11662
|
description: string;
|
|
11013
11663
|
properties: {
|
|
11014
11664
|
created_at: {
|
|
11665
|
+
description: string;
|
|
11015
11666
|
format: string;
|
|
11016
11667
|
type: string;
|
|
11017
|
-
description?: never;
|
|
11018
11668
|
};
|
|
11019
11669
|
error_code: {
|
|
11020
11670
|
description: string;
|
|
@@ -11022,17 +11672,18 @@ declare const _default: {
|
|
|
11022
11672
|
type: string;
|
|
11023
11673
|
};
|
|
11024
11674
|
is_connected_account_error: {
|
|
11675
|
+
description: string;
|
|
11025
11676
|
enum: boolean[];
|
|
11026
11677
|
type: string;
|
|
11027
|
-
description?: never;
|
|
11028
11678
|
};
|
|
11029
11679
|
is_device_error: {
|
|
11680
|
+
description: string;
|
|
11030
11681
|
enum: boolean[];
|
|
11031
11682
|
type: string;
|
|
11032
11683
|
};
|
|
11033
11684
|
message: {
|
|
11685
|
+
description: string;
|
|
11034
11686
|
type: string;
|
|
11035
|
-
description?: never;
|
|
11036
11687
|
};
|
|
11037
11688
|
is_bridge_error?: never;
|
|
11038
11689
|
};
|
|
@@ -11042,9 +11693,9 @@ declare const _default: {
|
|
|
11042
11693
|
description: string;
|
|
11043
11694
|
properties: {
|
|
11044
11695
|
created_at: {
|
|
11696
|
+
description: string;
|
|
11045
11697
|
format: string;
|
|
11046
11698
|
type: string;
|
|
11047
|
-
description?: never;
|
|
11048
11699
|
};
|
|
11049
11700
|
error_code: {
|
|
11050
11701
|
description: string;
|
|
@@ -11052,12 +11703,13 @@ declare const _default: {
|
|
|
11052
11703
|
type: string;
|
|
11053
11704
|
};
|
|
11054
11705
|
is_device_error: {
|
|
11706
|
+
description: string;
|
|
11055
11707
|
enum: boolean[];
|
|
11056
11708
|
type: string;
|
|
11057
11709
|
};
|
|
11058
11710
|
message: {
|
|
11711
|
+
description: string;
|
|
11059
11712
|
type: string;
|
|
11060
|
-
description?: never;
|
|
11061
11713
|
};
|
|
11062
11714
|
is_connected_account_error?: never;
|
|
11063
11715
|
is_bridge_error?: never;
|
|
@@ -11285,10 +11937,12 @@ declare const _default: {
|
|
|
11285
11937
|
description: string;
|
|
11286
11938
|
properties: {
|
|
11287
11939
|
created_at: {
|
|
11940
|
+
description: string;
|
|
11288
11941
|
format: string;
|
|
11289
11942
|
type: string;
|
|
11290
11943
|
};
|
|
11291
11944
|
message: {
|
|
11945
|
+
description: string;
|
|
11292
11946
|
type: string;
|
|
11293
11947
|
};
|
|
11294
11948
|
warning_code: {
|
|
@@ -11436,20 +12090,25 @@ declare const _default: {
|
|
|
11436
12090
|
'x-route-path': string;
|
|
11437
12091
|
};
|
|
11438
12092
|
webhook: {
|
|
12093
|
+
description: string;
|
|
11439
12094
|
properties: {
|
|
11440
12095
|
event_types: {
|
|
12096
|
+
description: string;
|
|
11441
12097
|
items: {
|
|
11442
12098
|
type: string;
|
|
11443
12099
|
};
|
|
11444
12100
|
type: string;
|
|
11445
12101
|
};
|
|
11446
12102
|
secret: {
|
|
12103
|
+
description: string;
|
|
11447
12104
|
type: string;
|
|
11448
12105
|
};
|
|
11449
12106
|
url: {
|
|
12107
|
+
description: string;
|
|
11450
12108
|
type: string;
|
|
11451
12109
|
};
|
|
11452
12110
|
webhook_id: {
|
|
12111
|
+
description: string;
|
|
11453
12112
|
type: string;
|
|
11454
12113
|
};
|
|
11455
12114
|
};
|
|
@@ -11461,6 +12120,7 @@ declare const _default: {
|
|
|
11461
12120
|
description: string;
|
|
11462
12121
|
properties: {
|
|
11463
12122
|
company_name: {
|
|
12123
|
+
description: string;
|
|
11464
12124
|
type: string;
|
|
11465
12125
|
};
|
|
11466
12126
|
connect_partner_name: {
|
|
@@ -11472,25 +12132,31 @@ declare const _default: {
|
|
|
11472
12132
|
connect_webview_customization: {
|
|
11473
12133
|
properties: {
|
|
11474
12134
|
inviter_logo_url: {
|
|
12135
|
+
description: string;
|
|
11475
12136
|
type: string;
|
|
11476
12137
|
};
|
|
11477
12138
|
logo_shape: {
|
|
12139
|
+
description: string;
|
|
11478
12140
|
enum: string[];
|
|
11479
12141
|
type: string;
|
|
11480
12142
|
};
|
|
11481
12143
|
primary_button_color: {
|
|
12144
|
+
description: string;
|
|
11482
12145
|
type: string;
|
|
11483
12146
|
};
|
|
11484
12147
|
primary_button_text_color: {
|
|
12148
|
+
description: string;
|
|
11485
12149
|
type: string;
|
|
11486
12150
|
};
|
|
11487
12151
|
success_message: {
|
|
12152
|
+
description: string;
|
|
11488
12153
|
type: string;
|
|
11489
12154
|
};
|
|
11490
12155
|
};
|
|
11491
12156
|
type: string;
|
|
11492
12157
|
};
|
|
11493
12158
|
is_sandbox: {
|
|
12159
|
+
description: string;
|
|
11494
12160
|
type: string;
|
|
11495
12161
|
};
|
|
11496
12162
|
is_suspended: {
|
|
@@ -11498,9 +12164,11 @@ declare const _default: {
|
|
|
11498
12164
|
type: string;
|
|
11499
12165
|
};
|
|
11500
12166
|
name: {
|
|
12167
|
+
description: string;
|
|
11501
12168
|
type: string;
|
|
11502
12169
|
};
|
|
11503
12170
|
workspace_id: {
|
|
12171
|
+
description: string;
|
|
11504
12172
|
format: string;
|
|
11505
12173
|
type: string;
|
|
11506
12174
|
};
|
|
@@ -19664,16 +20332,20 @@ declare const _default: {
|
|
|
19664
20332
|
schema: {
|
|
19665
20333
|
properties: {
|
|
19666
20334
|
bridge: {
|
|
20335
|
+
description: string;
|
|
19667
20336
|
properties: {
|
|
19668
20337
|
bridge_id: {
|
|
20338
|
+
description: string;
|
|
19669
20339
|
format: string;
|
|
19670
20340
|
type: string;
|
|
19671
20341
|
};
|
|
19672
20342
|
created_at: {
|
|
20343
|
+
description: string;
|
|
19673
20344
|
format: string;
|
|
19674
20345
|
type: string;
|
|
19675
20346
|
};
|
|
19676
20347
|
workspace_id: {
|
|
20348
|
+
description: string;
|
|
19677
20349
|
format: string;
|
|
19678
20350
|
type: string;
|
|
19679
20351
|
};
|
|
@@ -19746,16 +20418,20 @@ declare const _default: {
|
|
|
19746
20418
|
properties: {
|
|
19747
20419
|
bridges: {
|
|
19748
20420
|
items: {
|
|
20421
|
+
description: string;
|
|
19749
20422
|
properties: {
|
|
19750
20423
|
bridge_id: {
|
|
20424
|
+
description: string;
|
|
19751
20425
|
format: string;
|
|
19752
20426
|
type: string;
|
|
19753
20427
|
};
|
|
19754
20428
|
created_at: {
|
|
20429
|
+
description: string;
|
|
19755
20430
|
format: string;
|
|
19756
20431
|
type: string;
|
|
19757
20432
|
};
|
|
19758
20433
|
workspace_id: {
|
|
20434
|
+
description: string;
|
|
19759
20435
|
format: string;
|
|
19760
20436
|
type: string;
|
|
19761
20437
|
};
|
|
@@ -19832,9 +20508,11 @@ declare const _default: {
|
|
|
19832
20508
|
type: string;
|
|
19833
20509
|
};
|
|
19834
20510
|
customer_id: {
|
|
20511
|
+
description: string;
|
|
19835
20512
|
type: string;
|
|
19836
20513
|
};
|
|
19837
20514
|
customer_key: {
|
|
20515
|
+
description: string;
|
|
19838
20516
|
type: string;
|
|
19839
20517
|
};
|
|
19840
20518
|
expires_at: {
|
|
@@ -19947,9 +20625,11 @@ declare const _default: {
|
|
|
19947
20625
|
type: string;
|
|
19948
20626
|
};
|
|
19949
20627
|
customer_id: {
|
|
20628
|
+
description: string;
|
|
19950
20629
|
type: string;
|
|
19951
20630
|
};
|
|
19952
20631
|
customer_key: {
|
|
20632
|
+
description: string;
|
|
19953
20633
|
type: string;
|
|
19954
20634
|
};
|
|
19955
20635
|
expires_at: {
|
|
@@ -31544,20 +32224,25 @@ declare const _default: {
|
|
|
31544
32224
|
spaces: {
|
|
31545
32225
|
description: string;
|
|
31546
32226
|
items: {
|
|
32227
|
+
description: string;
|
|
31547
32228
|
properties: {
|
|
31548
32229
|
custom_metadata: {
|
|
31549
32230
|
additionalProperties: {
|
|
31550
32231
|
type: string;
|
|
31551
32232
|
};
|
|
32233
|
+
description: string;
|
|
31552
32234
|
type: string;
|
|
31553
32235
|
};
|
|
31554
32236
|
description: {
|
|
32237
|
+
description: string;
|
|
31555
32238
|
type: string;
|
|
31556
32239
|
};
|
|
31557
32240
|
name: {
|
|
32241
|
+
description: string;
|
|
31558
32242
|
type: string;
|
|
31559
32243
|
};
|
|
31560
32244
|
space_key: {
|
|
32245
|
+
description: string;
|
|
31561
32246
|
type: string;
|
|
31562
32247
|
};
|
|
31563
32248
|
};
|
|
@@ -31711,20 +32396,25 @@ declare const _default: {
|
|
|
31711
32396
|
spaces: {
|
|
31712
32397
|
description: string;
|
|
31713
32398
|
items: {
|
|
32399
|
+
description: string;
|
|
31714
32400
|
properties: {
|
|
31715
32401
|
custom_metadata: {
|
|
31716
32402
|
additionalProperties: {
|
|
31717
32403
|
type: string;
|
|
31718
32404
|
};
|
|
32405
|
+
description: string;
|
|
31719
32406
|
type: string;
|
|
31720
32407
|
};
|
|
31721
32408
|
description: {
|
|
32409
|
+
description: string;
|
|
31722
32410
|
type: string;
|
|
31723
32411
|
};
|
|
31724
32412
|
name: {
|
|
32413
|
+
description: string;
|
|
31725
32414
|
type: string;
|
|
31726
32415
|
};
|
|
31727
32416
|
space_key: {
|
|
32417
|
+
description: string;
|
|
31728
32418
|
type: string;
|
|
31729
32419
|
};
|
|
31730
32420
|
};
|
|
@@ -31802,11 +32492,13 @@ declare const _default: {
|
|
|
31802
32492
|
schema: {
|
|
31803
32493
|
oneOf: ({
|
|
31804
32494
|
items: {
|
|
32495
|
+
description: string;
|
|
31805
32496
|
properties: {
|
|
31806
32497
|
custom_metadata: {
|
|
31807
32498
|
additionalProperties: {
|
|
31808
32499
|
type: string;
|
|
31809
32500
|
};
|
|
32501
|
+
description: string;
|
|
31810
32502
|
type: string;
|
|
31811
32503
|
};
|
|
31812
32504
|
customer_key: {
|
|
@@ -31814,21 +32506,26 @@ declare const _default: {
|
|
|
31814
32506
|
type: string;
|
|
31815
32507
|
};
|
|
31816
32508
|
description: {
|
|
32509
|
+
description: string;
|
|
31817
32510
|
type: string;
|
|
31818
32511
|
};
|
|
31819
32512
|
email_address: {
|
|
32513
|
+
description: string;
|
|
31820
32514
|
type: string;
|
|
31821
32515
|
};
|
|
31822
32516
|
ends_at: {
|
|
32517
|
+
description: string;
|
|
31823
32518
|
type: string;
|
|
31824
32519
|
};
|
|
31825
32520
|
location_keys: {
|
|
32521
|
+
description: string;
|
|
31826
32522
|
items: {
|
|
31827
32523
|
type: string;
|
|
31828
32524
|
};
|
|
31829
32525
|
type: string;
|
|
31830
32526
|
};
|
|
31831
32527
|
name: {
|
|
32528
|
+
description: string;
|
|
31832
32529
|
type: string;
|
|
31833
32530
|
};
|
|
31834
32531
|
partner_resource_key: {
|
|
@@ -31840,12 +32537,15 @@ declare const _default: {
|
|
|
31840
32537
|
type: string;
|
|
31841
32538
|
};
|
|
31842
32539
|
phone_number: {
|
|
32540
|
+
description: string;
|
|
31843
32541
|
type: string;
|
|
31844
32542
|
};
|
|
31845
32543
|
starts_at: {
|
|
32544
|
+
description: string;
|
|
31846
32545
|
type: string;
|
|
31847
32546
|
};
|
|
31848
32547
|
user_identity_key: {
|
|
32548
|
+
description: string;
|
|
31849
32549
|
type: string;
|
|
31850
32550
|
};
|
|
31851
32551
|
};
|
|
@@ -31854,15 +32554,18 @@ declare const _default: {
|
|
|
31854
32554
|
'x-undocumented': string;
|
|
31855
32555
|
};
|
|
31856
32556
|
type: string;
|
|
32557
|
+
description?: never;
|
|
31857
32558
|
properties?: never;
|
|
31858
32559
|
'x-route-path'?: never;
|
|
31859
32560
|
'x-undocumented'?: never;
|
|
31860
32561
|
} | {
|
|
32562
|
+
description: string;
|
|
31861
32563
|
properties: {
|
|
31862
32564
|
custom_metadata: {
|
|
31863
32565
|
additionalProperties: {
|
|
31864
32566
|
type: string;
|
|
31865
32567
|
};
|
|
32568
|
+
description: string;
|
|
31866
32569
|
type: string;
|
|
31867
32570
|
};
|
|
31868
32571
|
customer_key: {
|
|
@@ -31870,21 +32573,26 @@ declare const _default: {
|
|
|
31870
32573
|
type: string;
|
|
31871
32574
|
};
|
|
31872
32575
|
description: {
|
|
32576
|
+
description: string;
|
|
31873
32577
|
type: string;
|
|
31874
32578
|
};
|
|
31875
32579
|
email_address: {
|
|
32580
|
+
description: string;
|
|
31876
32581
|
type: string;
|
|
31877
32582
|
};
|
|
31878
32583
|
ends_at: {
|
|
32584
|
+
description: string;
|
|
31879
32585
|
type: string;
|
|
31880
32586
|
};
|
|
31881
32587
|
location_keys: {
|
|
32588
|
+
description: string;
|
|
31882
32589
|
items: {
|
|
31883
32590
|
type: string;
|
|
31884
32591
|
};
|
|
31885
32592
|
type: string;
|
|
31886
32593
|
};
|
|
31887
32594
|
name: {
|
|
32595
|
+
description: string;
|
|
31888
32596
|
type: string;
|
|
31889
32597
|
};
|
|
31890
32598
|
partner_resource_key: {
|
|
@@ -31896,12 +32604,15 @@ declare const _default: {
|
|
|
31896
32604
|
type: string;
|
|
31897
32605
|
};
|
|
31898
32606
|
phone_number: {
|
|
32607
|
+
description: string;
|
|
31899
32608
|
type: string;
|
|
31900
32609
|
};
|
|
31901
32610
|
starts_at: {
|
|
32611
|
+
description: string;
|
|
31902
32612
|
type: string;
|
|
31903
32613
|
};
|
|
31904
32614
|
user_identity_key: {
|
|
32615
|
+
description: string;
|
|
31905
32616
|
type: string;
|
|
31906
32617
|
};
|
|
31907
32618
|
};
|