@seamapi/types 1.416.1 → 1.417.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +4358 -2205
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11496 -6206
- 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-credential-pool.js +2 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +2 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +37 -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.d.ts +16 -0
- 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 +420 -172
- package/lib/seam/connect/openapi.js +3243 -1186
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11073 -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-credential-pool.ts +2 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +2 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +37 -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 +4044 -1364
- package/src/lib/seam/connect/route-types.ts +11073 -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,10 +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;
|
|
750
770
|
'x-undocumented': string;
|
|
751
771
|
};
|
|
752
772
|
acs_credential_provisioning_automation: {
|
|
773
|
+
deprecated: boolean;
|
|
753
774
|
properties: {
|
|
754
775
|
acs_credential_provisioning_automation_id: {
|
|
755
776
|
format: string;
|
|
@@ -774,6 +795,7 @@ declare const _default: {
|
|
|
774
795
|
};
|
|
775
796
|
required: string[];
|
|
776
797
|
type: string;
|
|
798
|
+
'x-deprecated': string;
|
|
777
799
|
'x-route-path': string;
|
|
778
800
|
'x-undocumented': string;
|
|
779
801
|
};
|
|
@@ -856,26 +878,36 @@ declare const _default: {
|
|
|
856
878
|
description: string;
|
|
857
879
|
properties: {
|
|
858
880
|
door_name: {
|
|
881
|
+
description: string;
|
|
859
882
|
type: string;
|
|
860
883
|
};
|
|
861
884
|
door_number: {
|
|
885
|
+
description: string;
|
|
862
886
|
format: string;
|
|
863
887
|
type: string;
|
|
864
888
|
};
|
|
865
889
|
door_type: {
|
|
890
|
+
description: string;
|
|
866
891
|
enum: string[];
|
|
867
892
|
type: string;
|
|
868
893
|
};
|
|
869
894
|
pms_id: {
|
|
895
|
+
description: string;
|
|
870
896
|
type: string;
|
|
871
897
|
};
|
|
872
898
|
stand_open: {
|
|
899
|
+
description: string;
|
|
873
900
|
type: string;
|
|
874
901
|
};
|
|
875
902
|
};
|
|
876
903
|
required: string[];
|
|
877
904
|
type: string;
|
|
878
905
|
};
|
|
906
|
+
connected_account_id: {
|
|
907
|
+
description: string;
|
|
908
|
+
format: string;
|
|
909
|
+
type: string;
|
|
910
|
+
};
|
|
879
911
|
created_at: {
|
|
880
912
|
description: string;
|
|
881
913
|
format: string;
|
|
@@ -889,6 +921,7 @@ declare const _default: {
|
|
|
889
921
|
description: string;
|
|
890
922
|
properties: {
|
|
891
923
|
access_point_name: {
|
|
924
|
+
description: string;
|
|
892
925
|
type: string;
|
|
893
926
|
};
|
|
894
927
|
};
|
|
@@ -917,15 +950,19 @@ declare const _default: {
|
|
|
917
950
|
description: string;
|
|
918
951
|
properties: {
|
|
919
952
|
accessibility_type: {
|
|
953
|
+
description: string;
|
|
920
954
|
type: string;
|
|
921
955
|
};
|
|
922
956
|
door_name: {
|
|
957
|
+
description: string;
|
|
923
958
|
type: string;
|
|
924
959
|
};
|
|
925
960
|
door_type: {
|
|
961
|
+
description: string;
|
|
926
962
|
type: string;
|
|
927
963
|
};
|
|
928
964
|
is_connected: {
|
|
965
|
+
description: string;
|
|
929
966
|
type: string;
|
|
930
967
|
};
|
|
931
968
|
};
|
|
@@ -936,27 +973,35 @@ declare const _default: {
|
|
|
936
973
|
description: string;
|
|
937
974
|
properties: {
|
|
938
975
|
battery_level: {
|
|
976
|
+
description: string;
|
|
939
977
|
type: string;
|
|
940
978
|
};
|
|
941
979
|
door_name: {
|
|
980
|
+
description: string;
|
|
942
981
|
type: string;
|
|
943
982
|
};
|
|
944
983
|
intrusion_alarm: {
|
|
984
|
+
description: string;
|
|
945
985
|
type: string;
|
|
946
986
|
};
|
|
947
987
|
left_open_alarm: {
|
|
988
|
+
description: string;
|
|
948
989
|
type: string;
|
|
949
990
|
};
|
|
950
991
|
lock_type: {
|
|
992
|
+
description: string;
|
|
951
993
|
type: string;
|
|
952
994
|
};
|
|
953
995
|
locked_state: {
|
|
996
|
+
description: string;
|
|
954
997
|
type: string;
|
|
955
998
|
};
|
|
956
999
|
online: {
|
|
1000
|
+
description: string;
|
|
957
1001
|
type: string;
|
|
958
1002
|
};
|
|
959
1003
|
privacy_mode: {
|
|
1004
|
+
description: string;
|
|
960
1005
|
type: string;
|
|
961
1006
|
};
|
|
962
1007
|
};
|
|
@@ -967,12 +1012,15 @@ declare const _default: {
|
|
|
967
1012
|
description: string;
|
|
968
1013
|
properties: {
|
|
969
1014
|
door_description: {
|
|
1015
|
+
description: string;
|
|
970
1016
|
type: string;
|
|
971
1017
|
};
|
|
972
1018
|
door_name: {
|
|
1019
|
+
description: string;
|
|
973
1020
|
type: string;
|
|
974
1021
|
};
|
|
975
1022
|
ext_door_id: {
|
|
1023
|
+
description: string;
|
|
976
1024
|
type: string;
|
|
977
1025
|
};
|
|
978
1026
|
};
|
|
@@ -983,19 +1031,24 @@ declare const _default: {
|
|
|
983
1031
|
description: string;
|
|
984
1032
|
properties: {
|
|
985
1033
|
door_category: {
|
|
1034
|
+
description: string;
|
|
986
1035
|
enum: string[];
|
|
987
1036
|
type: string;
|
|
988
1037
|
};
|
|
989
1038
|
door_name: {
|
|
1039
|
+
description: string;
|
|
990
1040
|
type: string;
|
|
991
1041
|
};
|
|
992
1042
|
profiles: {
|
|
1043
|
+
description: string;
|
|
993
1044
|
items: {
|
|
994
1045
|
properties: {
|
|
995
1046
|
visionline_door_profile_id: {
|
|
1047
|
+
description: string;
|
|
996
1048
|
type: string;
|
|
997
1049
|
};
|
|
998
1050
|
visionline_door_profile_type: {
|
|
1051
|
+
description: string;
|
|
999
1052
|
enum: string[];
|
|
1000
1053
|
type: string;
|
|
1001
1054
|
};
|
|
@@ -1385,6 +1438,7 @@ declare const _default: {
|
|
|
1385
1438
|
type: string;
|
|
1386
1439
|
};
|
|
1387
1440
|
mutation_code: {
|
|
1441
|
+
description: string;
|
|
1388
1442
|
enum: string[];
|
|
1389
1443
|
type: string;
|
|
1390
1444
|
};
|
|
@@ -1401,17 +1455,21 @@ declare const _default: {
|
|
|
1401
1455
|
type: string;
|
|
1402
1456
|
};
|
|
1403
1457
|
from: {
|
|
1458
|
+
description: string;
|
|
1404
1459
|
properties: {
|
|
1405
1460
|
email_address: {
|
|
1461
|
+
description: string;
|
|
1406
1462
|
format: string;
|
|
1407
1463
|
nullable: boolean;
|
|
1408
1464
|
type: string;
|
|
1409
1465
|
};
|
|
1410
1466
|
full_name: {
|
|
1467
|
+
description: string;
|
|
1411
1468
|
nullable: boolean;
|
|
1412
1469
|
type: string;
|
|
1413
1470
|
};
|
|
1414
1471
|
phone_number: {
|
|
1472
|
+
description: string;
|
|
1415
1473
|
nullable: boolean;
|
|
1416
1474
|
type: string;
|
|
1417
1475
|
};
|
|
@@ -1422,28 +1480,32 @@ declare const _default: {
|
|
|
1422
1480
|
};
|
|
1423
1481
|
type: string;
|
|
1424
1482
|
required?: never;
|
|
1425
|
-
description?: never;
|
|
1426
1483
|
};
|
|
1427
1484
|
message: {
|
|
1428
1485
|
description: string;
|
|
1429
1486
|
type: string;
|
|
1430
1487
|
};
|
|
1431
1488
|
mutation_code: {
|
|
1489
|
+
description: string;
|
|
1432
1490
|
enum: string[];
|
|
1433
1491
|
type: string;
|
|
1434
1492
|
};
|
|
1435
1493
|
to: {
|
|
1494
|
+
description: string;
|
|
1436
1495
|
properties: {
|
|
1437
1496
|
email_address: {
|
|
1497
|
+
description: string;
|
|
1438
1498
|
format: string;
|
|
1439
1499
|
nullable: boolean;
|
|
1440
1500
|
type: string;
|
|
1441
1501
|
};
|
|
1442
1502
|
full_name: {
|
|
1503
|
+
description: string;
|
|
1443
1504
|
nullable: boolean;
|
|
1444
1505
|
type: string;
|
|
1445
1506
|
};
|
|
1446
1507
|
phone_number: {
|
|
1508
|
+
description: string;
|
|
1447
1509
|
nullable: boolean;
|
|
1448
1510
|
type: string;
|
|
1449
1511
|
};
|
|
@@ -1454,7 +1516,6 @@ declare const _default: {
|
|
|
1454
1516
|
};
|
|
1455
1517
|
type: string;
|
|
1456
1518
|
required?: never;
|
|
1457
|
-
description?: never;
|
|
1458
1519
|
};
|
|
1459
1520
|
};
|
|
1460
1521
|
required: string[];
|
|
@@ -1469,13 +1530,16 @@ declare const _default: {
|
|
|
1469
1530
|
type: string;
|
|
1470
1531
|
};
|
|
1471
1532
|
from: {
|
|
1533
|
+
description: string;
|
|
1472
1534
|
properties: {
|
|
1473
1535
|
ends_at: {
|
|
1536
|
+
description: string;
|
|
1474
1537
|
format: string;
|
|
1475
1538
|
nullable: boolean;
|
|
1476
1539
|
type: string;
|
|
1477
1540
|
};
|
|
1478
1541
|
starts_at: {
|
|
1542
|
+
description: string;
|
|
1479
1543
|
format: string;
|
|
1480
1544
|
nullable: boolean;
|
|
1481
1545
|
type: string;
|
|
@@ -1488,24 +1552,27 @@ declare const _default: {
|
|
|
1488
1552
|
};
|
|
1489
1553
|
required: string[];
|
|
1490
1554
|
type: string;
|
|
1491
|
-
description?: never;
|
|
1492
1555
|
};
|
|
1493
1556
|
message: {
|
|
1494
1557
|
description: string;
|
|
1495
1558
|
type: string;
|
|
1496
1559
|
};
|
|
1497
1560
|
mutation_code: {
|
|
1561
|
+
description: string;
|
|
1498
1562
|
enum: string[];
|
|
1499
1563
|
type: string;
|
|
1500
1564
|
};
|
|
1501
1565
|
to: {
|
|
1566
|
+
description: string;
|
|
1502
1567
|
properties: {
|
|
1503
1568
|
ends_at: {
|
|
1569
|
+
description: string;
|
|
1504
1570
|
format: string;
|
|
1505
1571
|
nullable: boolean;
|
|
1506
1572
|
type: string;
|
|
1507
1573
|
};
|
|
1508
1574
|
starts_at: {
|
|
1575
|
+
description: string;
|
|
1509
1576
|
format: string;
|
|
1510
1577
|
nullable: boolean;
|
|
1511
1578
|
type: string;
|
|
@@ -1518,7 +1585,6 @@ declare const _default: {
|
|
|
1518
1585
|
};
|
|
1519
1586
|
required: string[];
|
|
1520
1587
|
type: string;
|
|
1521
|
-
description?: never;
|
|
1522
1588
|
};
|
|
1523
1589
|
};
|
|
1524
1590
|
required: string[];
|
|
@@ -1532,6 +1598,7 @@ declare const _default: {
|
|
|
1532
1598
|
type: string;
|
|
1533
1599
|
};
|
|
1534
1600
|
from: {
|
|
1601
|
+
description: string;
|
|
1535
1602
|
properties: {
|
|
1536
1603
|
is_suspended: {
|
|
1537
1604
|
type: string;
|
|
@@ -1545,17 +1612,18 @@ declare const _default: {
|
|
|
1545
1612
|
};
|
|
1546
1613
|
required: string[];
|
|
1547
1614
|
type: string;
|
|
1548
|
-
description?: never;
|
|
1549
1615
|
};
|
|
1550
1616
|
message: {
|
|
1551
1617
|
description: string;
|
|
1552
1618
|
type: string;
|
|
1553
1619
|
};
|
|
1554
1620
|
mutation_code: {
|
|
1621
|
+
description: string;
|
|
1555
1622
|
enum: string[];
|
|
1556
1623
|
type: string;
|
|
1557
1624
|
};
|
|
1558
1625
|
to: {
|
|
1626
|
+
description: string;
|
|
1559
1627
|
properties: {
|
|
1560
1628
|
is_suspended: {
|
|
1561
1629
|
type: string;
|
|
@@ -1569,7 +1637,6 @@ declare const _default: {
|
|
|
1569
1637
|
};
|
|
1570
1638
|
required: string[];
|
|
1571
1639
|
type: string;
|
|
1572
|
-
description?: never;
|
|
1573
1640
|
};
|
|
1574
1641
|
};
|
|
1575
1642
|
required: string[];
|
|
@@ -1606,6 +1673,7 @@ declare const _default: {
|
|
|
1606
1673
|
type: string;
|
|
1607
1674
|
};
|
|
1608
1675
|
mutation_code: {
|
|
1676
|
+
description: string;
|
|
1609
1677
|
enum: string[];
|
|
1610
1678
|
type: string;
|
|
1611
1679
|
};
|
|
@@ -1699,6 +1767,7 @@ declare const _default: {
|
|
|
1699
1767
|
'x-route-path': string;
|
|
1700
1768
|
};
|
|
1701
1769
|
action_attempt: {
|
|
1770
|
+
description: string;
|
|
1702
1771
|
oneOf: ({
|
|
1703
1772
|
description: string;
|
|
1704
1773
|
properties: {
|
|
@@ -1708,9 +1777,9 @@ declare const _default: {
|
|
|
1708
1777
|
type: string;
|
|
1709
1778
|
};
|
|
1710
1779
|
action_type: {
|
|
1780
|
+
description: string;
|
|
1711
1781
|
enum: string[];
|
|
1712
1782
|
type: string;
|
|
1713
|
-
description?: never;
|
|
1714
1783
|
};
|
|
1715
1784
|
error: {
|
|
1716
1785
|
description: string;
|
|
@@ -1744,9 +1813,9 @@ declare const _default: {
|
|
|
1744
1813
|
type: string;
|
|
1745
1814
|
};
|
|
1746
1815
|
action_type: {
|
|
1816
|
+
description: string;
|
|
1747
1817
|
enum: string[];
|
|
1748
1818
|
type: string;
|
|
1749
|
-
description?: never;
|
|
1750
1819
|
};
|
|
1751
1820
|
error: {
|
|
1752
1821
|
description: string;
|
|
@@ -1757,6 +1826,7 @@ declare const _default: {
|
|
|
1757
1826
|
oneOf?: never;
|
|
1758
1827
|
};
|
|
1759
1828
|
result: {
|
|
1829
|
+
description: string;
|
|
1760
1830
|
properties: {
|
|
1761
1831
|
acs_credential_on_encoder?: never;
|
|
1762
1832
|
acs_credential_on_seam?: never;
|
|
@@ -1773,7 +1843,6 @@ declare const _default: {
|
|
|
1773
1843
|
noise_threshold?: never;
|
|
1774
1844
|
};
|
|
1775
1845
|
type: string;
|
|
1776
|
-
description?: never;
|
|
1777
1846
|
nullable?: never;
|
|
1778
1847
|
required?: never;
|
|
1779
1848
|
oneOf?: never;
|
|
@@ -1794,22 +1863,24 @@ declare const _default: {
|
|
|
1794
1863
|
type: string;
|
|
1795
1864
|
};
|
|
1796
1865
|
action_type: {
|
|
1866
|
+
description: string;
|
|
1797
1867
|
enum: string[];
|
|
1798
1868
|
type: string;
|
|
1799
|
-
description?: never;
|
|
1800
1869
|
};
|
|
1801
1870
|
error: {
|
|
1871
|
+
description: string;
|
|
1802
1872
|
properties: {
|
|
1803
1873
|
message: {
|
|
1874
|
+
description: string;
|
|
1804
1875
|
type: string;
|
|
1805
1876
|
};
|
|
1806
1877
|
type: {
|
|
1878
|
+
description: string;
|
|
1807
1879
|
type: string;
|
|
1808
1880
|
};
|
|
1809
1881
|
};
|
|
1810
1882
|
required: string[];
|
|
1811
1883
|
type: string;
|
|
1812
|
-
description?: never;
|
|
1813
1884
|
nullable?: never;
|
|
1814
1885
|
oneOf?: never;
|
|
1815
1886
|
};
|
|
@@ -1837,9 +1908,9 @@ declare const _default: {
|
|
|
1837
1908
|
type: string;
|
|
1838
1909
|
};
|
|
1839
1910
|
action_type: {
|
|
1911
|
+
description: string;
|
|
1840
1912
|
enum: string[];
|
|
1841
1913
|
type: string;
|
|
1842
|
-
description?: never;
|
|
1843
1914
|
};
|
|
1844
1915
|
error: {
|
|
1845
1916
|
description: string;
|
|
@@ -1850,6 +1921,7 @@ declare const _default: {
|
|
|
1850
1921
|
oneOf?: never;
|
|
1851
1922
|
};
|
|
1852
1923
|
result: {
|
|
1924
|
+
description: string;
|
|
1853
1925
|
properties: {
|
|
1854
1926
|
acs_credential_on_encoder: {
|
|
1855
1927
|
description: string;
|
|
@@ -1985,24 +2057,30 @@ declare const _default: {
|
|
|
1985
2057
|
description: string;
|
|
1986
2058
|
properties: {
|
|
1987
2059
|
auto_join: {
|
|
2060
|
+
description: string;
|
|
1988
2061
|
type: string;
|
|
1989
2062
|
};
|
|
1990
2063
|
door_names: {
|
|
2064
|
+
description: string;
|
|
1991
2065
|
items: {
|
|
1992
2066
|
type: string;
|
|
1993
2067
|
};
|
|
1994
2068
|
type: string;
|
|
1995
2069
|
};
|
|
1996
2070
|
endpoint_id: {
|
|
2071
|
+
description: string;
|
|
1997
2072
|
type: string;
|
|
1998
2073
|
};
|
|
1999
2074
|
key_id: {
|
|
2075
|
+
description: string;
|
|
2000
2076
|
type: string;
|
|
2001
2077
|
};
|
|
2002
2078
|
key_issuing_request_id: {
|
|
2079
|
+
description: string;
|
|
2003
2080
|
type: string;
|
|
2004
2081
|
};
|
|
2005
2082
|
override_guest_acs_entrance_ids: {
|
|
2083
|
+
description: string;
|
|
2006
2084
|
items: {
|
|
2007
2085
|
type: string;
|
|
2008
2086
|
};
|
|
@@ -2106,16 +2184,20 @@ declare const _default: {
|
|
|
2106
2184
|
description: string;
|
|
2107
2185
|
properties: {
|
|
2108
2186
|
auto_join: {
|
|
2187
|
+
description: string;
|
|
2109
2188
|
type: string;
|
|
2110
2189
|
};
|
|
2111
2190
|
card_function_type: {
|
|
2191
|
+
description: string;
|
|
2112
2192
|
enum: string[];
|
|
2113
2193
|
type: string;
|
|
2114
2194
|
};
|
|
2115
2195
|
card_id: {
|
|
2196
|
+
description: string;
|
|
2116
2197
|
type: string;
|
|
2117
2198
|
};
|
|
2118
2199
|
common_acs_entrance_ids: {
|
|
2200
|
+
description: string;
|
|
2119
2201
|
items: {
|
|
2120
2202
|
format: string;
|
|
2121
2203
|
type: string;
|
|
@@ -2123,9 +2205,11 @@ declare const _default: {
|
|
|
2123
2205
|
type: string;
|
|
2124
2206
|
};
|
|
2125
2207
|
credential_id: {
|
|
2208
|
+
description: string;
|
|
2126
2209
|
type: string;
|
|
2127
2210
|
};
|
|
2128
2211
|
guest_acs_entrance_ids: {
|
|
2212
|
+
description: string;
|
|
2129
2213
|
items: {
|
|
2130
2214
|
format: string;
|
|
2131
2215
|
type: string;
|
|
@@ -2133,9 +2217,11 @@ declare const _default: {
|
|
|
2133
2217
|
type: string;
|
|
2134
2218
|
};
|
|
2135
2219
|
is_valid: {
|
|
2220
|
+
description: string;
|
|
2136
2221
|
type: string;
|
|
2137
2222
|
};
|
|
2138
2223
|
joiner_acs_credential_ids: {
|
|
2224
|
+
description: string;
|
|
2139
2225
|
items: {
|
|
2140
2226
|
format: string;
|
|
2141
2227
|
type: string;
|
|
@@ -2218,24 +2304,30 @@ declare const _default: {
|
|
|
2218
2304
|
description: string;
|
|
2219
2305
|
properties: {
|
|
2220
2306
|
auto_join: {
|
|
2307
|
+
description: string;
|
|
2221
2308
|
type: string;
|
|
2222
2309
|
};
|
|
2223
2310
|
door_names: {
|
|
2311
|
+
description: string;
|
|
2224
2312
|
items: {
|
|
2225
2313
|
type: string;
|
|
2226
2314
|
};
|
|
2227
2315
|
type: string;
|
|
2228
2316
|
};
|
|
2229
2317
|
endpoint_id: {
|
|
2318
|
+
description: string;
|
|
2230
2319
|
type: string;
|
|
2231
2320
|
};
|
|
2232
2321
|
key_id: {
|
|
2322
|
+
description: string;
|
|
2233
2323
|
type: string;
|
|
2234
2324
|
};
|
|
2235
2325
|
key_issuing_request_id: {
|
|
2326
|
+
description: string;
|
|
2236
2327
|
type: string;
|
|
2237
2328
|
};
|
|
2238
2329
|
override_guest_acs_entrance_ids: {
|
|
2330
|
+
description: string;
|
|
2239
2331
|
items: {
|
|
2240
2332
|
type: string;
|
|
2241
2333
|
};
|
|
@@ -2339,16 +2431,20 @@ declare const _default: {
|
|
|
2339
2431
|
description: string;
|
|
2340
2432
|
properties: {
|
|
2341
2433
|
auto_join: {
|
|
2434
|
+
description: string;
|
|
2342
2435
|
type: string;
|
|
2343
2436
|
};
|
|
2344
2437
|
card_function_type: {
|
|
2438
|
+
description: string;
|
|
2345
2439
|
enum: string[];
|
|
2346
2440
|
type: string;
|
|
2347
2441
|
};
|
|
2348
2442
|
card_id: {
|
|
2443
|
+
description: string;
|
|
2349
2444
|
type: string;
|
|
2350
2445
|
};
|
|
2351
2446
|
common_acs_entrance_ids: {
|
|
2447
|
+
description: string;
|
|
2352
2448
|
items: {
|
|
2353
2449
|
format: string;
|
|
2354
2450
|
type: string;
|
|
@@ -2356,9 +2452,11 @@ declare const _default: {
|
|
|
2356
2452
|
type: string;
|
|
2357
2453
|
};
|
|
2358
2454
|
credential_id: {
|
|
2455
|
+
description: string;
|
|
2359
2456
|
type: string;
|
|
2360
2457
|
};
|
|
2361
2458
|
guest_acs_entrance_ids: {
|
|
2459
|
+
description: string;
|
|
2362
2460
|
items: {
|
|
2363
2461
|
format: string;
|
|
2364
2462
|
type: string;
|
|
@@ -2366,9 +2464,11 @@ declare const _default: {
|
|
|
2366
2464
|
type: string;
|
|
2367
2465
|
};
|
|
2368
2466
|
is_valid: {
|
|
2467
|
+
description: string;
|
|
2369
2468
|
type: string;
|
|
2370
2469
|
};
|
|
2371
2470
|
joiner_acs_credential_ids: {
|
|
2471
|
+
description: string;
|
|
2372
2472
|
items: {
|
|
2373
2473
|
format: string;
|
|
2374
2474
|
type: string;
|
|
@@ -2424,13 +2524,17 @@ declare const _default: {
|
|
|
2424
2524
|
'x-route-path': string;
|
|
2425
2525
|
};
|
|
2426
2526
|
warnings: {
|
|
2527
|
+
description: string;
|
|
2427
2528
|
items: {
|
|
2529
|
+
description: string;
|
|
2428
2530
|
properties: {
|
|
2429
2531
|
warning_code: {
|
|
2532
|
+
description: string;
|
|
2430
2533
|
enum: string[];
|
|
2431
2534
|
type: string;
|
|
2432
2535
|
};
|
|
2433
2536
|
warning_message: {
|
|
2537
|
+
description: string;
|
|
2434
2538
|
type: string;
|
|
2435
2539
|
};
|
|
2436
2540
|
};
|
|
@@ -2452,7 +2556,6 @@ declare const _default: {
|
|
|
2452
2556
|
};
|
|
2453
2557
|
required: string[];
|
|
2454
2558
|
type: string;
|
|
2455
|
-
description?: never;
|
|
2456
2559
|
nullable?: never;
|
|
2457
2560
|
oneOf?: never;
|
|
2458
2561
|
};
|
|
@@ -2472,12 +2575,12 @@ declare const _default: {
|
|
|
2472
2575
|
type: string;
|
|
2473
2576
|
};
|
|
2474
2577
|
action_type: {
|
|
2578
|
+
description: string;
|
|
2475
2579
|
enum: string[];
|
|
2476
2580
|
type: string;
|
|
2477
|
-
description?: never;
|
|
2478
2581
|
};
|
|
2479
2582
|
error: {
|
|
2480
|
-
oneOf:
|
|
2583
|
+
oneOf: {
|
|
2481
2584
|
description: string;
|
|
2482
2585
|
properties: {
|
|
2483
2586
|
message: {
|
|
@@ -2492,22 +2595,7 @@ declare const _default: {
|
|
|
2492
2595
|
};
|
|
2493
2596
|
required: string[];
|
|
2494
2597
|
type: string;
|
|
2495
|
-
}
|
|
2496
|
-
properties: {
|
|
2497
|
-
message: {
|
|
2498
|
-
type: string;
|
|
2499
|
-
description?: never;
|
|
2500
|
-
};
|
|
2501
|
-
type: {
|
|
2502
|
-
enum: string[];
|
|
2503
|
-
type: string;
|
|
2504
|
-
description?: never;
|
|
2505
|
-
};
|
|
2506
|
-
};
|
|
2507
|
-
required: string[];
|
|
2508
|
-
type: string;
|
|
2509
|
-
description?: never;
|
|
2510
|
-
})[];
|
|
2598
|
+
}[];
|
|
2511
2599
|
description?: never;
|
|
2512
2600
|
nullable?: never;
|
|
2513
2601
|
properties?: never;
|
|
@@ -2529,42 +2617,6 @@ declare const _default: {
|
|
|
2529
2617
|
};
|
|
2530
2618
|
required: string[];
|
|
2531
2619
|
type: string;
|
|
2532
|
-
} | {
|
|
2533
|
-
description: string;
|
|
2534
|
-
properties: {
|
|
2535
|
-
action_attempt_id: {
|
|
2536
|
-
description: string;
|
|
2537
|
-
format: string;
|
|
2538
|
-
type: string;
|
|
2539
|
-
};
|
|
2540
|
-
action_type: {
|
|
2541
|
-
description: string;
|
|
2542
|
-
enum: string[];
|
|
2543
|
-
type: string;
|
|
2544
|
-
};
|
|
2545
|
-
error: {
|
|
2546
|
-
description: string;
|
|
2547
|
-
nullable: boolean;
|
|
2548
|
-
properties?: never;
|
|
2549
|
-
required?: never;
|
|
2550
|
-
type?: never;
|
|
2551
|
-
oneOf?: never;
|
|
2552
|
-
};
|
|
2553
|
-
result: {
|
|
2554
|
-
description: string;
|
|
2555
|
-
nullable: boolean;
|
|
2556
|
-
properties?: never;
|
|
2557
|
-
type?: never;
|
|
2558
|
-
required?: never;
|
|
2559
|
-
oneOf?: never;
|
|
2560
|
-
};
|
|
2561
|
-
status: {
|
|
2562
|
-
enum: string[];
|
|
2563
|
-
type: string;
|
|
2564
|
-
};
|
|
2565
|
-
};
|
|
2566
|
-
required: string[];
|
|
2567
|
-
type: string;
|
|
2568
2620
|
} | {
|
|
2569
2621
|
description: string;
|
|
2570
2622
|
properties: {
|
|
@@ -2644,72 +2696,6 @@ declare const _default: {
|
|
|
2644
2696
|
};
|
|
2645
2697
|
required: string[];
|
|
2646
2698
|
type: string;
|
|
2647
|
-
} | {
|
|
2648
|
-
description: string;
|
|
2649
|
-
properties: {
|
|
2650
|
-
action_attempt_id: {
|
|
2651
|
-
description: string;
|
|
2652
|
-
format: string;
|
|
2653
|
-
type: string;
|
|
2654
|
-
};
|
|
2655
|
-
action_type: {
|
|
2656
|
-
description: string;
|
|
2657
|
-
enum: string[];
|
|
2658
|
-
type: string;
|
|
2659
|
-
};
|
|
2660
|
-
error: {
|
|
2661
|
-
oneOf: ({
|
|
2662
|
-
description: string;
|
|
2663
|
-
properties: {
|
|
2664
|
-
message: {
|
|
2665
|
-
description: string;
|
|
2666
|
-
type: string;
|
|
2667
|
-
};
|
|
2668
|
-
type: {
|
|
2669
|
-
description: string;
|
|
2670
|
-
enum: string[];
|
|
2671
|
-
type: string;
|
|
2672
|
-
};
|
|
2673
|
-
};
|
|
2674
|
-
required: string[];
|
|
2675
|
-
type: string;
|
|
2676
|
-
} | {
|
|
2677
|
-
properties: {
|
|
2678
|
-
message: {
|
|
2679
|
-
type: string;
|
|
2680
|
-
description?: never;
|
|
2681
|
-
};
|
|
2682
|
-
type: {
|
|
2683
|
-
enum: string[];
|
|
2684
|
-
type: string;
|
|
2685
|
-
description?: never;
|
|
2686
|
-
};
|
|
2687
|
-
};
|
|
2688
|
-
required: string[];
|
|
2689
|
-
type: string;
|
|
2690
|
-
description?: never;
|
|
2691
|
-
})[];
|
|
2692
|
-
description?: never;
|
|
2693
|
-
nullable?: never;
|
|
2694
|
-
properties?: never;
|
|
2695
|
-
required?: never;
|
|
2696
|
-
type?: never;
|
|
2697
|
-
};
|
|
2698
|
-
result: {
|
|
2699
|
-
description: string;
|
|
2700
|
-
nullable: boolean;
|
|
2701
|
-
properties?: never;
|
|
2702
|
-
type?: never;
|
|
2703
|
-
required?: never;
|
|
2704
|
-
oneOf?: never;
|
|
2705
|
-
};
|
|
2706
|
-
status: {
|
|
2707
|
-
enum: string[];
|
|
2708
|
-
type: string;
|
|
2709
|
-
};
|
|
2710
|
-
};
|
|
2711
|
-
required: string[];
|
|
2712
|
-
type: string;
|
|
2713
2699
|
} | {
|
|
2714
2700
|
description: string;
|
|
2715
2701
|
properties: {
|
|
@@ -2764,24 +2750,30 @@ declare const _default: {
|
|
|
2764
2750
|
description: string;
|
|
2765
2751
|
properties: {
|
|
2766
2752
|
auto_join: {
|
|
2753
|
+
description: string;
|
|
2767
2754
|
type: string;
|
|
2768
2755
|
};
|
|
2769
2756
|
door_names: {
|
|
2757
|
+
description: string;
|
|
2770
2758
|
items: {
|
|
2771
2759
|
type: string;
|
|
2772
2760
|
};
|
|
2773
2761
|
type: string;
|
|
2774
2762
|
};
|
|
2775
2763
|
endpoint_id: {
|
|
2764
|
+
description: string;
|
|
2776
2765
|
type: string;
|
|
2777
2766
|
};
|
|
2778
2767
|
key_id: {
|
|
2768
|
+
description: string;
|
|
2779
2769
|
type: string;
|
|
2780
2770
|
};
|
|
2781
2771
|
key_issuing_request_id: {
|
|
2772
|
+
description: string;
|
|
2782
2773
|
type: string;
|
|
2783
2774
|
};
|
|
2784
2775
|
override_guest_acs_entrance_ids: {
|
|
2776
|
+
description: string;
|
|
2785
2777
|
items: {
|
|
2786
2778
|
type: string;
|
|
2787
2779
|
};
|
|
@@ -2885,16 +2877,20 @@ declare const _default: {
|
|
|
2885
2877
|
description: string;
|
|
2886
2878
|
properties: {
|
|
2887
2879
|
auto_join: {
|
|
2880
|
+
description: string;
|
|
2888
2881
|
type: string;
|
|
2889
2882
|
};
|
|
2890
2883
|
card_function_type: {
|
|
2884
|
+
description: string;
|
|
2891
2885
|
enum: string[];
|
|
2892
2886
|
type: string;
|
|
2893
2887
|
};
|
|
2894
2888
|
card_id: {
|
|
2889
|
+
description: string;
|
|
2895
2890
|
type: string;
|
|
2896
2891
|
};
|
|
2897
2892
|
common_acs_entrance_ids: {
|
|
2893
|
+
description: string;
|
|
2898
2894
|
items: {
|
|
2899
2895
|
format: string;
|
|
2900
2896
|
type: string;
|
|
@@ -2902,9 +2898,11 @@ declare const _default: {
|
|
|
2902
2898
|
type: string;
|
|
2903
2899
|
};
|
|
2904
2900
|
credential_id: {
|
|
2901
|
+
description: string;
|
|
2905
2902
|
type: string;
|
|
2906
2903
|
};
|
|
2907
2904
|
guest_acs_entrance_ids: {
|
|
2905
|
+
description: string;
|
|
2908
2906
|
items: {
|
|
2909
2907
|
format: string;
|
|
2910
2908
|
type: string;
|
|
@@ -2912,9 +2910,11 @@ declare const _default: {
|
|
|
2912
2910
|
type: string;
|
|
2913
2911
|
};
|
|
2914
2912
|
is_valid: {
|
|
2913
|
+
description: string;
|
|
2915
2914
|
type: string;
|
|
2916
2915
|
};
|
|
2917
2916
|
joiner_acs_credential_ids: {
|
|
2917
|
+
description: string;
|
|
2918
2918
|
items: {
|
|
2919
2919
|
format: string;
|
|
2920
2920
|
type: string;
|
|
@@ -2997,24 +2997,30 @@ declare const _default: {
|
|
|
2997
2997
|
description: string;
|
|
2998
2998
|
properties: {
|
|
2999
2999
|
auto_join: {
|
|
3000
|
+
description: string;
|
|
3000
3001
|
type: string;
|
|
3001
3002
|
};
|
|
3002
3003
|
door_names: {
|
|
3004
|
+
description: string;
|
|
3003
3005
|
items: {
|
|
3004
3006
|
type: string;
|
|
3005
3007
|
};
|
|
3006
3008
|
type: string;
|
|
3007
3009
|
};
|
|
3008
3010
|
endpoint_id: {
|
|
3011
|
+
description: string;
|
|
3009
3012
|
type: string;
|
|
3010
3013
|
};
|
|
3011
3014
|
key_id: {
|
|
3015
|
+
description: string;
|
|
3012
3016
|
type: string;
|
|
3013
3017
|
};
|
|
3014
3018
|
key_issuing_request_id: {
|
|
3019
|
+
description: string;
|
|
3015
3020
|
type: string;
|
|
3016
3021
|
};
|
|
3017
3022
|
override_guest_acs_entrance_ids: {
|
|
3023
|
+
description: string;
|
|
3018
3024
|
items: {
|
|
3019
3025
|
type: string;
|
|
3020
3026
|
};
|
|
@@ -3118,16 +3124,20 @@ declare const _default: {
|
|
|
3118
3124
|
description: string;
|
|
3119
3125
|
properties: {
|
|
3120
3126
|
auto_join: {
|
|
3127
|
+
description: string;
|
|
3121
3128
|
type: string;
|
|
3122
3129
|
};
|
|
3123
3130
|
card_function_type: {
|
|
3131
|
+
description: string;
|
|
3124
3132
|
enum: string[];
|
|
3125
3133
|
type: string;
|
|
3126
3134
|
};
|
|
3127
3135
|
card_id: {
|
|
3136
|
+
description: string;
|
|
3128
3137
|
type: string;
|
|
3129
3138
|
};
|
|
3130
3139
|
common_acs_entrance_ids: {
|
|
3140
|
+
description: string;
|
|
3131
3141
|
items: {
|
|
3132
3142
|
format: string;
|
|
3133
3143
|
type: string;
|
|
@@ -3135,9 +3145,11 @@ declare const _default: {
|
|
|
3135
3145
|
type: string;
|
|
3136
3146
|
};
|
|
3137
3147
|
credential_id: {
|
|
3148
|
+
description: string;
|
|
3138
3149
|
type: string;
|
|
3139
3150
|
};
|
|
3140
3151
|
guest_acs_entrance_ids: {
|
|
3152
|
+
description: string;
|
|
3141
3153
|
items: {
|
|
3142
3154
|
format: string;
|
|
3143
3155
|
type: string;
|
|
@@ -3145,9 +3157,11 @@ declare const _default: {
|
|
|
3145
3157
|
type: string;
|
|
3146
3158
|
};
|
|
3147
3159
|
is_valid: {
|
|
3160
|
+
description: string;
|
|
3148
3161
|
type: string;
|
|
3149
3162
|
};
|
|
3150
3163
|
joiner_acs_credential_ids: {
|
|
3164
|
+
description: string;
|
|
3151
3165
|
items: {
|
|
3152
3166
|
format: string;
|
|
3153
3167
|
type: string;
|
|
@@ -3220,9 +3234,9 @@ declare const _default: {
|
|
|
3220
3234
|
type: string;
|
|
3221
3235
|
};
|
|
3222
3236
|
action_type: {
|
|
3237
|
+
description: string;
|
|
3223
3238
|
enum: string[];
|
|
3224
3239
|
type: string;
|
|
3225
|
-
description?: never;
|
|
3226
3240
|
};
|
|
3227
3241
|
error: {
|
|
3228
3242
|
description: string;
|
|
@@ -3256,9 +3270,9 @@ declare const _default: {
|
|
|
3256
3270
|
type: string;
|
|
3257
3271
|
};
|
|
3258
3272
|
action_type: {
|
|
3273
|
+
description: string;
|
|
3259
3274
|
enum: string[];
|
|
3260
3275
|
type: string;
|
|
3261
|
-
description?: never;
|
|
3262
3276
|
};
|
|
3263
3277
|
error: {
|
|
3264
3278
|
description: string;
|
|
@@ -3269,6 +3283,7 @@ declare const _default: {
|
|
|
3269
3283
|
oneOf?: never;
|
|
3270
3284
|
};
|
|
3271
3285
|
result: {
|
|
3286
|
+
description: string;
|
|
3272
3287
|
properties: {
|
|
3273
3288
|
acs_credential_on_encoder?: never;
|
|
3274
3289
|
acs_credential_on_seam?: never;
|
|
@@ -3285,7 +3300,6 @@ declare const _default: {
|
|
|
3285
3300
|
noise_threshold?: never;
|
|
3286
3301
|
};
|
|
3287
3302
|
type: string;
|
|
3288
|
-
description?: never;
|
|
3289
3303
|
nullable?: never;
|
|
3290
3304
|
required?: never;
|
|
3291
3305
|
oneOf?: never;
|
|
@@ -3306,22 +3320,24 @@ declare const _default: {
|
|
|
3306
3320
|
type: string;
|
|
3307
3321
|
};
|
|
3308
3322
|
action_type: {
|
|
3323
|
+
description: string;
|
|
3309
3324
|
enum: string[];
|
|
3310
3325
|
type: string;
|
|
3311
|
-
description?: never;
|
|
3312
3326
|
};
|
|
3313
3327
|
error: {
|
|
3328
|
+
description: string;
|
|
3314
3329
|
properties: {
|
|
3315
3330
|
message: {
|
|
3331
|
+
description: string;
|
|
3316
3332
|
type: string;
|
|
3317
3333
|
};
|
|
3318
3334
|
type: {
|
|
3335
|
+
description: string;
|
|
3319
3336
|
type: string;
|
|
3320
3337
|
};
|
|
3321
3338
|
};
|
|
3322
3339
|
required: string[];
|
|
3323
3340
|
type: string;
|
|
3324
|
-
description?: never;
|
|
3325
3341
|
nullable?: never;
|
|
3326
3342
|
oneOf?: never;
|
|
3327
3343
|
};
|
|
@@ -3349,9 +3365,9 @@ declare const _default: {
|
|
|
3349
3365
|
type: string;
|
|
3350
3366
|
};
|
|
3351
3367
|
action_type: {
|
|
3368
|
+
description: string;
|
|
3352
3369
|
enum: string[];
|
|
3353
3370
|
type: string;
|
|
3354
|
-
description?: never;
|
|
3355
3371
|
};
|
|
3356
3372
|
error: {
|
|
3357
3373
|
description: string;
|
|
@@ -3362,8 +3378,11 @@ declare const _default: {
|
|
|
3362
3378
|
oneOf?: never;
|
|
3363
3379
|
};
|
|
3364
3380
|
result: {
|
|
3381
|
+
description: string;
|
|
3365
3382
|
properties: {
|
|
3366
|
-
access_code: {
|
|
3383
|
+
access_code: {
|
|
3384
|
+
description: string;
|
|
3385
|
+
};
|
|
3367
3386
|
acs_credential_on_encoder?: never;
|
|
3368
3387
|
acs_credential_on_seam?: never;
|
|
3369
3388
|
warnings?: never;
|
|
@@ -3378,7 +3397,6 @@ declare const _default: {
|
|
|
3378
3397
|
noise_threshold?: never;
|
|
3379
3398
|
};
|
|
3380
3399
|
type: string;
|
|
3381
|
-
description?: never;
|
|
3382
3400
|
nullable?: never;
|
|
3383
3401
|
required?: never;
|
|
3384
3402
|
oneOf?: never;
|
|
@@ -3399,9 +3417,9 @@ declare const _default: {
|
|
|
3399
3417
|
type: string;
|
|
3400
3418
|
};
|
|
3401
3419
|
action_type: {
|
|
3420
|
+
description: string;
|
|
3402
3421
|
enum: string[];
|
|
3403
3422
|
type: string;
|
|
3404
|
-
description?: never;
|
|
3405
3423
|
};
|
|
3406
3424
|
error: {
|
|
3407
3425
|
description: string;
|
|
@@ -3412,8 +3430,11 @@ declare const _default: {
|
|
|
3412
3430
|
oneOf?: never;
|
|
3413
3431
|
};
|
|
3414
3432
|
result: {
|
|
3433
|
+
description: string;
|
|
3415
3434
|
properties: {
|
|
3416
|
-
noise_threshold: {
|
|
3435
|
+
noise_threshold: {
|
|
3436
|
+
description: string;
|
|
3437
|
+
};
|
|
3417
3438
|
acs_credential_on_encoder?: never;
|
|
3418
3439
|
acs_credential_on_seam?: never;
|
|
3419
3440
|
warnings?: never;
|
|
@@ -3428,7 +3449,6 @@ declare const _default: {
|
|
|
3428
3449
|
access_code?: never;
|
|
3429
3450
|
};
|
|
3430
3451
|
type: string;
|
|
3431
|
-
description?: never;
|
|
3432
3452
|
nullable?: never;
|
|
3433
3453
|
required?: never;
|
|
3434
3454
|
oneOf?: never;
|
|
@@ -3445,28 +3465,36 @@ declare const _default: {
|
|
|
3445
3465
|
'x-route-path': string;
|
|
3446
3466
|
};
|
|
3447
3467
|
bridge_client_session: {
|
|
3468
|
+
description: string;
|
|
3448
3469
|
properties: {
|
|
3449
3470
|
bridge_client_machine_identifier_key: {
|
|
3471
|
+
description: string;
|
|
3450
3472
|
type: string;
|
|
3451
3473
|
};
|
|
3452
3474
|
bridge_client_name: {
|
|
3475
|
+
description: string;
|
|
3453
3476
|
type: string;
|
|
3454
3477
|
};
|
|
3455
3478
|
bridge_client_session_id: {
|
|
3479
|
+
description: string;
|
|
3456
3480
|
format: string;
|
|
3457
3481
|
type: string;
|
|
3458
3482
|
};
|
|
3459
3483
|
bridge_client_session_token: {
|
|
3484
|
+
description: string;
|
|
3460
3485
|
type: string;
|
|
3461
3486
|
};
|
|
3462
3487
|
bridge_client_time_zone: {
|
|
3488
|
+
description: string;
|
|
3463
3489
|
type: string;
|
|
3464
3490
|
};
|
|
3465
3491
|
created_at: {
|
|
3492
|
+
description: string;
|
|
3466
3493
|
format: string;
|
|
3467
3494
|
type: string;
|
|
3468
3495
|
};
|
|
3469
3496
|
errors: {
|
|
3497
|
+
description: string;
|
|
3470
3498
|
items: {
|
|
3471
3499
|
description: string;
|
|
3472
3500
|
discriminator: {
|
|
@@ -3486,6 +3514,7 @@ declare const _default: {
|
|
|
3486
3514
|
type: string;
|
|
3487
3515
|
};
|
|
3488
3516
|
created_at: {
|
|
3517
|
+
description: string;
|
|
3489
3518
|
format: string;
|
|
3490
3519
|
type: string;
|
|
3491
3520
|
};
|
|
@@ -3510,6 +3539,7 @@ declare const _default: {
|
|
|
3510
3539
|
type: string;
|
|
3511
3540
|
};
|
|
3512
3541
|
message: {
|
|
3542
|
+
description: string;
|
|
3513
3543
|
type: string;
|
|
3514
3544
|
};
|
|
3515
3545
|
};
|
|
@@ -3519,6 +3549,7 @@ declare const _default: {
|
|
|
3519
3549
|
description: string;
|
|
3520
3550
|
properties: {
|
|
3521
3551
|
created_at: {
|
|
3552
|
+
description: string;
|
|
3522
3553
|
format: string;
|
|
3523
3554
|
type: string;
|
|
3524
3555
|
};
|
|
@@ -3528,6 +3559,7 @@ declare const _default: {
|
|
|
3528
3559
|
type: string;
|
|
3529
3560
|
};
|
|
3530
3561
|
message: {
|
|
3562
|
+
description: string;
|
|
3531
3563
|
type: string;
|
|
3532
3564
|
};
|
|
3533
3565
|
can_tailscale_proxy_reach_bridge?: never;
|
|
@@ -3543,31 +3575,38 @@ declare const _default: {
|
|
|
3543
3575
|
type: string;
|
|
3544
3576
|
};
|
|
3545
3577
|
pairing_code: {
|
|
3578
|
+
description: string;
|
|
3546
3579
|
maxLength: number;
|
|
3547
3580
|
minLength: number;
|
|
3548
3581
|
type: string;
|
|
3549
3582
|
};
|
|
3550
3583
|
pairing_code_expires_at: {
|
|
3584
|
+
description: string;
|
|
3551
3585
|
format: string;
|
|
3552
3586
|
type: string;
|
|
3553
3587
|
};
|
|
3554
3588
|
tailscale_auth_key: {
|
|
3589
|
+
description: string;
|
|
3555
3590
|
nullable: boolean;
|
|
3556
3591
|
type: string;
|
|
3557
3592
|
};
|
|
3558
3593
|
tailscale_hostname: {
|
|
3594
|
+
description: string;
|
|
3559
3595
|
type: string;
|
|
3560
3596
|
};
|
|
3561
3597
|
telemetry_token: {
|
|
3598
|
+
description: string;
|
|
3562
3599
|
nullable: boolean;
|
|
3563
3600
|
type: string;
|
|
3564
3601
|
};
|
|
3565
3602
|
telemetry_token_expires_at: {
|
|
3603
|
+
description: string;
|
|
3566
3604
|
format: string;
|
|
3567
3605
|
nullable: boolean;
|
|
3568
3606
|
type: string;
|
|
3569
3607
|
};
|
|
3570
3608
|
telemetry_url: {
|
|
3609
|
+
description: string;
|
|
3571
3610
|
nullable: boolean;
|
|
3572
3611
|
type: string;
|
|
3573
3612
|
};
|
|
@@ -3578,34 +3617,43 @@ declare const _default: {
|
|
|
3578
3617
|
'x-undocumented': string;
|
|
3579
3618
|
};
|
|
3580
3619
|
bridge_connected_systems: {
|
|
3620
|
+
description: string;
|
|
3581
3621
|
properties: {
|
|
3582
3622
|
acs_system_display_name: {
|
|
3623
|
+
description: string;
|
|
3583
3624
|
type: string;
|
|
3584
3625
|
};
|
|
3585
3626
|
acs_system_id: {
|
|
3627
|
+
description: string;
|
|
3586
3628
|
format: string;
|
|
3587
3629
|
type: string;
|
|
3588
3630
|
};
|
|
3589
3631
|
bridge_created_at: {
|
|
3632
|
+
description: string;
|
|
3590
3633
|
format: string;
|
|
3591
3634
|
type: string;
|
|
3592
3635
|
};
|
|
3593
3636
|
bridge_id: {
|
|
3637
|
+
description: string;
|
|
3594
3638
|
format: string;
|
|
3595
3639
|
type: string;
|
|
3596
3640
|
};
|
|
3597
3641
|
connected_account_created_at: {
|
|
3642
|
+
description: string;
|
|
3598
3643
|
format: string;
|
|
3599
3644
|
type: string;
|
|
3600
3645
|
};
|
|
3601
3646
|
connected_account_id: {
|
|
3647
|
+
description: string;
|
|
3602
3648
|
format: string;
|
|
3603
3649
|
type: string;
|
|
3604
3650
|
};
|
|
3605
3651
|
workspace_display_name: {
|
|
3652
|
+
description: string;
|
|
3606
3653
|
type: string;
|
|
3607
3654
|
};
|
|
3608
3655
|
workspace_id: {
|
|
3656
|
+
description: string;
|
|
3609
3657
|
format: string;
|
|
3610
3658
|
type: string;
|
|
3611
3659
|
};
|
|
@@ -3619,10 +3667,12 @@ declare const _default: {
|
|
|
3619
3667
|
description: string;
|
|
3620
3668
|
properties: {
|
|
3621
3669
|
client_session_id: {
|
|
3670
|
+
description: string;
|
|
3622
3671
|
format: string;
|
|
3623
3672
|
type: string;
|
|
3624
3673
|
};
|
|
3625
3674
|
connect_webview_ids: {
|
|
3675
|
+
description: string;
|
|
3626
3676
|
items: {
|
|
3627
3677
|
format: string;
|
|
3628
3678
|
type: string;
|
|
@@ -3630,6 +3680,7 @@ declare const _default: {
|
|
|
3630
3680
|
type: string;
|
|
3631
3681
|
};
|
|
3632
3682
|
connected_account_ids: {
|
|
3683
|
+
description: string;
|
|
3633
3684
|
items: {
|
|
3634
3685
|
format: string;
|
|
3635
3686
|
type: string;
|
|
@@ -3637,41 +3688,51 @@ declare const _default: {
|
|
|
3637
3688
|
type: string;
|
|
3638
3689
|
};
|
|
3639
3690
|
created_at: {
|
|
3691
|
+
description: string;
|
|
3640
3692
|
format: string;
|
|
3641
3693
|
type: string;
|
|
3642
3694
|
};
|
|
3643
3695
|
customer_id: {
|
|
3696
|
+
description: string;
|
|
3644
3697
|
format: string;
|
|
3645
3698
|
type: string;
|
|
3646
3699
|
};
|
|
3647
3700
|
device_count: {
|
|
3701
|
+
description: string;
|
|
3648
3702
|
format: string;
|
|
3649
3703
|
type: string;
|
|
3650
3704
|
};
|
|
3651
3705
|
expires_at: {
|
|
3706
|
+
description: string;
|
|
3652
3707
|
format: string;
|
|
3653
3708
|
type: string;
|
|
3654
3709
|
};
|
|
3655
3710
|
token: {
|
|
3711
|
+
description: string;
|
|
3656
3712
|
type: string;
|
|
3657
3713
|
};
|
|
3658
3714
|
user_identifier_key: {
|
|
3715
|
+
description: string;
|
|
3659
3716
|
nullable: boolean;
|
|
3660
3717
|
type: string;
|
|
3661
3718
|
};
|
|
3662
3719
|
user_identity_id: {
|
|
3720
|
+
description: string;
|
|
3663
3721
|
format: string;
|
|
3664
3722
|
type: string;
|
|
3665
3723
|
};
|
|
3666
3724
|
user_identity_ids: {
|
|
3725
|
+
deprecated: boolean;
|
|
3667
3726
|
description: string;
|
|
3668
3727
|
items: {
|
|
3669
3728
|
format: string;
|
|
3670
3729
|
type: string;
|
|
3671
3730
|
};
|
|
3672
3731
|
type: string;
|
|
3732
|
+
'x-deprecated': string;
|
|
3673
3733
|
};
|
|
3674
3734
|
workspace_id: {
|
|
3735
|
+
description: string;
|
|
3675
3736
|
format: string;
|
|
3676
3737
|
type: string;
|
|
3677
3738
|
};
|
|
@@ -3768,6 +3829,7 @@ declare const _default: {
|
|
|
3768
3829
|
device_selection_mode: {
|
|
3769
3830
|
enum: string[];
|
|
3770
3831
|
type: string;
|
|
3832
|
+
'x-undocumented': string;
|
|
3771
3833
|
};
|
|
3772
3834
|
login_successful: {
|
|
3773
3835
|
description: string;
|
|
@@ -4153,9 +4215,9 @@ declare const _default: {
|
|
|
4153
4215
|
description: string;
|
|
4154
4216
|
properties: {
|
|
4155
4217
|
created_at: {
|
|
4218
|
+
description: string;
|
|
4156
4219
|
format: string;
|
|
4157
4220
|
type: string;
|
|
4158
|
-
description?: never;
|
|
4159
4221
|
};
|
|
4160
4222
|
error_code: {
|
|
4161
4223
|
description: string;
|
|
@@ -4163,17 +4225,18 @@ declare const _default: {
|
|
|
4163
4225
|
type: string;
|
|
4164
4226
|
};
|
|
4165
4227
|
is_connected_account_error: {
|
|
4228
|
+
description: string;
|
|
4166
4229
|
enum: boolean[];
|
|
4167
4230
|
type: string;
|
|
4168
|
-
description?: never;
|
|
4169
4231
|
};
|
|
4170
4232
|
is_device_error: {
|
|
4233
|
+
description: string;
|
|
4171
4234
|
enum: boolean[];
|
|
4172
4235
|
type: string;
|
|
4173
4236
|
};
|
|
4174
4237
|
message: {
|
|
4238
|
+
description: string;
|
|
4175
4239
|
type: string;
|
|
4176
|
-
description?: never;
|
|
4177
4240
|
};
|
|
4178
4241
|
is_bridge_error?: never;
|
|
4179
4242
|
};
|
|
@@ -4183,9 +4246,9 @@ declare const _default: {
|
|
|
4183
4246
|
description: string;
|
|
4184
4247
|
properties: {
|
|
4185
4248
|
created_at: {
|
|
4249
|
+
description: string;
|
|
4186
4250
|
format: string;
|
|
4187
4251
|
type: string;
|
|
4188
|
-
description?: never;
|
|
4189
4252
|
};
|
|
4190
4253
|
error_code: {
|
|
4191
4254
|
description: string;
|
|
@@ -4193,12 +4256,13 @@ declare const _default: {
|
|
|
4193
4256
|
type: string;
|
|
4194
4257
|
};
|
|
4195
4258
|
is_device_error: {
|
|
4259
|
+
description: string;
|
|
4196
4260
|
enum: boolean[];
|
|
4197
4261
|
type: string;
|
|
4198
4262
|
};
|
|
4199
4263
|
message: {
|
|
4264
|
+
description: string;
|
|
4200
4265
|
type: string;
|
|
4201
|
-
description?: never;
|
|
4202
4266
|
};
|
|
4203
4267
|
is_connected_account_error?: never;
|
|
4204
4268
|
is_bridge_error?: never;
|
|
@@ -6208,10 +6272,12 @@ declare const _default: {
|
|
|
6208
6272
|
description: string;
|
|
6209
6273
|
properties: {
|
|
6210
6274
|
created_at: {
|
|
6275
|
+
description: string;
|
|
6211
6276
|
format: string;
|
|
6212
6277
|
type: string;
|
|
6213
6278
|
};
|
|
6214
6279
|
message: {
|
|
6280
|
+
description: string;
|
|
6215
6281
|
type: string;
|
|
6216
6282
|
};
|
|
6217
6283
|
warning_code: {
|
|
@@ -9430,32 +9496,40 @@ declare const _default: {
|
|
|
9430
9496
|
'x-route-path': string;
|
|
9431
9497
|
};
|
|
9432
9498
|
instant_key: {
|
|
9499
|
+
description: string;
|
|
9433
9500
|
properties: {
|
|
9434
9501
|
client_session_id: {
|
|
9502
|
+
description: string;
|
|
9435
9503
|
format: string;
|
|
9436
9504
|
type: string;
|
|
9437
9505
|
};
|
|
9438
9506
|
created_at: {
|
|
9507
|
+
description: string;
|
|
9439
9508
|
format: string;
|
|
9440
9509
|
type: string;
|
|
9441
9510
|
};
|
|
9442
9511
|
expires_at: {
|
|
9512
|
+
description: string;
|
|
9443
9513
|
format: string;
|
|
9444
9514
|
type: string;
|
|
9445
9515
|
};
|
|
9446
9516
|
instant_key_id: {
|
|
9517
|
+
description: string;
|
|
9447
9518
|
format: string;
|
|
9448
9519
|
type: string;
|
|
9449
9520
|
};
|
|
9450
9521
|
instant_key_url: {
|
|
9522
|
+
description: string;
|
|
9451
9523
|
format: string;
|
|
9452
9524
|
type: string;
|
|
9453
9525
|
};
|
|
9454
9526
|
user_identity_id: {
|
|
9527
|
+
description: string;
|
|
9455
9528
|
format: string;
|
|
9456
9529
|
type: string;
|
|
9457
9530
|
};
|
|
9458
9531
|
workspace_id: {
|
|
9532
|
+
description: string;
|
|
9459
9533
|
format: string;
|
|
9460
9534
|
type: string;
|
|
9461
9535
|
};
|
|
@@ -9516,27 +9590,34 @@ declare const _default: {
|
|
|
9516
9590
|
'x-undocumented': string;
|
|
9517
9591
|
};
|
|
9518
9592
|
magic_link: {
|
|
9593
|
+
description: string;
|
|
9519
9594
|
properties: {
|
|
9520
9595
|
building_block_type: {
|
|
9596
|
+
description: string;
|
|
9521
9597
|
enum: string[];
|
|
9522
9598
|
type: string;
|
|
9523
9599
|
};
|
|
9524
9600
|
created_at: {
|
|
9601
|
+
description: string;
|
|
9525
9602
|
format: string;
|
|
9526
9603
|
type: string;
|
|
9527
9604
|
};
|
|
9528
9605
|
customer_key: {
|
|
9606
|
+
description: string;
|
|
9529
9607
|
type: string;
|
|
9530
9608
|
};
|
|
9531
9609
|
expires_at: {
|
|
9610
|
+
description: string;
|
|
9532
9611
|
format: string;
|
|
9533
9612
|
type: string;
|
|
9534
9613
|
};
|
|
9535
9614
|
url: {
|
|
9615
|
+
description: string;
|
|
9536
9616
|
format: string;
|
|
9537
9617
|
type: string;
|
|
9538
9618
|
};
|
|
9539
9619
|
workspace_id: {
|
|
9620
|
+
description: string;
|
|
9540
9621
|
format: string;
|
|
9541
9622
|
type: string;
|
|
9542
9623
|
};
|
|
@@ -9609,47 +9690,60 @@ declare const _default: {
|
|
|
9609
9690
|
type: string;
|
|
9610
9691
|
};
|
|
9611
9692
|
partner_resource: {
|
|
9693
|
+
description: string;
|
|
9612
9694
|
properties: {
|
|
9613
9695
|
custom_metadata: {
|
|
9614
9696
|
additionalProperties: {
|
|
9615
9697
|
type: string;
|
|
9616
9698
|
};
|
|
9699
|
+
description: string;
|
|
9617
9700
|
type: string;
|
|
9618
9701
|
};
|
|
9619
9702
|
customer_key: {
|
|
9703
|
+
description: string;
|
|
9620
9704
|
type: string;
|
|
9621
9705
|
};
|
|
9622
9706
|
description: {
|
|
9707
|
+
description: string;
|
|
9623
9708
|
type: string;
|
|
9624
9709
|
};
|
|
9625
9710
|
email_address: {
|
|
9711
|
+
description: string;
|
|
9626
9712
|
type: string;
|
|
9627
9713
|
};
|
|
9628
9714
|
ends_at: {
|
|
9715
|
+
description: string;
|
|
9629
9716
|
type: string;
|
|
9630
9717
|
};
|
|
9631
9718
|
location_keys: {
|
|
9719
|
+
description: string;
|
|
9632
9720
|
items: {
|
|
9633
9721
|
type: string;
|
|
9634
9722
|
};
|
|
9635
9723
|
type: string;
|
|
9636
9724
|
};
|
|
9637
9725
|
name: {
|
|
9726
|
+
description: string;
|
|
9638
9727
|
type: string;
|
|
9639
9728
|
};
|
|
9640
9729
|
partner_resource_key: {
|
|
9730
|
+
description: string;
|
|
9641
9731
|
type: string;
|
|
9642
9732
|
};
|
|
9643
9733
|
partner_resource_type: {
|
|
9734
|
+
description: string;
|
|
9644
9735
|
type: string;
|
|
9645
9736
|
};
|
|
9646
9737
|
phone_number: {
|
|
9738
|
+
description: string;
|
|
9647
9739
|
type: string;
|
|
9648
9740
|
};
|
|
9649
9741
|
starts_at: {
|
|
9742
|
+
description: string;
|
|
9650
9743
|
type: string;
|
|
9651
9744
|
};
|
|
9652
9745
|
user_identity_key: {
|
|
9746
|
+
description: string;
|
|
9653
9747
|
type: string;
|
|
9654
9748
|
};
|
|
9655
9749
|
};
|
|
@@ -9787,18 +9881,24 @@ declare const _default: {
|
|
|
9787
9881
|
'x-route-path': string;
|
|
9788
9882
|
};
|
|
9789
9883
|
phone_registration: {
|
|
9884
|
+
description: string;
|
|
9790
9885
|
properties: {
|
|
9791
9886
|
is_being_activated: {
|
|
9887
|
+
description: string;
|
|
9792
9888
|
type: string;
|
|
9793
9889
|
};
|
|
9794
9890
|
phone_registration_id: {
|
|
9891
|
+
description: string;
|
|
9795
9892
|
type: string;
|
|
9796
9893
|
};
|
|
9797
9894
|
provider_name: {
|
|
9895
|
+
description: string;
|
|
9798
9896
|
nullable: boolean;
|
|
9799
9897
|
type: string;
|
|
9800
9898
|
};
|
|
9801
|
-
provider_state: {
|
|
9899
|
+
provider_state: {
|
|
9900
|
+
description: string;
|
|
9901
|
+
};
|
|
9802
9902
|
};
|
|
9803
9903
|
required: string[];
|
|
9804
9904
|
type: string;
|
|
@@ -9806,11 +9906,15 @@ declare const _default: {
|
|
|
9806
9906
|
'x-undocumented': string;
|
|
9807
9907
|
};
|
|
9808
9908
|
phone_session: {
|
|
9909
|
+
description: string;
|
|
9809
9910
|
properties: {
|
|
9810
9911
|
provider_sessions: {
|
|
9912
|
+
description: string;
|
|
9811
9913
|
items: {
|
|
9914
|
+
description: string;
|
|
9812
9915
|
properties: {
|
|
9813
9916
|
acs_credentials: {
|
|
9917
|
+
description: string;
|
|
9814
9918
|
items: {
|
|
9815
9919
|
description: string;
|
|
9816
9920
|
properties: {
|
|
@@ -9845,26 +9949,36 @@ declare const _default: {
|
|
|
9845
9949
|
description: string;
|
|
9846
9950
|
properties: {
|
|
9847
9951
|
door_name: {
|
|
9952
|
+
description: string;
|
|
9848
9953
|
type: string;
|
|
9849
9954
|
};
|
|
9850
9955
|
door_number: {
|
|
9956
|
+
description: string;
|
|
9851
9957
|
format: string;
|
|
9852
9958
|
type: string;
|
|
9853
9959
|
};
|
|
9854
9960
|
door_type: {
|
|
9961
|
+
description: string;
|
|
9855
9962
|
enum: string[];
|
|
9856
9963
|
type: string;
|
|
9857
9964
|
};
|
|
9858
9965
|
pms_id: {
|
|
9966
|
+
description: string;
|
|
9859
9967
|
type: string;
|
|
9860
9968
|
};
|
|
9861
9969
|
stand_open: {
|
|
9970
|
+
description: string;
|
|
9862
9971
|
type: string;
|
|
9863
9972
|
};
|
|
9864
9973
|
};
|
|
9865
9974
|
required: string[];
|
|
9866
9975
|
type: string;
|
|
9867
9976
|
};
|
|
9977
|
+
connected_account_id: {
|
|
9978
|
+
description: string;
|
|
9979
|
+
format: string;
|
|
9980
|
+
type: string;
|
|
9981
|
+
};
|
|
9868
9982
|
created_at: {
|
|
9869
9983
|
description: string;
|
|
9870
9984
|
format: string;
|
|
@@ -9878,6 +9992,7 @@ declare const _default: {
|
|
|
9878
9992
|
description: string;
|
|
9879
9993
|
properties: {
|
|
9880
9994
|
access_point_name: {
|
|
9995
|
+
description: string;
|
|
9881
9996
|
type: string;
|
|
9882
9997
|
};
|
|
9883
9998
|
};
|
|
@@ -9906,15 +10021,19 @@ declare const _default: {
|
|
|
9906
10021
|
description: string;
|
|
9907
10022
|
properties: {
|
|
9908
10023
|
accessibility_type: {
|
|
10024
|
+
description: string;
|
|
9909
10025
|
type: string;
|
|
9910
10026
|
};
|
|
9911
10027
|
door_name: {
|
|
10028
|
+
description: string;
|
|
9912
10029
|
type: string;
|
|
9913
10030
|
};
|
|
9914
10031
|
door_type: {
|
|
10032
|
+
description: string;
|
|
9915
10033
|
type: string;
|
|
9916
10034
|
};
|
|
9917
10035
|
is_connected: {
|
|
10036
|
+
description: string;
|
|
9918
10037
|
type: string;
|
|
9919
10038
|
};
|
|
9920
10039
|
};
|
|
@@ -9925,27 +10044,35 @@ declare const _default: {
|
|
|
9925
10044
|
description: string;
|
|
9926
10045
|
properties: {
|
|
9927
10046
|
battery_level: {
|
|
10047
|
+
description: string;
|
|
9928
10048
|
type: string;
|
|
9929
10049
|
};
|
|
9930
10050
|
door_name: {
|
|
10051
|
+
description: string;
|
|
9931
10052
|
type: string;
|
|
9932
10053
|
};
|
|
9933
10054
|
intrusion_alarm: {
|
|
10055
|
+
description: string;
|
|
9934
10056
|
type: string;
|
|
9935
10057
|
};
|
|
9936
10058
|
left_open_alarm: {
|
|
10059
|
+
description: string;
|
|
9937
10060
|
type: string;
|
|
9938
10061
|
};
|
|
9939
10062
|
lock_type: {
|
|
10063
|
+
description: string;
|
|
9940
10064
|
type: string;
|
|
9941
10065
|
};
|
|
9942
10066
|
locked_state: {
|
|
10067
|
+
description: string;
|
|
9943
10068
|
type: string;
|
|
9944
10069
|
};
|
|
9945
10070
|
online: {
|
|
10071
|
+
description: string;
|
|
9946
10072
|
type: string;
|
|
9947
10073
|
};
|
|
9948
10074
|
privacy_mode: {
|
|
10075
|
+
description: string;
|
|
9949
10076
|
type: string;
|
|
9950
10077
|
};
|
|
9951
10078
|
};
|
|
@@ -9956,12 +10083,15 @@ declare const _default: {
|
|
|
9956
10083
|
description: string;
|
|
9957
10084
|
properties: {
|
|
9958
10085
|
door_description: {
|
|
10086
|
+
description: string;
|
|
9959
10087
|
type: string;
|
|
9960
10088
|
};
|
|
9961
10089
|
door_name: {
|
|
10090
|
+
description: string;
|
|
9962
10091
|
type: string;
|
|
9963
10092
|
};
|
|
9964
10093
|
ext_door_id: {
|
|
10094
|
+
description: string;
|
|
9965
10095
|
type: string;
|
|
9966
10096
|
};
|
|
9967
10097
|
};
|
|
@@ -9972,19 +10102,24 @@ declare const _default: {
|
|
|
9972
10102
|
description: string;
|
|
9973
10103
|
properties: {
|
|
9974
10104
|
door_category: {
|
|
10105
|
+
description: string;
|
|
9975
10106
|
enum: string[];
|
|
9976
10107
|
type: string;
|
|
9977
10108
|
};
|
|
9978
10109
|
door_name: {
|
|
10110
|
+
description: string;
|
|
9979
10111
|
type: string;
|
|
9980
10112
|
};
|
|
9981
10113
|
profiles: {
|
|
10114
|
+
description: string;
|
|
9982
10115
|
items: {
|
|
9983
10116
|
properties: {
|
|
9984
10117
|
visionline_door_profile_id: {
|
|
10118
|
+
description: string;
|
|
9985
10119
|
type: string;
|
|
9986
10120
|
};
|
|
9987
10121
|
visionline_door_profile_type: {
|
|
10122
|
+
description: string;
|
|
9988
10123
|
enum: string[];
|
|
9989
10124
|
type: string;
|
|
9990
10125
|
};
|
|
@@ -10019,24 +10154,30 @@ declare const _default: {
|
|
|
10019
10154
|
description: string;
|
|
10020
10155
|
properties: {
|
|
10021
10156
|
auto_join: {
|
|
10157
|
+
description: string;
|
|
10022
10158
|
type: string;
|
|
10023
10159
|
};
|
|
10024
10160
|
door_names: {
|
|
10161
|
+
description: string;
|
|
10025
10162
|
items: {
|
|
10026
10163
|
type: string;
|
|
10027
10164
|
};
|
|
10028
10165
|
type: string;
|
|
10029
10166
|
};
|
|
10030
10167
|
endpoint_id: {
|
|
10168
|
+
description: string;
|
|
10031
10169
|
type: string;
|
|
10032
10170
|
};
|
|
10033
10171
|
key_id: {
|
|
10172
|
+
description: string;
|
|
10034
10173
|
type: string;
|
|
10035
10174
|
};
|
|
10036
10175
|
key_issuing_request_id: {
|
|
10176
|
+
description: string;
|
|
10037
10177
|
type: string;
|
|
10038
10178
|
};
|
|
10039
10179
|
override_guest_acs_entrance_ids: {
|
|
10180
|
+
description: string;
|
|
10040
10181
|
items: {
|
|
10041
10182
|
type: string;
|
|
10042
10183
|
};
|
|
@@ -10140,16 +10281,20 @@ declare const _default: {
|
|
|
10140
10281
|
description: string;
|
|
10141
10282
|
properties: {
|
|
10142
10283
|
auto_join: {
|
|
10284
|
+
description: string;
|
|
10143
10285
|
type: string;
|
|
10144
10286
|
};
|
|
10145
10287
|
card_function_type: {
|
|
10288
|
+
description: string;
|
|
10146
10289
|
enum: string[];
|
|
10147
10290
|
type: string;
|
|
10148
10291
|
};
|
|
10149
10292
|
card_id: {
|
|
10293
|
+
description: string;
|
|
10150
10294
|
type: string;
|
|
10151
10295
|
};
|
|
10152
10296
|
common_acs_entrance_ids: {
|
|
10297
|
+
description: string;
|
|
10153
10298
|
items: {
|
|
10154
10299
|
format: string;
|
|
10155
10300
|
type: string;
|
|
@@ -10157,9 +10302,11 @@ declare const _default: {
|
|
|
10157
10302
|
type: string;
|
|
10158
10303
|
};
|
|
10159
10304
|
credential_id: {
|
|
10305
|
+
description: string;
|
|
10160
10306
|
type: string;
|
|
10161
10307
|
};
|
|
10162
10308
|
guest_acs_entrance_ids: {
|
|
10309
|
+
description: string;
|
|
10163
10310
|
items: {
|
|
10164
10311
|
format: string;
|
|
10165
10312
|
type: string;
|
|
@@ -10167,9 +10314,11 @@ declare const _default: {
|
|
|
10167
10314
|
type: string;
|
|
10168
10315
|
};
|
|
10169
10316
|
is_valid: {
|
|
10317
|
+
description: string;
|
|
10170
10318
|
type: string;
|
|
10171
10319
|
};
|
|
10172
10320
|
joiner_acs_credential_ids: {
|
|
10321
|
+
description: string;
|
|
10173
10322
|
items: {
|
|
10174
10323
|
format: string;
|
|
10175
10324
|
type: string;
|
|
@@ -10224,18 +10373,24 @@ declare const _default: {
|
|
|
10224
10373
|
type: string;
|
|
10225
10374
|
};
|
|
10226
10375
|
phone_registration: {
|
|
10376
|
+
description: string;
|
|
10227
10377
|
properties: {
|
|
10228
10378
|
is_being_activated: {
|
|
10379
|
+
description: string;
|
|
10229
10380
|
type: string;
|
|
10230
10381
|
};
|
|
10231
10382
|
phone_registration_id: {
|
|
10383
|
+
description: string;
|
|
10232
10384
|
type: string;
|
|
10233
10385
|
};
|
|
10234
10386
|
provider_name: {
|
|
10387
|
+
description: string;
|
|
10235
10388
|
nullable: boolean;
|
|
10236
10389
|
type: string;
|
|
10237
10390
|
};
|
|
10238
|
-
provider_state: {
|
|
10391
|
+
provider_state: {
|
|
10392
|
+
description: string;
|
|
10393
|
+
};
|
|
10239
10394
|
};
|
|
10240
10395
|
required: string[];
|
|
10241
10396
|
type: string;
|
|
@@ -10255,6 +10410,7 @@ declare const _default: {
|
|
|
10255
10410
|
'x-undocumented': string;
|
|
10256
10411
|
};
|
|
10257
10412
|
space: {
|
|
10413
|
+
description: string;
|
|
10258
10414
|
properties: {
|
|
10259
10415
|
created_at: {
|
|
10260
10416
|
description: string;
|
|
@@ -10481,9 +10637,9 @@ declare const _default: {
|
|
|
10481
10637
|
description: string;
|
|
10482
10638
|
properties: {
|
|
10483
10639
|
created_at: {
|
|
10640
|
+
description: string;
|
|
10484
10641
|
format: string;
|
|
10485
10642
|
type: string;
|
|
10486
|
-
description?: never;
|
|
10487
10643
|
};
|
|
10488
10644
|
error_code: {
|
|
10489
10645
|
description: string;
|
|
@@ -10491,17 +10647,18 @@ declare const _default: {
|
|
|
10491
10647
|
type: string;
|
|
10492
10648
|
};
|
|
10493
10649
|
is_connected_account_error: {
|
|
10650
|
+
description: string;
|
|
10494
10651
|
enum: boolean[];
|
|
10495
10652
|
type: string;
|
|
10496
|
-
description?: never;
|
|
10497
10653
|
};
|
|
10498
10654
|
is_device_error: {
|
|
10655
|
+
description: string;
|
|
10499
10656
|
enum: boolean[];
|
|
10500
10657
|
type: string;
|
|
10501
10658
|
};
|
|
10502
10659
|
message: {
|
|
10660
|
+
description: string;
|
|
10503
10661
|
type: string;
|
|
10504
|
-
description?: never;
|
|
10505
10662
|
};
|
|
10506
10663
|
is_access_code_error?: never;
|
|
10507
10664
|
is_bridge_error?: never;
|
|
@@ -10512,9 +10669,9 @@ declare const _default: {
|
|
|
10512
10669
|
description: string;
|
|
10513
10670
|
properties: {
|
|
10514
10671
|
created_at: {
|
|
10672
|
+
description: string;
|
|
10515
10673
|
format: string;
|
|
10516
10674
|
type: string;
|
|
10517
|
-
description?: never;
|
|
10518
10675
|
};
|
|
10519
10676
|
error_code: {
|
|
10520
10677
|
description: string;
|
|
@@ -10522,12 +10679,13 @@ declare const _default: {
|
|
|
10522
10679
|
type: string;
|
|
10523
10680
|
};
|
|
10524
10681
|
is_device_error: {
|
|
10682
|
+
description: string;
|
|
10525
10683
|
enum: boolean[];
|
|
10526
10684
|
type: string;
|
|
10527
10685
|
};
|
|
10528
10686
|
message: {
|
|
10687
|
+
description: string;
|
|
10529
10688
|
type: string;
|
|
10530
|
-
description?: never;
|
|
10531
10689
|
};
|
|
10532
10690
|
is_access_code_error?: never;
|
|
10533
10691
|
is_connected_account_error?: never;
|
|
@@ -10752,24 +10910,30 @@ declare const _default: {
|
|
|
10752
10910
|
description: string;
|
|
10753
10911
|
properties: {
|
|
10754
10912
|
auto_join: {
|
|
10913
|
+
description: string;
|
|
10755
10914
|
type: string;
|
|
10756
10915
|
};
|
|
10757
10916
|
door_names: {
|
|
10917
|
+
description: string;
|
|
10758
10918
|
items: {
|
|
10759
10919
|
type: string;
|
|
10760
10920
|
};
|
|
10761
10921
|
type: string;
|
|
10762
10922
|
};
|
|
10763
10923
|
endpoint_id: {
|
|
10924
|
+
description: string;
|
|
10764
10925
|
type: string;
|
|
10765
10926
|
};
|
|
10766
10927
|
key_id: {
|
|
10928
|
+
description: string;
|
|
10767
10929
|
type: string;
|
|
10768
10930
|
};
|
|
10769
10931
|
key_issuing_request_id: {
|
|
10932
|
+
description: string;
|
|
10770
10933
|
type: string;
|
|
10771
10934
|
};
|
|
10772
10935
|
override_guest_acs_entrance_ids: {
|
|
10936
|
+
description: string;
|
|
10773
10937
|
items: {
|
|
10774
10938
|
type: string;
|
|
10775
10939
|
};
|
|
@@ -10873,16 +11037,20 @@ declare const _default: {
|
|
|
10873
11037
|
description: string;
|
|
10874
11038
|
properties: {
|
|
10875
11039
|
auto_join: {
|
|
11040
|
+
description: string;
|
|
10876
11041
|
type: string;
|
|
10877
11042
|
};
|
|
10878
11043
|
card_function_type: {
|
|
11044
|
+
description: string;
|
|
10879
11045
|
enum: string[];
|
|
10880
11046
|
type: string;
|
|
10881
11047
|
};
|
|
10882
11048
|
card_id: {
|
|
11049
|
+
description: string;
|
|
10883
11050
|
type: string;
|
|
10884
11051
|
};
|
|
10885
11052
|
common_acs_entrance_ids: {
|
|
11053
|
+
description: string;
|
|
10886
11054
|
items: {
|
|
10887
11055
|
format: string;
|
|
10888
11056
|
type: string;
|
|
@@ -10890,9 +11058,11 @@ declare const _default: {
|
|
|
10890
11058
|
type: string;
|
|
10891
11059
|
};
|
|
10892
11060
|
credential_id: {
|
|
11061
|
+
description: string;
|
|
10893
11062
|
type: string;
|
|
10894
11063
|
};
|
|
10895
11064
|
guest_acs_entrance_ids: {
|
|
11065
|
+
description: string;
|
|
10896
11066
|
items: {
|
|
10897
11067
|
format: string;
|
|
10898
11068
|
type: string;
|
|
@@ -10900,9 +11070,11 @@ declare const _default: {
|
|
|
10900
11070
|
type: string;
|
|
10901
11071
|
};
|
|
10902
11072
|
is_valid: {
|
|
11073
|
+
description: string;
|
|
10903
11074
|
type: string;
|
|
10904
11075
|
};
|
|
10905
11076
|
joiner_acs_credential_ids: {
|
|
11077
|
+
description: string;
|
|
10906
11078
|
items: {
|
|
10907
11079
|
format: string;
|
|
10908
11080
|
type: string;
|
|
@@ -11093,6 +11265,7 @@ declare const _default: {
|
|
|
11093
11265
|
type: string;
|
|
11094
11266
|
};
|
|
11095
11267
|
mutation_code: {
|
|
11268
|
+
description: string;
|
|
11096
11269
|
enum: string[];
|
|
11097
11270
|
type: string;
|
|
11098
11271
|
};
|
|
@@ -11109,17 +11282,21 @@ declare const _default: {
|
|
|
11109
11282
|
type: string;
|
|
11110
11283
|
};
|
|
11111
11284
|
from: {
|
|
11285
|
+
description: string;
|
|
11112
11286
|
properties: {
|
|
11113
11287
|
email_address: {
|
|
11288
|
+
description: string;
|
|
11114
11289
|
format: string;
|
|
11115
11290
|
nullable: boolean;
|
|
11116
11291
|
type: string;
|
|
11117
11292
|
};
|
|
11118
11293
|
full_name: {
|
|
11294
|
+
description: string;
|
|
11119
11295
|
nullable: boolean;
|
|
11120
11296
|
type: string;
|
|
11121
11297
|
};
|
|
11122
11298
|
phone_number: {
|
|
11299
|
+
description: string;
|
|
11123
11300
|
nullable: boolean;
|
|
11124
11301
|
type: string;
|
|
11125
11302
|
};
|
|
@@ -11130,28 +11307,32 @@ declare const _default: {
|
|
|
11130
11307
|
};
|
|
11131
11308
|
type: string;
|
|
11132
11309
|
required?: never;
|
|
11133
|
-
description?: never;
|
|
11134
11310
|
};
|
|
11135
11311
|
message: {
|
|
11136
11312
|
description: string;
|
|
11137
11313
|
type: string;
|
|
11138
11314
|
};
|
|
11139
11315
|
mutation_code: {
|
|
11316
|
+
description: string;
|
|
11140
11317
|
enum: string[];
|
|
11141
11318
|
type: string;
|
|
11142
11319
|
};
|
|
11143
11320
|
to: {
|
|
11321
|
+
description: string;
|
|
11144
11322
|
properties: {
|
|
11145
11323
|
email_address: {
|
|
11324
|
+
description: string;
|
|
11146
11325
|
format: string;
|
|
11147
11326
|
nullable: boolean;
|
|
11148
11327
|
type: string;
|
|
11149
11328
|
};
|
|
11150
11329
|
full_name: {
|
|
11330
|
+
description: string;
|
|
11151
11331
|
nullable: boolean;
|
|
11152
11332
|
type: string;
|
|
11153
11333
|
};
|
|
11154
11334
|
phone_number: {
|
|
11335
|
+
description: string;
|
|
11155
11336
|
nullable: boolean;
|
|
11156
11337
|
type: string;
|
|
11157
11338
|
};
|
|
@@ -11162,7 +11343,6 @@ declare const _default: {
|
|
|
11162
11343
|
};
|
|
11163
11344
|
type: string;
|
|
11164
11345
|
required?: never;
|
|
11165
|
-
description?: never;
|
|
11166
11346
|
};
|
|
11167
11347
|
};
|
|
11168
11348
|
required: string[];
|
|
@@ -11177,13 +11357,16 @@ declare const _default: {
|
|
|
11177
11357
|
type: string;
|
|
11178
11358
|
};
|
|
11179
11359
|
from: {
|
|
11360
|
+
description: string;
|
|
11180
11361
|
properties: {
|
|
11181
11362
|
ends_at: {
|
|
11363
|
+
description: string;
|
|
11182
11364
|
format: string;
|
|
11183
11365
|
nullable: boolean;
|
|
11184
11366
|
type: string;
|
|
11185
11367
|
};
|
|
11186
11368
|
starts_at: {
|
|
11369
|
+
description: string;
|
|
11187
11370
|
format: string;
|
|
11188
11371
|
nullable: boolean;
|
|
11189
11372
|
type: string;
|
|
@@ -11196,24 +11379,27 @@ declare const _default: {
|
|
|
11196
11379
|
};
|
|
11197
11380
|
required: string[];
|
|
11198
11381
|
type: string;
|
|
11199
|
-
description?: never;
|
|
11200
11382
|
};
|
|
11201
11383
|
message: {
|
|
11202
11384
|
description: string;
|
|
11203
11385
|
type: string;
|
|
11204
11386
|
};
|
|
11205
11387
|
mutation_code: {
|
|
11388
|
+
description: string;
|
|
11206
11389
|
enum: string[];
|
|
11207
11390
|
type: string;
|
|
11208
11391
|
};
|
|
11209
11392
|
to: {
|
|
11393
|
+
description: string;
|
|
11210
11394
|
properties: {
|
|
11211
11395
|
ends_at: {
|
|
11396
|
+
description: string;
|
|
11212
11397
|
format: string;
|
|
11213
11398
|
nullable: boolean;
|
|
11214
11399
|
type: string;
|
|
11215
11400
|
};
|
|
11216
11401
|
starts_at: {
|
|
11402
|
+
description: string;
|
|
11217
11403
|
format: string;
|
|
11218
11404
|
nullable: boolean;
|
|
11219
11405
|
type: string;
|
|
@@ -11226,7 +11412,6 @@ declare const _default: {
|
|
|
11226
11412
|
};
|
|
11227
11413
|
required: string[];
|
|
11228
11414
|
type: string;
|
|
11229
|
-
description?: never;
|
|
11230
11415
|
};
|
|
11231
11416
|
};
|
|
11232
11417
|
required: string[];
|
|
@@ -11240,6 +11425,7 @@ declare const _default: {
|
|
|
11240
11425
|
type: string;
|
|
11241
11426
|
};
|
|
11242
11427
|
from: {
|
|
11428
|
+
description: string;
|
|
11243
11429
|
properties: {
|
|
11244
11430
|
is_suspended: {
|
|
11245
11431
|
type: string;
|
|
@@ -11253,17 +11439,18 @@ declare const _default: {
|
|
|
11253
11439
|
};
|
|
11254
11440
|
required: string[];
|
|
11255
11441
|
type: string;
|
|
11256
|
-
description?: never;
|
|
11257
11442
|
};
|
|
11258
11443
|
message: {
|
|
11259
11444
|
description: string;
|
|
11260
11445
|
type: string;
|
|
11261
11446
|
};
|
|
11262
11447
|
mutation_code: {
|
|
11448
|
+
description: string;
|
|
11263
11449
|
enum: string[];
|
|
11264
11450
|
type: string;
|
|
11265
11451
|
};
|
|
11266
11452
|
to: {
|
|
11453
|
+
description: string;
|
|
11267
11454
|
properties: {
|
|
11268
11455
|
is_suspended: {
|
|
11269
11456
|
type: string;
|
|
@@ -11277,7 +11464,6 @@ declare const _default: {
|
|
|
11277
11464
|
};
|
|
11278
11465
|
required: string[];
|
|
11279
11466
|
type: string;
|
|
11280
|
-
description?: never;
|
|
11281
11467
|
};
|
|
11282
11468
|
};
|
|
11283
11469
|
required: string[];
|
|
@@ -11314,6 +11500,7 @@ declare const _default: {
|
|
|
11314
11500
|
type: string;
|
|
11315
11501
|
};
|
|
11316
11502
|
mutation_code: {
|
|
11503
|
+
description: string;
|
|
11317
11504
|
enum: string[];
|
|
11318
11505
|
type: string;
|
|
11319
11506
|
};
|
|
@@ -11485,9 +11672,9 @@ declare const _default: {
|
|
|
11485
11672
|
description: string;
|
|
11486
11673
|
properties: {
|
|
11487
11674
|
created_at: {
|
|
11675
|
+
description: string;
|
|
11488
11676
|
format: string;
|
|
11489
11677
|
type: string;
|
|
11490
|
-
description?: never;
|
|
11491
11678
|
};
|
|
11492
11679
|
error_code: {
|
|
11493
11680
|
description: string;
|
|
@@ -11495,17 +11682,18 @@ declare const _default: {
|
|
|
11495
11682
|
type: string;
|
|
11496
11683
|
};
|
|
11497
11684
|
is_connected_account_error: {
|
|
11685
|
+
description: string;
|
|
11498
11686
|
enum: boolean[];
|
|
11499
11687
|
type: string;
|
|
11500
|
-
description?: never;
|
|
11501
11688
|
};
|
|
11502
11689
|
is_device_error: {
|
|
11690
|
+
description: string;
|
|
11503
11691
|
enum: boolean[];
|
|
11504
11692
|
type: string;
|
|
11505
11693
|
};
|
|
11506
11694
|
message: {
|
|
11695
|
+
description: string;
|
|
11507
11696
|
type: string;
|
|
11508
|
-
description?: never;
|
|
11509
11697
|
};
|
|
11510
11698
|
is_bridge_error?: never;
|
|
11511
11699
|
};
|
|
@@ -11515,9 +11703,9 @@ declare const _default: {
|
|
|
11515
11703
|
description: string;
|
|
11516
11704
|
properties: {
|
|
11517
11705
|
created_at: {
|
|
11706
|
+
description: string;
|
|
11518
11707
|
format: string;
|
|
11519
11708
|
type: string;
|
|
11520
|
-
description?: never;
|
|
11521
11709
|
};
|
|
11522
11710
|
error_code: {
|
|
11523
11711
|
description: string;
|
|
@@ -11525,12 +11713,13 @@ declare const _default: {
|
|
|
11525
11713
|
type: string;
|
|
11526
11714
|
};
|
|
11527
11715
|
is_device_error: {
|
|
11716
|
+
description: string;
|
|
11528
11717
|
enum: boolean[];
|
|
11529
11718
|
type: string;
|
|
11530
11719
|
};
|
|
11531
11720
|
message: {
|
|
11721
|
+
description: string;
|
|
11532
11722
|
type: string;
|
|
11533
|
-
description?: never;
|
|
11534
11723
|
};
|
|
11535
11724
|
is_connected_account_error?: never;
|
|
11536
11725
|
is_bridge_error?: never;
|
|
@@ -11758,10 +11947,12 @@ declare const _default: {
|
|
|
11758
11947
|
description: string;
|
|
11759
11948
|
properties: {
|
|
11760
11949
|
created_at: {
|
|
11950
|
+
description: string;
|
|
11761
11951
|
format: string;
|
|
11762
11952
|
type: string;
|
|
11763
11953
|
};
|
|
11764
11954
|
message: {
|
|
11955
|
+
description: string;
|
|
11765
11956
|
type: string;
|
|
11766
11957
|
};
|
|
11767
11958
|
warning_code: {
|
|
@@ -11909,20 +12100,25 @@ declare const _default: {
|
|
|
11909
12100
|
'x-route-path': string;
|
|
11910
12101
|
};
|
|
11911
12102
|
webhook: {
|
|
12103
|
+
description: string;
|
|
11912
12104
|
properties: {
|
|
11913
12105
|
event_types: {
|
|
12106
|
+
description: string;
|
|
11914
12107
|
items: {
|
|
11915
12108
|
type: string;
|
|
11916
12109
|
};
|
|
11917
12110
|
type: string;
|
|
11918
12111
|
};
|
|
11919
12112
|
secret: {
|
|
12113
|
+
description: string;
|
|
11920
12114
|
type: string;
|
|
11921
12115
|
};
|
|
11922
12116
|
url: {
|
|
12117
|
+
description: string;
|
|
11923
12118
|
type: string;
|
|
11924
12119
|
};
|
|
11925
12120
|
webhook_id: {
|
|
12121
|
+
description: string;
|
|
11926
12122
|
type: string;
|
|
11927
12123
|
};
|
|
11928
12124
|
};
|
|
@@ -11934,6 +12130,7 @@ declare const _default: {
|
|
|
11934
12130
|
description: string;
|
|
11935
12131
|
properties: {
|
|
11936
12132
|
company_name: {
|
|
12133
|
+
description: string;
|
|
11937
12134
|
type: string;
|
|
11938
12135
|
};
|
|
11939
12136
|
connect_partner_name: {
|
|
@@ -11945,25 +12142,31 @@ declare const _default: {
|
|
|
11945
12142
|
connect_webview_customization: {
|
|
11946
12143
|
properties: {
|
|
11947
12144
|
inviter_logo_url: {
|
|
12145
|
+
description: string;
|
|
11948
12146
|
type: string;
|
|
11949
12147
|
};
|
|
11950
12148
|
logo_shape: {
|
|
12149
|
+
description: string;
|
|
11951
12150
|
enum: string[];
|
|
11952
12151
|
type: string;
|
|
11953
12152
|
};
|
|
11954
12153
|
primary_button_color: {
|
|
12154
|
+
description: string;
|
|
11955
12155
|
type: string;
|
|
11956
12156
|
};
|
|
11957
12157
|
primary_button_text_color: {
|
|
12158
|
+
description: string;
|
|
11958
12159
|
type: string;
|
|
11959
12160
|
};
|
|
11960
12161
|
success_message: {
|
|
12162
|
+
description: string;
|
|
11961
12163
|
type: string;
|
|
11962
12164
|
};
|
|
11963
12165
|
};
|
|
11964
12166
|
type: string;
|
|
11965
12167
|
};
|
|
11966
12168
|
is_sandbox: {
|
|
12169
|
+
description: string;
|
|
11967
12170
|
type: string;
|
|
11968
12171
|
};
|
|
11969
12172
|
is_suspended: {
|
|
@@ -11971,9 +12174,11 @@ declare const _default: {
|
|
|
11971
12174
|
type: string;
|
|
11972
12175
|
};
|
|
11973
12176
|
name: {
|
|
12177
|
+
description: string;
|
|
11974
12178
|
type: string;
|
|
11975
12179
|
};
|
|
11976
12180
|
workspace_id: {
|
|
12181
|
+
description: string;
|
|
11977
12182
|
format: string;
|
|
11978
12183
|
type: string;
|
|
11979
12184
|
};
|
|
@@ -20137,16 +20342,20 @@ declare const _default: {
|
|
|
20137
20342
|
schema: {
|
|
20138
20343
|
properties: {
|
|
20139
20344
|
bridge: {
|
|
20345
|
+
description: string;
|
|
20140
20346
|
properties: {
|
|
20141
20347
|
bridge_id: {
|
|
20348
|
+
description: string;
|
|
20142
20349
|
format: string;
|
|
20143
20350
|
type: string;
|
|
20144
20351
|
};
|
|
20145
20352
|
created_at: {
|
|
20353
|
+
description: string;
|
|
20146
20354
|
format: string;
|
|
20147
20355
|
type: string;
|
|
20148
20356
|
};
|
|
20149
20357
|
workspace_id: {
|
|
20358
|
+
description: string;
|
|
20150
20359
|
format: string;
|
|
20151
20360
|
type: string;
|
|
20152
20361
|
};
|
|
@@ -20219,16 +20428,20 @@ declare const _default: {
|
|
|
20219
20428
|
properties: {
|
|
20220
20429
|
bridges: {
|
|
20221
20430
|
items: {
|
|
20431
|
+
description: string;
|
|
20222
20432
|
properties: {
|
|
20223
20433
|
bridge_id: {
|
|
20434
|
+
description: string;
|
|
20224
20435
|
format: string;
|
|
20225
20436
|
type: string;
|
|
20226
20437
|
};
|
|
20227
20438
|
created_at: {
|
|
20439
|
+
description: string;
|
|
20228
20440
|
format: string;
|
|
20229
20441
|
type: string;
|
|
20230
20442
|
};
|
|
20231
20443
|
workspace_id: {
|
|
20444
|
+
description: string;
|
|
20232
20445
|
format: string;
|
|
20233
20446
|
type: string;
|
|
20234
20447
|
};
|
|
@@ -20305,9 +20518,11 @@ declare const _default: {
|
|
|
20305
20518
|
type: string;
|
|
20306
20519
|
};
|
|
20307
20520
|
customer_id: {
|
|
20521
|
+
description: string;
|
|
20308
20522
|
type: string;
|
|
20309
20523
|
};
|
|
20310
20524
|
customer_key: {
|
|
20525
|
+
description: string;
|
|
20311
20526
|
type: string;
|
|
20312
20527
|
};
|
|
20313
20528
|
expires_at: {
|
|
@@ -20420,9 +20635,11 @@ declare const _default: {
|
|
|
20420
20635
|
type: string;
|
|
20421
20636
|
};
|
|
20422
20637
|
customer_id: {
|
|
20638
|
+
description: string;
|
|
20423
20639
|
type: string;
|
|
20424
20640
|
};
|
|
20425
20641
|
customer_key: {
|
|
20642
|
+
description: string;
|
|
20426
20643
|
type: string;
|
|
20427
20644
|
};
|
|
20428
20645
|
expires_at: {
|
|
@@ -32017,20 +32234,25 @@ declare const _default: {
|
|
|
32017
32234
|
spaces: {
|
|
32018
32235
|
description: string;
|
|
32019
32236
|
items: {
|
|
32237
|
+
description: string;
|
|
32020
32238
|
properties: {
|
|
32021
32239
|
custom_metadata: {
|
|
32022
32240
|
additionalProperties: {
|
|
32023
32241
|
type: string;
|
|
32024
32242
|
};
|
|
32243
|
+
description: string;
|
|
32025
32244
|
type: string;
|
|
32026
32245
|
};
|
|
32027
32246
|
description: {
|
|
32247
|
+
description: string;
|
|
32028
32248
|
type: string;
|
|
32029
32249
|
};
|
|
32030
32250
|
name: {
|
|
32251
|
+
description: string;
|
|
32031
32252
|
type: string;
|
|
32032
32253
|
};
|
|
32033
32254
|
space_key: {
|
|
32255
|
+
description: string;
|
|
32034
32256
|
type: string;
|
|
32035
32257
|
};
|
|
32036
32258
|
};
|
|
@@ -32184,20 +32406,25 @@ declare const _default: {
|
|
|
32184
32406
|
spaces: {
|
|
32185
32407
|
description: string;
|
|
32186
32408
|
items: {
|
|
32409
|
+
description: string;
|
|
32187
32410
|
properties: {
|
|
32188
32411
|
custom_metadata: {
|
|
32189
32412
|
additionalProperties: {
|
|
32190
32413
|
type: string;
|
|
32191
32414
|
};
|
|
32415
|
+
description: string;
|
|
32192
32416
|
type: string;
|
|
32193
32417
|
};
|
|
32194
32418
|
description: {
|
|
32419
|
+
description: string;
|
|
32195
32420
|
type: string;
|
|
32196
32421
|
};
|
|
32197
32422
|
name: {
|
|
32423
|
+
description: string;
|
|
32198
32424
|
type: string;
|
|
32199
32425
|
};
|
|
32200
32426
|
space_key: {
|
|
32427
|
+
description: string;
|
|
32201
32428
|
type: string;
|
|
32202
32429
|
};
|
|
32203
32430
|
};
|
|
@@ -32275,11 +32502,13 @@ declare const _default: {
|
|
|
32275
32502
|
schema: {
|
|
32276
32503
|
oneOf: ({
|
|
32277
32504
|
items: {
|
|
32505
|
+
description: string;
|
|
32278
32506
|
properties: {
|
|
32279
32507
|
custom_metadata: {
|
|
32280
32508
|
additionalProperties: {
|
|
32281
32509
|
type: string;
|
|
32282
32510
|
};
|
|
32511
|
+
description: string;
|
|
32283
32512
|
type: string;
|
|
32284
32513
|
};
|
|
32285
32514
|
customer_key: {
|
|
@@ -32287,21 +32516,26 @@ declare const _default: {
|
|
|
32287
32516
|
type: string;
|
|
32288
32517
|
};
|
|
32289
32518
|
description: {
|
|
32519
|
+
description: string;
|
|
32290
32520
|
type: string;
|
|
32291
32521
|
};
|
|
32292
32522
|
email_address: {
|
|
32523
|
+
description: string;
|
|
32293
32524
|
type: string;
|
|
32294
32525
|
};
|
|
32295
32526
|
ends_at: {
|
|
32527
|
+
description: string;
|
|
32296
32528
|
type: string;
|
|
32297
32529
|
};
|
|
32298
32530
|
location_keys: {
|
|
32531
|
+
description: string;
|
|
32299
32532
|
items: {
|
|
32300
32533
|
type: string;
|
|
32301
32534
|
};
|
|
32302
32535
|
type: string;
|
|
32303
32536
|
};
|
|
32304
32537
|
name: {
|
|
32538
|
+
description: string;
|
|
32305
32539
|
type: string;
|
|
32306
32540
|
};
|
|
32307
32541
|
partner_resource_key: {
|
|
@@ -32313,12 +32547,15 @@ declare const _default: {
|
|
|
32313
32547
|
type: string;
|
|
32314
32548
|
};
|
|
32315
32549
|
phone_number: {
|
|
32550
|
+
description: string;
|
|
32316
32551
|
type: string;
|
|
32317
32552
|
};
|
|
32318
32553
|
starts_at: {
|
|
32554
|
+
description: string;
|
|
32319
32555
|
type: string;
|
|
32320
32556
|
};
|
|
32321
32557
|
user_identity_key: {
|
|
32558
|
+
description: string;
|
|
32322
32559
|
type: string;
|
|
32323
32560
|
};
|
|
32324
32561
|
};
|
|
@@ -32327,15 +32564,18 @@ declare const _default: {
|
|
|
32327
32564
|
'x-undocumented': string;
|
|
32328
32565
|
};
|
|
32329
32566
|
type: string;
|
|
32567
|
+
description?: never;
|
|
32330
32568
|
properties?: never;
|
|
32331
32569
|
'x-route-path'?: never;
|
|
32332
32570
|
'x-undocumented'?: never;
|
|
32333
32571
|
} | {
|
|
32572
|
+
description: string;
|
|
32334
32573
|
properties: {
|
|
32335
32574
|
custom_metadata: {
|
|
32336
32575
|
additionalProperties: {
|
|
32337
32576
|
type: string;
|
|
32338
32577
|
};
|
|
32578
|
+
description: string;
|
|
32339
32579
|
type: string;
|
|
32340
32580
|
};
|
|
32341
32581
|
customer_key: {
|
|
@@ -32343,21 +32583,26 @@ declare const _default: {
|
|
|
32343
32583
|
type: string;
|
|
32344
32584
|
};
|
|
32345
32585
|
description: {
|
|
32586
|
+
description: string;
|
|
32346
32587
|
type: string;
|
|
32347
32588
|
};
|
|
32348
32589
|
email_address: {
|
|
32590
|
+
description: string;
|
|
32349
32591
|
type: string;
|
|
32350
32592
|
};
|
|
32351
32593
|
ends_at: {
|
|
32594
|
+
description: string;
|
|
32352
32595
|
type: string;
|
|
32353
32596
|
};
|
|
32354
32597
|
location_keys: {
|
|
32598
|
+
description: string;
|
|
32355
32599
|
items: {
|
|
32356
32600
|
type: string;
|
|
32357
32601
|
};
|
|
32358
32602
|
type: string;
|
|
32359
32603
|
};
|
|
32360
32604
|
name: {
|
|
32605
|
+
description: string;
|
|
32361
32606
|
type: string;
|
|
32362
32607
|
};
|
|
32363
32608
|
partner_resource_key: {
|
|
@@ -32369,12 +32614,15 @@ declare const _default: {
|
|
|
32369
32614
|
type: string;
|
|
32370
32615
|
};
|
|
32371
32616
|
phone_number: {
|
|
32617
|
+
description: string;
|
|
32372
32618
|
type: string;
|
|
32373
32619
|
};
|
|
32374
32620
|
starts_at: {
|
|
32621
|
+
description: string;
|
|
32375
32622
|
type: string;
|
|
32376
32623
|
};
|
|
32377
32624
|
user_identity_key: {
|
|
32625
|
+
description: string;
|
|
32378
32626
|
type: string;
|
|
32379
32627
|
};
|
|
32380
32628
|
};
|