@seamapi/types 1.337.0 → 1.338.1

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 (28) hide show
  1. package/dist/connect.cjs +3798 -4561
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +807 -1132
  4. package/lib/seam/connect/models/acs/acs-access-group.js +5 -1
  5. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.js +14 -8
  7. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-encoder.js +5 -1
  9. package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-user.js +12 -9
  11. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  12. package/lib/seam/connect/models/devices/device.d.ts +37 -0
  13. package/lib/seam/connect/models/devices/device.js +9 -0
  14. package/lib/seam/connect/models/devices/device.js.map +1 -1
  15. package/lib/seam/connect/models/devices/phone.d.ts +16 -0
  16. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +16 -0
  17. package/lib/seam/connect/openapi.d.ts +844 -1280
  18. package/lib/seam/connect/openapi.js +3157 -3947
  19. package/lib/seam/connect/openapi.js.map +1 -1
  20. package/lib/seam/connect/route-types.d.ts +69 -0
  21. package/package.json +2 -2
  22. package/src/lib/seam/connect/models/acs/acs-access-group.ts +5 -1
  23. package/src/lib/seam/connect/models/acs/acs-credential.ts +20 -14
  24. package/src/lib/seam/connect/models/acs/acs-encoder.ts +5 -1
  25. package/src/lib/seam/connect/models/acs/acs-user.ts +15 -14
  26. package/src/lib/seam/connect/models/devices/device.ts +12 -0
  27. package/src/lib/seam/connect/openapi.ts +4757 -5651
  28. package/src/lib/seam/connect/route-types.ts +86 -0
@@ -8201,6 +8201,16 @@ declare const device_warning: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8201
8201
  }, {
8202
8202
  message: string;
8203
8203
  warning_code: "salto_privacy_mode";
8204
+ }>, z.ZodObject<z.objectUtil.extendShape<{
8205
+ message: z.ZodString;
8206
+ }, {
8207
+ warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
8208
+ }>, "strip", z.ZodTypeAny, {
8209
+ message: string;
8210
+ warning_code: "unknown_issue_with_phone";
8211
+ }, {
8212
+ message: string;
8213
+ warning_code: "unknown_issue_with_phone";
8204
8214
  }>]>;
8205
8215
  type DeviceWarning = z.infer<typeof device_warning>;
8206
8216
  declare const device: z.ZodObject<z.objectUtil.extendShape<{
@@ -10392,6 +10402,16 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
10392
10402
  }, {
10393
10403
  message: string;
10394
10404
  warning_code: "salto_privacy_mode";
10405
+ }>, z.ZodObject<z.objectUtil.extendShape<{
10406
+ message: z.ZodString;
10407
+ }, {
10408
+ warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
10409
+ }>, "strip", z.ZodTypeAny, {
10410
+ message: string;
10411
+ warning_code: "unknown_issue_with_phone";
10412
+ }, {
10413
+ message: string;
10414
+ warning_code: "unknown_issue_with_phone";
10395
10415
  }>]>, "many">;
10396
10416
  created_at: z.ZodString;
10397
10417
  is_managed: z.ZodLiteral<true>;
@@ -10518,6 +10538,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
10518
10538
  } | {
10519
10539
  message: string;
10520
10540
  warning_code: "device_has_flaky_connection";
10541
+ } | {
10542
+ message: string;
10543
+ warning_code: "unknown_issue_with_phone";
10521
10544
  })[];
10522
10545
  custom_metadata: Record<string, string | boolean>;
10523
10546
  display_name: string;
@@ -11027,6 +11050,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
11027
11050
  } | {
11028
11051
  message: string;
11029
11052
  warning_code: "device_has_flaky_connection";
11053
+ } | {
11054
+ message: string;
11055
+ warning_code: "unknown_issue_with_phone";
11030
11056
  })[];
11031
11057
  custom_metadata: Record<string, string | boolean>;
11032
11058
  display_name: string;
@@ -13720,6 +13746,16 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
13720
13746
  }, {
13721
13747
  message: string;
13722
13748
  warning_code: "salto_privacy_mode";
13749
+ }>, z.ZodObject<z.objectUtil.extendShape<{
13750
+ message: z.ZodString;
13751
+ }, {
13752
+ warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
13753
+ }>, "strip", z.ZodTypeAny, {
13754
+ message: string;
13755
+ warning_code: "unknown_issue_with_phone";
13756
+ }, {
13757
+ message: string;
13758
+ warning_code: "unknown_issue_with_phone";
13723
13759
  }>]>, "many">;
13724
13760
  created_at: z.ZodString;
13725
13761
  is_managed: z.ZodLiteral<true>;
@@ -13995,6 +14031,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
13995
14031
  } | {
13996
14032
  message: string;
13997
14033
  warning_code: "device_has_flaky_connection";
14034
+ } | {
14035
+ message: string;
14036
+ warning_code: "unknown_issue_with_phone";
13998
14037
  })[];
13999
14038
  device_id: string;
14000
14039
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat") | ("ios_phone" | "android_phone");
@@ -14154,6 +14193,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
14154
14193
  } | {
14155
14194
  message: string;
14156
14195
  warning_code: "device_has_flaky_connection";
14196
+ } | {
14197
+ message: string;
14198
+ warning_code: "unknown_issue_with_phone";
14157
14199
  })[];
14158
14200
  device_id: string;
14159
14201
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat") | ("ios_phone" | "android_phone");
@@ -17030,6 +17072,7 @@ declare const _default: {
17030
17072
  };
17031
17073
  required: string[];
17032
17074
  type: string;
17075
+ 'x-route-path': string;
17033
17076
  };
17034
17077
  acs_credential_pool: {
17035
17078
  properties: {
@@ -17092,6 +17135,62 @@ declare const _default: {
17092
17135
  type: string;
17093
17136
  'x-route-path': string;
17094
17137
  };
17138
+ acs_encoder: {
17139
+ properties: {
17140
+ acs_encoder_id: {
17141
+ description: string;
17142
+ format: string;
17143
+ type: string;
17144
+ };
17145
+ acs_system_id: {
17146
+ description: string;
17147
+ format: string;
17148
+ type: string;
17149
+ };
17150
+ created_at: {
17151
+ description: string;
17152
+ format: string;
17153
+ type: string;
17154
+ };
17155
+ display_name: {
17156
+ description: string;
17157
+ type: string;
17158
+ };
17159
+ errors: {
17160
+ description: string;
17161
+ items: {
17162
+ description: string;
17163
+ properties: {
17164
+ created_at: {
17165
+ description: string;
17166
+ format: string;
17167
+ type: string;
17168
+ };
17169
+ error_code: {
17170
+ description: string;
17171
+ enum: string[];
17172
+ type: string;
17173
+ };
17174
+ message: {
17175
+ description: string;
17176
+ type: string;
17177
+ };
17178
+ };
17179
+ required: string[];
17180
+ type: string;
17181
+ };
17182
+ type: string;
17183
+ };
17184
+ workspace_id: {
17185
+ description: string;
17186
+ format: string;
17187
+ type: string;
17188
+ };
17189
+ };
17190
+ required: string[];
17191
+ type: string;
17192
+ 'x-route-path': string;
17193
+ };
17095
17194
  acs_entrance: {
17096
17195
  description: string;
17097
17196
  properties: {
@@ -17686,6 +17785,7 @@ declare const _default: {
17686
17785
  required?: never;
17687
17786
  description?: never;
17688
17787
  oneOf?: never;
17788
+ 'x-route-path'?: never;
17689
17789
  };
17690
17790
  status: {
17691
17791
  enum: string[];
@@ -17727,6 +17827,7 @@ declare const _default: {
17727
17827
  required?: never;
17728
17828
  description?: never;
17729
17829
  oneOf?: never;
17830
+ 'x-route-path'?: never;
17730
17831
  };
17731
17832
  status: {
17732
17833
  enum: string[];
@@ -17769,6 +17870,7 @@ declare const _default: {
17769
17870
  required?: never;
17770
17871
  description?: never;
17771
17872
  oneOf?: never;
17873
+ 'x-route-path'?: never;
17772
17874
  };
17773
17875
  status: {
17774
17876
  enum: string[];
@@ -18112,7 +18214,9 @@ declare const _default: {
18112
18214
  };
18113
18215
  required: string[];
18114
18216
  type: string;
18217
+ 'x-route-path': string;
18115
18218
  }[];
18219
+ 'x-route-path': string;
18116
18220
  };
18117
18221
  warnings: {
18118
18222
  items: {
@@ -18138,6 +18242,7 @@ declare const _default: {
18138
18242
  nullable?: never;
18139
18243
  description?: never;
18140
18244
  oneOf?: never;
18245
+ 'x-route-path'?: never;
18141
18246
  };
18142
18247
  status: {
18143
18248
  enum: string[];
@@ -18185,6 +18290,7 @@ declare const _default: {
18185
18290
  required?: never;
18186
18291
  description?: never;
18187
18292
  oneOf?: never;
18293
+ 'x-route-path'?: never;
18188
18294
  };
18189
18295
  status: {
18190
18296
  enum: string[];
@@ -18437,7 +18543,9 @@ declare const _default: {
18437
18543
  };
18438
18544
  required: string[];
18439
18545
  type: string;
18546
+ 'x-route-path': string;
18440
18547
  }[];
18548
+ 'x-route-path': string;
18441
18549
  nullable?: never;
18442
18550
  properties?: never;
18443
18551
  type?: never;
@@ -18476,6 +18584,7 @@ declare const _default: {
18476
18584
  required?: never;
18477
18585
  description?: never;
18478
18586
  oneOf?: never;
18587
+ 'x-route-path'?: never;
18479
18588
  };
18480
18589
  status: {
18481
18590
  enum: string[];
@@ -18517,6 +18626,7 @@ declare const _default: {
18517
18626
  required?: never;
18518
18627
  description?: never;
18519
18628
  oneOf?: never;
18629
+ 'x-route-path'?: never;
18520
18630
  };
18521
18631
  status: {
18522
18632
  enum: string[];
@@ -18559,6 +18669,7 @@ declare const _default: {
18559
18669
  required?: never;
18560
18670
  description?: never;
18561
18671
  oneOf?: never;
18672
+ 'x-route-path'?: never;
18562
18673
  };
18563
18674
  status: {
18564
18675
  enum: string[];
@@ -18600,6 +18711,7 @@ declare const _default: {
18600
18711
  required?: never;
18601
18712
  description?: never;
18602
18713
  oneOf?: never;
18714
+ 'x-route-path'?: never;
18603
18715
  };
18604
18716
  status: {
18605
18717
  enum: string[];
@@ -18641,6 +18753,7 @@ declare const _default: {
18641
18753
  required?: never;
18642
18754
  description?: never;
18643
18755
  oneOf?: never;
18756
+ 'x-route-path'?: never;
18644
18757
  };
18645
18758
  status: {
18646
18759
  enum: string[];
@@ -23393,28 +23506,574 @@ declare const _default: {
23393
23506
  type: string;
23394
23507
  'x-route-path': string;
23395
23508
  };
23396
- service_health: {
23509
+ service_health: {
23510
+ properties: {
23511
+ description: {
23512
+ type: string;
23513
+ };
23514
+ service: {
23515
+ type: string;
23516
+ };
23517
+ status: {
23518
+ enum: string[];
23519
+ type: string;
23520
+ };
23521
+ };
23522
+ required: string[];
23523
+ type: string;
23524
+ 'x-route-path': string;
23525
+ };
23526
+ thermostat_schedule: {
23527
+ description: string;
23528
+ properties: {
23529
+ climate_preset_key: {
23530
+ description: string;
23531
+ type: string;
23532
+ };
23533
+ created_at: {
23534
+ description: string;
23535
+ format: string;
23536
+ type: string;
23537
+ };
23538
+ device_id: {
23539
+ description: string;
23540
+ format: string;
23541
+ type: string;
23542
+ };
23543
+ ends_at: {
23544
+ description: string;
23545
+ format: string;
23546
+ type: string;
23547
+ };
23548
+ errors: {
23549
+ description: string;
23550
+ items: {
23551
+ properties: {
23552
+ error_code: {
23553
+ type: string;
23554
+ };
23555
+ message: {
23556
+ type: string;
23557
+ };
23558
+ };
23559
+ required: string[];
23560
+ type: string;
23561
+ };
23562
+ type: string;
23563
+ };
23564
+ max_override_period_minutes: {
23565
+ description: string;
23566
+ minimum: number;
23567
+ type: string;
23568
+ };
23569
+ name: {
23570
+ description: string;
23571
+ type: string;
23572
+ };
23573
+ starts_at: {
23574
+ description: string;
23575
+ format: string;
23576
+ type: string;
23577
+ };
23578
+ thermostat_schedule_id: {
23579
+ description: string;
23580
+ format: string;
23581
+ type: string;
23582
+ };
23583
+ unstable_is_override_allowed: {
23584
+ description: string;
23585
+ type: string;
23586
+ 'x-undocumented': string;
23587
+ };
23588
+ };
23589
+ required: string[];
23590
+ type: string;
23591
+ 'x-route-path': string;
23592
+ };
23593
+ unmanaged_access_code: {
23594
+ properties: {
23595
+ access_code_id: {
23596
+ description: string;
23597
+ format: string;
23598
+ type: string;
23599
+ };
23600
+ code: {
23601
+ description: string;
23602
+ nullable: boolean;
23603
+ type: string;
23604
+ };
23605
+ created_at: {
23606
+ description: string;
23607
+ format: string;
23608
+ type: string;
23609
+ };
23610
+ device_id: {
23611
+ description: string;
23612
+ format: string;
23613
+ type: string;
23614
+ };
23615
+ ends_at: {
23616
+ description: string;
23617
+ format: string;
23618
+ nullable: boolean;
23619
+ type: string;
23620
+ };
23621
+ errors: {
23622
+ description: string;
23623
+ items: {
23624
+ oneOf: ({
23625
+ oneOf: {
23626
+ description: string;
23627
+ properties: {
23628
+ error_code: {
23629
+ description: string;
23630
+ enum: string[];
23631
+ type: string;
23632
+ };
23633
+ is_access_code_error: {
23634
+ enum: boolean[];
23635
+ type: string;
23636
+ };
23637
+ message: {
23638
+ type: string;
23639
+ };
23640
+ };
23641
+ required: string[];
23642
+ type: string;
23643
+ }[];
23644
+ description?: never;
23645
+ } | {
23646
+ description: string;
23647
+ oneOf: {
23648
+ description: string;
23649
+ properties: {
23650
+ error_code: {
23651
+ description: string;
23652
+ enum: string[];
23653
+ type: string;
23654
+ };
23655
+ is_device_error: {
23656
+ enum: boolean[];
23657
+ type: string;
23658
+ };
23659
+ message: {
23660
+ type: string;
23661
+ };
23662
+ };
23663
+ required: string[];
23664
+ type: string;
23665
+ }[];
23666
+ } | {
23667
+ oneOf: {
23668
+ description: string;
23669
+ properties: {
23670
+ error_code: {
23671
+ description: string;
23672
+ enum: string[];
23673
+ type: string;
23674
+ };
23675
+ is_connected_account_error: {
23676
+ enum: boolean[];
23677
+ type: string;
23678
+ };
23679
+ message: {
23680
+ type: string;
23681
+ };
23682
+ };
23683
+ required: string[];
23684
+ type: string;
23685
+ }[];
23686
+ description?: never;
23687
+ })[];
23688
+ };
23689
+ type: string;
23690
+ };
23691
+ is_managed: {
23692
+ enum: boolean[];
23693
+ type: string;
23694
+ };
23695
+ name: {
23696
+ description: string;
23697
+ nullable: boolean;
23698
+ type: string;
23699
+ };
23700
+ starts_at: {
23701
+ description: string;
23702
+ format: string;
23703
+ nullable: boolean;
23704
+ type: string;
23705
+ };
23706
+ status: {
23707
+ enum: string[];
23708
+ type: string;
23709
+ };
23710
+ type: {
23711
+ description: string;
23712
+ enum: string[];
23713
+ type: string;
23714
+ };
23715
+ warnings: {
23716
+ description: string;
23717
+ items: {
23718
+ oneOf: {
23719
+ description: string;
23720
+ properties: {
23721
+ message: {
23722
+ type: string;
23723
+ };
23724
+ warning_code: {
23725
+ description: string;
23726
+ enum: string[];
23727
+ type: string;
23728
+ };
23729
+ };
23730
+ required: string[];
23731
+ type: string;
23732
+ }[];
23733
+ };
23734
+ type: string;
23735
+ };
23736
+ };
23737
+ required: string[];
23738
+ type: string;
23739
+ 'x-route-path': string;
23740
+ };
23741
+ unmanaged_acs_access_group: {
23742
+ properties: {
23743
+ access_group_type: {
23744
+ deprecated: boolean;
23745
+ enum: string[];
23746
+ type: string;
23747
+ 'x-deprecated': string;
23748
+ };
23749
+ access_group_type_display_name: {
23750
+ deprecated: boolean;
23751
+ type: string;
23752
+ 'x-deprecated': string;
23753
+ };
23754
+ acs_access_group_id: {
23755
+ description: string;
23756
+ format: string;
23757
+ type: string;
23758
+ };
23759
+ acs_system_id: {
23760
+ description: string;
23761
+ format: string;
23762
+ type: string;
23763
+ };
23764
+ created_at: {
23765
+ description: string;
23766
+ format: string;
23767
+ type: string;
23768
+ };
23769
+ display_name: {
23770
+ type: string;
23771
+ };
23772
+ external_type: {
23773
+ description: string;
23774
+ enum: string[];
23775
+ type: string;
23776
+ };
23777
+ external_type_display_name: {
23778
+ description: string;
23779
+ type: string;
23780
+ };
23781
+ is_managed: {
23782
+ enum: boolean[];
23783
+ type: string;
23784
+ };
23785
+ name: {
23786
+ description: string;
23787
+ type: string;
23788
+ };
23789
+ warnings: {
23790
+ description: string;
23791
+ items: {
23792
+ description: string;
23793
+ properties: {
23794
+ created_at: {
23795
+ description: string;
23796
+ format: string;
23797
+ type: string;
23798
+ };
23799
+ message: {
23800
+ description: string;
23801
+ type: string;
23802
+ };
23803
+ warning_code: {
23804
+ description: string;
23805
+ enum: string[];
23806
+ type: string;
23807
+ };
23808
+ };
23809
+ required: string[];
23810
+ type: string;
23811
+ };
23812
+ type: string;
23813
+ };
23814
+ workspace_id: {
23815
+ description: string;
23816
+ format: string;
23817
+ type: string;
23818
+ };
23819
+ };
23820
+ required: string[];
23821
+ type: string;
23822
+ 'x-route-path': string;
23823
+ };
23824
+ unmanaged_acs_credential: {
23825
+ description: string;
23826
+ properties: {
23827
+ access_method: {
23828
+ description: string;
23829
+ enum: string[];
23830
+ type: string;
23831
+ };
23832
+ acs_credential_id: {
23833
+ description: string;
23834
+ format: string;
23835
+ type: string;
23836
+ };
23837
+ acs_credential_pool_id: {
23838
+ format: string;
23839
+ type: string;
23840
+ };
23841
+ acs_system_id: {
23842
+ description: string;
23843
+ format: string;
23844
+ type: string;
23845
+ };
23846
+ acs_user_id: {
23847
+ description: string;
23848
+ format: string;
23849
+ type: string;
23850
+ };
23851
+ assa_abloy_vostio_metadata: {
23852
+ description: string;
23853
+ properties: {
23854
+ door_names: {
23855
+ items: {
23856
+ type: string;
23857
+ };
23858
+ type: string;
23859
+ };
23860
+ endpoint_id: {
23861
+ type: string;
23862
+ };
23863
+ key_id: {
23864
+ type: string;
23865
+ };
23866
+ key_issuing_request_id: {
23867
+ type: string;
23868
+ };
23869
+ override_guest_acs_entrance_ids: {
23870
+ items: {
23871
+ type: string;
23872
+ };
23873
+ type: string;
23874
+ };
23875
+ };
23876
+ type: string;
23877
+ };
23878
+ card_number: {
23879
+ nullable: boolean;
23880
+ type: string;
23881
+ };
23882
+ code: {
23883
+ description: string;
23884
+ nullable: boolean;
23885
+ type: string;
23886
+ };
23887
+ created_at: {
23888
+ description: string;
23889
+ format: string;
23890
+ type: string;
23891
+ };
23892
+ display_name: {
23893
+ description: string;
23894
+ minLength: number;
23895
+ type: string;
23896
+ };
23897
+ ends_at: {
23898
+ description: string;
23899
+ type: string;
23900
+ };
23901
+ errors: {
23902
+ description: string;
23903
+ items: {
23904
+ properties: {
23905
+ error_code: {
23906
+ type: string;
23907
+ };
23908
+ message: {
23909
+ type: string;
23910
+ };
23911
+ };
23912
+ required: string[];
23913
+ type: string;
23914
+ };
23915
+ type: string;
23916
+ };
23917
+ external_type: {
23918
+ description: string;
23919
+ enum: string[];
23920
+ type: string;
23921
+ };
23922
+ external_type_display_name: {
23923
+ description: string;
23924
+ type: string;
23925
+ };
23926
+ is_issued: {
23927
+ type: string;
23928
+ };
23929
+ is_latest_desired_state_synced_with_provider: {
23930
+ description: string;
23931
+ nullable: boolean;
23932
+ type: string;
23933
+ };
23934
+ is_managed: {
23935
+ enum: boolean[];
23936
+ type: string;
23937
+ };
23938
+ is_multi_phone_sync_credential: {
23939
+ description: string;
23940
+ type: string;
23941
+ };
23942
+ is_one_time_use: {
23943
+ description: string;
23944
+ type: string;
23945
+ };
23946
+ issued_at: {
23947
+ format: string;
23948
+ nullable: boolean;
23949
+ type: string;
23950
+ };
23951
+ latest_desired_state_synced_with_provider_at: {
23952
+ description: string;
23953
+ format: string;
23954
+ nullable: boolean;
23955
+ type: string;
23956
+ };
23957
+ parent_acs_credential_id: {
23958
+ description: string;
23959
+ format: string;
23960
+ type: string;
23961
+ };
23962
+ starts_at: {
23963
+ description: string;
23964
+ type: string;
23965
+ };
23966
+ visionline_metadata: {
23967
+ description: string;
23968
+ properties: {
23969
+ auto_join: {
23970
+ type: string;
23971
+ };
23972
+ card_function_type: {
23973
+ enum: string[];
23974
+ type: string;
23975
+ };
23976
+ card_id: {
23977
+ type: string;
23978
+ };
23979
+ common_acs_entrance_ids: {
23980
+ items: {
23981
+ format: string;
23982
+ type: string;
23983
+ };
23984
+ type: string;
23985
+ };
23986
+ credential_id: {
23987
+ type: string;
23988
+ };
23989
+ guest_acs_entrance_ids: {
23990
+ items: {
23991
+ format: string;
23992
+ type: string;
23993
+ };
23994
+ type: string;
23995
+ };
23996
+ is_valid: {
23997
+ type: string;
23998
+ };
23999
+ joiner_acs_credential_ids: {
24000
+ items: {
24001
+ format: string;
24002
+ type: string;
24003
+ };
24004
+ type: string;
24005
+ };
24006
+ };
24007
+ required: string[];
24008
+ type: string;
24009
+ };
24010
+ warnings: {
24011
+ description: string;
24012
+ items: {
24013
+ description: string;
24014
+ oneOf: {
24015
+ description: string;
24016
+ properties: {
24017
+ created_at: {
24018
+ description: string;
24019
+ format: string;
24020
+ type: string;
24021
+ };
24022
+ message: {
24023
+ description: string;
24024
+ type: string;
24025
+ };
24026
+ warning_code: {
24027
+ description: string;
24028
+ enum: string[];
24029
+ type: string;
24030
+ };
24031
+ };
24032
+ required: string[];
24033
+ type: string;
24034
+ }[];
24035
+ };
24036
+ type: string;
24037
+ };
24038
+ workspace_id: {
24039
+ description: string;
24040
+ format: string;
24041
+ type: string;
24042
+ };
24043
+ };
24044
+ required: string[];
24045
+ type: string;
24046
+ 'x-route-path': string;
24047
+ };
24048
+ unmanaged_acs_user: {
24049
+ description: string;
23397
24050
  properties: {
23398
- description: {
23399
- type: string;
23400
- };
23401
- service: {
24051
+ access_schedule: {
24052
+ description: string;
24053
+ properties: {
24054
+ ends_at: {
24055
+ description: string;
24056
+ format: string;
24057
+ nullable: boolean;
24058
+ type: string;
24059
+ };
24060
+ starts_at: {
24061
+ description: string;
24062
+ format: string;
24063
+ type: string;
24064
+ };
24065
+ };
24066
+ required: string[];
23402
24067
  type: string;
23403
24068
  };
23404
- status: {
23405
- enum: string[];
24069
+ acs_system_id: {
24070
+ description: string;
24071
+ format: string;
23406
24072
  type: string;
23407
24073
  };
23408
- };
23409
- required: string[];
23410
- type: string;
23411
- 'x-route-path': string;
23412
- };
23413
- thermostat_schedule: {
23414
- description: string;
23415
- properties: {
23416
- climate_preset_key: {
24074
+ acs_user_id: {
23417
24075
  description: string;
24076
+ format: string;
23418
24077
  type: string;
23419
24078
  };
23420
24079
  created_at: {
@@ -23422,12 +24081,17 @@ declare const _default: {
23422
24081
  format: string;
23423
24082
  type: string;
23424
24083
  };
23425
- device_id: {
24084
+ display_name: {
23426
24085
  description: string;
24086
+ type: string;
24087
+ };
24088
+ email: {
24089
+ deprecated: boolean;
23427
24090
  format: string;
23428
24091
  type: string;
24092
+ 'x-deprecated': string;
23429
24093
  };
23430
- ends_at: {
24094
+ email_address: {
23431
24095
  description: string;
23432
24096
  format: string;
23433
24097
  type: string;
@@ -23435,181 +24099,104 @@ declare const _default: {
23435
24099
  errors: {
23436
24100
  description: string;
23437
24101
  items: {
23438
- properties: {
23439
- error_code: {
23440
- type: string;
23441
- };
23442
- message: {
23443
- type: string;
24102
+ description: string;
24103
+ oneOf: {
24104
+ description: string;
24105
+ properties: {
24106
+ created_at: {
24107
+ description: string;
24108
+ format: string;
24109
+ type: string;
24110
+ };
24111
+ error_code: {
24112
+ enum: string[];
24113
+ type: string;
24114
+ };
24115
+ message: {
24116
+ description: string;
24117
+ type: string;
24118
+ };
23444
24119
  };
23445
- };
23446
- required: string[];
23447
- type: string;
24120
+ required: string[];
24121
+ type: string;
24122
+ }[];
23448
24123
  };
23449
24124
  type: string;
23450
24125
  };
23451
- max_override_period_minutes: {
23452
- description: string;
23453
- minimum: number;
23454
- type: string;
23455
- };
23456
- name: {
23457
- description: string;
23458
- type: string;
23459
- };
23460
- starts_at: {
24126
+ external_type: {
23461
24127
  description: string;
23462
- format: string;
24128
+ enum: string[];
23463
24129
  type: string;
23464
24130
  };
23465
- thermostat_schedule_id: {
24131
+ external_type_display_name: {
23466
24132
  description: string;
23467
- format: string;
23468
24133
  type: string;
23469
24134
  };
23470
- unstable_is_override_allowed: {
24135
+ full_name: {
23471
24136
  description: string;
23472
24137
  type: string;
23473
- 'x-undocumented': string;
23474
24138
  };
23475
- };
23476
- required: string[];
23477
- type: string;
23478
- 'x-route-path': string;
23479
- };
23480
- unmanaged_access_code: {
23481
- properties: {
23482
- access_code_id: {
23483
- description: string;
24139
+ hid_acs_system_id: {
23484
24140
  format: string;
23485
24141
  type: string;
23486
24142
  };
23487
- code: {
23488
- description: string;
24143
+ is_latest_desired_state_synced_with_provider: {
23489
24144
  nullable: boolean;
23490
24145
  type: string;
24146
+ 'x-undocumented': string;
23491
24147
  };
23492
- created_at: {
23493
- description: string;
23494
- format: string;
24148
+ is_managed: {
24149
+ enum: boolean[];
23495
24150
  type: string;
23496
24151
  };
23497
- device_id: {
24152
+ is_suspended: {
23498
24153
  description: string;
23499
- format: string;
23500
24154
  type: string;
23501
24155
  };
23502
- ends_at: {
23503
- description: string;
24156
+ latest_desired_state_synced_with_provider_at: {
23504
24157
  format: string;
23505
24158
  nullable: boolean;
23506
24159
  type: string;
24160
+ 'x-undocumented': string;
23507
24161
  };
23508
- errors: {
24162
+ phone_number: {
23509
24163
  description: string;
23510
- items: {
23511
- oneOf: ({
23512
- oneOf: {
23513
- description: string;
23514
- properties: {
23515
- error_code: {
23516
- description: string;
23517
- enum: string[];
23518
- type: string;
23519
- };
23520
- is_access_code_error: {
23521
- enum: boolean[];
23522
- type: string;
23523
- };
23524
- message: {
23525
- type: string;
23526
- };
23527
- };
23528
- required: string[];
23529
- type: string;
23530
- }[];
23531
- description?: never;
23532
- } | {
23533
- description: string;
23534
- oneOf: {
23535
- description: string;
23536
- properties: {
23537
- error_code: {
23538
- description: string;
23539
- enum: string[];
23540
- type: string;
23541
- };
23542
- is_device_error: {
23543
- enum: boolean[];
23544
- type: string;
23545
- };
23546
- message: {
23547
- type: string;
23548
- };
23549
- };
23550
- required: string[];
23551
- type: string;
23552
- }[];
23553
- } | {
23554
- oneOf: {
23555
- description: string;
23556
- properties: {
23557
- error_code: {
23558
- description: string;
23559
- enum: string[];
23560
- type: string;
23561
- };
23562
- is_connected_account_error: {
23563
- enum: boolean[];
23564
- type: string;
23565
- };
23566
- message: {
23567
- type: string;
23568
- };
23569
- };
23570
- required: string[];
23571
- type: string;
23572
- }[];
23573
- description?: never;
23574
- })[];
23575
- };
23576
- type: string;
23577
- };
23578
- is_managed: {
23579
- enum: boolean[];
23580
24164
  type: string;
23581
24165
  };
23582
- name: {
24166
+ user_identity_email_address: {
23583
24167
  description: string;
23584
24168
  nullable: boolean;
23585
24169
  type: string;
23586
24170
  };
23587
- starts_at: {
24171
+ user_identity_full_name: {
23588
24172
  description: string;
23589
- format: string;
23590
24173
  nullable: boolean;
23591
24174
  type: string;
23592
24175
  };
23593
- status: {
23594
- enum: string[];
24176
+ user_identity_id: {
24177
+ description: string;
23595
24178
  type: string;
23596
24179
  };
23597
- type: {
24180
+ user_identity_phone_number: {
23598
24181
  description: string;
23599
- enum: string[];
24182
+ nullable: boolean;
23600
24183
  type: string;
23601
24184
  };
23602
24185
  warnings: {
23603
24186
  description: string;
23604
24187
  items: {
24188
+ description: string;
23605
24189
  oneOf: {
23606
24190
  description: string;
23607
24191
  properties: {
24192
+ created_at: {
24193
+ format: string;
24194
+ type: string;
24195
+ };
23608
24196
  message: {
23609
24197
  type: string;
23610
24198
  };
23611
24199
  warning_code: {
23612
- description: string;
23613
24200
  enum: string[];
23614
24201
  type: string;
23615
24202
  };
@@ -23620,6 +24207,11 @@ declare const _default: {
23620
24207
  };
23621
24208
  type: string;
23622
24209
  };
24210
+ workspace_id: {
24211
+ description: string;
24212
+ format: string;
24213
+ type: string;
24214
+ };
23623
24215
  };
23624
24216
  required: string[];
23625
24217
  type: string;
@@ -26621,86 +27213,7 @@ declare const _default: {
26621
27213
  schema: {
26622
27214
  properties: {
26623
27215
  acs_access_group: {
26624
- properties: {
26625
- access_group_type: {
26626
- deprecated: boolean;
26627
- enum: string[];
26628
- type: string;
26629
- 'x-deprecated': string;
26630
- };
26631
- access_group_type_display_name: {
26632
- deprecated: boolean;
26633
- type: string;
26634
- 'x-deprecated': string;
26635
- };
26636
- acs_access_group_id: {
26637
- description: string;
26638
- format: string;
26639
- type: string;
26640
- };
26641
- acs_system_id: {
26642
- description: string;
26643
- format: string;
26644
- type: string;
26645
- };
26646
- created_at: {
26647
- description: string;
26648
- format: string;
26649
- type: string;
26650
- };
26651
- display_name: {
26652
- type: string;
26653
- };
26654
- external_type: {
26655
- description: string;
26656
- enum: string[];
26657
- type: string;
26658
- };
26659
- external_type_display_name: {
26660
- description: string;
26661
- type: string;
26662
- };
26663
- is_managed: {
26664
- enum: boolean[];
26665
- type: string;
26666
- };
26667
- name: {
26668
- description: string;
26669
- type: string;
26670
- };
26671
- warnings: {
26672
- description: string;
26673
- items: {
26674
- description: string;
26675
- properties: {
26676
- created_at: {
26677
- description: string;
26678
- format: string;
26679
- type: string;
26680
- };
26681
- message: {
26682
- description: string;
26683
- type: string;
26684
- };
26685
- warning_code: {
26686
- description: string;
26687
- enum: string[];
26688
- type: string;
26689
- };
26690
- };
26691
- required: string[];
26692
- type: string;
26693
- };
26694
- type: string;
26695
- };
26696
- workspace_id: {
26697
- description: string;
26698
- format: string;
26699
- type: string;
26700
- };
26701
- };
26702
- required: string[];
26703
- type: string;
27216
+ $ref: string;
26704
27217
  };
26705
27218
  ok: {
26706
27219
  type: string;
@@ -26775,86 +27288,7 @@ declare const _default: {
26775
27288
  properties: {
26776
27289
  acs_access_groups: {
26777
27290
  items: {
26778
- properties: {
26779
- access_group_type: {
26780
- deprecated: boolean;
26781
- enum: string[];
26782
- type: string;
26783
- 'x-deprecated': string;
26784
- };
26785
- access_group_type_display_name: {
26786
- deprecated: boolean;
26787
- type: string;
26788
- 'x-deprecated': string;
26789
- };
26790
- acs_access_group_id: {
26791
- description: string;
26792
- format: string;
26793
- type: string;
26794
- };
26795
- acs_system_id: {
26796
- description: string;
26797
- format: string;
26798
- type: string;
26799
- };
26800
- created_at: {
26801
- description: string;
26802
- format: string;
26803
- type: string;
26804
- };
26805
- display_name: {
26806
- type: string;
26807
- };
26808
- external_type: {
26809
- description: string;
26810
- enum: string[];
26811
- type: string;
26812
- };
26813
- external_type_display_name: {
26814
- description: string;
26815
- type: string;
26816
- };
26817
- is_managed: {
26818
- enum: boolean[];
26819
- type: string;
26820
- };
26821
- name: {
26822
- description: string;
26823
- type: string;
26824
- };
26825
- warnings: {
26826
- description: string;
26827
- items: {
26828
- description: string;
26829
- properties: {
26830
- created_at: {
26831
- description: string;
26832
- format: string;
26833
- type: string;
26834
- };
26835
- message: {
26836
- description: string;
26837
- type: string;
26838
- };
26839
- warning_code: {
26840
- description: string;
26841
- enum: string[];
26842
- type: string;
26843
- };
26844
- };
26845
- required: string[];
26846
- type: string;
26847
- };
26848
- type: string;
26849
- };
26850
- workspace_id: {
26851
- description: string;
26852
- format: string;
26853
- type: string;
26854
- };
26855
- };
26856
- required: string[];
26857
- type: string;
27291
+ $ref: string;
26858
27292
  };
26859
27293
  type: string;
26860
27294
  };
@@ -28002,227 +28436,7 @@ declare const _default: {
28002
28436
  schema: {
28003
28437
  properties: {
28004
28438
  acs_credential: {
28005
- description: string;
28006
- properties: {
28007
- access_method: {
28008
- description: string;
28009
- enum: string[];
28010
- type: string;
28011
- };
28012
- acs_credential_id: {
28013
- description: string;
28014
- format: string;
28015
- type: string;
28016
- };
28017
- acs_credential_pool_id: {
28018
- format: string;
28019
- type: string;
28020
- };
28021
- acs_system_id: {
28022
- description: string;
28023
- format: string;
28024
- type: string;
28025
- };
28026
- acs_user_id: {
28027
- description: string;
28028
- format: string;
28029
- type: string;
28030
- };
28031
- assa_abloy_vostio_metadata: {
28032
- description: string;
28033
- properties: {
28034
- door_names: {
28035
- items: {
28036
- type: string;
28037
- };
28038
- type: string;
28039
- };
28040
- endpoint_id: {
28041
- type: string;
28042
- };
28043
- key_id: {
28044
- type: string;
28045
- };
28046
- key_issuing_request_id: {
28047
- type: string;
28048
- };
28049
- override_guest_acs_entrance_ids: {
28050
- items: {
28051
- type: string;
28052
- };
28053
- type: string;
28054
- };
28055
- };
28056
- type: string;
28057
- };
28058
- card_number: {
28059
- nullable: boolean;
28060
- type: string;
28061
- };
28062
- code: {
28063
- description: string;
28064
- nullable: boolean;
28065
- type: string;
28066
- };
28067
- created_at: {
28068
- description: string;
28069
- format: string;
28070
- type: string;
28071
- };
28072
- display_name: {
28073
- description: string;
28074
- minLength: number;
28075
- type: string;
28076
- };
28077
- ends_at: {
28078
- description: string;
28079
- type: string;
28080
- };
28081
- errors: {
28082
- description: string;
28083
- items: {
28084
- properties: {
28085
- error_code: {
28086
- type: string;
28087
- };
28088
- message: {
28089
- type: string;
28090
- };
28091
- };
28092
- required: string[];
28093
- type: string;
28094
- };
28095
- type: string;
28096
- };
28097
- external_type: {
28098
- description: string;
28099
- enum: string[];
28100
- type: string;
28101
- };
28102
- external_type_display_name: {
28103
- description: string;
28104
- type: string;
28105
- };
28106
- is_issued: {
28107
- type: string;
28108
- };
28109
- is_latest_desired_state_synced_with_provider: {
28110
- description: string;
28111
- nullable: boolean;
28112
- type: string;
28113
- };
28114
- is_managed: {
28115
- enum: boolean[];
28116
- type: string;
28117
- };
28118
- is_multi_phone_sync_credential: {
28119
- description: string;
28120
- type: string;
28121
- };
28122
- is_one_time_use: {
28123
- description: string;
28124
- type: string;
28125
- };
28126
- issued_at: {
28127
- format: string;
28128
- nullable: boolean;
28129
- type: string;
28130
- };
28131
- latest_desired_state_synced_with_provider_at: {
28132
- description: string;
28133
- format: string;
28134
- nullable: boolean;
28135
- type: string;
28136
- };
28137
- parent_acs_credential_id: {
28138
- description: string;
28139
- format: string;
28140
- type: string;
28141
- };
28142
- starts_at: {
28143
- description: string;
28144
- type: string;
28145
- };
28146
- visionline_metadata: {
28147
- description: string;
28148
- properties: {
28149
- auto_join: {
28150
- type: string;
28151
- };
28152
- card_function_type: {
28153
- enum: string[];
28154
- type: string;
28155
- };
28156
- card_id: {
28157
- type: string;
28158
- };
28159
- common_acs_entrance_ids: {
28160
- items: {
28161
- format: string;
28162
- type: string;
28163
- };
28164
- type: string;
28165
- };
28166
- credential_id: {
28167
- type: string;
28168
- };
28169
- guest_acs_entrance_ids: {
28170
- items: {
28171
- format: string;
28172
- type: string;
28173
- };
28174
- type: string;
28175
- };
28176
- is_valid: {
28177
- type: string;
28178
- };
28179
- joiner_acs_credential_ids: {
28180
- items: {
28181
- format: string;
28182
- type: string;
28183
- };
28184
- type: string;
28185
- };
28186
- };
28187
- required: string[];
28188
- type: string;
28189
- };
28190
- warnings: {
28191
- description: string;
28192
- items: {
28193
- description: string;
28194
- oneOf: {
28195
- description: string;
28196
- properties: {
28197
- created_at: {
28198
- description: string;
28199
- format: string;
28200
- type: string;
28201
- };
28202
- message: {
28203
- description: string;
28204
- type: string;
28205
- };
28206
- warning_code: {
28207
- description: string;
28208
- enum: string[];
28209
- type: string;
28210
- };
28211
- };
28212
- required: string[];
28213
- type: string;
28214
- }[];
28215
- };
28216
- type: string;
28217
- };
28218
- workspace_id: {
28219
- description: string;
28220
- format: string;
28221
- type: string;
28222
- };
28223
- };
28224
- required: string[];
28225
- type: string;
28439
+ $ref: string;
28226
28440
  };
28227
28441
  ok: {
28228
28442
  type: string;
@@ -28338,227 +28552,7 @@ declare const _default: {
28338
28552
  properties: {
28339
28553
  acs_credentials: {
28340
28554
  items: {
28341
- description: string;
28342
- properties: {
28343
- access_method: {
28344
- description: string;
28345
- enum: string[];
28346
- type: string;
28347
- };
28348
- acs_credential_id: {
28349
- description: string;
28350
- format: string;
28351
- type: string;
28352
- };
28353
- acs_credential_pool_id: {
28354
- format: string;
28355
- type: string;
28356
- };
28357
- acs_system_id: {
28358
- description: string;
28359
- format: string;
28360
- type: string;
28361
- };
28362
- acs_user_id: {
28363
- description: string;
28364
- format: string;
28365
- type: string;
28366
- };
28367
- assa_abloy_vostio_metadata: {
28368
- description: string;
28369
- properties: {
28370
- door_names: {
28371
- items: {
28372
- type: string;
28373
- };
28374
- type: string;
28375
- };
28376
- endpoint_id: {
28377
- type: string;
28378
- };
28379
- key_id: {
28380
- type: string;
28381
- };
28382
- key_issuing_request_id: {
28383
- type: string;
28384
- };
28385
- override_guest_acs_entrance_ids: {
28386
- items: {
28387
- type: string;
28388
- };
28389
- type: string;
28390
- };
28391
- };
28392
- type: string;
28393
- };
28394
- card_number: {
28395
- nullable: boolean;
28396
- type: string;
28397
- };
28398
- code: {
28399
- description: string;
28400
- nullable: boolean;
28401
- type: string;
28402
- };
28403
- created_at: {
28404
- description: string;
28405
- format: string;
28406
- type: string;
28407
- };
28408
- display_name: {
28409
- description: string;
28410
- minLength: number;
28411
- type: string;
28412
- };
28413
- ends_at: {
28414
- description: string;
28415
- type: string;
28416
- };
28417
- errors: {
28418
- description: string;
28419
- items: {
28420
- properties: {
28421
- error_code: {
28422
- type: string;
28423
- };
28424
- message: {
28425
- type: string;
28426
- };
28427
- };
28428
- required: string[];
28429
- type: string;
28430
- };
28431
- type: string;
28432
- };
28433
- external_type: {
28434
- description: string;
28435
- enum: string[];
28436
- type: string;
28437
- };
28438
- external_type_display_name: {
28439
- description: string;
28440
- type: string;
28441
- };
28442
- is_issued: {
28443
- type: string;
28444
- };
28445
- is_latest_desired_state_synced_with_provider: {
28446
- description: string;
28447
- nullable: boolean;
28448
- type: string;
28449
- };
28450
- is_managed: {
28451
- enum: boolean[];
28452
- type: string;
28453
- };
28454
- is_multi_phone_sync_credential: {
28455
- description: string;
28456
- type: string;
28457
- };
28458
- is_one_time_use: {
28459
- description: string;
28460
- type: string;
28461
- };
28462
- issued_at: {
28463
- format: string;
28464
- nullable: boolean;
28465
- type: string;
28466
- };
28467
- latest_desired_state_synced_with_provider_at: {
28468
- description: string;
28469
- format: string;
28470
- nullable: boolean;
28471
- type: string;
28472
- };
28473
- parent_acs_credential_id: {
28474
- description: string;
28475
- format: string;
28476
- type: string;
28477
- };
28478
- starts_at: {
28479
- description: string;
28480
- type: string;
28481
- };
28482
- visionline_metadata: {
28483
- description: string;
28484
- properties: {
28485
- auto_join: {
28486
- type: string;
28487
- };
28488
- card_function_type: {
28489
- enum: string[];
28490
- type: string;
28491
- };
28492
- card_id: {
28493
- type: string;
28494
- };
28495
- common_acs_entrance_ids: {
28496
- items: {
28497
- format: string;
28498
- type: string;
28499
- };
28500
- type: string;
28501
- };
28502
- credential_id: {
28503
- type: string;
28504
- };
28505
- guest_acs_entrance_ids: {
28506
- items: {
28507
- format: string;
28508
- type: string;
28509
- };
28510
- type: string;
28511
- };
28512
- is_valid: {
28513
- type: string;
28514
- };
28515
- joiner_acs_credential_ids: {
28516
- items: {
28517
- format: string;
28518
- type: string;
28519
- };
28520
- type: string;
28521
- };
28522
- };
28523
- required: string[];
28524
- type: string;
28525
- };
28526
- warnings: {
28527
- description: string;
28528
- items: {
28529
- description: string;
28530
- oneOf: {
28531
- description: string;
28532
- properties: {
28533
- created_at: {
28534
- description: string;
28535
- format: string;
28536
- type: string;
28537
- };
28538
- message: {
28539
- description: string;
28540
- type: string;
28541
- };
28542
- warning_code: {
28543
- description: string;
28544
- enum: string[];
28545
- type: string;
28546
- };
28547
- };
28548
- required: string[];
28549
- type: string;
28550
- }[];
28551
- };
28552
- type: string;
28553
- };
28554
- workspace_id: {
28555
- description: string;
28556
- format: string;
28557
- type: string;
28558
- };
28559
- };
28560
- required: string[];
28561
- type: string;
28555
+ $ref: string;
28562
28556
  };
28563
28557
  type: string;
28564
28558
  };
@@ -28912,59 +28906,7 @@ declare const _default: {
28912
28906
  properties: {
28913
28907
  acs_encoders: {
28914
28908
  items: {
28915
- properties: {
28916
- acs_encoder_id: {
28917
- description: string;
28918
- format: string;
28919
- type: string;
28920
- };
28921
- acs_system_id: {
28922
- description: string;
28923
- format: string;
28924
- type: string;
28925
- };
28926
- created_at: {
28927
- description: string;
28928
- format: string;
28929
- type: string;
28930
- };
28931
- display_name: {
28932
- description: string;
28933
- type: string;
28934
- };
28935
- errors: {
28936
- description: string;
28937
- items: {
28938
- description: string;
28939
- properties: {
28940
- created_at: {
28941
- description: string;
28942
- format: string;
28943
- type: string;
28944
- };
28945
- error_code: {
28946
- description: string;
28947
- enum: string[];
28948
- type: string;
28949
- };
28950
- message: {
28951
- description: string;
28952
- type: string;
28953
- };
28954
- };
28955
- required: string[];
28956
- type: string;
28957
- };
28958
- type: string;
28959
- };
28960
- workspace_id: {
28961
- description: string;
28962
- format: string;
28963
- type: string;
28964
- };
28965
- };
28966
- required: string[];
28967
- type: string;
28909
+ $ref: string;
28968
28910
  };
28969
28911
  type: string;
28970
28912
  };
@@ -30785,175 +30727,7 @@ declare const _default: {
30785
30727
  schema: {
30786
30728
  properties: {
30787
30729
  acs_user: {
30788
- description: string;
30789
- properties: {
30790
- access_schedule: {
30791
- description: string;
30792
- properties: {
30793
- ends_at: {
30794
- description: string;
30795
- format: string;
30796
- nullable: boolean;
30797
- type: string;
30798
- };
30799
- starts_at: {
30800
- description: string;
30801
- format: string;
30802
- type: string;
30803
- };
30804
- };
30805
- required: string[];
30806
- type: string;
30807
- };
30808
- acs_system_id: {
30809
- description: string;
30810
- format: string;
30811
- type: string;
30812
- };
30813
- acs_user_id: {
30814
- description: string;
30815
- format: string;
30816
- type: string;
30817
- };
30818
- created_at: {
30819
- description: string;
30820
- format: string;
30821
- type: string;
30822
- };
30823
- display_name: {
30824
- description: string;
30825
- type: string;
30826
- };
30827
- email: {
30828
- deprecated: boolean;
30829
- format: string;
30830
- type: string;
30831
- 'x-deprecated': string;
30832
- };
30833
- email_address: {
30834
- description: string;
30835
- format: string;
30836
- type: string;
30837
- };
30838
- errors: {
30839
- description: string;
30840
- items: {
30841
- description: string;
30842
- oneOf: {
30843
- description: string;
30844
- properties: {
30845
- created_at: {
30846
- description: string;
30847
- format: string;
30848
- type: string;
30849
- };
30850
- error_code: {
30851
- enum: string[];
30852
- type: string;
30853
- };
30854
- message: {
30855
- description: string;
30856
- type: string;
30857
- };
30858
- };
30859
- required: string[];
30860
- type: string;
30861
- }[];
30862
- };
30863
- type: string;
30864
- };
30865
- external_type: {
30866
- description: string;
30867
- enum: string[];
30868
- type: string;
30869
- };
30870
- external_type_display_name: {
30871
- description: string;
30872
- type: string;
30873
- };
30874
- full_name: {
30875
- description: string;
30876
- type: string;
30877
- };
30878
- hid_acs_system_id: {
30879
- format: string;
30880
- type: string;
30881
- };
30882
- is_latest_desired_state_synced_with_provider: {
30883
- nullable: boolean;
30884
- type: string;
30885
- 'x-undocumented': string;
30886
- };
30887
- is_managed: {
30888
- enum: boolean[];
30889
- type: string;
30890
- };
30891
- is_suspended: {
30892
- description: string;
30893
- type: string;
30894
- };
30895
- latest_desired_state_synced_with_provider_at: {
30896
- format: string;
30897
- nullable: boolean;
30898
- type: string;
30899
- 'x-undocumented': string;
30900
- };
30901
- phone_number: {
30902
- description: string;
30903
- type: string;
30904
- };
30905
- user_identity_email_address: {
30906
- description: string;
30907
- nullable: boolean;
30908
- type: string;
30909
- };
30910
- user_identity_full_name: {
30911
- description: string;
30912
- nullable: boolean;
30913
- type: string;
30914
- };
30915
- user_identity_id: {
30916
- description: string;
30917
- type: string;
30918
- };
30919
- user_identity_phone_number: {
30920
- description: string;
30921
- nullable: boolean;
30922
- type: string;
30923
- };
30924
- warnings: {
30925
- description: string;
30926
- items: {
30927
- description: string;
30928
- oneOf: {
30929
- description: string;
30930
- properties: {
30931
- created_at: {
30932
- format: string;
30933
- type: string;
30934
- };
30935
- message: {
30936
- type: string;
30937
- };
30938
- warning_code: {
30939
- enum: string[];
30940
- type: string;
30941
- };
30942
- };
30943
- required: string[];
30944
- type: string;
30945
- }[];
30946
- };
30947
- type: string;
30948
- };
30949
- workspace_id: {
30950
- description: string;
30951
- format: string;
30952
- type: string;
30953
- };
30954
- };
30955
- required: string[];
30956
- type: string;
30730
+ $ref: string;
30957
30731
  };
30958
30732
  ok: {
30959
30733
  type: string;
@@ -31036,175 +30810,7 @@ declare const _default: {
31036
30810
  properties: {
31037
30811
  acs_users: {
31038
30812
  items: {
31039
- description: string;
31040
- properties: {
31041
- access_schedule: {
31042
- description: string;
31043
- properties: {
31044
- ends_at: {
31045
- description: string;
31046
- format: string;
31047
- nullable: boolean;
31048
- type: string;
31049
- };
31050
- starts_at: {
31051
- description: string;
31052
- format: string;
31053
- type: string;
31054
- };
31055
- };
31056
- required: string[];
31057
- type: string;
31058
- };
31059
- acs_system_id: {
31060
- description: string;
31061
- format: string;
31062
- type: string;
31063
- };
31064
- acs_user_id: {
31065
- description: string;
31066
- format: string;
31067
- type: string;
31068
- };
31069
- created_at: {
31070
- description: string;
31071
- format: string;
31072
- type: string;
31073
- };
31074
- display_name: {
31075
- description: string;
31076
- type: string;
31077
- };
31078
- email: {
31079
- deprecated: boolean;
31080
- format: string;
31081
- type: string;
31082
- 'x-deprecated': string;
31083
- };
31084
- email_address: {
31085
- description: string;
31086
- format: string;
31087
- type: string;
31088
- };
31089
- errors: {
31090
- description: string;
31091
- items: {
31092
- description: string;
31093
- oneOf: {
31094
- description: string;
31095
- properties: {
31096
- created_at: {
31097
- description: string;
31098
- format: string;
31099
- type: string;
31100
- };
31101
- error_code: {
31102
- enum: string[];
31103
- type: string;
31104
- };
31105
- message: {
31106
- description: string;
31107
- type: string;
31108
- };
31109
- };
31110
- required: string[];
31111
- type: string;
31112
- }[];
31113
- };
31114
- type: string;
31115
- };
31116
- external_type: {
31117
- description: string;
31118
- enum: string[];
31119
- type: string;
31120
- };
31121
- external_type_display_name: {
31122
- description: string;
31123
- type: string;
31124
- };
31125
- full_name: {
31126
- description: string;
31127
- type: string;
31128
- };
31129
- hid_acs_system_id: {
31130
- format: string;
31131
- type: string;
31132
- };
31133
- is_latest_desired_state_synced_with_provider: {
31134
- nullable: boolean;
31135
- type: string;
31136
- 'x-undocumented': string;
31137
- };
31138
- is_managed: {
31139
- enum: boolean[];
31140
- type: string;
31141
- };
31142
- is_suspended: {
31143
- description: string;
31144
- type: string;
31145
- };
31146
- latest_desired_state_synced_with_provider_at: {
31147
- format: string;
31148
- nullable: boolean;
31149
- type: string;
31150
- 'x-undocumented': string;
31151
- };
31152
- phone_number: {
31153
- description: string;
31154
- type: string;
31155
- };
31156
- user_identity_email_address: {
31157
- description: string;
31158
- nullable: boolean;
31159
- type: string;
31160
- };
31161
- user_identity_full_name: {
31162
- description: string;
31163
- nullable: boolean;
31164
- type: string;
31165
- };
31166
- user_identity_id: {
31167
- description: string;
31168
- type: string;
31169
- };
31170
- user_identity_phone_number: {
31171
- description: string;
31172
- nullable: boolean;
31173
- type: string;
31174
- };
31175
- warnings: {
31176
- description: string;
31177
- items: {
31178
- description: string;
31179
- oneOf: {
31180
- description: string;
31181
- properties: {
31182
- created_at: {
31183
- format: string;
31184
- type: string;
31185
- };
31186
- message: {
31187
- type: string;
31188
- };
31189
- warning_code: {
31190
- enum: string[];
31191
- type: string;
31192
- };
31193
- };
31194
- required: string[];
31195
- type: string;
31196
- }[];
31197
- };
31198
- type: string;
31199
- };
31200
- workspace_id: {
31201
- description: string;
31202
- format: string;
31203
- type: string;
31204
- };
31205
- };
31206
- required: string[];
31207
- type: string;
30813
+ $ref: string;
31208
30814
  };
31209
30815
  type: string;
31210
30816
  };
@@ -46763,6 +46369,7 @@ interface Routes {
46763
46369
  };
46764
46370
  formData: {};
46765
46371
  jsonResponse: {
46372
+ /** */
46766
46373
  acs_access_group: {
46767
46374
  /** ID of the access group. */
46768
46375
  acs_access_group_id: string;
@@ -54257,6 +53864,10 @@ interface Routes {
54257
53864
  message: string;
54258
53865
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
54259
53866
  warning_code: 'salto_privacy_mode';
53867
+ } | {
53868
+ message: string;
53869
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53870
+ warning_code: 'unknown_issue_with_phone';
54260
53871
  }>;
54261
53872
  /** Date and time at which the device object was created. */
54262
53873
  created_at: string;
@@ -54938,6 +54549,10 @@ interface Routes {
54938
54549
  message: string;
54939
54550
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
54940
54551
  warning_code: 'salto_privacy_mode';
54552
+ } | {
54553
+ message: string;
54554
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
54555
+ warning_code: 'unknown_issue_with_phone';
54941
54556
  }>;
54942
54557
  /** Date and time at which the device object was created. */
54943
54558
  created_at: string;
@@ -55188,6 +54803,10 @@ interface Routes {
55188
54803
  message: string;
55189
54804
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55190
54805
  warning_code: 'salto_privacy_mode';
54806
+ } | {
54807
+ message: string;
54808
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
54809
+ warning_code: 'unknown_issue_with_phone';
55191
54810
  }>;
55192
54811
  /** Date and time at which the device object was created. */
55193
54812
  created_at: string;
@@ -55447,6 +55066,10 @@ interface Routes {
55447
55066
  message: string;
55448
55067
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55449
55068
  warning_code: 'salto_privacy_mode';
55069
+ } | {
55070
+ message: string;
55071
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55072
+ warning_code: 'unknown_issue_with_phone';
55450
55073
  }>;
55451
55074
  /** Date and time at which the device object was created. */
55452
55075
  created_at: string;
@@ -58557,6 +58180,10 @@ interface Routes {
58557
58180
  message: string;
58558
58181
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58559
58182
  warning_code: 'salto_privacy_mode';
58183
+ } | {
58184
+ message: string;
58185
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58186
+ warning_code: 'unknown_issue_with_phone';
58560
58187
  }>;
58561
58188
  /** Date and time at which the device object was created. */
58562
58189
  created_at: string;
@@ -59202,6 +58829,10 @@ interface Routes {
59202
58829
  message: string;
59203
58830
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59204
58831
  warning_code: 'salto_privacy_mode';
58832
+ } | {
58833
+ message: string;
58834
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58835
+ warning_code: 'unknown_issue_with_phone';
59205
58836
  }>;
59206
58837
  /** Date and time at which the device object was created. */
59207
58838
  created_at: string;
@@ -59883,6 +59514,10 @@ interface Routes {
59883
59514
  message: string;
59884
59515
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59885
59516
  warning_code: 'salto_privacy_mode';
59517
+ } | {
59518
+ message: string;
59519
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59520
+ warning_code: 'unknown_issue_with_phone';
59886
59521
  }>;
59887
59522
  /** Date and time at which the device object was created. */
59888
59523
  created_at: string;
@@ -60527,6 +60162,10 @@ interface Routes {
60527
60162
  message: string;
60528
60163
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60529
60164
  warning_code: 'salto_privacy_mode';
60165
+ } | {
60166
+ message: string;
60167
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60168
+ warning_code: 'unknown_issue_with_phone';
60530
60169
  }>;
60531
60170
  /** Date and time at which the device object was created. */
60532
60171
  created_at: string;
@@ -62981,6 +62620,10 @@ interface Routes {
62981
62620
  message: string;
62982
62621
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62983
62622
  warning_code: 'salto_privacy_mode';
62623
+ } | {
62624
+ message: string;
62625
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62626
+ warning_code: 'unknown_issue_with_phone';
62984
62627
  }>;
62985
62628
  /** Date and time at which the device object was created. */
62986
62629
  created_at: string;
@@ -63625,6 +63268,10 @@ interface Routes {
63625
63268
  message: string;
63626
63269
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63627
63270
  warning_code: 'salto_privacy_mode';
63271
+ } | {
63272
+ message: string;
63273
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63274
+ warning_code: 'unknown_issue_with_phone';
63628
63275
  }>;
63629
63276
  /** Date and time at which the device object was created. */
63630
63277
  created_at: string;
@@ -66517,6 +66164,10 @@ interface Routes {
66517
66164
  message: string;
66518
66165
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66519
66166
  warning_code: 'salto_privacy_mode';
66167
+ } | {
66168
+ message: string;
66169
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66170
+ warning_code: 'unknown_issue_with_phone';
66520
66171
  }>;
66521
66172
  /** Date and time at which the device object was created. */
66522
66173
  created_at: string;
@@ -66729,6 +66380,10 @@ interface Routes {
66729
66380
  message: string;
66730
66381
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66731
66382
  warning_code: 'salto_privacy_mode';
66383
+ } | {
66384
+ message: string;
66385
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66386
+ warning_code: 'unknown_issue_with_phone';
66732
66387
  }>;
66733
66388
  /** Date and time at which the device object was created. */
66734
66389
  created_at: string;
@@ -69180,6 +68835,10 @@ interface Routes {
69180
68835
  message: string;
69181
68836
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69182
68837
  warning_code: 'salto_privacy_mode';
68838
+ } | {
68839
+ message: string;
68840
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68841
+ warning_code: 'unknown_issue_with_phone';
69183
68842
  }>;
69184
68843
  /** Date and time at which the device object was created. */
69185
68844
  created_at: string;
@@ -71615,6 +71274,10 @@ interface Routes {
71615
71274
  message: string;
71616
71275
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71617
71276
  warning_code: 'salto_privacy_mode';
71277
+ } | {
71278
+ message: string;
71279
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71280
+ warning_code: 'unknown_issue_with_phone';
71618
71281
  }>;
71619
71282
  /** Date and time at which the device object was created. */
71620
71283
  created_at: string;
@@ -72259,6 +71922,10 @@ interface Routes {
72259
71922
  message: string;
72260
71923
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72261
71924
  warning_code: 'salto_privacy_mode';
71925
+ } | {
71926
+ message: string;
71927
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71928
+ warning_code: 'unknown_issue_with_phone';
72262
71929
  }>;
72263
71930
  /** Date and time at which the device object was created. */
72264
71931
  created_at: string;
@@ -76019,6 +75686,10 @@ interface Routes {
76019
75686
  message: string;
76020
75687
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76021
75688
  warning_code: 'salto_privacy_mode';
75689
+ } | {
75690
+ message: string;
75691
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75692
+ warning_code: 'unknown_issue_with_phone';
76022
75693
  }>;
76023
75694
  /** Date and time at which the device object was created. */
76024
75695
  created_at: string;
@@ -76665,6 +76336,10 @@ interface Routes {
76665
76336
  message: string;
76666
76337
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76667
76338
  warning_code: 'salto_privacy_mode';
76339
+ } | {
76340
+ message: string;
76341
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76342
+ warning_code: 'unknown_issue_with_phone';
76668
76343
  }>;
76669
76344
  /** Date and time at which the device object was created. */
76670
76345
  created_at: string;