@seamapi/types 1.416.1 → 1.416.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/dist/connect.cjs +4125 -1987
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +11471 -6206
  4. package/lib/seam/connect/models/access-codes/managed-access-code.js +1 -1
  5. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  6. package/lib/seam/connect/models/access-grants/access-grant.js +6 -5
  7. package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
  8. package/lib/seam/connect/models/access-grants/access-method.js +4 -3
  9. package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
  10. package/lib/seam/connect/models/access-grants/requested-access-method.js +2 -2
  11. package/lib/seam/connect/models/access-grants/requested-access-method.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-credential-pool.js +2 -1
  13. package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +2 -1
  15. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
  16. package/lib/seam/connect/models/acs/acs-users/acs-user.js +37 -37
  17. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  18. package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +57 -19
  19. package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
  20. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +52 -15
  21. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
  22. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +7 -3
  23. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
  24. package/lib/seam/connect/models/acs/metadata/latch.js +16 -6
  25. package/lib/seam/connect/models/acs/metadata/latch.js.map +1 -1
  26. package/lib/seam/connect/models/acs/metadata/salto-space.js +14 -5
  27. package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
  28. package/lib/seam/connect/models/acs/metadata/salto.js +32 -10
  29. package/lib/seam/connect/models/acs/metadata/salto.js.map +1 -1
  30. package/lib/seam/connect/models/acs/metadata/visionline.js +53 -23
  31. package/lib/seam/connect/models/acs/metadata/visionline.js.map +1 -1
  32. package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -0
  33. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
  34. package/lib/seam/connect/models/action-attempts/activate-climate-preset.js +15 -9
  35. package/lib/seam/connect/models/action-attempts/activate-climate-preset.js.map +1 -1
  36. package/lib/seam/connect/models/action-attempts/deprecated.js +120 -52
  37. package/lib/seam/connect/models/action-attempts/deprecated.js.map +1 -1
  38. package/lib/seam/connect/models/action-attempts/encode-access-method.js +35 -17
  39. package/lib/seam/connect/models/action-attempts/encode-access-method.js.map +1 -1
  40. package/lib/seam/connect/models/action-attempts/encode-credential.js +35 -17
  41. package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
  42. package/lib/seam/connect/models/action-attempts/lock-door.js +15 -9
  43. package/lib/seam/connect/models/action-attempts/lock-door.js.map +1 -1
  44. package/lib/seam/connect/models/action-attempts/push-thermostat-programs.js +13 -7
  45. package/lib/seam/connect/models/action-attempts/push-thermostat-programs.js.map +1 -1
  46. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js +15 -9
  47. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js.map +1 -1
  48. package/lib/seam/connect/models/action-attempts/scan-credential.js +34 -16
  49. package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
  50. package/lib/seam/connect/models/action-attempts/set-fan-mode.js +15 -9
  51. package/lib/seam/connect/models/action-attempts/set-fan-mode.js.map +1 -1
  52. package/lib/seam/connect/models/action-attempts/set-hvac-mode.js +15 -9
  53. package/lib/seam/connect/models/action-attempts/set-hvac-mode.js.map +1 -1
  54. package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.js +15 -9
  55. package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.js.map +1 -1
  56. package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.js +15 -9
  57. package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.js.map +1 -1
  58. package/lib/seam/connect/models/action-attempts/unlock-door.js +15 -9
  59. package/lib/seam/connect/models/action-attempts/unlock-door.js.map +1 -1
  60. package/lib/seam/connect/models/bridges/bridge-client-session.js +66 -25
  61. package/lib/seam/connect/models/bridges/bridge-client-session.js.map +1 -1
  62. package/lib/seam/connect/models/bridges/bridge-connected-system.js +32 -9
  63. package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -1
  64. package/lib/seam/connect/models/bridges/bridge.js +10 -3
  65. package/lib/seam/connect/models/bridges/bridge.js.map +1 -1
  66. package/lib/seam/connect/models/client-sessions/client-session.js +47 -13
  67. package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
  68. package/lib/seam/connect/models/connect-webviews/connect-webview.js +7 -9
  69. package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
  70. package/lib/seam/connect/models/connected-accounts/connected-account.js +8 -8
  71. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  72. package/lib/seam/connect/models/custom-metadata.js +1 -1
  73. package/lib/seam/connect/models/custom-metadata.js.map +1 -1
  74. package/lib/seam/connect/models/devices/capability-properties/lock.js +2 -1
  75. package/lib/seam/connect/models/devices/capability-properties/lock.js.map +1 -1
  76. package/lib/seam/connect/models/devices/device-metadata.js +493 -480
  77. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  78. package/lib/seam/connect/models/devices/device.js +67 -47
  79. package/lib/seam/connect/models/devices/device.js.map +1 -1
  80. package/lib/seam/connect/models/devices/phone.js +1 -1
  81. package/lib/seam/connect/models/events/access-codes.js +1 -1
  82. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  83. package/lib/seam/connect/models/events/acs/credentials.js +4 -4
  84. package/lib/seam/connect/models/events/acs/encoders.js +2 -2
  85. package/lib/seam/connect/models/events/acs/entrances.js +2 -2
  86. package/lib/seam/connect/models/events/common.js +1 -1
  87. package/lib/seam/connect/models/events/common.js.map +1 -1
  88. package/lib/seam/connect/models/events/connect-webviews.js +2 -2
  89. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  90. package/lib/seam/connect/models/events/connected-accounts.js +2 -2
  91. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  92. package/lib/seam/connect/models/events/devices.js +1 -1
  93. package/lib/seam/connect/models/events/devices.js.map +1 -1
  94. package/lib/seam/connect/models/instant-keys/instant-key.js +28 -7
  95. package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
  96. package/lib/seam/connect/models/partner/magic-link.js +22 -11
  97. package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
  98. package/lib/seam/connect/models/partner/resources.js +61 -20
  99. package/lib/seam/connect/models/partner/resources.js.map +1 -1
  100. package/lib/seam/connect/models/phones/phone-registration.js +7 -4
  101. package/lib/seam/connect/models/phones/phone-registration.js.map +1 -1
  102. package/lib/seam/connect/models/phones/phone-session.js +10 -4
  103. package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
  104. package/lib/seam/connect/models/schedule.js +4 -2
  105. package/lib/seam/connect/models/schedule.js.map +1 -1
  106. package/lib/seam/connect/models/spaces/space.js +5 -4
  107. package/lib/seam/connect/models/spaces/space.js.map +1 -1
  108. package/lib/seam/connect/models/webhooks/webhook.js +16 -5
  109. package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
  110. package/lib/seam/connect/models/workspaces/workspace.js +33 -11
  111. package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
  112. package/lib/seam/connect/openapi.d.ts +410 -172
  113. package/lib/seam/connect/openapi.js +3231 -1186
  114. package/lib/seam/connect/openapi.js.map +1 -1
  115. package/lib/seam/connect/route-types.d.ts +11061 -6034
  116. package/package.json +2 -2
  117. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -1
  118. package/src/lib/seam/connect/models/access-grants/access-grant.ts +6 -9
  119. package/src/lib/seam/connect/models/access-grants/access-method.ts +4 -5
  120. package/src/lib/seam/connect/models/access-grants/requested-access-method.ts +2 -2
  121. package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +2 -1
  122. package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +2 -1
  123. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +37 -37
  124. package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +69 -19
  125. package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +63 -16
  126. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +11 -3
  127. package/src/lib/seam/connect/models/acs/metadata/latch.ts +16 -6
  128. package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +14 -5
  129. package/src/lib/seam/connect/models/acs/metadata/salto.ts +32 -10
  130. package/src/lib/seam/connect/models/acs/metadata/visionline.ts +60 -28
  131. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -0
  132. package/src/lib/seam/connect/models/action-attempts/activate-climate-preset.ts +19 -9
  133. package/src/lib/seam/connect/models/action-attempts/deprecated.ts +174 -104
  134. package/src/lib/seam/connect/models/action-attempts/encode-access-method.ts +49 -17
  135. package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +49 -18
  136. package/src/lib/seam/connect/models/action-attempts/lock-door.ts +17 -9
  137. package/src/lib/seam/connect/models/action-attempts/push-thermostat-programs.ts +17 -7
  138. package/src/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.ts +19 -9
  139. package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +52 -22
  140. package/src/lib/seam/connect/models/action-attempts/set-fan-mode.ts +19 -9
  141. package/src/lib/seam/connect/models/action-attempts/set-hvac-mode.ts +19 -9
  142. package/src/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.ts +19 -9
  143. package/src/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.ts +19 -9
  144. package/src/lib/seam/connect/models/action-attempts/unlock-door.ts +17 -9
  145. package/src/lib/seam/connect/models/bridges/bridge-client-session.ts +84 -25
  146. package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +42 -9
  147. package/src/lib/seam/connect/models/bridges/bridge.ts +12 -3
  148. package/src/lib/seam/connect/models/client-sessions/client-session.ts +69 -13
  149. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +10 -10
  150. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +12 -8
  151. package/src/lib/seam/connect/models/custom-metadata.ts +1 -1
  152. package/src/lib/seam/connect/models/devices/capability-properties/lock.ts +2 -1
  153. package/src/lib/seam/connect/models/devices/device-metadata.ts +588 -521
  154. package/src/lib/seam/connect/models/devices/device.ts +89 -47
  155. package/src/lib/seam/connect/models/devices/phone.ts +1 -1
  156. package/src/lib/seam/connect/models/events/access-codes.ts +1 -1
  157. package/src/lib/seam/connect/models/events/acs/credentials.ts +4 -4
  158. package/src/lib/seam/connect/models/events/acs/encoders.ts +2 -2
  159. package/src/lib/seam/connect/models/events/acs/entrances.ts +2 -2
  160. package/src/lib/seam/connect/models/events/common.ts +3 -1
  161. package/src/lib/seam/connect/models/events/connect-webviews.ts +6 -2
  162. package/src/lib/seam/connect/models/events/connected-accounts.ts +6 -2
  163. package/src/lib/seam/connect/models/events/devices.ts +3 -1
  164. package/src/lib/seam/connect/models/instant-keys/instant-key.ts +34 -7
  165. package/src/lib/seam/connect/models/partner/magic-link.ts +24 -11
  166. package/src/lib/seam/connect/models/partner/resources.ts +73 -20
  167. package/src/lib/seam/connect/models/phones/phone-registration.ts +7 -4
  168. package/src/lib/seam/connect/models/phones/phone-session.ts +21 -13
  169. package/src/lib/seam/connect/models/schedule.ts +19 -15
  170. package/src/lib/seam/connect/models/spaces/space.ts +5 -4
  171. package/src/lib/seam/connect/models/webhooks/webhook.ts +24 -5
  172. package/src/lib/seam/connect/models/workspaces/workspace.ts +53 -11
  173. package/src/lib/seam/connect/openapi.ts +4123 -1457
  174. package/src/lib/seam/connect/route-types.ts +11061 -6034
@@ -73,9 +73,9 @@ declare const _default: {
73
73
  description: string;
74
74
  properties: {
75
75
  created_at: {
76
+ description: string;
76
77
  format: string;
77
78
  type: string;
78
- description?: never;
79
79
  };
80
80
  error_code: {
81
81
  description: string;
@@ -83,17 +83,18 @@ declare const _default: {
83
83
  type: string;
84
84
  };
85
85
  is_connected_account_error: {
86
+ description: string;
86
87
  enum: boolean[];
87
88
  type: string;
88
- description?: never;
89
89
  };
90
90
  is_device_error: {
91
+ description: string;
91
92
  enum: boolean[];
92
93
  type: string;
93
94
  };
94
95
  message: {
96
+ description: string;
95
97
  type: string;
96
- description?: never;
97
98
  };
98
99
  is_access_code_error?: never;
99
100
  is_bridge_error?: never;
@@ -104,9 +105,9 @@ declare const _default: {
104
105
  description: string;
105
106
  properties: {
106
107
  created_at: {
108
+ description: string;
107
109
  format: string;
108
110
  type: string;
109
- description?: never;
110
111
  };
111
112
  error_code: {
112
113
  description: string;
@@ -114,12 +115,13 @@ declare const _default: {
114
115
  type: string;
115
116
  };
116
117
  is_device_error: {
118
+ description: string;
117
119
  enum: boolean[];
118
120
  type: string;
119
121
  };
120
122
  message: {
123
+ description: string;
121
124
  type: string;
122
- description?: never;
123
125
  };
124
126
  is_access_code_error?: never;
125
127
  is_connected_account_error?: never;
@@ -259,6 +261,7 @@ declare const _default: {
259
261
  'x-route-path': string;
260
262
  };
261
263
  access_grant: {
264
+ description: string;
262
265
  properties: {
263
266
  access_grant_id: {
264
267
  description: string;
@@ -348,6 +351,7 @@ declare const _default: {
348
351
  'x-route-path': string;
349
352
  };
350
353
  access_method: {
354
+ description: string;
351
355
  properties: {
352
356
  access_method_id: {
353
357
  description: string;
@@ -512,24 +516,30 @@ declare const _default: {
512
516
  description: string;
513
517
  properties: {
514
518
  auto_join: {
519
+ description: string;
515
520
  type: string;
516
521
  };
517
522
  door_names: {
523
+ description: string;
518
524
  items: {
519
525
  type: string;
520
526
  };
521
527
  type: string;
522
528
  };
523
529
  endpoint_id: {
530
+ description: string;
524
531
  type: string;
525
532
  };
526
533
  key_id: {
534
+ description: string;
527
535
  type: string;
528
536
  };
529
537
  key_issuing_request_id: {
538
+ description: string;
530
539
  type: string;
531
540
  };
532
541
  override_guest_acs_entrance_ids: {
542
+ description: string;
533
543
  items: {
534
544
  type: string;
535
545
  };
@@ -633,16 +643,20 @@ declare const _default: {
633
643
  description: string;
634
644
  properties: {
635
645
  auto_join: {
646
+ description: string;
636
647
  type: string;
637
648
  };
638
649
  card_function_type: {
650
+ description: string;
639
651
  enum: string[];
640
652
  type: string;
641
653
  };
642
654
  card_id: {
655
+ description: string;
643
656
  type: string;
644
657
  };
645
658
  common_acs_entrance_ids: {
659
+ description: string;
646
660
  items: {
647
661
  format: string;
648
662
  type: string;
@@ -650,9 +664,11 @@ declare const _default: {
650
664
  type: string;
651
665
  };
652
666
  credential_id: {
667
+ description: string;
653
668
  type: string;
654
669
  };
655
670
  guest_acs_entrance_ids: {
671
+ description: string;
656
672
  items: {
657
673
  format: string;
658
674
  type: string;
@@ -660,9 +676,11 @@ declare const _default: {
660
676
  type: string;
661
677
  };
662
678
  is_valid: {
679
+ description: string;
663
680
  type: string;
664
681
  };
665
682
  joiner_acs_credential_ids: {
683
+ description: string;
666
684
  items: {
667
685
  format: string;
668
686
  type: string;
@@ -715,6 +733,7 @@ declare const _default: {
715
733
  'x-route-path': string;
716
734
  };
717
735
  acs_credential_pool: {
736
+ deprecated: boolean;
718
737
  properties: {
719
738
  acs_credential_pool_id: {
720
739
  format: string;
@@ -746,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,20 +878,25 @@ 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
  };
@@ -889,6 +916,7 @@ declare const _default: {
889
916
  description: string;
890
917
  properties: {
891
918
  access_point_name: {
919
+ description: string;
892
920
  type: string;
893
921
  };
894
922
  };
@@ -917,15 +945,19 @@ declare const _default: {
917
945
  description: string;
918
946
  properties: {
919
947
  accessibility_type: {
948
+ description: string;
920
949
  type: string;
921
950
  };
922
951
  door_name: {
952
+ description: string;
923
953
  type: string;
924
954
  };
925
955
  door_type: {
956
+ description: string;
926
957
  type: string;
927
958
  };
928
959
  is_connected: {
960
+ description: string;
929
961
  type: string;
930
962
  };
931
963
  };
@@ -936,27 +968,35 @@ declare const _default: {
936
968
  description: string;
937
969
  properties: {
938
970
  battery_level: {
971
+ description: string;
939
972
  type: string;
940
973
  };
941
974
  door_name: {
975
+ description: string;
942
976
  type: string;
943
977
  };
944
978
  intrusion_alarm: {
979
+ description: string;
945
980
  type: string;
946
981
  };
947
982
  left_open_alarm: {
983
+ description: string;
948
984
  type: string;
949
985
  };
950
986
  lock_type: {
987
+ description: string;
951
988
  type: string;
952
989
  };
953
990
  locked_state: {
991
+ description: string;
954
992
  type: string;
955
993
  };
956
994
  online: {
995
+ description: string;
957
996
  type: string;
958
997
  };
959
998
  privacy_mode: {
999
+ description: string;
960
1000
  type: string;
961
1001
  };
962
1002
  };
@@ -967,12 +1007,15 @@ declare const _default: {
967
1007
  description: string;
968
1008
  properties: {
969
1009
  door_description: {
1010
+ description: string;
970
1011
  type: string;
971
1012
  };
972
1013
  door_name: {
1014
+ description: string;
973
1015
  type: string;
974
1016
  };
975
1017
  ext_door_id: {
1018
+ description: string;
976
1019
  type: string;
977
1020
  };
978
1021
  };
@@ -983,19 +1026,24 @@ declare const _default: {
983
1026
  description: string;
984
1027
  properties: {
985
1028
  door_category: {
1029
+ description: string;
986
1030
  enum: string[];
987
1031
  type: string;
988
1032
  };
989
1033
  door_name: {
1034
+ description: string;
990
1035
  type: string;
991
1036
  };
992
1037
  profiles: {
1038
+ description: string;
993
1039
  items: {
994
1040
  properties: {
995
1041
  visionline_door_profile_id: {
1042
+ description: string;
996
1043
  type: string;
997
1044
  };
998
1045
  visionline_door_profile_type: {
1046
+ description: string;
999
1047
  enum: string[];
1000
1048
  type: string;
1001
1049
  };
@@ -1385,6 +1433,7 @@ declare const _default: {
1385
1433
  type: string;
1386
1434
  };
1387
1435
  mutation_code: {
1436
+ description: string;
1388
1437
  enum: string[];
1389
1438
  type: string;
1390
1439
  };
@@ -1401,17 +1450,21 @@ declare const _default: {
1401
1450
  type: string;
1402
1451
  };
1403
1452
  from: {
1453
+ description: string;
1404
1454
  properties: {
1405
1455
  email_address: {
1456
+ description: string;
1406
1457
  format: string;
1407
1458
  nullable: boolean;
1408
1459
  type: string;
1409
1460
  };
1410
1461
  full_name: {
1462
+ description: string;
1411
1463
  nullable: boolean;
1412
1464
  type: string;
1413
1465
  };
1414
1466
  phone_number: {
1467
+ description: string;
1415
1468
  nullable: boolean;
1416
1469
  type: string;
1417
1470
  };
@@ -1422,28 +1475,32 @@ declare const _default: {
1422
1475
  };
1423
1476
  type: string;
1424
1477
  required?: never;
1425
- description?: never;
1426
1478
  };
1427
1479
  message: {
1428
1480
  description: string;
1429
1481
  type: string;
1430
1482
  };
1431
1483
  mutation_code: {
1484
+ description: string;
1432
1485
  enum: string[];
1433
1486
  type: string;
1434
1487
  };
1435
1488
  to: {
1489
+ description: string;
1436
1490
  properties: {
1437
1491
  email_address: {
1492
+ description: string;
1438
1493
  format: string;
1439
1494
  nullable: boolean;
1440
1495
  type: string;
1441
1496
  };
1442
1497
  full_name: {
1498
+ description: string;
1443
1499
  nullable: boolean;
1444
1500
  type: string;
1445
1501
  };
1446
1502
  phone_number: {
1503
+ description: string;
1447
1504
  nullable: boolean;
1448
1505
  type: string;
1449
1506
  };
@@ -1454,7 +1511,6 @@ declare const _default: {
1454
1511
  };
1455
1512
  type: string;
1456
1513
  required?: never;
1457
- description?: never;
1458
1514
  };
1459
1515
  };
1460
1516
  required: string[];
@@ -1469,13 +1525,16 @@ declare const _default: {
1469
1525
  type: string;
1470
1526
  };
1471
1527
  from: {
1528
+ description: string;
1472
1529
  properties: {
1473
1530
  ends_at: {
1531
+ description: string;
1474
1532
  format: string;
1475
1533
  nullable: boolean;
1476
1534
  type: string;
1477
1535
  };
1478
1536
  starts_at: {
1537
+ description: string;
1479
1538
  format: string;
1480
1539
  nullable: boolean;
1481
1540
  type: string;
@@ -1488,24 +1547,27 @@ declare const _default: {
1488
1547
  };
1489
1548
  required: string[];
1490
1549
  type: string;
1491
- description?: never;
1492
1550
  };
1493
1551
  message: {
1494
1552
  description: string;
1495
1553
  type: string;
1496
1554
  };
1497
1555
  mutation_code: {
1556
+ description: string;
1498
1557
  enum: string[];
1499
1558
  type: string;
1500
1559
  };
1501
1560
  to: {
1561
+ description: string;
1502
1562
  properties: {
1503
1563
  ends_at: {
1564
+ description: string;
1504
1565
  format: string;
1505
1566
  nullable: boolean;
1506
1567
  type: string;
1507
1568
  };
1508
1569
  starts_at: {
1570
+ description: string;
1509
1571
  format: string;
1510
1572
  nullable: boolean;
1511
1573
  type: string;
@@ -1518,7 +1580,6 @@ declare const _default: {
1518
1580
  };
1519
1581
  required: string[];
1520
1582
  type: string;
1521
- description?: never;
1522
1583
  };
1523
1584
  };
1524
1585
  required: string[];
@@ -1532,6 +1593,7 @@ declare const _default: {
1532
1593
  type: string;
1533
1594
  };
1534
1595
  from: {
1596
+ description: string;
1535
1597
  properties: {
1536
1598
  is_suspended: {
1537
1599
  type: string;
@@ -1545,17 +1607,18 @@ declare const _default: {
1545
1607
  };
1546
1608
  required: string[];
1547
1609
  type: string;
1548
- description?: never;
1549
1610
  };
1550
1611
  message: {
1551
1612
  description: string;
1552
1613
  type: string;
1553
1614
  };
1554
1615
  mutation_code: {
1616
+ description: string;
1555
1617
  enum: string[];
1556
1618
  type: string;
1557
1619
  };
1558
1620
  to: {
1621
+ description: string;
1559
1622
  properties: {
1560
1623
  is_suspended: {
1561
1624
  type: string;
@@ -1569,7 +1632,6 @@ declare const _default: {
1569
1632
  };
1570
1633
  required: string[];
1571
1634
  type: string;
1572
- description?: never;
1573
1635
  };
1574
1636
  };
1575
1637
  required: string[];
@@ -1606,6 +1668,7 @@ declare const _default: {
1606
1668
  type: string;
1607
1669
  };
1608
1670
  mutation_code: {
1671
+ description: string;
1609
1672
  enum: string[];
1610
1673
  type: string;
1611
1674
  };
@@ -1699,6 +1762,7 @@ declare const _default: {
1699
1762
  'x-route-path': string;
1700
1763
  };
1701
1764
  action_attempt: {
1765
+ description: string;
1702
1766
  oneOf: ({
1703
1767
  description: string;
1704
1768
  properties: {
@@ -1708,9 +1772,9 @@ declare const _default: {
1708
1772
  type: string;
1709
1773
  };
1710
1774
  action_type: {
1775
+ description: string;
1711
1776
  enum: string[];
1712
1777
  type: string;
1713
- description?: never;
1714
1778
  };
1715
1779
  error: {
1716
1780
  description: string;
@@ -1744,9 +1808,9 @@ declare const _default: {
1744
1808
  type: string;
1745
1809
  };
1746
1810
  action_type: {
1811
+ description: string;
1747
1812
  enum: string[];
1748
1813
  type: string;
1749
- description?: never;
1750
1814
  };
1751
1815
  error: {
1752
1816
  description: string;
@@ -1757,6 +1821,7 @@ declare const _default: {
1757
1821
  oneOf?: never;
1758
1822
  };
1759
1823
  result: {
1824
+ description: string;
1760
1825
  properties: {
1761
1826
  acs_credential_on_encoder?: never;
1762
1827
  acs_credential_on_seam?: never;
@@ -1773,7 +1838,6 @@ declare const _default: {
1773
1838
  noise_threshold?: never;
1774
1839
  };
1775
1840
  type: string;
1776
- description?: never;
1777
1841
  nullable?: never;
1778
1842
  required?: never;
1779
1843
  oneOf?: never;
@@ -1794,22 +1858,24 @@ declare const _default: {
1794
1858
  type: string;
1795
1859
  };
1796
1860
  action_type: {
1861
+ description: string;
1797
1862
  enum: string[];
1798
1863
  type: string;
1799
- description?: never;
1800
1864
  };
1801
1865
  error: {
1866
+ description: string;
1802
1867
  properties: {
1803
1868
  message: {
1869
+ description: string;
1804
1870
  type: string;
1805
1871
  };
1806
1872
  type: {
1873
+ description: string;
1807
1874
  type: string;
1808
1875
  };
1809
1876
  };
1810
1877
  required: string[];
1811
1878
  type: string;
1812
- description?: never;
1813
1879
  nullable?: never;
1814
1880
  oneOf?: never;
1815
1881
  };
@@ -1837,9 +1903,9 @@ declare const _default: {
1837
1903
  type: string;
1838
1904
  };
1839
1905
  action_type: {
1906
+ description: string;
1840
1907
  enum: string[];
1841
1908
  type: string;
1842
- description?: never;
1843
1909
  };
1844
1910
  error: {
1845
1911
  description: string;
@@ -1850,6 +1916,7 @@ declare const _default: {
1850
1916
  oneOf?: never;
1851
1917
  };
1852
1918
  result: {
1919
+ description: string;
1853
1920
  properties: {
1854
1921
  acs_credential_on_encoder: {
1855
1922
  description: string;
@@ -1985,24 +2052,30 @@ declare const _default: {
1985
2052
  description: string;
1986
2053
  properties: {
1987
2054
  auto_join: {
2055
+ description: string;
1988
2056
  type: string;
1989
2057
  };
1990
2058
  door_names: {
2059
+ description: string;
1991
2060
  items: {
1992
2061
  type: string;
1993
2062
  };
1994
2063
  type: string;
1995
2064
  };
1996
2065
  endpoint_id: {
2066
+ description: string;
1997
2067
  type: string;
1998
2068
  };
1999
2069
  key_id: {
2070
+ description: string;
2000
2071
  type: string;
2001
2072
  };
2002
2073
  key_issuing_request_id: {
2074
+ description: string;
2003
2075
  type: string;
2004
2076
  };
2005
2077
  override_guest_acs_entrance_ids: {
2078
+ description: string;
2006
2079
  items: {
2007
2080
  type: string;
2008
2081
  };
@@ -2106,16 +2179,20 @@ declare const _default: {
2106
2179
  description: string;
2107
2180
  properties: {
2108
2181
  auto_join: {
2182
+ description: string;
2109
2183
  type: string;
2110
2184
  };
2111
2185
  card_function_type: {
2186
+ description: string;
2112
2187
  enum: string[];
2113
2188
  type: string;
2114
2189
  };
2115
2190
  card_id: {
2191
+ description: string;
2116
2192
  type: string;
2117
2193
  };
2118
2194
  common_acs_entrance_ids: {
2195
+ description: string;
2119
2196
  items: {
2120
2197
  format: string;
2121
2198
  type: string;
@@ -2123,9 +2200,11 @@ declare const _default: {
2123
2200
  type: string;
2124
2201
  };
2125
2202
  credential_id: {
2203
+ description: string;
2126
2204
  type: string;
2127
2205
  };
2128
2206
  guest_acs_entrance_ids: {
2207
+ description: string;
2129
2208
  items: {
2130
2209
  format: string;
2131
2210
  type: string;
@@ -2133,9 +2212,11 @@ declare const _default: {
2133
2212
  type: string;
2134
2213
  };
2135
2214
  is_valid: {
2215
+ description: string;
2136
2216
  type: string;
2137
2217
  };
2138
2218
  joiner_acs_credential_ids: {
2219
+ description: string;
2139
2220
  items: {
2140
2221
  format: string;
2141
2222
  type: string;
@@ -2218,24 +2299,30 @@ declare const _default: {
2218
2299
  description: string;
2219
2300
  properties: {
2220
2301
  auto_join: {
2302
+ description: string;
2221
2303
  type: string;
2222
2304
  };
2223
2305
  door_names: {
2306
+ description: string;
2224
2307
  items: {
2225
2308
  type: string;
2226
2309
  };
2227
2310
  type: string;
2228
2311
  };
2229
2312
  endpoint_id: {
2313
+ description: string;
2230
2314
  type: string;
2231
2315
  };
2232
2316
  key_id: {
2317
+ description: string;
2233
2318
  type: string;
2234
2319
  };
2235
2320
  key_issuing_request_id: {
2321
+ description: string;
2236
2322
  type: string;
2237
2323
  };
2238
2324
  override_guest_acs_entrance_ids: {
2325
+ description: string;
2239
2326
  items: {
2240
2327
  type: string;
2241
2328
  };
@@ -2339,16 +2426,20 @@ declare const _default: {
2339
2426
  description: string;
2340
2427
  properties: {
2341
2428
  auto_join: {
2429
+ description: string;
2342
2430
  type: string;
2343
2431
  };
2344
2432
  card_function_type: {
2433
+ description: string;
2345
2434
  enum: string[];
2346
2435
  type: string;
2347
2436
  };
2348
2437
  card_id: {
2438
+ description: string;
2349
2439
  type: string;
2350
2440
  };
2351
2441
  common_acs_entrance_ids: {
2442
+ description: string;
2352
2443
  items: {
2353
2444
  format: string;
2354
2445
  type: string;
@@ -2356,9 +2447,11 @@ declare const _default: {
2356
2447
  type: string;
2357
2448
  };
2358
2449
  credential_id: {
2450
+ description: string;
2359
2451
  type: string;
2360
2452
  };
2361
2453
  guest_acs_entrance_ids: {
2454
+ description: string;
2362
2455
  items: {
2363
2456
  format: string;
2364
2457
  type: string;
@@ -2366,9 +2459,11 @@ declare const _default: {
2366
2459
  type: string;
2367
2460
  };
2368
2461
  is_valid: {
2462
+ description: string;
2369
2463
  type: string;
2370
2464
  };
2371
2465
  joiner_acs_credential_ids: {
2466
+ description: string;
2372
2467
  items: {
2373
2468
  format: string;
2374
2469
  type: string;
@@ -2424,13 +2519,17 @@ declare const _default: {
2424
2519
  'x-route-path': string;
2425
2520
  };
2426
2521
  warnings: {
2522
+ description: string;
2427
2523
  items: {
2524
+ description: string;
2428
2525
  properties: {
2429
2526
  warning_code: {
2527
+ description: string;
2430
2528
  enum: string[];
2431
2529
  type: string;
2432
2530
  };
2433
2531
  warning_message: {
2532
+ description: string;
2434
2533
  type: string;
2435
2534
  };
2436
2535
  };
@@ -2452,7 +2551,6 @@ declare const _default: {
2452
2551
  };
2453
2552
  required: string[];
2454
2553
  type: string;
2455
- description?: never;
2456
2554
  nullable?: never;
2457
2555
  oneOf?: never;
2458
2556
  };
@@ -2472,12 +2570,12 @@ declare const _default: {
2472
2570
  type: string;
2473
2571
  };
2474
2572
  action_type: {
2573
+ description: string;
2475
2574
  enum: string[];
2476
2575
  type: string;
2477
- description?: never;
2478
2576
  };
2479
2577
  error: {
2480
- oneOf: ({
2578
+ oneOf: {
2481
2579
  description: string;
2482
2580
  properties: {
2483
2581
  message: {
@@ -2492,22 +2590,7 @@ declare const _default: {
2492
2590
  };
2493
2591
  required: string[];
2494
2592
  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
- })[];
2593
+ }[];
2511
2594
  description?: never;
2512
2595
  nullable?: never;
2513
2596
  properties?: never;
@@ -2529,42 +2612,6 @@ declare const _default: {
2529
2612
  };
2530
2613
  required: string[];
2531
2614
  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
2615
  } | {
2569
2616
  description: string;
2570
2617
  properties: {
@@ -2644,72 +2691,6 @@ declare const _default: {
2644
2691
  };
2645
2692
  required: string[];
2646
2693
  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
2694
  } | {
2714
2695
  description: string;
2715
2696
  properties: {
@@ -2764,24 +2745,30 @@ declare const _default: {
2764
2745
  description: string;
2765
2746
  properties: {
2766
2747
  auto_join: {
2748
+ description: string;
2767
2749
  type: string;
2768
2750
  };
2769
2751
  door_names: {
2752
+ description: string;
2770
2753
  items: {
2771
2754
  type: string;
2772
2755
  };
2773
2756
  type: string;
2774
2757
  };
2775
2758
  endpoint_id: {
2759
+ description: string;
2776
2760
  type: string;
2777
2761
  };
2778
2762
  key_id: {
2763
+ description: string;
2779
2764
  type: string;
2780
2765
  };
2781
2766
  key_issuing_request_id: {
2767
+ description: string;
2782
2768
  type: string;
2783
2769
  };
2784
2770
  override_guest_acs_entrance_ids: {
2771
+ description: string;
2785
2772
  items: {
2786
2773
  type: string;
2787
2774
  };
@@ -2885,16 +2872,20 @@ declare const _default: {
2885
2872
  description: string;
2886
2873
  properties: {
2887
2874
  auto_join: {
2875
+ description: string;
2888
2876
  type: string;
2889
2877
  };
2890
2878
  card_function_type: {
2879
+ description: string;
2891
2880
  enum: string[];
2892
2881
  type: string;
2893
2882
  };
2894
2883
  card_id: {
2884
+ description: string;
2895
2885
  type: string;
2896
2886
  };
2897
2887
  common_acs_entrance_ids: {
2888
+ description: string;
2898
2889
  items: {
2899
2890
  format: string;
2900
2891
  type: string;
@@ -2902,9 +2893,11 @@ declare const _default: {
2902
2893
  type: string;
2903
2894
  };
2904
2895
  credential_id: {
2896
+ description: string;
2905
2897
  type: string;
2906
2898
  };
2907
2899
  guest_acs_entrance_ids: {
2900
+ description: string;
2908
2901
  items: {
2909
2902
  format: string;
2910
2903
  type: string;
@@ -2912,9 +2905,11 @@ declare const _default: {
2912
2905
  type: string;
2913
2906
  };
2914
2907
  is_valid: {
2908
+ description: string;
2915
2909
  type: string;
2916
2910
  };
2917
2911
  joiner_acs_credential_ids: {
2912
+ description: string;
2918
2913
  items: {
2919
2914
  format: string;
2920
2915
  type: string;
@@ -2997,24 +2992,30 @@ declare const _default: {
2997
2992
  description: string;
2998
2993
  properties: {
2999
2994
  auto_join: {
2995
+ description: string;
3000
2996
  type: string;
3001
2997
  };
3002
2998
  door_names: {
2999
+ description: string;
3003
3000
  items: {
3004
3001
  type: string;
3005
3002
  };
3006
3003
  type: string;
3007
3004
  };
3008
3005
  endpoint_id: {
3006
+ description: string;
3009
3007
  type: string;
3010
3008
  };
3011
3009
  key_id: {
3010
+ description: string;
3012
3011
  type: string;
3013
3012
  };
3014
3013
  key_issuing_request_id: {
3014
+ description: string;
3015
3015
  type: string;
3016
3016
  };
3017
3017
  override_guest_acs_entrance_ids: {
3018
+ description: string;
3018
3019
  items: {
3019
3020
  type: string;
3020
3021
  };
@@ -3118,16 +3119,20 @@ declare const _default: {
3118
3119
  description: string;
3119
3120
  properties: {
3120
3121
  auto_join: {
3122
+ description: string;
3121
3123
  type: string;
3122
3124
  };
3123
3125
  card_function_type: {
3126
+ description: string;
3124
3127
  enum: string[];
3125
3128
  type: string;
3126
3129
  };
3127
3130
  card_id: {
3131
+ description: string;
3128
3132
  type: string;
3129
3133
  };
3130
3134
  common_acs_entrance_ids: {
3135
+ description: string;
3131
3136
  items: {
3132
3137
  format: string;
3133
3138
  type: string;
@@ -3135,9 +3140,11 @@ declare const _default: {
3135
3140
  type: string;
3136
3141
  };
3137
3142
  credential_id: {
3143
+ description: string;
3138
3144
  type: string;
3139
3145
  };
3140
3146
  guest_acs_entrance_ids: {
3147
+ description: string;
3141
3148
  items: {
3142
3149
  format: string;
3143
3150
  type: string;
@@ -3145,9 +3152,11 @@ declare const _default: {
3145
3152
  type: string;
3146
3153
  };
3147
3154
  is_valid: {
3155
+ description: string;
3148
3156
  type: string;
3149
3157
  };
3150
3158
  joiner_acs_credential_ids: {
3159
+ description: string;
3151
3160
  items: {
3152
3161
  format: string;
3153
3162
  type: string;
@@ -3220,9 +3229,9 @@ declare const _default: {
3220
3229
  type: string;
3221
3230
  };
3222
3231
  action_type: {
3232
+ description: string;
3223
3233
  enum: string[];
3224
3234
  type: string;
3225
- description?: never;
3226
3235
  };
3227
3236
  error: {
3228
3237
  description: string;
@@ -3256,9 +3265,9 @@ declare const _default: {
3256
3265
  type: string;
3257
3266
  };
3258
3267
  action_type: {
3268
+ description: string;
3259
3269
  enum: string[];
3260
3270
  type: string;
3261
- description?: never;
3262
3271
  };
3263
3272
  error: {
3264
3273
  description: string;
@@ -3269,6 +3278,7 @@ declare const _default: {
3269
3278
  oneOf?: never;
3270
3279
  };
3271
3280
  result: {
3281
+ description: string;
3272
3282
  properties: {
3273
3283
  acs_credential_on_encoder?: never;
3274
3284
  acs_credential_on_seam?: never;
@@ -3285,7 +3295,6 @@ declare const _default: {
3285
3295
  noise_threshold?: never;
3286
3296
  };
3287
3297
  type: string;
3288
- description?: never;
3289
3298
  nullable?: never;
3290
3299
  required?: never;
3291
3300
  oneOf?: never;
@@ -3306,22 +3315,24 @@ declare const _default: {
3306
3315
  type: string;
3307
3316
  };
3308
3317
  action_type: {
3318
+ description: string;
3309
3319
  enum: string[];
3310
3320
  type: string;
3311
- description?: never;
3312
3321
  };
3313
3322
  error: {
3323
+ description: string;
3314
3324
  properties: {
3315
3325
  message: {
3326
+ description: string;
3316
3327
  type: string;
3317
3328
  };
3318
3329
  type: {
3330
+ description: string;
3319
3331
  type: string;
3320
3332
  };
3321
3333
  };
3322
3334
  required: string[];
3323
3335
  type: string;
3324
- description?: never;
3325
3336
  nullable?: never;
3326
3337
  oneOf?: never;
3327
3338
  };
@@ -3349,9 +3360,9 @@ declare const _default: {
3349
3360
  type: string;
3350
3361
  };
3351
3362
  action_type: {
3363
+ description: string;
3352
3364
  enum: string[];
3353
3365
  type: string;
3354
- description?: never;
3355
3366
  };
3356
3367
  error: {
3357
3368
  description: string;
@@ -3362,8 +3373,11 @@ declare const _default: {
3362
3373
  oneOf?: never;
3363
3374
  };
3364
3375
  result: {
3376
+ description: string;
3365
3377
  properties: {
3366
- access_code: {};
3378
+ access_code: {
3379
+ description: string;
3380
+ };
3367
3381
  acs_credential_on_encoder?: never;
3368
3382
  acs_credential_on_seam?: never;
3369
3383
  warnings?: never;
@@ -3378,7 +3392,6 @@ declare const _default: {
3378
3392
  noise_threshold?: never;
3379
3393
  };
3380
3394
  type: string;
3381
- description?: never;
3382
3395
  nullable?: never;
3383
3396
  required?: never;
3384
3397
  oneOf?: never;
@@ -3399,9 +3412,9 @@ declare const _default: {
3399
3412
  type: string;
3400
3413
  };
3401
3414
  action_type: {
3415
+ description: string;
3402
3416
  enum: string[];
3403
3417
  type: string;
3404
- description?: never;
3405
3418
  };
3406
3419
  error: {
3407
3420
  description: string;
@@ -3412,8 +3425,11 @@ declare const _default: {
3412
3425
  oneOf?: never;
3413
3426
  };
3414
3427
  result: {
3428
+ description: string;
3415
3429
  properties: {
3416
- noise_threshold: {};
3430
+ noise_threshold: {
3431
+ description: string;
3432
+ };
3417
3433
  acs_credential_on_encoder?: never;
3418
3434
  acs_credential_on_seam?: never;
3419
3435
  warnings?: never;
@@ -3428,7 +3444,6 @@ declare const _default: {
3428
3444
  access_code?: never;
3429
3445
  };
3430
3446
  type: string;
3431
- description?: never;
3432
3447
  nullable?: never;
3433
3448
  required?: never;
3434
3449
  oneOf?: never;
@@ -3445,28 +3460,36 @@ declare const _default: {
3445
3460
  'x-route-path': string;
3446
3461
  };
3447
3462
  bridge_client_session: {
3463
+ description: string;
3448
3464
  properties: {
3449
3465
  bridge_client_machine_identifier_key: {
3466
+ description: string;
3450
3467
  type: string;
3451
3468
  };
3452
3469
  bridge_client_name: {
3470
+ description: string;
3453
3471
  type: string;
3454
3472
  };
3455
3473
  bridge_client_session_id: {
3474
+ description: string;
3456
3475
  format: string;
3457
3476
  type: string;
3458
3477
  };
3459
3478
  bridge_client_session_token: {
3479
+ description: string;
3460
3480
  type: string;
3461
3481
  };
3462
3482
  bridge_client_time_zone: {
3483
+ description: string;
3463
3484
  type: string;
3464
3485
  };
3465
3486
  created_at: {
3487
+ description: string;
3466
3488
  format: string;
3467
3489
  type: string;
3468
3490
  };
3469
3491
  errors: {
3492
+ description: string;
3470
3493
  items: {
3471
3494
  description: string;
3472
3495
  discriminator: {
@@ -3486,6 +3509,7 @@ declare const _default: {
3486
3509
  type: string;
3487
3510
  };
3488
3511
  created_at: {
3512
+ description: string;
3489
3513
  format: string;
3490
3514
  type: string;
3491
3515
  };
@@ -3510,6 +3534,7 @@ declare const _default: {
3510
3534
  type: string;
3511
3535
  };
3512
3536
  message: {
3537
+ description: string;
3513
3538
  type: string;
3514
3539
  };
3515
3540
  };
@@ -3519,6 +3544,7 @@ declare const _default: {
3519
3544
  description: string;
3520
3545
  properties: {
3521
3546
  created_at: {
3547
+ description: string;
3522
3548
  format: string;
3523
3549
  type: string;
3524
3550
  };
@@ -3528,6 +3554,7 @@ declare const _default: {
3528
3554
  type: string;
3529
3555
  };
3530
3556
  message: {
3557
+ description: string;
3531
3558
  type: string;
3532
3559
  };
3533
3560
  can_tailscale_proxy_reach_bridge?: never;
@@ -3543,31 +3570,38 @@ declare const _default: {
3543
3570
  type: string;
3544
3571
  };
3545
3572
  pairing_code: {
3573
+ description: string;
3546
3574
  maxLength: number;
3547
3575
  minLength: number;
3548
3576
  type: string;
3549
3577
  };
3550
3578
  pairing_code_expires_at: {
3579
+ description: string;
3551
3580
  format: string;
3552
3581
  type: string;
3553
3582
  };
3554
3583
  tailscale_auth_key: {
3584
+ description: string;
3555
3585
  nullable: boolean;
3556
3586
  type: string;
3557
3587
  };
3558
3588
  tailscale_hostname: {
3589
+ description: string;
3559
3590
  type: string;
3560
3591
  };
3561
3592
  telemetry_token: {
3593
+ description: string;
3562
3594
  nullable: boolean;
3563
3595
  type: string;
3564
3596
  };
3565
3597
  telemetry_token_expires_at: {
3598
+ description: string;
3566
3599
  format: string;
3567
3600
  nullable: boolean;
3568
3601
  type: string;
3569
3602
  };
3570
3603
  telemetry_url: {
3604
+ description: string;
3571
3605
  nullable: boolean;
3572
3606
  type: string;
3573
3607
  };
@@ -3578,34 +3612,43 @@ declare const _default: {
3578
3612
  'x-undocumented': string;
3579
3613
  };
3580
3614
  bridge_connected_systems: {
3615
+ description: string;
3581
3616
  properties: {
3582
3617
  acs_system_display_name: {
3618
+ description: string;
3583
3619
  type: string;
3584
3620
  };
3585
3621
  acs_system_id: {
3622
+ description: string;
3586
3623
  format: string;
3587
3624
  type: string;
3588
3625
  };
3589
3626
  bridge_created_at: {
3627
+ description: string;
3590
3628
  format: string;
3591
3629
  type: string;
3592
3630
  };
3593
3631
  bridge_id: {
3632
+ description: string;
3594
3633
  format: string;
3595
3634
  type: string;
3596
3635
  };
3597
3636
  connected_account_created_at: {
3637
+ description: string;
3598
3638
  format: string;
3599
3639
  type: string;
3600
3640
  };
3601
3641
  connected_account_id: {
3642
+ description: string;
3602
3643
  format: string;
3603
3644
  type: string;
3604
3645
  };
3605
3646
  workspace_display_name: {
3647
+ description: string;
3606
3648
  type: string;
3607
3649
  };
3608
3650
  workspace_id: {
3651
+ description: string;
3609
3652
  format: string;
3610
3653
  type: string;
3611
3654
  };
@@ -3619,10 +3662,12 @@ declare const _default: {
3619
3662
  description: string;
3620
3663
  properties: {
3621
3664
  client_session_id: {
3665
+ description: string;
3622
3666
  format: string;
3623
3667
  type: string;
3624
3668
  };
3625
3669
  connect_webview_ids: {
3670
+ description: string;
3626
3671
  items: {
3627
3672
  format: string;
3628
3673
  type: string;
@@ -3630,6 +3675,7 @@ declare const _default: {
3630
3675
  type: string;
3631
3676
  };
3632
3677
  connected_account_ids: {
3678
+ description: string;
3633
3679
  items: {
3634
3680
  format: string;
3635
3681
  type: string;
@@ -3637,41 +3683,51 @@ declare const _default: {
3637
3683
  type: string;
3638
3684
  };
3639
3685
  created_at: {
3686
+ description: string;
3640
3687
  format: string;
3641
3688
  type: string;
3642
3689
  };
3643
3690
  customer_id: {
3691
+ description: string;
3644
3692
  format: string;
3645
3693
  type: string;
3646
3694
  };
3647
3695
  device_count: {
3696
+ description: string;
3648
3697
  format: string;
3649
3698
  type: string;
3650
3699
  };
3651
3700
  expires_at: {
3701
+ description: string;
3652
3702
  format: string;
3653
3703
  type: string;
3654
3704
  };
3655
3705
  token: {
3706
+ description: string;
3656
3707
  type: string;
3657
3708
  };
3658
3709
  user_identifier_key: {
3710
+ description: string;
3659
3711
  nullable: boolean;
3660
3712
  type: string;
3661
3713
  };
3662
3714
  user_identity_id: {
3715
+ description: string;
3663
3716
  format: string;
3664
3717
  type: string;
3665
3718
  };
3666
3719
  user_identity_ids: {
3720
+ deprecated: boolean;
3667
3721
  description: string;
3668
3722
  items: {
3669
3723
  format: string;
3670
3724
  type: string;
3671
3725
  };
3672
3726
  type: string;
3727
+ 'x-deprecated': string;
3673
3728
  };
3674
3729
  workspace_id: {
3730
+ description: string;
3675
3731
  format: string;
3676
3732
  type: string;
3677
3733
  };
@@ -3768,6 +3824,7 @@ declare const _default: {
3768
3824
  device_selection_mode: {
3769
3825
  enum: string[];
3770
3826
  type: string;
3827
+ 'x-undocumented': string;
3771
3828
  };
3772
3829
  login_successful: {
3773
3830
  description: string;
@@ -4153,9 +4210,9 @@ declare const _default: {
4153
4210
  description: string;
4154
4211
  properties: {
4155
4212
  created_at: {
4213
+ description: string;
4156
4214
  format: string;
4157
4215
  type: string;
4158
- description?: never;
4159
4216
  };
4160
4217
  error_code: {
4161
4218
  description: string;
@@ -4163,17 +4220,18 @@ declare const _default: {
4163
4220
  type: string;
4164
4221
  };
4165
4222
  is_connected_account_error: {
4223
+ description: string;
4166
4224
  enum: boolean[];
4167
4225
  type: string;
4168
- description?: never;
4169
4226
  };
4170
4227
  is_device_error: {
4228
+ description: string;
4171
4229
  enum: boolean[];
4172
4230
  type: string;
4173
4231
  };
4174
4232
  message: {
4233
+ description: string;
4175
4234
  type: string;
4176
- description?: never;
4177
4235
  };
4178
4236
  is_bridge_error?: never;
4179
4237
  };
@@ -4183,9 +4241,9 @@ declare const _default: {
4183
4241
  description: string;
4184
4242
  properties: {
4185
4243
  created_at: {
4244
+ description: string;
4186
4245
  format: string;
4187
4246
  type: string;
4188
- description?: never;
4189
4247
  };
4190
4248
  error_code: {
4191
4249
  description: string;
@@ -4193,12 +4251,13 @@ declare const _default: {
4193
4251
  type: string;
4194
4252
  };
4195
4253
  is_device_error: {
4254
+ description: string;
4196
4255
  enum: boolean[];
4197
4256
  type: string;
4198
4257
  };
4199
4258
  message: {
4259
+ description: string;
4200
4260
  type: string;
4201
- description?: never;
4202
4261
  };
4203
4262
  is_connected_account_error?: never;
4204
4263
  is_bridge_error?: never;
@@ -6208,10 +6267,12 @@ declare const _default: {
6208
6267
  description: string;
6209
6268
  properties: {
6210
6269
  created_at: {
6270
+ description: string;
6211
6271
  format: string;
6212
6272
  type: string;
6213
6273
  };
6214
6274
  message: {
6275
+ description: string;
6215
6276
  type: string;
6216
6277
  };
6217
6278
  warning_code: {
@@ -9430,32 +9491,40 @@ declare const _default: {
9430
9491
  'x-route-path': string;
9431
9492
  };
9432
9493
  instant_key: {
9494
+ description: string;
9433
9495
  properties: {
9434
9496
  client_session_id: {
9497
+ description: string;
9435
9498
  format: string;
9436
9499
  type: string;
9437
9500
  };
9438
9501
  created_at: {
9502
+ description: string;
9439
9503
  format: string;
9440
9504
  type: string;
9441
9505
  };
9442
9506
  expires_at: {
9507
+ description: string;
9443
9508
  format: string;
9444
9509
  type: string;
9445
9510
  };
9446
9511
  instant_key_id: {
9512
+ description: string;
9447
9513
  format: string;
9448
9514
  type: string;
9449
9515
  };
9450
9516
  instant_key_url: {
9517
+ description: string;
9451
9518
  format: string;
9452
9519
  type: string;
9453
9520
  };
9454
9521
  user_identity_id: {
9522
+ description: string;
9455
9523
  format: string;
9456
9524
  type: string;
9457
9525
  };
9458
9526
  workspace_id: {
9527
+ description: string;
9459
9528
  format: string;
9460
9529
  type: string;
9461
9530
  };
@@ -9516,27 +9585,34 @@ declare const _default: {
9516
9585
  'x-undocumented': string;
9517
9586
  };
9518
9587
  magic_link: {
9588
+ description: string;
9519
9589
  properties: {
9520
9590
  building_block_type: {
9591
+ description: string;
9521
9592
  enum: string[];
9522
9593
  type: string;
9523
9594
  };
9524
9595
  created_at: {
9596
+ description: string;
9525
9597
  format: string;
9526
9598
  type: string;
9527
9599
  };
9528
9600
  customer_key: {
9601
+ description: string;
9529
9602
  type: string;
9530
9603
  };
9531
9604
  expires_at: {
9605
+ description: string;
9532
9606
  format: string;
9533
9607
  type: string;
9534
9608
  };
9535
9609
  url: {
9610
+ description: string;
9536
9611
  format: string;
9537
9612
  type: string;
9538
9613
  };
9539
9614
  workspace_id: {
9615
+ description: string;
9540
9616
  format: string;
9541
9617
  type: string;
9542
9618
  };
@@ -9609,47 +9685,60 @@ declare const _default: {
9609
9685
  type: string;
9610
9686
  };
9611
9687
  partner_resource: {
9688
+ description: string;
9612
9689
  properties: {
9613
9690
  custom_metadata: {
9614
9691
  additionalProperties: {
9615
9692
  type: string;
9616
9693
  };
9694
+ description: string;
9617
9695
  type: string;
9618
9696
  };
9619
9697
  customer_key: {
9698
+ description: string;
9620
9699
  type: string;
9621
9700
  };
9622
9701
  description: {
9702
+ description: string;
9623
9703
  type: string;
9624
9704
  };
9625
9705
  email_address: {
9706
+ description: string;
9626
9707
  type: string;
9627
9708
  };
9628
9709
  ends_at: {
9710
+ description: string;
9629
9711
  type: string;
9630
9712
  };
9631
9713
  location_keys: {
9714
+ description: string;
9632
9715
  items: {
9633
9716
  type: string;
9634
9717
  };
9635
9718
  type: string;
9636
9719
  };
9637
9720
  name: {
9721
+ description: string;
9638
9722
  type: string;
9639
9723
  };
9640
9724
  partner_resource_key: {
9725
+ description: string;
9641
9726
  type: string;
9642
9727
  };
9643
9728
  partner_resource_type: {
9729
+ description: string;
9644
9730
  type: string;
9645
9731
  };
9646
9732
  phone_number: {
9733
+ description: string;
9647
9734
  type: string;
9648
9735
  };
9649
9736
  starts_at: {
9737
+ description: string;
9650
9738
  type: string;
9651
9739
  };
9652
9740
  user_identity_key: {
9741
+ description: string;
9653
9742
  type: string;
9654
9743
  };
9655
9744
  };
@@ -9787,18 +9876,24 @@ declare const _default: {
9787
9876
  'x-route-path': string;
9788
9877
  };
9789
9878
  phone_registration: {
9879
+ description: string;
9790
9880
  properties: {
9791
9881
  is_being_activated: {
9882
+ description: string;
9792
9883
  type: string;
9793
9884
  };
9794
9885
  phone_registration_id: {
9886
+ description: string;
9795
9887
  type: string;
9796
9888
  };
9797
9889
  provider_name: {
9890
+ description: string;
9798
9891
  nullable: boolean;
9799
9892
  type: string;
9800
9893
  };
9801
- provider_state: {};
9894
+ provider_state: {
9895
+ description: string;
9896
+ };
9802
9897
  };
9803
9898
  required: string[];
9804
9899
  type: string;
@@ -9806,11 +9901,15 @@ declare const _default: {
9806
9901
  'x-undocumented': string;
9807
9902
  };
9808
9903
  phone_session: {
9904
+ description: string;
9809
9905
  properties: {
9810
9906
  provider_sessions: {
9907
+ description: string;
9811
9908
  items: {
9909
+ description: string;
9812
9910
  properties: {
9813
9911
  acs_credentials: {
9912
+ description: string;
9814
9913
  items: {
9815
9914
  description: string;
9816
9915
  properties: {
@@ -9845,20 +9944,25 @@ declare const _default: {
9845
9944
  description: string;
9846
9945
  properties: {
9847
9946
  door_name: {
9947
+ description: string;
9848
9948
  type: string;
9849
9949
  };
9850
9950
  door_number: {
9951
+ description: string;
9851
9952
  format: string;
9852
9953
  type: string;
9853
9954
  };
9854
9955
  door_type: {
9956
+ description: string;
9855
9957
  enum: string[];
9856
9958
  type: string;
9857
9959
  };
9858
9960
  pms_id: {
9961
+ description: string;
9859
9962
  type: string;
9860
9963
  };
9861
9964
  stand_open: {
9965
+ description: string;
9862
9966
  type: string;
9863
9967
  };
9864
9968
  };
@@ -9878,6 +9982,7 @@ declare const _default: {
9878
9982
  description: string;
9879
9983
  properties: {
9880
9984
  access_point_name: {
9985
+ description: string;
9881
9986
  type: string;
9882
9987
  };
9883
9988
  };
@@ -9906,15 +10011,19 @@ declare const _default: {
9906
10011
  description: string;
9907
10012
  properties: {
9908
10013
  accessibility_type: {
10014
+ description: string;
9909
10015
  type: string;
9910
10016
  };
9911
10017
  door_name: {
10018
+ description: string;
9912
10019
  type: string;
9913
10020
  };
9914
10021
  door_type: {
10022
+ description: string;
9915
10023
  type: string;
9916
10024
  };
9917
10025
  is_connected: {
10026
+ description: string;
9918
10027
  type: string;
9919
10028
  };
9920
10029
  };
@@ -9925,27 +10034,35 @@ declare const _default: {
9925
10034
  description: string;
9926
10035
  properties: {
9927
10036
  battery_level: {
10037
+ description: string;
9928
10038
  type: string;
9929
10039
  };
9930
10040
  door_name: {
10041
+ description: string;
9931
10042
  type: string;
9932
10043
  };
9933
10044
  intrusion_alarm: {
10045
+ description: string;
9934
10046
  type: string;
9935
10047
  };
9936
10048
  left_open_alarm: {
10049
+ description: string;
9937
10050
  type: string;
9938
10051
  };
9939
10052
  lock_type: {
10053
+ description: string;
9940
10054
  type: string;
9941
10055
  };
9942
10056
  locked_state: {
10057
+ description: string;
9943
10058
  type: string;
9944
10059
  };
9945
10060
  online: {
10061
+ description: string;
9946
10062
  type: string;
9947
10063
  };
9948
10064
  privacy_mode: {
10065
+ description: string;
9949
10066
  type: string;
9950
10067
  };
9951
10068
  };
@@ -9956,12 +10073,15 @@ declare const _default: {
9956
10073
  description: string;
9957
10074
  properties: {
9958
10075
  door_description: {
10076
+ description: string;
9959
10077
  type: string;
9960
10078
  };
9961
10079
  door_name: {
10080
+ description: string;
9962
10081
  type: string;
9963
10082
  };
9964
10083
  ext_door_id: {
10084
+ description: string;
9965
10085
  type: string;
9966
10086
  };
9967
10087
  };
@@ -9972,19 +10092,24 @@ declare const _default: {
9972
10092
  description: string;
9973
10093
  properties: {
9974
10094
  door_category: {
10095
+ description: string;
9975
10096
  enum: string[];
9976
10097
  type: string;
9977
10098
  };
9978
10099
  door_name: {
10100
+ description: string;
9979
10101
  type: string;
9980
10102
  };
9981
10103
  profiles: {
10104
+ description: string;
9982
10105
  items: {
9983
10106
  properties: {
9984
10107
  visionline_door_profile_id: {
10108
+ description: string;
9985
10109
  type: string;
9986
10110
  };
9987
10111
  visionline_door_profile_type: {
10112
+ description: string;
9988
10113
  enum: string[];
9989
10114
  type: string;
9990
10115
  };
@@ -10019,24 +10144,30 @@ declare const _default: {
10019
10144
  description: string;
10020
10145
  properties: {
10021
10146
  auto_join: {
10147
+ description: string;
10022
10148
  type: string;
10023
10149
  };
10024
10150
  door_names: {
10151
+ description: string;
10025
10152
  items: {
10026
10153
  type: string;
10027
10154
  };
10028
10155
  type: string;
10029
10156
  };
10030
10157
  endpoint_id: {
10158
+ description: string;
10031
10159
  type: string;
10032
10160
  };
10033
10161
  key_id: {
10162
+ description: string;
10034
10163
  type: string;
10035
10164
  };
10036
10165
  key_issuing_request_id: {
10166
+ description: string;
10037
10167
  type: string;
10038
10168
  };
10039
10169
  override_guest_acs_entrance_ids: {
10170
+ description: string;
10040
10171
  items: {
10041
10172
  type: string;
10042
10173
  };
@@ -10140,16 +10271,20 @@ declare const _default: {
10140
10271
  description: string;
10141
10272
  properties: {
10142
10273
  auto_join: {
10274
+ description: string;
10143
10275
  type: string;
10144
10276
  };
10145
10277
  card_function_type: {
10278
+ description: string;
10146
10279
  enum: string[];
10147
10280
  type: string;
10148
10281
  };
10149
10282
  card_id: {
10283
+ description: string;
10150
10284
  type: string;
10151
10285
  };
10152
10286
  common_acs_entrance_ids: {
10287
+ description: string;
10153
10288
  items: {
10154
10289
  format: string;
10155
10290
  type: string;
@@ -10157,9 +10292,11 @@ declare const _default: {
10157
10292
  type: string;
10158
10293
  };
10159
10294
  credential_id: {
10295
+ description: string;
10160
10296
  type: string;
10161
10297
  };
10162
10298
  guest_acs_entrance_ids: {
10299
+ description: string;
10163
10300
  items: {
10164
10301
  format: string;
10165
10302
  type: string;
@@ -10167,9 +10304,11 @@ declare const _default: {
10167
10304
  type: string;
10168
10305
  };
10169
10306
  is_valid: {
10307
+ description: string;
10170
10308
  type: string;
10171
10309
  };
10172
10310
  joiner_acs_credential_ids: {
10311
+ description: string;
10173
10312
  items: {
10174
10313
  format: string;
10175
10314
  type: string;
@@ -10224,18 +10363,24 @@ declare const _default: {
10224
10363
  type: string;
10225
10364
  };
10226
10365
  phone_registration: {
10366
+ description: string;
10227
10367
  properties: {
10228
10368
  is_being_activated: {
10369
+ description: string;
10229
10370
  type: string;
10230
10371
  };
10231
10372
  phone_registration_id: {
10373
+ description: string;
10232
10374
  type: string;
10233
10375
  };
10234
10376
  provider_name: {
10377
+ description: string;
10235
10378
  nullable: boolean;
10236
10379
  type: string;
10237
10380
  };
10238
- provider_state: {};
10381
+ provider_state: {
10382
+ description: string;
10383
+ };
10239
10384
  };
10240
10385
  required: string[];
10241
10386
  type: string;
@@ -10255,6 +10400,7 @@ declare const _default: {
10255
10400
  'x-undocumented': string;
10256
10401
  };
10257
10402
  space: {
10403
+ description: string;
10258
10404
  properties: {
10259
10405
  created_at: {
10260
10406
  description: string;
@@ -10481,9 +10627,9 @@ declare const _default: {
10481
10627
  description: string;
10482
10628
  properties: {
10483
10629
  created_at: {
10630
+ description: string;
10484
10631
  format: string;
10485
10632
  type: string;
10486
- description?: never;
10487
10633
  };
10488
10634
  error_code: {
10489
10635
  description: string;
@@ -10491,17 +10637,18 @@ declare const _default: {
10491
10637
  type: string;
10492
10638
  };
10493
10639
  is_connected_account_error: {
10640
+ description: string;
10494
10641
  enum: boolean[];
10495
10642
  type: string;
10496
- description?: never;
10497
10643
  };
10498
10644
  is_device_error: {
10645
+ description: string;
10499
10646
  enum: boolean[];
10500
10647
  type: string;
10501
10648
  };
10502
10649
  message: {
10650
+ description: string;
10503
10651
  type: string;
10504
- description?: never;
10505
10652
  };
10506
10653
  is_access_code_error?: never;
10507
10654
  is_bridge_error?: never;
@@ -10512,9 +10659,9 @@ declare const _default: {
10512
10659
  description: string;
10513
10660
  properties: {
10514
10661
  created_at: {
10662
+ description: string;
10515
10663
  format: string;
10516
10664
  type: string;
10517
- description?: never;
10518
10665
  };
10519
10666
  error_code: {
10520
10667
  description: string;
@@ -10522,12 +10669,13 @@ declare const _default: {
10522
10669
  type: string;
10523
10670
  };
10524
10671
  is_device_error: {
10672
+ description: string;
10525
10673
  enum: boolean[];
10526
10674
  type: string;
10527
10675
  };
10528
10676
  message: {
10677
+ description: string;
10529
10678
  type: string;
10530
- description?: never;
10531
10679
  };
10532
10680
  is_access_code_error?: never;
10533
10681
  is_connected_account_error?: never;
@@ -10752,24 +10900,30 @@ declare const _default: {
10752
10900
  description: string;
10753
10901
  properties: {
10754
10902
  auto_join: {
10903
+ description: string;
10755
10904
  type: string;
10756
10905
  };
10757
10906
  door_names: {
10907
+ description: string;
10758
10908
  items: {
10759
10909
  type: string;
10760
10910
  };
10761
10911
  type: string;
10762
10912
  };
10763
10913
  endpoint_id: {
10914
+ description: string;
10764
10915
  type: string;
10765
10916
  };
10766
10917
  key_id: {
10918
+ description: string;
10767
10919
  type: string;
10768
10920
  };
10769
10921
  key_issuing_request_id: {
10922
+ description: string;
10770
10923
  type: string;
10771
10924
  };
10772
10925
  override_guest_acs_entrance_ids: {
10926
+ description: string;
10773
10927
  items: {
10774
10928
  type: string;
10775
10929
  };
@@ -10873,16 +11027,20 @@ declare const _default: {
10873
11027
  description: string;
10874
11028
  properties: {
10875
11029
  auto_join: {
11030
+ description: string;
10876
11031
  type: string;
10877
11032
  };
10878
11033
  card_function_type: {
11034
+ description: string;
10879
11035
  enum: string[];
10880
11036
  type: string;
10881
11037
  };
10882
11038
  card_id: {
11039
+ description: string;
10883
11040
  type: string;
10884
11041
  };
10885
11042
  common_acs_entrance_ids: {
11043
+ description: string;
10886
11044
  items: {
10887
11045
  format: string;
10888
11046
  type: string;
@@ -10890,9 +11048,11 @@ declare const _default: {
10890
11048
  type: string;
10891
11049
  };
10892
11050
  credential_id: {
11051
+ description: string;
10893
11052
  type: string;
10894
11053
  };
10895
11054
  guest_acs_entrance_ids: {
11055
+ description: string;
10896
11056
  items: {
10897
11057
  format: string;
10898
11058
  type: string;
@@ -10900,9 +11060,11 @@ declare const _default: {
10900
11060
  type: string;
10901
11061
  };
10902
11062
  is_valid: {
11063
+ description: string;
10903
11064
  type: string;
10904
11065
  };
10905
11066
  joiner_acs_credential_ids: {
11067
+ description: string;
10906
11068
  items: {
10907
11069
  format: string;
10908
11070
  type: string;
@@ -11093,6 +11255,7 @@ declare const _default: {
11093
11255
  type: string;
11094
11256
  };
11095
11257
  mutation_code: {
11258
+ description: string;
11096
11259
  enum: string[];
11097
11260
  type: string;
11098
11261
  };
@@ -11109,17 +11272,21 @@ declare const _default: {
11109
11272
  type: string;
11110
11273
  };
11111
11274
  from: {
11275
+ description: string;
11112
11276
  properties: {
11113
11277
  email_address: {
11278
+ description: string;
11114
11279
  format: string;
11115
11280
  nullable: boolean;
11116
11281
  type: string;
11117
11282
  };
11118
11283
  full_name: {
11284
+ description: string;
11119
11285
  nullable: boolean;
11120
11286
  type: string;
11121
11287
  };
11122
11288
  phone_number: {
11289
+ description: string;
11123
11290
  nullable: boolean;
11124
11291
  type: string;
11125
11292
  };
@@ -11130,28 +11297,32 @@ declare const _default: {
11130
11297
  };
11131
11298
  type: string;
11132
11299
  required?: never;
11133
- description?: never;
11134
11300
  };
11135
11301
  message: {
11136
11302
  description: string;
11137
11303
  type: string;
11138
11304
  };
11139
11305
  mutation_code: {
11306
+ description: string;
11140
11307
  enum: string[];
11141
11308
  type: string;
11142
11309
  };
11143
11310
  to: {
11311
+ description: string;
11144
11312
  properties: {
11145
11313
  email_address: {
11314
+ description: string;
11146
11315
  format: string;
11147
11316
  nullable: boolean;
11148
11317
  type: string;
11149
11318
  };
11150
11319
  full_name: {
11320
+ description: string;
11151
11321
  nullable: boolean;
11152
11322
  type: string;
11153
11323
  };
11154
11324
  phone_number: {
11325
+ description: string;
11155
11326
  nullable: boolean;
11156
11327
  type: string;
11157
11328
  };
@@ -11162,7 +11333,6 @@ declare const _default: {
11162
11333
  };
11163
11334
  type: string;
11164
11335
  required?: never;
11165
- description?: never;
11166
11336
  };
11167
11337
  };
11168
11338
  required: string[];
@@ -11177,13 +11347,16 @@ declare const _default: {
11177
11347
  type: string;
11178
11348
  };
11179
11349
  from: {
11350
+ description: string;
11180
11351
  properties: {
11181
11352
  ends_at: {
11353
+ description: string;
11182
11354
  format: string;
11183
11355
  nullable: boolean;
11184
11356
  type: string;
11185
11357
  };
11186
11358
  starts_at: {
11359
+ description: string;
11187
11360
  format: string;
11188
11361
  nullable: boolean;
11189
11362
  type: string;
@@ -11196,24 +11369,27 @@ declare const _default: {
11196
11369
  };
11197
11370
  required: string[];
11198
11371
  type: string;
11199
- description?: never;
11200
11372
  };
11201
11373
  message: {
11202
11374
  description: string;
11203
11375
  type: string;
11204
11376
  };
11205
11377
  mutation_code: {
11378
+ description: string;
11206
11379
  enum: string[];
11207
11380
  type: string;
11208
11381
  };
11209
11382
  to: {
11383
+ description: string;
11210
11384
  properties: {
11211
11385
  ends_at: {
11386
+ description: string;
11212
11387
  format: string;
11213
11388
  nullable: boolean;
11214
11389
  type: string;
11215
11390
  };
11216
11391
  starts_at: {
11392
+ description: string;
11217
11393
  format: string;
11218
11394
  nullable: boolean;
11219
11395
  type: string;
@@ -11226,7 +11402,6 @@ declare const _default: {
11226
11402
  };
11227
11403
  required: string[];
11228
11404
  type: string;
11229
- description?: never;
11230
11405
  };
11231
11406
  };
11232
11407
  required: string[];
@@ -11240,6 +11415,7 @@ declare const _default: {
11240
11415
  type: string;
11241
11416
  };
11242
11417
  from: {
11418
+ description: string;
11243
11419
  properties: {
11244
11420
  is_suspended: {
11245
11421
  type: string;
@@ -11253,17 +11429,18 @@ declare const _default: {
11253
11429
  };
11254
11430
  required: string[];
11255
11431
  type: string;
11256
- description?: never;
11257
11432
  };
11258
11433
  message: {
11259
11434
  description: string;
11260
11435
  type: string;
11261
11436
  };
11262
11437
  mutation_code: {
11438
+ description: string;
11263
11439
  enum: string[];
11264
11440
  type: string;
11265
11441
  };
11266
11442
  to: {
11443
+ description: string;
11267
11444
  properties: {
11268
11445
  is_suspended: {
11269
11446
  type: string;
@@ -11277,7 +11454,6 @@ declare const _default: {
11277
11454
  };
11278
11455
  required: string[];
11279
11456
  type: string;
11280
- description?: never;
11281
11457
  };
11282
11458
  };
11283
11459
  required: string[];
@@ -11314,6 +11490,7 @@ declare const _default: {
11314
11490
  type: string;
11315
11491
  };
11316
11492
  mutation_code: {
11493
+ description: string;
11317
11494
  enum: string[];
11318
11495
  type: string;
11319
11496
  };
@@ -11485,9 +11662,9 @@ declare const _default: {
11485
11662
  description: string;
11486
11663
  properties: {
11487
11664
  created_at: {
11665
+ description: string;
11488
11666
  format: string;
11489
11667
  type: string;
11490
- description?: never;
11491
11668
  };
11492
11669
  error_code: {
11493
11670
  description: string;
@@ -11495,17 +11672,18 @@ declare const _default: {
11495
11672
  type: string;
11496
11673
  };
11497
11674
  is_connected_account_error: {
11675
+ description: string;
11498
11676
  enum: boolean[];
11499
11677
  type: string;
11500
- description?: never;
11501
11678
  };
11502
11679
  is_device_error: {
11680
+ description: string;
11503
11681
  enum: boolean[];
11504
11682
  type: string;
11505
11683
  };
11506
11684
  message: {
11685
+ description: string;
11507
11686
  type: string;
11508
- description?: never;
11509
11687
  };
11510
11688
  is_bridge_error?: never;
11511
11689
  };
@@ -11515,9 +11693,9 @@ declare const _default: {
11515
11693
  description: string;
11516
11694
  properties: {
11517
11695
  created_at: {
11696
+ description: string;
11518
11697
  format: string;
11519
11698
  type: string;
11520
- description?: never;
11521
11699
  };
11522
11700
  error_code: {
11523
11701
  description: string;
@@ -11525,12 +11703,13 @@ declare const _default: {
11525
11703
  type: string;
11526
11704
  };
11527
11705
  is_device_error: {
11706
+ description: string;
11528
11707
  enum: boolean[];
11529
11708
  type: string;
11530
11709
  };
11531
11710
  message: {
11711
+ description: string;
11532
11712
  type: string;
11533
- description?: never;
11534
11713
  };
11535
11714
  is_connected_account_error?: never;
11536
11715
  is_bridge_error?: never;
@@ -11758,10 +11937,12 @@ declare const _default: {
11758
11937
  description: string;
11759
11938
  properties: {
11760
11939
  created_at: {
11940
+ description: string;
11761
11941
  format: string;
11762
11942
  type: string;
11763
11943
  };
11764
11944
  message: {
11945
+ description: string;
11765
11946
  type: string;
11766
11947
  };
11767
11948
  warning_code: {
@@ -11909,20 +12090,25 @@ declare const _default: {
11909
12090
  'x-route-path': string;
11910
12091
  };
11911
12092
  webhook: {
12093
+ description: string;
11912
12094
  properties: {
11913
12095
  event_types: {
12096
+ description: string;
11914
12097
  items: {
11915
12098
  type: string;
11916
12099
  };
11917
12100
  type: string;
11918
12101
  };
11919
12102
  secret: {
12103
+ description: string;
11920
12104
  type: string;
11921
12105
  };
11922
12106
  url: {
12107
+ description: string;
11923
12108
  type: string;
11924
12109
  };
11925
12110
  webhook_id: {
12111
+ description: string;
11926
12112
  type: string;
11927
12113
  };
11928
12114
  };
@@ -11934,6 +12120,7 @@ declare const _default: {
11934
12120
  description: string;
11935
12121
  properties: {
11936
12122
  company_name: {
12123
+ description: string;
11937
12124
  type: string;
11938
12125
  };
11939
12126
  connect_partner_name: {
@@ -11945,25 +12132,31 @@ declare const _default: {
11945
12132
  connect_webview_customization: {
11946
12133
  properties: {
11947
12134
  inviter_logo_url: {
12135
+ description: string;
11948
12136
  type: string;
11949
12137
  };
11950
12138
  logo_shape: {
12139
+ description: string;
11951
12140
  enum: string[];
11952
12141
  type: string;
11953
12142
  };
11954
12143
  primary_button_color: {
12144
+ description: string;
11955
12145
  type: string;
11956
12146
  };
11957
12147
  primary_button_text_color: {
12148
+ description: string;
11958
12149
  type: string;
11959
12150
  };
11960
12151
  success_message: {
12152
+ description: string;
11961
12153
  type: string;
11962
12154
  };
11963
12155
  };
11964
12156
  type: string;
11965
12157
  };
11966
12158
  is_sandbox: {
12159
+ description: string;
11967
12160
  type: string;
11968
12161
  };
11969
12162
  is_suspended: {
@@ -11971,9 +12164,11 @@ declare const _default: {
11971
12164
  type: string;
11972
12165
  };
11973
12166
  name: {
12167
+ description: string;
11974
12168
  type: string;
11975
12169
  };
11976
12170
  workspace_id: {
12171
+ description: string;
11977
12172
  format: string;
11978
12173
  type: string;
11979
12174
  };
@@ -20137,16 +20332,20 @@ declare const _default: {
20137
20332
  schema: {
20138
20333
  properties: {
20139
20334
  bridge: {
20335
+ description: string;
20140
20336
  properties: {
20141
20337
  bridge_id: {
20338
+ description: string;
20142
20339
  format: string;
20143
20340
  type: string;
20144
20341
  };
20145
20342
  created_at: {
20343
+ description: string;
20146
20344
  format: string;
20147
20345
  type: string;
20148
20346
  };
20149
20347
  workspace_id: {
20348
+ description: string;
20150
20349
  format: string;
20151
20350
  type: string;
20152
20351
  };
@@ -20219,16 +20418,20 @@ declare const _default: {
20219
20418
  properties: {
20220
20419
  bridges: {
20221
20420
  items: {
20421
+ description: string;
20222
20422
  properties: {
20223
20423
  bridge_id: {
20424
+ description: string;
20224
20425
  format: string;
20225
20426
  type: string;
20226
20427
  };
20227
20428
  created_at: {
20429
+ description: string;
20228
20430
  format: string;
20229
20431
  type: string;
20230
20432
  };
20231
20433
  workspace_id: {
20434
+ description: string;
20232
20435
  format: string;
20233
20436
  type: string;
20234
20437
  };
@@ -20305,9 +20508,11 @@ declare const _default: {
20305
20508
  type: string;
20306
20509
  };
20307
20510
  customer_id: {
20511
+ description: string;
20308
20512
  type: string;
20309
20513
  };
20310
20514
  customer_key: {
20515
+ description: string;
20311
20516
  type: string;
20312
20517
  };
20313
20518
  expires_at: {
@@ -20420,9 +20625,11 @@ declare const _default: {
20420
20625
  type: string;
20421
20626
  };
20422
20627
  customer_id: {
20628
+ description: string;
20423
20629
  type: string;
20424
20630
  };
20425
20631
  customer_key: {
20632
+ description: string;
20426
20633
  type: string;
20427
20634
  };
20428
20635
  expires_at: {
@@ -32017,20 +32224,25 @@ declare const _default: {
32017
32224
  spaces: {
32018
32225
  description: string;
32019
32226
  items: {
32227
+ description: string;
32020
32228
  properties: {
32021
32229
  custom_metadata: {
32022
32230
  additionalProperties: {
32023
32231
  type: string;
32024
32232
  };
32233
+ description: string;
32025
32234
  type: string;
32026
32235
  };
32027
32236
  description: {
32237
+ description: string;
32028
32238
  type: string;
32029
32239
  };
32030
32240
  name: {
32241
+ description: string;
32031
32242
  type: string;
32032
32243
  };
32033
32244
  space_key: {
32245
+ description: string;
32034
32246
  type: string;
32035
32247
  };
32036
32248
  };
@@ -32184,20 +32396,25 @@ declare const _default: {
32184
32396
  spaces: {
32185
32397
  description: string;
32186
32398
  items: {
32399
+ description: string;
32187
32400
  properties: {
32188
32401
  custom_metadata: {
32189
32402
  additionalProperties: {
32190
32403
  type: string;
32191
32404
  };
32405
+ description: string;
32192
32406
  type: string;
32193
32407
  };
32194
32408
  description: {
32409
+ description: string;
32195
32410
  type: string;
32196
32411
  };
32197
32412
  name: {
32413
+ description: string;
32198
32414
  type: string;
32199
32415
  };
32200
32416
  space_key: {
32417
+ description: string;
32201
32418
  type: string;
32202
32419
  };
32203
32420
  };
@@ -32275,11 +32492,13 @@ declare const _default: {
32275
32492
  schema: {
32276
32493
  oneOf: ({
32277
32494
  items: {
32495
+ description: string;
32278
32496
  properties: {
32279
32497
  custom_metadata: {
32280
32498
  additionalProperties: {
32281
32499
  type: string;
32282
32500
  };
32501
+ description: string;
32283
32502
  type: string;
32284
32503
  };
32285
32504
  customer_key: {
@@ -32287,21 +32506,26 @@ declare const _default: {
32287
32506
  type: string;
32288
32507
  };
32289
32508
  description: {
32509
+ description: string;
32290
32510
  type: string;
32291
32511
  };
32292
32512
  email_address: {
32513
+ description: string;
32293
32514
  type: string;
32294
32515
  };
32295
32516
  ends_at: {
32517
+ description: string;
32296
32518
  type: string;
32297
32519
  };
32298
32520
  location_keys: {
32521
+ description: string;
32299
32522
  items: {
32300
32523
  type: string;
32301
32524
  };
32302
32525
  type: string;
32303
32526
  };
32304
32527
  name: {
32528
+ description: string;
32305
32529
  type: string;
32306
32530
  };
32307
32531
  partner_resource_key: {
@@ -32313,12 +32537,15 @@ declare const _default: {
32313
32537
  type: string;
32314
32538
  };
32315
32539
  phone_number: {
32540
+ description: string;
32316
32541
  type: string;
32317
32542
  };
32318
32543
  starts_at: {
32544
+ description: string;
32319
32545
  type: string;
32320
32546
  };
32321
32547
  user_identity_key: {
32548
+ description: string;
32322
32549
  type: string;
32323
32550
  };
32324
32551
  };
@@ -32327,15 +32554,18 @@ declare const _default: {
32327
32554
  'x-undocumented': string;
32328
32555
  };
32329
32556
  type: string;
32557
+ description?: never;
32330
32558
  properties?: never;
32331
32559
  'x-route-path'?: never;
32332
32560
  'x-undocumented'?: never;
32333
32561
  } | {
32562
+ description: string;
32334
32563
  properties: {
32335
32564
  custom_metadata: {
32336
32565
  additionalProperties: {
32337
32566
  type: string;
32338
32567
  };
32568
+ description: string;
32339
32569
  type: string;
32340
32570
  };
32341
32571
  customer_key: {
@@ -32343,21 +32573,26 @@ declare const _default: {
32343
32573
  type: string;
32344
32574
  };
32345
32575
  description: {
32576
+ description: string;
32346
32577
  type: string;
32347
32578
  };
32348
32579
  email_address: {
32580
+ description: string;
32349
32581
  type: string;
32350
32582
  };
32351
32583
  ends_at: {
32584
+ description: string;
32352
32585
  type: string;
32353
32586
  };
32354
32587
  location_keys: {
32588
+ description: string;
32355
32589
  items: {
32356
32590
  type: string;
32357
32591
  };
32358
32592
  type: string;
32359
32593
  };
32360
32594
  name: {
32595
+ description: string;
32361
32596
  type: string;
32362
32597
  };
32363
32598
  partner_resource_key: {
@@ -32369,12 +32604,15 @@ declare const _default: {
32369
32604
  type: string;
32370
32605
  };
32371
32606
  phone_number: {
32607
+ description: string;
32372
32608
  type: string;
32373
32609
  };
32374
32610
  starts_at: {
32611
+ description: string;
32375
32612
  type: string;
32376
32613
  };
32377
32614
  user_identity_key: {
32615
+ description: string;
32378
32616
  type: string;
32379
32617
  };
32380
32618
  };