@seamapi/types 1.738.0 → 1.740.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +1391 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2600 -532
- package/dist/index.cjs +1391 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +62 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.d.ts +53 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js +19 -0
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +62 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +53 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +19 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +172 -0
- package/lib/seam/connect/openapi.d.ts +1664 -241
- package/lib/seam/connect/openapi.js +1362 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +349 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.ts +26 -0
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +26 -0
- package/src/lib/seam/connect/openapi.ts +1386 -0
- package/src/lib/seam/connect/route-types.ts +429 -0
|
@@ -1173,6 +1173,8 @@ declare const _default: {
|
|
|
1173
1173
|
};
|
|
1174
1174
|
from?: never;
|
|
1175
1175
|
to?: never;
|
|
1176
|
+
acs_user_id?: never;
|
|
1177
|
+
variant?: never;
|
|
1176
1178
|
};
|
|
1177
1179
|
required: string[];
|
|
1178
1180
|
type: string;
|
|
@@ -1225,6 +1227,8 @@ declare const _default: {
|
|
|
1225
1227
|
type: string;
|
|
1226
1228
|
required?: never;
|
|
1227
1229
|
};
|
|
1230
|
+
acs_user_id?: never;
|
|
1231
|
+
variant?: never;
|
|
1228
1232
|
};
|
|
1229
1233
|
required: string[];
|
|
1230
1234
|
type: string;
|
|
@@ -1289,6 +1293,8 @@ declare const _default: {
|
|
|
1289
1293
|
required: string[];
|
|
1290
1294
|
type: string;
|
|
1291
1295
|
};
|
|
1296
|
+
acs_user_id?: never;
|
|
1297
|
+
variant?: never;
|
|
1292
1298
|
};
|
|
1293
1299
|
required: string[];
|
|
1294
1300
|
type: string;
|
|
@@ -1343,6 +1349,8 @@ declare const _default: {
|
|
|
1343
1349
|
required: string[];
|
|
1344
1350
|
type: string;
|
|
1345
1351
|
};
|
|
1352
|
+
acs_user_id?: never;
|
|
1353
|
+
variant?: never;
|
|
1346
1354
|
};
|
|
1347
1355
|
required: string[];
|
|
1348
1356
|
type: string;
|
|
@@ -1397,6 +1405,40 @@ declare const _default: {
|
|
|
1397
1405
|
required: string[];
|
|
1398
1406
|
type: string;
|
|
1399
1407
|
};
|
|
1408
|
+
acs_user_id?: never;
|
|
1409
|
+
variant?: never;
|
|
1410
|
+
};
|
|
1411
|
+
required: string[];
|
|
1412
|
+
type: string;
|
|
1413
|
+
} | {
|
|
1414
|
+
description: string;
|
|
1415
|
+
properties: {
|
|
1416
|
+
acs_user_id: {
|
|
1417
|
+
description: string;
|
|
1418
|
+
format: string;
|
|
1419
|
+
type: string;
|
|
1420
|
+
};
|
|
1421
|
+
created_at: {
|
|
1422
|
+
description: string;
|
|
1423
|
+
format: string;
|
|
1424
|
+
type: string;
|
|
1425
|
+
};
|
|
1426
|
+
message: {
|
|
1427
|
+
description: string;
|
|
1428
|
+
type: string;
|
|
1429
|
+
};
|
|
1430
|
+
mutation_code: {
|
|
1431
|
+
description: string;
|
|
1432
|
+
enum: string[];
|
|
1433
|
+
type: string;
|
|
1434
|
+
};
|
|
1435
|
+
variant: {
|
|
1436
|
+
description: string;
|
|
1437
|
+
enum: string[];
|
|
1438
|
+
type: string;
|
|
1439
|
+
};
|
|
1440
|
+
from?: never;
|
|
1441
|
+
to?: never;
|
|
1400
1442
|
};
|
|
1401
1443
|
required: string[];
|
|
1402
1444
|
type: string;
|
|
@@ -2496,6 +2538,8 @@ declare const _default: {
|
|
|
2496
2538
|
scheduled_at?: never;
|
|
2497
2539
|
from?: never;
|
|
2498
2540
|
to?: never;
|
|
2541
|
+
acs_access_group_id?: never;
|
|
2542
|
+
variant?: never;
|
|
2499
2543
|
};
|
|
2500
2544
|
required: string[];
|
|
2501
2545
|
type: string;
|
|
@@ -2524,6 +2568,8 @@ declare const _default: {
|
|
|
2524
2568
|
};
|
|
2525
2569
|
from?: never;
|
|
2526
2570
|
to?: never;
|
|
2571
|
+
acs_access_group_id?: never;
|
|
2572
|
+
variant?: never;
|
|
2527
2573
|
};
|
|
2528
2574
|
required: string[];
|
|
2529
2575
|
type: string;
|
|
@@ -2598,6 +2644,8 @@ declare const _default: {
|
|
|
2598
2644
|
required?: never;
|
|
2599
2645
|
};
|
|
2600
2646
|
scheduled_at?: never;
|
|
2647
|
+
acs_access_group_id?: never;
|
|
2648
|
+
variant?: never;
|
|
2601
2649
|
};
|
|
2602
2650
|
required: string[];
|
|
2603
2651
|
type: string;
|
|
@@ -2668,6 +2716,8 @@ declare const _default: {
|
|
|
2668
2716
|
type: string;
|
|
2669
2717
|
};
|
|
2670
2718
|
scheduled_at?: never;
|
|
2719
|
+
acs_access_group_id?: never;
|
|
2720
|
+
variant?: never;
|
|
2671
2721
|
};
|
|
2672
2722
|
required: string[];
|
|
2673
2723
|
type: string;
|
|
@@ -2721,6 +2771,8 @@ declare const _default: {
|
|
|
2721
2771
|
type: string;
|
|
2722
2772
|
};
|
|
2723
2773
|
scheduled_at?: never;
|
|
2774
|
+
acs_access_group_id?: never;
|
|
2775
|
+
variant?: never;
|
|
2724
2776
|
};
|
|
2725
2777
|
required: string[];
|
|
2726
2778
|
type: string;
|
|
@@ -2780,6 +2832,41 @@ declare const _default: {
|
|
|
2780
2832
|
type: string;
|
|
2781
2833
|
};
|
|
2782
2834
|
scheduled_at?: never;
|
|
2835
|
+
acs_access_group_id?: never;
|
|
2836
|
+
variant?: never;
|
|
2837
|
+
};
|
|
2838
|
+
required: string[];
|
|
2839
|
+
type: string;
|
|
2840
|
+
} | {
|
|
2841
|
+
description: string;
|
|
2842
|
+
properties: {
|
|
2843
|
+
acs_access_group_id: {
|
|
2844
|
+
description: string;
|
|
2845
|
+
format: string;
|
|
2846
|
+
type: string;
|
|
2847
|
+
};
|
|
2848
|
+
created_at: {
|
|
2849
|
+
description: string;
|
|
2850
|
+
format: string;
|
|
2851
|
+
type: string;
|
|
2852
|
+
};
|
|
2853
|
+
message: {
|
|
2854
|
+
description: string;
|
|
2855
|
+
type: string;
|
|
2856
|
+
};
|
|
2857
|
+
mutation_code: {
|
|
2858
|
+
description: string;
|
|
2859
|
+
enum: string[];
|
|
2860
|
+
type: string;
|
|
2861
|
+
};
|
|
2862
|
+
variant: {
|
|
2863
|
+
description: string;
|
|
2864
|
+
enum: string[];
|
|
2865
|
+
type: string;
|
|
2866
|
+
};
|
|
2867
|
+
scheduled_at?: never;
|
|
2868
|
+
from?: never;
|
|
2869
|
+
to?: never;
|
|
2783
2870
|
};
|
|
2784
2871
|
required: string[];
|
|
2785
2872
|
type: string;
|
|
@@ -16402,6 +16489,8 @@ declare const _default: {
|
|
|
16402
16489
|
};
|
|
16403
16490
|
from?: never;
|
|
16404
16491
|
to?: never;
|
|
16492
|
+
acs_user_id?: never;
|
|
16493
|
+
variant?: never;
|
|
16405
16494
|
};
|
|
16406
16495
|
required: string[];
|
|
16407
16496
|
type: string;
|
|
@@ -16454,6 +16543,8 @@ declare const _default: {
|
|
|
16454
16543
|
type: string;
|
|
16455
16544
|
required?: never;
|
|
16456
16545
|
};
|
|
16546
|
+
acs_user_id?: never;
|
|
16547
|
+
variant?: never;
|
|
16457
16548
|
};
|
|
16458
16549
|
required: string[];
|
|
16459
16550
|
type: string;
|
|
@@ -16518,6 +16609,8 @@ declare const _default: {
|
|
|
16518
16609
|
required: string[];
|
|
16519
16610
|
type: string;
|
|
16520
16611
|
};
|
|
16612
|
+
acs_user_id?: never;
|
|
16613
|
+
variant?: never;
|
|
16521
16614
|
};
|
|
16522
16615
|
required: string[];
|
|
16523
16616
|
type: string;
|
|
@@ -16572,6 +16665,8 @@ declare const _default: {
|
|
|
16572
16665
|
required: string[];
|
|
16573
16666
|
type: string;
|
|
16574
16667
|
};
|
|
16668
|
+
acs_user_id?: never;
|
|
16669
|
+
variant?: never;
|
|
16575
16670
|
};
|
|
16576
16671
|
required: string[];
|
|
16577
16672
|
type: string;
|
|
@@ -16626,20 +16721,19 @@ declare const _default: {
|
|
|
16626
16721
|
required: string[];
|
|
16627
16722
|
type: string;
|
|
16628
16723
|
};
|
|
16724
|
+
acs_user_id?: never;
|
|
16725
|
+
variant?: never;
|
|
16629
16726
|
};
|
|
16630
16727
|
required: string[];
|
|
16631
16728
|
type: string;
|
|
16632
|
-
}
|
|
16633
|
-
};
|
|
16634
|
-
type: string;
|
|
16635
|
-
};
|
|
16636
|
-
warnings: {
|
|
16637
|
-
description: string;
|
|
16638
|
-
items: {
|
|
16639
|
-
description: string;
|
|
16640
|
-
oneOf: {
|
|
16729
|
+
} | {
|
|
16641
16730
|
description: string;
|
|
16642
16731
|
properties: {
|
|
16732
|
+
acs_user_id: {
|
|
16733
|
+
description: string;
|
|
16734
|
+
format: string;
|
|
16735
|
+
type: string;
|
|
16736
|
+
};
|
|
16643
16737
|
created_at: {
|
|
16644
16738
|
description: string;
|
|
16645
16739
|
format: string;
|
|
@@ -16649,252 +16743,287 @@ declare const _default: {
|
|
|
16649
16743
|
description: string;
|
|
16650
16744
|
type: string;
|
|
16651
16745
|
};
|
|
16652
|
-
|
|
16746
|
+
mutation_code: {
|
|
16653
16747
|
description: string;
|
|
16654
16748
|
enum: string[];
|
|
16655
16749
|
type: string;
|
|
16656
16750
|
};
|
|
16751
|
+
variant: {
|
|
16752
|
+
description: string;
|
|
16753
|
+
enum: string[];
|
|
16754
|
+
type: string;
|
|
16755
|
+
};
|
|
16756
|
+
from?: never;
|
|
16757
|
+
to?: never;
|
|
16657
16758
|
};
|
|
16658
16759
|
required: string[];
|
|
16659
16760
|
type: string;
|
|
16660
|
-
}[];
|
|
16661
|
-
};
|
|
16662
|
-
type: string;
|
|
16663
|
-
};
|
|
16664
|
-
workspace_id: {
|
|
16665
|
-
description: string;
|
|
16666
|
-
format: string;
|
|
16667
|
-
type: string;
|
|
16668
|
-
};
|
|
16669
|
-
};
|
|
16670
|
-
required: string[];
|
|
16671
|
-
type: string;
|
|
16672
|
-
'x-route-path': string;
|
|
16673
|
-
'x-undocumented': string;
|
|
16674
|
-
};
|
|
16675
|
-
unmanaged_acs_credential: {
|
|
16676
|
-
description: string;
|
|
16677
|
-
properties: {
|
|
16678
|
-
access_method: {
|
|
16679
|
-
description: string;
|
|
16680
|
-
enum: string[];
|
|
16681
|
-
type: string;
|
|
16682
|
-
};
|
|
16683
|
-
acs_credential_id: {
|
|
16684
|
-
description: string;
|
|
16685
|
-
format: string;
|
|
16686
|
-
type: string;
|
|
16687
|
-
};
|
|
16688
|
-
acs_credential_pool_id: {
|
|
16689
|
-
format: string;
|
|
16690
|
-
type: string;
|
|
16691
|
-
};
|
|
16692
|
-
acs_system_id: {
|
|
16693
|
-
description: string;
|
|
16694
|
-
format: string;
|
|
16695
|
-
type: string;
|
|
16696
|
-
};
|
|
16697
|
-
acs_user_id: {
|
|
16698
|
-
description: string;
|
|
16699
|
-
format: string;
|
|
16700
|
-
type: string;
|
|
16701
|
-
};
|
|
16702
|
-
assa_abloy_vostio_metadata: {
|
|
16703
|
-
description: string;
|
|
16704
|
-
properties: {
|
|
16705
|
-
auto_join: {
|
|
16706
|
-
description: string;
|
|
16707
|
-
type: string;
|
|
16708
|
-
};
|
|
16709
|
-
door_names: {
|
|
16710
|
-
description: string;
|
|
16711
|
-
items: {
|
|
16712
|
-
type: string;
|
|
16713
|
-
};
|
|
16714
|
-
type: string;
|
|
16715
|
-
};
|
|
16716
|
-
endpoint_id: {
|
|
16717
|
-
description: string;
|
|
16718
|
-
type: string;
|
|
16719
|
-
};
|
|
16720
|
-
key_id: {
|
|
16721
|
-
description: string;
|
|
16722
|
-
type: string;
|
|
16723
|
-
};
|
|
16724
|
-
key_issuing_request_id: {
|
|
16725
|
-
description: string;
|
|
16726
|
-
type: string;
|
|
16727
|
-
};
|
|
16728
|
-
override_guest_acs_entrance_ids: {
|
|
16729
|
-
description: string;
|
|
16730
|
-
items: {
|
|
16731
|
-
type: string;
|
|
16732
|
-
};
|
|
16733
|
-
type: string;
|
|
16734
|
-
};
|
|
16735
|
-
};
|
|
16736
|
-
type: string;
|
|
16737
|
-
};
|
|
16738
|
-
card_number: {
|
|
16739
|
-
description: string;
|
|
16740
|
-
nullable: boolean;
|
|
16741
|
-
type: string;
|
|
16742
|
-
};
|
|
16743
|
-
code: {
|
|
16744
|
-
description: string;
|
|
16745
|
-
nullable: boolean;
|
|
16746
|
-
type: string;
|
|
16747
|
-
};
|
|
16748
|
-
connected_account_id: {
|
|
16749
|
-
description: string;
|
|
16750
|
-
format: string;
|
|
16751
|
-
type: string;
|
|
16752
|
-
};
|
|
16753
|
-
created_at: {
|
|
16754
|
-
description: string;
|
|
16755
|
-
format: string;
|
|
16756
|
-
type: string;
|
|
16757
|
-
};
|
|
16758
|
-
display_name: {
|
|
16759
|
-
description: string;
|
|
16760
|
-
minLength: number;
|
|
16761
|
-
type: string;
|
|
16762
|
-
};
|
|
16763
|
-
ends_at: {
|
|
16764
|
-
description: string;
|
|
16765
|
-
type: string;
|
|
16766
|
-
};
|
|
16767
|
-
errors: {
|
|
16768
|
-
description: string;
|
|
16769
|
-
items: {
|
|
16770
|
-
properties: {
|
|
16771
|
-
error_code: {
|
|
16772
|
-
type: string;
|
|
16773
|
-
};
|
|
16774
|
-
message: {
|
|
16775
|
-
type: string;
|
|
16776
|
-
};
|
|
16777
|
-
};
|
|
16778
|
-
required: string[];
|
|
16779
|
-
type: string;
|
|
16780
|
-
};
|
|
16781
|
-
type: string;
|
|
16782
|
-
};
|
|
16783
|
-
external_type: {
|
|
16784
|
-
description: string;
|
|
16785
|
-
enum: string[];
|
|
16786
|
-
type: string;
|
|
16787
|
-
};
|
|
16788
|
-
external_type_display_name: {
|
|
16789
|
-
description: string;
|
|
16790
|
-
type: string;
|
|
16791
|
-
};
|
|
16792
|
-
is_issued: {
|
|
16793
|
-
description: string;
|
|
16794
|
-
type: string;
|
|
16795
|
-
};
|
|
16796
|
-
is_latest_desired_state_synced_with_provider: {
|
|
16797
|
-
description: string;
|
|
16798
|
-
nullable: boolean;
|
|
16799
|
-
type: string;
|
|
16800
|
-
};
|
|
16801
|
-
is_managed: {
|
|
16802
|
-
enum: boolean[];
|
|
16803
|
-
type: string;
|
|
16804
|
-
};
|
|
16805
|
-
is_multi_phone_sync_credential: {
|
|
16806
|
-
description: string;
|
|
16807
|
-
type: string;
|
|
16808
|
-
};
|
|
16809
|
-
is_one_time_use: {
|
|
16810
|
-
description: string;
|
|
16811
|
-
type: string;
|
|
16812
|
-
};
|
|
16813
|
-
issued_at: {
|
|
16814
|
-
description: string;
|
|
16815
|
-
format: string;
|
|
16816
|
-
nullable: boolean;
|
|
16817
|
-
type: string;
|
|
16818
|
-
};
|
|
16819
|
-
latest_desired_state_synced_with_provider_at: {
|
|
16820
|
-
description: string;
|
|
16821
|
-
format: string;
|
|
16822
|
-
nullable: boolean;
|
|
16823
|
-
type: string;
|
|
16824
|
-
};
|
|
16825
|
-
parent_acs_credential_id: {
|
|
16826
|
-
description: string;
|
|
16827
|
-
format: string;
|
|
16828
|
-
type: string;
|
|
16829
|
-
};
|
|
16830
|
-
starts_at: {
|
|
16831
|
-
description: string;
|
|
16832
|
-
type: string;
|
|
16833
|
-
};
|
|
16834
|
-
user_identity_id: {
|
|
16835
|
-
description: string;
|
|
16836
|
-
format: string;
|
|
16837
|
-
type: string;
|
|
16838
|
-
};
|
|
16839
|
-
visionline_metadata: {
|
|
16840
|
-
description: string;
|
|
16841
|
-
properties: {
|
|
16842
|
-
auto_join: {
|
|
16843
|
-
description: string;
|
|
16844
|
-
type: string;
|
|
16845
|
-
};
|
|
16846
|
-
card_function_type: {
|
|
16847
|
-
description: string;
|
|
16848
|
-
enum: string[];
|
|
16849
|
-
type: string;
|
|
16850
|
-
};
|
|
16851
|
-
card_id: {
|
|
16852
|
-
description: string;
|
|
16853
|
-
type: string;
|
|
16854
|
-
};
|
|
16855
|
-
common_acs_entrance_ids: {
|
|
16856
|
-
description: string;
|
|
16857
|
-
items: {
|
|
16858
|
-
format: string;
|
|
16859
|
-
type: string;
|
|
16860
|
-
};
|
|
16861
|
-
type: string;
|
|
16862
|
-
};
|
|
16863
|
-
credential_id: {
|
|
16864
|
-
description: string;
|
|
16865
|
-
type: string;
|
|
16866
|
-
};
|
|
16867
|
-
guest_acs_entrance_ids: {
|
|
16868
|
-
description: string;
|
|
16869
|
-
items: {
|
|
16870
|
-
format: string;
|
|
16871
|
-
type: string;
|
|
16872
|
-
};
|
|
16873
|
-
type: string;
|
|
16874
|
-
};
|
|
16875
|
-
is_valid: {
|
|
16876
|
-
description: string;
|
|
16877
|
-
type: string;
|
|
16878
|
-
};
|
|
16879
|
-
joiner_acs_credential_ids: {
|
|
16880
|
-
description: string;
|
|
16881
|
-
items: {
|
|
16882
|
-
format: string;
|
|
16883
|
-
type: string;
|
|
16884
|
-
};
|
|
16885
|
-
type: string;
|
|
16886
|
-
};
|
|
16761
|
+
})[];
|
|
16887
16762
|
};
|
|
16888
|
-
required: string[];
|
|
16889
16763
|
type: string;
|
|
16890
16764
|
};
|
|
16891
16765
|
warnings: {
|
|
16892
16766
|
description: string;
|
|
16893
16767
|
items: {
|
|
16894
16768
|
description: string;
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16769
|
+
oneOf: {
|
|
16770
|
+
description: string;
|
|
16771
|
+
properties: {
|
|
16772
|
+
created_at: {
|
|
16773
|
+
description: string;
|
|
16774
|
+
format: string;
|
|
16775
|
+
type: string;
|
|
16776
|
+
};
|
|
16777
|
+
message: {
|
|
16778
|
+
description: string;
|
|
16779
|
+
type: string;
|
|
16780
|
+
};
|
|
16781
|
+
warning_code: {
|
|
16782
|
+
description: string;
|
|
16783
|
+
enum: string[];
|
|
16784
|
+
type: string;
|
|
16785
|
+
};
|
|
16786
|
+
};
|
|
16787
|
+
required: string[];
|
|
16788
|
+
type: string;
|
|
16789
|
+
}[];
|
|
16790
|
+
};
|
|
16791
|
+
type: string;
|
|
16792
|
+
};
|
|
16793
|
+
workspace_id: {
|
|
16794
|
+
description: string;
|
|
16795
|
+
format: string;
|
|
16796
|
+
type: string;
|
|
16797
|
+
};
|
|
16798
|
+
};
|
|
16799
|
+
required: string[];
|
|
16800
|
+
type: string;
|
|
16801
|
+
'x-route-path': string;
|
|
16802
|
+
'x-undocumented': string;
|
|
16803
|
+
};
|
|
16804
|
+
unmanaged_acs_credential: {
|
|
16805
|
+
description: string;
|
|
16806
|
+
properties: {
|
|
16807
|
+
access_method: {
|
|
16808
|
+
description: string;
|
|
16809
|
+
enum: string[];
|
|
16810
|
+
type: string;
|
|
16811
|
+
};
|
|
16812
|
+
acs_credential_id: {
|
|
16813
|
+
description: string;
|
|
16814
|
+
format: string;
|
|
16815
|
+
type: string;
|
|
16816
|
+
};
|
|
16817
|
+
acs_credential_pool_id: {
|
|
16818
|
+
format: string;
|
|
16819
|
+
type: string;
|
|
16820
|
+
};
|
|
16821
|
+
acs_system_id: {
|
|
16822
|
+
description: string;
|
|
16823
|
+
format: string;
|
|
16824
|
+
type: string;
|
|
16825
|
+
};
|
|
16826
|
+
acs_user_id: {
|
|
16827
|
+
description: string;
|
|
16828
|
+
format: string;
|
|
16829
|
+
type: string;
|
|
16830
|
+
};
|
|
16831
|
+
assa_abloy_vostio_metadata: {
|
|
16832
|
+
description: string;
|
|
16833
|
+
properties: {
|
|
16834
|
+
auto_join: {
|
|
16835
|
+
description: string;
|
|
16836
|
+
type: string;
|
|
16837
|
+
};
|
|
16838
|
+
door_names: {
|
|
16839
|
+
description: string;
|
|
16840
|
+
items: {
|
|
16841
|
+
type: string;
|
|
16842
|
+
};
|
|
16843
|
+
type: string;
|
|
16844
|
+
};
|
|
16845
|
+
endpoint_id: {
|
|
16846
|
+
description: string;
|
|
16847
|
+
type: string;
|
|
16848
|
+
};
|
|
16849
|
+
key_id: {
|
|
16850
|
+
description: string;
|
|
16851
|
+
type: string;
|
|
16852
|
+
};
|
|
16853
|
+
key_issuing_request_id: {
|
|
16854
|
+
description: string;
|
|
16855
|
+
type: string;
|
|
16856
|
+
};
|
|
16857
|
+
override_guest_acs_entrance_ids: {
|
|
16858
|
+
description: string;
|
|
16859
|
+
items: {
|
|
16860
|
+
type: string;
|
|
16861
|
+
};
|
|
16862
|
+
type: string;
|
|
16863
|
+
};
|
|
16864
|
+
};
|
|
16865
|
+
type: string;
|
|
16866
|
+
};
|
|
16867
|
+
card_number: {
|
|
16868
|
+
description: string;
|
|
16869
|
+
nullable: boolean;
|
|
16870
|
+
type: string;
|
|
16871
|
+
};
|
|
16872
|
+
code: {
|
|
16873
|
+
description: string;
|
|
16874
|
+
nullable: boolean;
|
|
16875
|
+
type: string;
|
|
16876
|
+
};
|
|
16877
|
+
connected_account_id: {
|
|
16878
|
+
description: string;
|
|
16879
|
+
format: string;
|
|
16880
|
+
type: string;
|
|
16881
|
+
};
|
|
16882
|
+
created_at: {
|
|
16883
|
+
description: string;
|
|
16884
|
+
format: string;
|
|
16885
|
+
type: string;
|
|
16886
|
+
};
|
|
16887
|
+
display_name: {
|
|
16888
|
+
description: string;
|
|
16889
|
+
minLength: number;
|
|
16890
|
+
type: string;
|
|
16891
|
+
};
|
|
16892
|
+
ends_at: {
|
|
16893
|
+
description: string;
|
|
16894
|
+
type: string;
|
|
16895
|
+
};
|
|
16896
|
+
errors: {
|
|
16897
|
+
description: string;
|
|
16898
|
+
items: {
|
|
16899
|
+
properties: {
|
|
16900
|
+
error_code: {
|
|
16901
|
+
type: string;
|
|
16902
|
+
};
|
|
16903
|
+
message: {
|
|
16904
|
+
type: string;
|
|
16905
|
+
};
|
|
16906
|
+
};
|
|
16907
|
+
required: string[];
|
|
16908
|
+
type: string;
|
|
16909
|
+
};
|
|
16910
|
+
type: string;
|
|
16911
|
+
};
|
|
16912
|
+
external_type: {
|
|
16913
|
+
description: string;
|
|
16914
|
+
enum: string[];
|
|
16915
|
+
type: string;
|
|
16916
|
+
};
|
|
16917
|
+
external_type_display_name: {
|
|
16918
|
+
description: string;
|
|
16919
|
+
type: string;
|
|
16920
|
+
};
|
|
16921
|
+
is_issued: {
|
|
16922
|
+
description: string;
|
|
16923
|
+
type: string;
|
|
16924
|
+
};
|
|
16925
|
+
is_latest_desired_state_synced_with_provider: {
|
|
16926
|
+
description: string;
|
|
16927
|
+
nullable: boolean;
|
|
16928
|
+
type: string;
|
|
16929
|
+
};
|
|
16930
|
+
is_managed: {
|
|
16931
|
+
enum: boolean[];
|
|
16932
|
+
type: string;
|
|
16933
|
+
};
|
|
16934
|
+
is_multi_phone_sync_credential: {
|
|
16935
|
+
description: string;
|
|
16936
|
+
type: string;
|
|
16937
|
+
};
|
|
16938
|
+
is_one_time_use: {
|
|
16939
|
+
description: string;
|
|
16940
|
+
type: string;
|
|
16941
|
+
};
|
|
16942
|
+
issued_at: {
|
|
16943
|
+
description: string;
|
|
16944
|
+
format: string;
|
|
16945
|
+
nullable: boolean;
|
|
16946
|
+
type: string;
|
|
16947
|
+
};
|
|
16948
|
+
latest_desired_state_synced_with_provider_at: {
|
|
16949
|
+
description: string;
|
|
16950
|
+
format: string;
|
|
16951
|
+
nullable: boolean;
|
|
16952
|
+
type: string;
|
|
16953
|
+
};
|
|
16954
|
+
parent_acs_credential_id: {
|
|
16955
|
+
description: string;
|
|
16956
|
+
format: string;
|
|
16957
|
+
type: string;
|
|
16958
|
+
};
|
|
16959
|
+
starts_at: {
|
|
16960
|
+
description: string;
|
|
16961
|
+
type: string;
|
|
16962
|
+
};
|
|
16963
|
+
user_identity_id: {
|
|
16964
|
+
description: string;
|
|
16965
|
+
format: string;
|
|
16966
|
+
type: string;
|
|
16967
|
+
};
|
|
16968
|
+
visionline_metadata: {
|
|
16969
|
+
description: string;
|
|
16970
|
+
properties: {
|
|
16971
|
+
auto_join: {
|
|
16972
|
+
description: string;
|
|
16973
|
+
type: string;
|
|
16974
|
+
};
|
|
16975
|
+
card_function_type: {
|
|
16976
|
+
description: string;
|
|
16977
|
+
enum: string[];
|
|
16978
|
+
type: string;
|
|
16979
|
+
};
|
|
16980
|
+
card_id: {
|
|
16981
|
+
description: string;
|
|
16982
|
+
type: string;
|
|
16983
|
+
};
|
|
16984
|
+
common_acs_entrance_ids: {
|
|
16985
|
+
description: string;
|
|
16986
|
+
items: {
|
|
16987
|
+
format: string;
|
|
16988
|
+
type: string;
|
|
16989
|
+
};
|
|
16990
|
+
type: string;
|
|
16991
|
+
};
|
|
16992
|
+
credential_id: {
|
|
16993
|
+
description: string;
|
|
16994
|
+
type: string;
|
|
16995
|
+
};
|
|
16996
|
+
guest_acs_entrance_ids: {
|
|
16997
|
+
description: string;
|
|
16998
|
+
items: {
|
|
16999
|
+
format: string;
|
|
17000
|
+
type: string;
|
|
17001
|
+
};
|
|
17002
|
+
type: string;
|
|
17003
|
+
};
|
|
17004
|
+
is_valid: {
|
|
17005
|
+
description: string;
|
|
17006
|
+
type: string;
|
|
17007
|
+
};
|
|
17008
|
+
joiner_acs_credential_ids: {
|
|
17009
|
+
description: string;
|
|
17010
|
+
items: {
|
|
17011
|
+
format: string;
|
|
17012
|
+
type: string;
|
|
17013
|
+
};
|
|
17014
|
+
type: string;
|
|
17015
|
+
};
|
|
17016
|
+
};
|
|
17017
|
+
required: string[];
|
|
17018
|
+
type: string;
|
|
17019
|
+
};
|
|
17020
|
+
warnings: {
|
|
17021
|
+
description: string;
|
|
17022
|
+
items: {
|
|
17023
|
+
description: string;
|
|
17024
|
+
discriminator: {
|
|
17025
|
+
propertyName: string;
|
|
17026
|
+
};
|
|
16898
17027
|
oneOf: {
|
|
16899
17028
|
description: string;
|
|
16900
17029
|
properties: {
|
|
@@ -17075,6 +17204,8 @@ declare const _default: {
|
|
|
17075
17204
|
scheduled_at?: never;
|
|
17076
17205
|
from?: never;
|
|
17077
17206
|
to?: never;
|
|
17207
|
+
acs_access_group_id?: never;
|
|
17208
|
+
variant?: never;
|
|
17078
17209
|
};
|
|
17079
17210
|
required: string[];
|
|
17080
17211
|
type: string;
|
|
@@ -17103,6 +17234,8 @@ declare const _default: {
|
|
|
17103
17234
|
};
|
|
17104
17235
|
from?: never;
|
|
17105
17236
|
to?: never;
|
|
17237
|
+
acs_access_group_id?: never;
|
|
17238
|
+
variant?: never;
|
|
17106
17239
|
};
|
|
17107
17240
|
required: string[];
|
|
17108
17241
|
type: string;
|
|
@@ -17177,6 +17310,8 @@ declare const _default: {
|
|
|
17177
17310
|
required?: never;
|
|
17178
17311
|
};
|
|
17179
17312
|
scheduled_at?: never;
|
|
17313
|
+
acs_access_group_id?: never;
|
|
17314
|
+
variant?: never;
|
|
17180
17315
|
};
|
|
17181
17316
|
required: string[];
|
|
17182
17317
|
type: string;
|
|
@@ -17247,6 +17382,8 @@ declare const _default: {
|
|
|
17247
17382
|
type: string;
|
|
17248
17383
|
};
|
|
17249
17384
|
scheduled_at?: never;
|
|
17385
|
+
acs_access_group_id?: never;
|
|
17386
|
+
variant?: never;
|
|
17250
17387
|
};
|
|
17251
17388
|
required: string[];
|
|
17252
17389
|
type: string;
|
|
@@ -17300,6 +17437,8 @@ declare const _default: {
|
|
|
17300
17437
|
type: string;
|
|
17301
17438
|
};
|
|
17302
17439
|
scheduled_at?: never;
|
|
17440
|
+
acs_access_group_id?: never;
|
|
17441
|
+
variant?: never;
|
|
17303
17442
|
};
|
|
17304
17443
|
required: string[];
|
|
17305
17444
|
type: string;
|
|
@@ -17359,6 +17498,41 @@ declare const _default: {
|
|
|
17359
17498
|
type: string;
|
|
17360
17499
|
};
|
|
17361
17500
|
scheduled_at?: never;
|
|
17501
|
+
acs_access_group_id?: never;
|
|
17502
|
+
variant?: never;
|
|
17503
|
+
};
|
|
17504
|
+
required: string[];
|
|
17505
|
+
type: string;
|
|
17506
|
+
} | {
|
|
17507
|
+
description: string;
|
|
17508
|
+
properties: {
|
|
17509
|
+
acs_access_group_id: {
|
|
17510
|
+
description: string;
|
|
17511
|
+
format: string;
|
|
17512
|
+
type: string;
|
|
17513
|
+
};
|
|
17514
|
+
created_at: {
|
|
17515
|
+
description: string;
|
|
17516
|
+
format: string;
|
|
17517
|
+
type: string;
|
|
17518
|
+
};
|
|
17519
|
+
message: {
|
|
17520
|
+
description: string;
|
|
17521
|
+
type: string;
|
|
17522
|
+
};
|
|
17523
|
+
mutation_code: {
|
|
17524
|
+
description: string;
|
|
17525
|
+
enum: string[];
|
|
17526
|
+
type: string;
|
|
17527
|
+
};
|
|
17528
|
+
variant: {
|
|
17529
|
+
description: string;
|
|
17530
|
+
enum: string[];
|
|
17531
|
+
type: string;
|
|
17532
|
+
};
|
|
17533
|
+
scheduled_at?: never;
|
|
17534
|
+
from?: never;
|
|
17535
|
+
to?: never;
|
|
17362
17536
|
};
|
|
17363
17537
|
required: string[];
|
|
17364
17538
|
type: string;
|
|
@@ -51802,6 +51976,1255 @@ declare const _default: {
|
|
|
51802
51976
|
'x-undocumented': string;
|
|
51803
51977
|
};
|
|
51804
51978
|
};
|
|
51979
|
+
'/seam/customer/v1/customers/automations/get': {
|
|
51980
|
+
get: {
|
|
51981
|
+
description: string;
|
|
51982
|
+
operationId: string;
|
|
51983
|
+
parameters: {
|
|
51984
|
+
in: string;
|
|
51985
|
+
name: string;
|
|
51986
|
+
required: boolean;
|
|
51987
|
+
schema: {
|
|
51988
|
+
description: string;
|
|
51989
|
+
type: string;
|
|
51990
|
+
};
|
|
51991
|
+
}[];
|
|
51992
|
+
responses: {
|
|
51993
|
+
200: {
|
|
51994
|
+
content: {
|
|
51995
|
+
'application/json': {
|
|
51996
|
+
schema: {
|
|
51997
|
+
properties: {
|
|
51998
|
+
automation: {
|
|
51999
|
+
properties: {
|
|
52000
|
+
access_rules: {
|
|
52001
|
+
properties: {
|
|
52002
|
+
reservation_created: {
|
|
52003
|
+
properties: {
|
|
52004
|
+
config: {
|
|
52005
|
+
properties: {
|
|
52006
|
+
access_methods: {
|
|
52007
|
+
items: {
|
|
52008
|
+
enum: string[];
|
|
52009
|
+
type: string;
|
|
52010
|
+
};
|
|
52011
|
+
minItems: number;
|
|
52012
|
+
type: string;
|
|
52013
|
+
};
|
|
52014
|
+
card_count_on_reservation_create: {
|
|
52015
|
+
minimum: number;
|
|
52016
|
+
type: string;
|
|
52017
|
+
};
|
|
52018
|
+
code_count_on_reservation_create: {
|
|
52019
|
+
minimum: number;
|
|
52020
|
+
type: string;
|
|
52021
|
+
};
|
|
52022
|
+
instant_key_max_use_count: {
|
|
52023
|
+
minimum: number;
|
|
52024
|
+
type: string;
|
|
52025
|
+
};
|
|
52026
|
+
method_issuance_strategy: {
|
|
52027
|
+
enum: string[];
|
|
52028
|
+
type: string;
|
|
52029
|
+
};
|
|
52030
|
+
};
|
|
52031
|
+
required: string[];
|
|
52032
|
+
type: string;
|
|
52033
|
+
};
|
|
52034
|
+
rule: {
|
|
52035
|
+
enum: string[];
|
|
52036
|
+
type: string;
|
|
52037
|
+
};
|
|
52038
|
+
};
|
|
52039
|
+
required: string[];
|
|
52040
|
+
type: string;
|
|
52041
|
+
};
|
|
52042
|
+
reservation_deleted: {
|
|
52043
|
+
properties: {
|
|
52044
|
+
config: {
|
|
52045
|
+
$ref: string;
|
|
52046
|
+
};
|
|
52047
|
+
rule: {
|
|
52048
|
+
enum: string[];
|
|
52049
|
+
type: string;
|
|
52050
|
+
};
|
|
52051
|
+
};
|
|
52052
|
+
required: string[];
|
|
52053
|
+
type: string;
|
|
52054
|
+
};
|
|
52055
|
+
reservation_spaces_updated: {
|
|
52056
|
+
properties: {
|
|
52057
|
+
config: {
|
|
52058
|
+
$ref: string;
|
|
52059
|
+
};
|
|
52060
|
+
rule: {
|
|
52061
|
+
enum: string[];
|
|
52062
|
+
type: string;
|
|
52063
|
+
};
|
|
52064
|
+
};
|
|
52065
|
+
required: string[];
|
|
52066
|
+
type: string;
|
|
52067
|
+
};
|
|
52068
|
+
reservation_time_updated: {
|
|
52069
|
+
properties: {
|
|
52070
|
+
config: {
|
|
52071
|
+
$ref: string;
|
|
52072
|
+
};
|
|
52073
|
+
rule: {
|
|
52074
|
+
enum: string[];
|
|
52075
|
+
type: string;
|
|
52076
|
+
};
|
|
52077
|
+
};
|
|
52078
|
+
required: string[];
|
|
52079
|
+
type: string;
|
|
52080
|
+
};
|
|
52081
|
+
space_name_updated: {
|
|
52082
|
+
properties: {
|
|
52083
|
+
config: {
|
|
52084
|
+
$ref: string;
|
|
52085
|
+
};
|
|
52086
|
+
rule: {
|
|
52087
|
+
enum: string[];
|
|
52088
|
+
type: string;
|
|
52089
|
+
};
|
|
52090
|
+
};
|
|
52091
|
+
required: string[];
|
|
52092
|
+
type: string;
|
|
52093
|
+
};
|
|
52094
|
+
staff_member_created: {
|
|
52095
|
+
properties: {
|
|
52096
|
+
config: {
|
|
52097
|
+
$ref: string;
|
|
52098
|
+
};
|
|
52099
|
+
rule: {
|
|
52100
|
+
enum: string[];
|
|
52101
|
+
type: string;
|
|
52102
|
+
};
|
|
52103
|
+
};
|
|
52104
|
+
required: string[];
|
|
52105
|
+
type: string;
|
|
52106
|
+
};
|
|
52107
|
+
staff_member_name_updated: {
|
|
52108
|
+
properties: {
|
|
52109
|
+
config: {
|
|
52110
|
+
$ref: string;
|
|
52111
|
+
};
|
|
52112
|
+
rule: {
|
|
52113
|
+
enum: string[];
|
|
52114
|
+
type: string;
|
|
52115
|
+
};
|
|
52116
|
+
};
|
|
52117
|
+
required: string[];
|
|
52118
|
+
type: string;
|
|
52119
|
+
};
|
|
52120
|
+
user_identity_name_updated: {
|
|
52121
|
+
properties: {
|
|
52122
|
+
config: {
|
|
52123
|
+
$ref: string;
|
|
52124
|
+
};
|
|
52125
|
+
rule: {
|
|
52126
|
+
enum: string[];
|
|
52127
|
+
type: string;
|
|
52128
|
+
};
|
|
52129
|
+
};
|
|
52130
|
+
required: string[];
|
|
52131
|
+
type: string;
|
|
52132
|
+
};
|
|
52133
|
+
};
|
|
52134
|
+
type: string;
|
|
52135
|
+
};
|
|
52136
|
+
climate_rules: {
|
|
52137
|
+
properties: {
|
|
52138
|
+
rules: {
|
|
52139
|
+
properties: {
|
|
52140
|
+
reservation_created: {
|
|
52141
|
+
properties: {
|
|
52142
|
+
automated_occupied_preset: {
|
|
52143
|
+
properties: {
|
|
52144
|
+
cooling_set_point_celsius: {
|
|
52145
|
+
format: string;
|
|
52146
|
+
type: string;
|
|
52147
|
+
};
|
|
52148
|
+
cooling_set_point_fahrenheit: {
|
|
52149
|
+
format: string;
|
|
52150
|
+
type: string;
|
|
52151
|
+
};
|
|
52152
|
+
fan_mode: {
|
|
52153
|
+
enum: string[];
|
|
52154
|
+
type: string;
|
|
52155
|
+
};
|
|
52156
|
+
heating_set_point_celsius: {
|
|
52157
|
+
format: string;
|
|
52158
|
+
type: string;
|
|
52159
|
+
};
|
|
52160
|
+
heating_set_point_fahrenheit: {
|
|
52161
|
+
format: string;
|
|
52162
|
+
type: string;
|
|
52163
|
+
};
|
|
52164
|
+
is_override_allowed: {
|
|
52165
|
+
type: string;
|
|
52166
|
+
};
|
|
52167
|
+
max_override_period_minutes: {
|
|
52168
|
+
format: string;
|
|
52169
|
+
type: string;
|
|
52170
|
+
};
|
|
52171
|
+
mode: {
|
|
52172
|
+
enum: string[];
|
|
52173
|
+
type: string;
|
|
52174
|
+
};
|
|
52175
|
+
};
|
|
52176
|
+
required: string[];
|
|
52177
|
+
type: string;
|
|
52178
|
+
};
|
|
52179
|
+
automated_unoccupied_preset: {
|
|
52180
|
+
properties: {
|
|
52181
|
+
cooling_set_point_celsius: {
|
|
52182
|
+
format: string;
|
|
52183
|
+
type: string;
|
|
52184
|
+
};
|
|
52185
|
+
cooling_set_point_fahrenheit: {
|
|
52186
|
+
format: string;
|
|
52187
|
+
type: string;
|
|
52188
|
+
};
|
|
52189
|
+
fan_mode: {
|
|
52190
|
+
enum: string[];
|
|
52191
|
+
type: string;
|
|
52192
|
+
};
|
|
52193
|
+
heating_set_point_celsius: {
|
|
52194
|
+
format: string;
|
|
52195
|
+
type: string;
|
|
52196
|
+
};
|
|
52197
|
+
heating_set_point_fahrenheit: {
|
|
52198
|
+
format: string;
|
|
52199
|
+
type: string;
|
|
52200
|
+
};
|
|
52201
|
+
is_override_allowed: {
|
|
52202
|
+
type: string;
|
|
52203
|
+
};
|
|
52204
|
+
max_override_period_minutes: {
|
|
52205
|
+
format: string;
|
|
52206
|
+
type: string;
|
|
52207
|
+
};
|
|
52208
|
+
mode: {
|
|
52209
|
+
enum: string[];
|
|
52210
|
+
type: string;
|
|
52211
|
+
};
|
|
52212
|
+
};
|
|
52213
|
+
required: string[];
|
|
52214
|
+
type: string;
|
|
52215
|
+
};
|
|
52216
|
+
occupied_preset_key: {
|
|
52217
|
+
type: string;
|
|
52218
|
+
};
|
|
52219
|
+
precondition_minutes_before_reservation: {
|
|
52220
|
+
format: string;
|
|
52221
|
+
type: string;
|
|
52222
|
+
};
|
|
52223
|
+
unoccupied_preset_key: {
|
|
52224
|
+
type: string;
|
|
52225
|
+
};
|
|
52226
|
+
};
|
|
52227
|
+
type: string;
|
|
52228
|
+
};
|
|
52229
|
+
reservation_deleted: {
|
|
52230
|
+
$ref: string;
|
|
52231
|
+
};
|
|
52232
|
+
reservation_time_updated: {
|
|
52233
|
+
$ref: string;
|
|
52234
|
+
};
|
|
52235
|
+
};
|
|
52236
|
+
type: string;
|
|
52237
|
+
};
|
|
52238
|
+
};
|
|
52239
|
+
required: string[];
|
|
52240
|
+
type: string;
|
|
52241
|
+
};
|
|
52242
|
+
};
|
|
52243
|
+
type: string;
|
|
52244
|
+
};
|
|
52245
|
+
ok: {
|
|
52246
|
+
type: string;
|
|
52247
|
+
};
|
|
52248
|
+
};
|
|
52249
|
+
required: string[];
|
|
52250
|
+
type: string;
|
|
52251
|
+
};
|
|
52252
|
+
};
|
|
52253
|
+
};
|
|
52254
|
+
description: string;
|
|
52255
|
+
};
|
|
52256
|
+
400: {
|
|
52257
|
+
description: string;
|
|
52258
|
+
};
|
|
52259
|
+
401: {
|
|
52260
|
+
description: string;
|
|
52261
|
+
};
|
|
52262
|
+
};
|
|
52263
|
+
security: ({
|
|
52264
|
+
pat_with_workspace: never[];
|
|
52265
|
+
console_session_with_workspace?: never;
|
|
52266
|
+
api_key?: never;
|
|
52267
|
+
} | {
|
|
52268
|
+
console_session_with_workspace: never[];
|
|
52269
|
+
pat_with_workspace?: never;
|
|
52270
|
+
api_key?: never;
|
|
52271
|
+
} | {
|
|
52272
|
+
api_key: never[];
|
|
52273
|
+
pat_with_workspace?: never;
|
|
52274
|
+
console_session_with_workspace?: never;
|
|
52275
|
+
})[];
|
|
52276
|
+
summary: string;
|
|
52277
|
+
tags: never[];
|
|
52278
|
+
'x-fern-sdk-group-name': string[];
|
|
52279
|
+
'x-fern-sdk-method-name': string;
|
|
52280
|
+
'x-fern-sdk-return-value': string;
|
|
52281
|
+
'x-response-key': string;
|
|
52282
|
+
'x-title': string;
|
|
52283
|
+
};
|
|
52284
|
+
post: {
|
|
52285
|
+
description: string;
|
|
52286
|
+
operationId: string;
|
|
52287
|
+
requestBody: {
|
|
52288
|
+
content: {
|
|
52289
|
+
'application/json': {
|
|
52290
|
+
schema: {
|
|
52291
|
+
properties: {
|
|
52292
|
+
customer_key: {
|
|
52293
|
+
description: string;
|
|
52294
|
+
type: string;
|
|
52295
|
+
};
|
|
52296
|
+
};
|
|
52297
|
+
required: string[];
|
|
52298
|
+
type: string;
|
|
52299
|
+
};
|
|
52300
|
+
};
|
|
52301
|
+
};
|
|
52302
|
+
};
|
|
52303
|
+
responses: {
|
|
52304
|
+
200: {
|
|
52305
|
+
content: {
|
|
52306
|
+
'application/json': {
|
|
52307
|
+
schema: {
|
|
52308
|
+
properties: {
|
|
52309
|
+
automation: {
|
|
52310
|
+
properties: {
|
|
52311
|
+
access_rules: {
|
|
52312
|
+
properties: {
|
|
52313
|
+
reservation_created: {
|
|
52314
|
+
properties: {
|
|
52315
|
+
config: {
|
|
52316
|
+
properties: {
|
|
52317
|
+
access_methods: {
|
|
52318
|
+
items: {
|
|
52319
|
+
enum: string[];
|
|
52320
|
+
type: string;
|
|
52321
|
+
};
|
|
52322
|
+
minItems: number;
|
|
52323
|
+
type: string;
|
|
52324
|
+
};
|
|
52325
|
+
card_count_on_reservation_create: {
|
|
52326
|
+
minimum: number;
|
|
52327
|
+
type: string;
|
|
52328
|
+
};
|
|
52329
|
+
code_count_on_reservation_create: {
|
|
52330
|
+
minimum: number;
|
|
52331
|
+
type: string;
|
|
52332
|
+
};
|
|
52333
|
+
instant_key_max_use_count: {
|
|
52334
|
+
minimum: number;
|
|
52335
|
+
type: string;
|
|
52336
|
+
};
|
|
52337
|
+
method_issuance_strategy: {
|
|
52338
|
+
enum: string[];
|
|
52339
|
+
type: string;
|
|
52340
|
+
};
|
|
52341
|
+
};
|
|
52342
|
+
required: string[];
|
|
52343
|
+
type: string;
|
|
52344
|
+
};
|
|
52345
|
+
rule: {
|
|
52346
|
+
enum: string[];
|
|
52347
|
+
type: string;
|
|
52348
|
+
};
|
|
52349
|
+
};
|
|
52350
|
+
required: string[];
|
|
52351
|
+
type: string;
|
|
52352
|
+
};
|
|
52353
|
+
reservation_deleted: {
|
|
52354
|
+
properties: {
|
|
52355
|
+
config: {
|
|
52356
|
+
$ref: string;
|
|
52357
|
+
};
|
|
52358
|
+
rule: {
|
|
52359
|
+
enum: string[];
|
|
52360
|
+
type: string;
|
|
52361
|
+
};
|
|
52362
|
+
};
|
|
52363
|
+
required: string[];
|
|
52364
|
+
type: string;
|
|
52365
|
+
};
|
|
52366
|
+
reservation_spaces_updated: {
|
|
52367
|
+
properties: {
|
|
52368
|
+
config: {
|
|
52369
|
+
$ref: string;
|
|
52370
|
+
};
|
|
52371
|
+
rule: {
|
|
52372
|
+
enum: string[];
|
|
52373
|
+
type: string;
|
|
52374
|
+
};
|
|
52375
|
+
};
|
|
52376
|
+
required: string[];
|
|
52377
|
+
type: string;
|
|
52378
|
+
};
|
|
52379
|
+
reservation_time_updated: {
|
|
52380
|
+
properties: {
|
|
52381
|
+
config: {
|
|
52382
|
+
$ref: string;
|
|
52383
|
+
};
|
|
52384
|
+
rule: {
|
|
52385
|
+
enum: string[];
|
|
52386
|
+
type: string;
|
|
52387
|
+
};
|
|
52388
|
+
};
|
|
52389
|
+
required: string[];
|
|
52390
|
+
type: string;
|
|
52391
|
+
};
|
|
52392
|
+
space_name_updated: {
|
|
52393
|
+
properties: {
|
|
52394
|
+
config: {
|
|
52395
|
+
$ref: string;
|
|
52396
|
+
};
|
|
52397
|
+
rule: {
|
|
52398
|
+
enum: string[];
|
|
52399
|
+
type: string;
|
|
52400
|
+
};
|
|
52401
|
+
};
|
|
52402
|
+
required: string[];
|
|
52403
|
+
type: string;
|
|
52404
|
+
};
|
|
52405
|
+
staff_member_created: {
|
|
52406
|
+
properties: {
|
|
52407
|
+
config: {
|
|
52408
|
+
$ref: string;
|
|
52409
|
+
};
|
|
52410
|
+
rule: {
|
|
52411
|
+
enum: string[];
|
|
52412
|
+
type: string;
|
|
52413
|
+
};
|
|
52414
|
+
};
|
|
52415
|
+
required: string[];
|
|
52416
|
+
type: string;
|
|
52417
|
+
};
|
|
52418
|
+
staff_member_name_updated: {
|
|
52419
|
+
properties: {
|
|
52420
|
+
config: {
|
|
52421
|
+
$ref: string;
|
|
52422
|
+
};
|
|
52423
|
+
rule: {
|
|
52424
|
+
enum: string[];
|
|
52425
|
+
type: string;
|
|
52426
|
+
};
|
|
52427
|
+
};
|
|
52428
|
+
required: string[];
|
|
52429
|
+
type: string;
|
|
52430
|
+
};
|
|
52431
|
+
user_identity_name_updated: {
|
|
52432
|
+
properties: {
|
|
52433
|
+
config: {
|
|
52434
|
+
$ref: string;
|
|
52435
|
+
};
|
|
52436
|
+
rule: {
|
|
52437
|
+
enum: string[];
|
|
52438
|
+
type: string;
|
|
52439
|
+
};
|
|
52440
|
+
};
|
|
52441
|
+
required: string[];
|
|
52442
|
+
type: string;
|
|
52443
|
+
};
|
|
52444
|
+
};
|
|
52445
|
+
type: string;
|
|
52446
|
+
};
|
|
52447
|
+
climate_rules: {
|
|
52448
|
+
properties: {
|
|
52449
|
+
rules: {
|
|
52450
|
+
properties: {
|
|
52451
|
+
reservation_created: {
|
|
52452
|
+
properties: {
|
|
52453
|
+
automated_occupied_preset: {
|
|
52454
|
+
properties: {
|
|
52455
|
+
cooling_set_point_celsius: {
|
|
52456
|
+
format: string;
|
|
52457
|
+
type: string;
|
|
52458
|
+
};
|
|
52459
|
+
cooling_set_point_fahrenheit: {
|
|
52460
|
+
format: string;
|
|
52461
|
+
type: string;
|
|
52462
|
+
};
|
|
52463
|
+
fan_mode: {
|
|
52464
|
+
enum: string[];
|
|
52465
|
+
type: string;
|
|
52466
|
+
};
|
|
52467
|
+
heating_set_point_celsius: {
|
|
52468
|
+
format: string;
|
|
52469
|
+
type: string;
|
|
52470
|
+
};
|
|
52471
|
+
heating_set_point_fahrenheit: {
|
|
52472
|
+
format: string;
|
|
52473
|
+
type: string;
|
|
52474
|
+
};
|
|
52475
|
+
is_override_allowed: {
|
|
52476
|
+
type: string;
|
|
52477
|
+
};
|
|
52478
|
+
max_override_period_minutes: {
|
|
52479
|
+
format: string;
|
|
52480
|
+
type: string;
|
|
52481
|
+
};
|
|
52482
|
+
mode: {
|
|
52483
|
+
enum: string[];
|
|
52484
|
+
type: string;
|
|
52485
|
+
};
|
|
52486
|
+
};
|
|
52487
|
+
required: string[];
|
|
52488
|
+
type: string;
|
|
52489
|
+
};
|
|
52490
|
+
automated_unoccupied_preset: {
|
|
52491
|
+
properties: {
|
|
52492
|
+
cooling_set_point_celsius: {
|
|
52493
|
+
format: string;
|
|
52494
|
+
type: string;
|
|
52495
|
+
};
|
|
52496
|
+
cooling_set_point_fahrenheit: {
|
|
52497
|
+
format: string;
|
|
52498
|
+
type: string;
|
|
52499
|
+
};
|
|
52500
|
+
fan_mode: {
|
|
52501
|
+
enum: string[];
|
|
52502
|
+
type: string;
|
|
52503
|
+
};
|
|
52504
|
+
heating_set_point_celsius: {
|
|
52505
|
+
format: string;
|
|
52506
|
+
type: string;
|
|
52507
|
+
};
|
|
52508
|
+
heating_set_point_fahrenheit: {
|
|
52509
|
+
format: string;
|
|
52510
|
+
type: string;
|
|
52511
|
+
};
|
|
52512
|
+
is_override_allowed: {
|
|
52513
|
+
type: string;
|
|
52514
|
+
};
|
|
52515
|
+
max_override_period_minutes: {
|
|
52516
|
+
format: string;
|
|
52517
|
+
type: string;
|
|
52518
|
+
};
|
|
52519
|
+
mode: {
|
|
52520
|
+
enum: string[];
|
|
52521
|
+
type: string;
|
|
52522
|
+
};
|
|
52523
|
+
};
|
|
52524
|
+
required: string[];
|
|
52525
|
+
type: string;
|
|
52526
|
+
};
|
|
52527
|
+
occupied_preset_key: {
|
|
52528
|
+
type: string;
|
|
52529
|
+
};
|
|
52530
|
+
precondition_minutes_before_reservation: {
|
|
52531
|
+
format: string;
|
|
52532
|
+
type: string;
|
|
52533
|
+
};
|
|
52534
|
+
unoccupied_preset_key: {
|
|
52535
|
+
type: string;
|
|
52536
|
+
};
|
|
52537
|
+
};
|
|
52538
|
+
type: string;
|
|
52539
|
+
};
|
|
52540
|
+
reservation_deleted: {
|
|
52541
|
+
$ref: string;
|
|
52542
|
+
};
|
|
52543
|
+
reservation_time_updated: {
|
|
52544
|
+
$ref: string;
|
|
52545
|
+
};
|
|
52546
|
+
};
|
|
52547
|
+
type: string;
|
|
52548
|
+
};
|
|
52549
|
+
};
|
|
52550
|
+
required: string[];
|
|
52551
|
+
type: string;
|
|
52552
|
+
};
|
|
52553
|
+
};
|
|
52554
|
+
type: string;
|
|
52555
|
+
};
|
|
52556
|
+
ok: {
|
|
52557
|
+
type: string;
|
|
52558
|
+
};
|
|
52559
|
+
};
|
|
52560
|
+
required: string[];
|
|
52561
|
+
type: string;
|
|
52562
|
+
};
|
|
52563
|
+
};
|
|
52564
|
+
};
|
|
52565
|
+
description: string;
|
|
52566
|
+
};
|
|
52567
|
+
400: {
|
|
52568
|
+
description: string;
|
|
52569
|
+
};
|
|
52570
|
+
401: {
|
|
52571
|
+
description: string;
|
|
52572
|
+
};
|
|
52573
|
+
};
|
|
52574
|
+
security: ({
|
|
52575
|
+
pat_with_workspace: never[];
|
|
52576
|
+
console_session_with_workspace?: never;
|
|
52577
|
+
api_key?: never;
|
|
52578
|
+
} | {
|
|
52579
|
+
console_session_with_workspace: never[];
|
|
52580
|
+
pat_with_workspace?: never;
|
|
52581
|
+
api_key?: never;
|
|
52582
|
+
} | {
|
|
52583
|
+
api_key: never[];
|
|
52584
|
+
pat_with_workspace?: never;
|
|
52585
|
+
console_session_with_workspace?: never;
|
|
52586
|
+
})[];
|
|
52587
|
+
summary: string;
|
|
52588
|
+
tags: never[];
|
|
52589
|
+
'x-fern-sdk-group-name': string[];
|
|
52590
|
+
'x-fern-sdk-method-name': string;
|
|
52591
|
+
'x-fern-sdk-return-value': string;
|
|
52592
|
+
'x-response-key': string;
|
|
52593
|
+
'x-title': string;
|
|
52594
|
+
};
|
|
52595
|
+
};
|
|
52596
|
+
'/seam/customer/v1/customers/automations/update': {
|
|
52597
|
+
patch: {
|
|
52598
|
+
description: string;
|
|
52599
|
+
operationId: string;
|
|
52600
|
+
requestBody: {
|
|
52601
|
+
content: {
|
|
52602
|
+
'application/json': {
|
|
52603
|
+
schema: {
|
|
52604
|
+
properties: {
|
|
52605
|
+
access_rules: {
|
|
52606
|
+
description: string;
|
|
52607
|
+
properties: {
|
|
52608
|
+
reservation_created: {
|
|
52609
|
+
properties: {
|
|
52610
|
+
config: {
|
|
52611
|
+
properties: {
|
|
52612
|
+
access_methods: {
|
|
52613
|
+
items: {
|
|
52614
|
+
enum: string[];
|
|
52615
|
+
type: string;
|
|
52616
|
+
};
|
|
52617
|
+
minItems: number;
|
|
52618
|
+
type: string;
|
|
52619
|
+
};
|
|
52620
|
+
card_count_on_reservation_create: {
|
|
52621
|
+
minimum: number;
|
|
52622
|
+
type: string;
|
|
52623
|
+
};
|
|
52624
|
+
code_count_on_reservation_create: {
|
|
52625
|
+
minimum: number;
|
|
52626
|
+
type: string;
|
|
52627
|
+
};
|
|
52628
|
+
instant_key_max_use_count: {
|
|
52629
|
+
minimum: number;
|
|
52630
|
+
type: string;
|
|
52631
|
+
};
|
|
52632
|
+
method_issuance_strategy: {
|
|
52633
|
+
enum: string[];
|
|
52634
|
+
type: string;
|
|
52635
|
+
};
|
|
52636
|
+
};
|
|
52637
|
+
required: string[];
|
|
52638
|
+
type: string;
|
|
52639
|
+
};
|
|
52640
|
+
rule: {
|
|
52641
|
+
enum: string[];
|
|
52642
|
+
type: string;
|
|
52643
|
+
};
|
|
52644
|
+
};
|
|
52645
|
+
required: string[];
|
|
52646
|
+
type: string;
|
|
52647
|
+
};
|
|
52648
|
+
reservation_deleted: {
|
|
52649
|
+
properties: {
|
|
52650
|
+
config: {
|
|
52651
|
+
properties: {};
|
|
52652
|
+
type: string;
|
|
52653
|
+
};
|
|
52654
|
+
rule: {
|
|
52655
|
+
enum: string[];
|
|
52656
|
+
type: string;
|
|
52657
|
+
};
|
|
52658
|
+
};
|
|
52659
|
+
required: string[];
|
|
52660
|
+
type: string;
|
|
52661
|
+
};
|
|
52662
|
+
reservation_spaces_updated: {
|
|
52663
|
+
properties: {
|
|
52664
|
+
config: {
|
|
52665
|
+
properties: {};
|
|
52666
|
+
type: string;
|
|
52667
|
+
};
|
|
52668
|
+
rule: {
|
|
52669
|
+
enum: string[];
|
|
52670
|
+
type: string;
|
|
52671
|
+
};
|
|
52672
|
+
};
|
|
52673
|
+
required: string[];
|
|
52674
|
+
type: string;
|
|
52675
|
+
};
|
|
52676
|
+
reservation_time_updated: {
|
|
52677
|
+
properties: {
|
|
52678
|
+
config: {
|
|
52679
|
+
properties: {};
|
|
52680
|
+
type: string;
|
|
52681
|
+
};
|
|
52682
|
+
rule: {
|
|
52683
|
+
enum: string[];
|
|
52684
|
+
type: string;
|
|
52685
|
+
};
|
|
52686
|
+
};
|
|
52687
|
+
required: string[];
|
|
52688
|
+
type: string;
|
|
52689
|
+
};
|
|
52690
|
+
space_name_updated: {
|
|
52691
|
+
properties: {
|
|
52692
|
+
config: {
|
|
52693
|
+
properties: {};
|
|
52694
|
+
type: string;
|
|
52695
|
+
};
|
|
52696
|
+
rule: {
|
|
52697
|
+
enum: string[];
|
|
52698
|
+
type: string;
|
|
52699
|
+
};
|
|
52700
|
+
};
|
|
52701
|
+
required: string[];
|
|
52702
|
+
type: string;
|
|
52703
|
+
};
|
|
52704
|
+
staff_member_created: {
|
|
52705
|
+
properties: {
|
|
52706
|
+
config: {
|
|
52707
|
+
properties: {};
|
|
52708
|
+
type: string;
|
|
52709
|
+
};
|
|
52710
|
+
rule: {
|
|
52711
|
+
enum: string[];
|
|
52712
|
+
type: string;
|
|
52713
|
+
};
|
|
52714
|
+
};
|
|
52715
|
+
required: string[];
|
|
52716
|
+
type: string;
|
|
52717
|
+
};
|
|
52718
|
+
staff_member_name_updated: {
|
|
52719
|
+
properties: {
|
|
52720
|
+
config: {
|
|
52721
|
+
properties: {};
|
|
52722
|
+
type: string;
|
|
52723
|
+
};
|
|
52724
|
+
rule: {
|
|
52725
|
+
enum: string[];
|
|
52726
|
+
type: string;
|
|
52727
|
+
};
|
|
52728
|
+
};
|
|
52729
|
+
required: string[];
|
|
52730
|
+
type: string;
|
|
52731
|
+
};
|
|
52732
|
+
user_identity_name_updated: {
|
|
52733
|
+
properties: {
|
|
52734
|
+
config: {
|
|
52735
|
+
properties: {};
|
|
52736
|
+
type: string;
|
|
52737
|
+
};
|
|
52738
|
+
rule: {
|
|
52739
|
+
enum: string[];
|
|
52740
|
+
type: string;
|
|
52741
|
+
};
|
|
52742
|
+
};
|
|
52743
|
+
required: string[];
|
|
52744
|
+
type: string;
|
|
52745
|
+
};
|
|
52746
|
+
};
|
|
52747
|
+
type: string;
|
|
52748
|
+
};
|
|
52749
|
+
climate_rules: {
|
|
52750
|
+
description: string;
|
|
52751
|
+
properties: {
|
|
52752
|
+
rules: {
|
|
52753
|
+
properties: {
|
|
52754
|
+
reservation_created: {
|
|
52755
|
+
properties: {
|
|
52756
|
+
automated_occupied_preset: {
|
|
52757
|
+
properties: {
|
|
52758
|
+
cooling_set_point_celsius: {
|
|
52759
|
+
format: string;
|
|
52760
|
+
type: string;
|
|
52761
|
+
};
|
|
52762
|
+
cooling_set_point_fahrenheit: {
|
|
52763
|
+
format: string;
|
|
52764
|
+
type: string;
|
|
52765
|
+
};
|
|
52766
|
+
fan_mode: {
|
|
52767
|
+
enum: string[];
|
|
52768
|
+
type: string;
|
|
52769
|
+
};
|
|
52770
|
+
heating_set_point_celsius: {
|
|
52771
|
+
format: string;
|
|
52772
|
+
type: string;
|
|
52773
|
+
};
|
|
52774
|
+
heating_set_point_fahrenheit: {
|
|
52775
|
+
format: string;
|
|
52776
|
+
type: string;
|
|
52777
|
+
};
|
|
52778
|
+
is_override_allowed: {
|
|
52779
|
+
type: string;
|
|
52780
|
+
};
|
|
52781
|
+
max_override_period_minutes: {
|
|
52782
|
+
format: string;
|
|
52783
|
+
type: string;
|
|
52784
|
+
};
|
|
52785
|
+
mode: {
|
|
52786
|
+
enum: string[];
|
|
52787
|
+
type: string;
|
|
52788
|
+
};
|
|
52789
|
+
};
|
|
52790
|
+
required: string[];
|
|
52791
|
+
type: string;
|
|
52792
|
+
};
|
|
52793
|
+
automated_unoccupied_preset: {
|
|
52794
|
+
properties: {
|
|
52795
|
+
cooling_set_point_celsius: {
|
|
52796
|
+
format: string;
|
|
52797
|
+
type: string;
|
|
52798
|
+
};
|
|
52799
|
+
cooling_set_point_fahrenheit: {
|
|
52800
|
+
format: string;
|
|
52801
|
+
type: string;
|
|
52802
|
+
};
|
|
52803
|
+
fan_mode: {
|
|
52804
|
+
enum: string[];
|
|
52805
|
+
type: string;
|
|
52806
|
+
};
|
|
52807
|
+
heating_set_point_celsius: {
|
|
52808
|
+
format: string;
|
|
52809
|
+
type: string;
|
|
52810
|
+
};
|
|
52811
|
+
heating_set_point_fahrenheit: {
|
|
52812
|
+
format: string;
|
|
52813
|
+
type: string;
|
|
52814
|
+
};
|
|
52815
|
+
is_override_allowed: {
|
|
52816
|
+
type: string;
|
|
52817
|
+
};
|
|
52818
|
+
max_override_period_minutes: {
|
|
52819
|
+
format: string;
|
|
52820
|
+
type: string;
|
|
52821
|
+
};
|
|
52822
|
+
mode: {
|
|
52823
|
+
enum: string[];
|
|
52824
|
+
type: string;
|
|
52825
|
+
};
|
|
52826
|
+
};
|
|
52827
|
+
required: string[];
|
|
52828
|
+
type: string;
|
|
52829
|
+
};
|
|
52830
|
+
occupied_preset_key: {
|
|
52831
|
+
type: string;
|
|
52832
|
+
};
|
|
52833
|
+
precondition_minutes_before_reservation: {
|
|
52834
|
+
format: string;
|
|
52835
|
+
type: string;
|
|
52836
|
+
};
|
|
52837
|
+
unoccupied_preset_key: {
|
|
52838
|
+
type: string;
|
|
52839
|
+
};
|
|
52840
|
+
};
|
|
52841
|
+
type: string;
|
|
52842
|
+
};
|
|
52843
|
+
reservation_deleted: {
|
|
52844
|
+
properties: {};
|
|
52845
|
+
type: string;
|
|
52846
|
+
};
|
|
52847
|
+
reservation_time_updated: {
|
|
52848
|
+
properties: {};
|
|
52849
|
+
type: string;
|
|
52850
|
+
};
|
|
52851
|
+
};
|
|
52852
|
+
type: string;
|
|
52853
|
+
};
|
|
52854
|
+
};
|
|
52855
|
+
type: string;
|
|
52856
|
+
};
|
|
52857
|
+
customer_key: {
|
|
52858
|
+
description: string;
|
|
52859
|
+
type: string;
|
|
52860
|
+
};
|
|
52861
|
+
};
|
|
52862
|
+
required: string[];
|
|
52863
|
+
type: string;
|
|
52864
|
+
};
|
|
52865
|
+
};
|
|
52866
|
+
};
|
|
52867
|
+
};
|
|
52868
|
+
responses: {
|
|
52869
|
+
200: {
|
|
52870
|
+
content: {
|
|
52871
|
+
'application/json': {
|
|
52872
|
+
schema: {
|
|
52873
|
+
properties: {
|
|
52874
|
+
ok: {
|
|
52875
|
+
type: string;
|
|
52876
|
+
};
|
|
52877
|
+
};
|
|
52878
|
+
required: string[];
|
|
52879
|
+
type: string;
|
|
52880
|
+
};
|
|
52881
|
+
};
|
|
52882
|
+
};
|
|
52883
|
+
description: string;
|
|
52884
|
+
};
|
|
52885
|
+
400: {
|
|
52886
|
+
description: string;
|
|
52887
|
+
};
|
|
52888
|
+
401: {
|
|
52889
|
+
description: string;
|
|
52890
|
+
};
|
|
52891
|
+
};
|
|
52892
|
+
security: ({
|
|
52893
|
+
pat_with_workspace: never[];
|
|
52894
|
+
console_session_with_workspace?: never;
|
|
52895
|
+
api_key?: never;
|
|
52896
|
+
} | {
|
|
52897
|
+
console_session_with_workspace: never[];
|
|
52898
|
+
pat_with_workspace?: never;
|
|
52899
|
+
api_key?: never;
|
|
52900
|
+
} | {
|
|
52901
|
+
api_key: never[];
|
|
52902
|
+
pat_with_workspace?: never;
|
|
52903
|
+
console_session_with_workspace?: never;
|
|
52904
|
+
})[];
|
|
52905
|
+
summary: string;
|
|
52906
|
+
tags: never[];
|
|
52907
|
+
'x-fern-sdk-group-name': string[];
|
|
52908
|
+
'x-fern-sdk-method-name': string;
|
|
52909
|
+
'x-response-key': null;
|
|
52910
|
+
'x-title': string;
|
|
52911
|
+
};
|
|
52912
|
+
post: {
|
|
52913
|
+
description: string;
|
|
52914
|
+
operationId: string;
|
|
52915
|
+
requestBody: {
|
|
52916
|
+
content: {
|
|
52917
|
+
'application/json': {
|
|
52918
|
+
schema: {
|
|
52919
|
+
properties: {
|
|
52920
|
+
access_rules: {
|
|
52921
|
+
description: string;
|
|
52922
|
+
properties: {
|
|
52923
|
+
reservation_created: {
|
|
52924
|
+
properties: {
|
|
52925
|
+
config: {
|
|
52926
|
+
properties: {
|
|
52927
|
+
access_methods: {
|
|
52928
|
+
items: {
|
|
52929
|
+
enum: string[];
|
|
52930
|
+
type: string;
|
|
52931
|
+
};
|
|
52932
|
+
minItems: number;
|
|
52933
|
+
type: string;
|
|
52934
|
+
};
|
|
52935
|
+
card_count_on_reservation_create: {
|
|
52936
|
+
minimum: number;
|
|
52937
|
+
type: string;
|
|
52938
|
+
};
|
|
52939
|
+
code_count_on_reservation_create: {
|
|
52940
|
+
minimum: number;
|
|
52941
|
+
type: string;
|
|
52942
|
+
};
|
|
52943
|
+
instant_key_max_use_count: {
|
|
52944
|
+
minimum: number;
|
|
52945
|
+
type: string;
|
|
52946
|
+
};
|
|
52947
|
+
method_issuance_strategy: {
|
|
52948
|
+
enum: string[];
|
|
52949
|
+
type: string;
|
|
52950
|
+
};
|
|
52951
|
+
};
|
|
52952
|
+
required: string[];
|
|
52953
|
+
type: string;
|
|
52954
|
+
};
|
|
52955
|
+
rule: {
|
|
52956
|
+
enum: string[];
|
|
52957
|
+
type: string;
|
|
52958
|
+
};
|
|
52959
|
+
};
|
|
52960
|
+
required: string[];
|
|
52961
|
+
type: string;
|
|
52962
|
+
};
|
|
52963
|
+
reservation_deleted: {
|
|
52964
|
+
properties: {
|
|
52965
|
+
config: {
|
|
52966
|
+
properties: {};
|
|
52967
|
+
type: string;
|
|
52968
|
+
};
|
|
52969
|
+
rule: {
|
|
52970
|
+
enum: string[];
|
|
52971
|
+
type: string;
|
|
52972
|
+
};
|
|
52973
|
+
};
|
|
52974
|
+
required: string[];
|
|
52975
|
+
type: string;
|
|
52976
|
+
};
|
|
52977
|
+
reservation_spaces_updated: {
|
|
52978
|
+
properties: {
|
|
52979
|
+
config: {
|
|
52980
|
+
properties: {};
|
|
52981
|
+
type: string;
|
|
52982
|
+
};
|
|
52983
|
+
rule: {
|
|
52984
|
+
enum: string[];
|
|
52985
|
+
type: string;
|
|
52986
|
+
};
|
|
52987
|
+
};
|
|
52988
|
+
required: string[];
|
|
52989
|
+
type: string;
|
|
52990
|
+
};
|
|
52991
|
+
reservation_time_updated: {
|
|
52992
|
+
properties: {
|
|
52993
|
+
config: {
|
|
52994
|
+
properties: {};
|
|
52995
|
+
type: string;
|
|
52996
|
+
};
|
|
52997
|
+
rule: {
|
|
52998
|
+
enum: string[];
|
|
52999
|
+
type: string;
|
|
53000
|
+
};
|
|
53001
|
+
};
|
|
53002
|
+
required: string[];
|
|
53003
|
+
type: string;
|
|
53004
|
+
};
|
|
53005
|
+
space_name_updated: {
|
|
53006
|
+
properties: {
|
|
53007
|
+
config: {
|
|
53008
|
+
properties: {};
|
|
53009
|
+
type: string;
|
|
53010
|
+
};
|
|
53011
|
+
rule: {
|
|
53012
|
+
enum: string[];
|
|
53013
|
+
type: string;
|
|
53014
|
+
};
|
|
53015
|
+
};
|
|
53016
|
+
required: string[];
|
|
53017
|
+
type: string;
|
|
53018
|
+
};
|
|
53019
|
+
staff_member_created: {
|
|
53020
|
+
properties: {
|
|
53021
|
+
config: {
|
|
53022
|
+
properties: {};
|
|
53023
|
+
type: string;
|
|
53024
|
+
};
|
|
53025
|
+
rule: {
|
|
53026
|
+
enum: string[];
|
|
53027
|
+
type: string;
|
|
53028
|
+
};
|
|
53029
|
+
};
|
|
53030
|
+
required: string[];
|
|
53031
|
+
type: string;
|
|
53032
|
+
};
|
|
53033
|
+
staff_member_name_updated: {
|
|
53034
|
+
properties: {
|
|
53035
|
+
config: {
|
|
53036
|
+
properties: {};
|
|
53037
|
+
type: string;
|
|
53038
|
+
};
|
|
53039
|
+
rule: {
|
|
53040
|
+
enum: string[];
|
|
53041
|
+
type: string;
|
|
53042
|
+
};
|
|
53043
|
+
};
|
|
53044
|
+
required: string[];
|
|
53045
|
+
type: string;
|
|
53046
|
+
};
|
|
53047
|
+
user_identity_name_updated: {
|
|
53048
|
+
properties: {
|
|
53049
|
+
config: {
|
|
53050
|
+
properties: {};
|
|
53051
|
+
type: string;
|
|
53052
|
+
};
|
|
53053
|
+
rule: {
|
|
53054
|
+
enum: string[];
|
|
53055
|
+
type: string;
|
|
53056
|
+
};
|
|
53057
|
+
};
|
|
53058
|
+
required: string[];
|
|
53059
|
+
type: string;
|
|
53060
|
+
};
|
|
53061
|
+
};
|
|
53062
|
+
type: string;
|
|
53063
|
+
};
|
|
53064
|
+
climate_rules: {
|
|
53065
|
+
description: string;
|
|
53066
|
+
properties: {
|
|
53067
|
+
rules: {
|
|
53068
|
+
properties: {
|
|
53069
|
+
reservation_created: {
|
|
53070
|
+
properties: {
|
|
53071
|
+
automated_occupied_preset: {
|
|
53072
|
+
properties: {
|
|
53073
|
+
cooling_set_point_celsius: {
|
|
53074
|
+
format: string;
|
|
53075
|
+
type: string;
|
|
53076
|
+
};
|
|
53077
|
+
cooling_set_point_fahrenheit: {
|
|
53078
|
+
format: string;
|
|
53079
|
+
type: string;
|
|
53080
|
+
};
|
|
53081
|
+
fan_mode: {
|
|
53082
|
+
enum: string[];
|
|
53083
|
+
type: string;
|
|
53084
|
+
};
|
|
53085
|
+
heating_set_point_celsius: {
|
|
53086
|
+
format: string;
|
|
53087
|
+
type: string;
|
|
53088
|
+
};
|
|
53089
|
+
heating_set_point_fahrenheit: {
|
|
53090
|
+
format: string;
|
|
53091
|
+
type: string;
|
|
53092
|
+
};
|
|
53093
|
+
is_override_allowed: {
|
|
53094
|
+
type: string;
|
|
53095
|
+
};
|
|
53096
|
+
max_override_period_minutes: {
|
|
53097
|
+
format: string;
|
|
53098
|
+
type: string;
|
|
53099
|
+
};
|
|
53100
|
+
mode: {
|
|
53101
|
+
enum: string[];
|
|
53102
|
+
type: string;
|
|
53103
|
+
};
|
|
53104
|
+
};
|
|
53105
|
+
required: string[];
|
|
53106
|
+
type: string;
|
|
53107
|
+
};
|
|
53108
|
+
automated_unoccupied_preset: {
|
|
53109
|
+
properties: {
|
|
53110
|
+
cooling_set_point_celsius: {
|
|
53111
|
+
format: string;
|
|
53112
|
+
type: string;
|
|
53113
|
+
};
|
|
53114
|
+
cooling_set_point_fahrenheit: {
|
|
53115
|
+
format: string;
|
|
53116
|
+
type: string;
|
|
53117
|
+
};
|
|
53118
|
+
fan_mode: {
|
|
53119
|
+
enum: string[];
|
|
53120
|
+
type: string;
|
|
53121
|
+
};
|
|
53122
|
+
heating_set_point_celsius: {
|
|
53123
|
+
format: string;
|
|
53124
|
+
type: string;
|
|
53125
|
+
};
|
|
53126
|
+
heating_set_point_fahrenheit: {
|
|
53127
|
+
format: string;
|
|
53128
|
+
type: string;
|
|
53129
|
+
};
|
|
53130
|
+
is_override_allowed: {
|
|
53131
|
+
type: string;
|
|
53132
|
+
};
|
|
53133
|
+
max_override_period_minutes: {
|
|
53134
|
+
format: string;
|
|
53135
|
+
type: string;
|
|
53136
|
+
};
|
|
53137
|
+
mode: {
|
|
53138
|
+
enum: string[];
|
|
53139
|
+
type: string;
|
|
53140
|
+
};
|
|
53141
|
+
};
|
|
53142
|
+
required: string[];
|
|
53143
|
+
type: string;
|
|
53144
|
+
};
|
|
53145
|
+
occupied_preset_key: {
|
|
53146
|
+
type: string;
|
|
53147
|
+
};
|
|
53148
|
+
precondition_minutes_before_reservation: {
|
|
53149
|
+
format: string;
|
|
53150
|
+
type: string;
|
|
53151
|
+
};
|
|
53152
|
+
unoccupied_preset_key: {
|
|
53153
|
+
type: string;
|
|
53154
|
+
};
|
|
53155
|
+
};
|
|
53156
|
+
type: string;
|
|
53157
|
+
};
|
|
53158
|
+
reservation_deleted: {
|
|
53159
|
+
properties: {};
|
|
53160
|
+
type: string;
|
|
53161
|
+
};
|
|
53162
|
+
reservation_time_updated: {
|
|
53163
|
+
properties: {};
|
|
53164
|
+
type: string;
|
|
53165
|
+
};
|
|
53166
|
+
};
|
|
53167
|
+
type: string;
|
|
53168
|
+
};
|
|
53169
|
+
};
|
|
53170
|
+
type: string;
|
|
53171
|
+
};
|
|
53172
|
+
customer_key: {
|
|
53173
|
+
description: string;
|
|
53174
|
+
type: string;
|
|
53175
|
+
};
|
|
53176
|
+
};
|
|
53177
|
+
required: string[];
|
|
53178
|
+
type: string;
|
|
53179
|
+
};
|
|
53180
|
+
};
|
|
53181
|
+
};
|
|
53182
|
+
};
|
|
53183
|
+
responses: {
|
|
53184
|
+
200: {
|
|
53185
|
+
content: {
|
|
53186
|
+
'application/json': {
|
|
53187
|
+
schema: {
|
|
53188
|
+
properties: {
|
|
53189
|
+
ok: {
|
|
53190
|
+
type: string;
|
|
53191
|
+
};
|
|
53192
|
+
};
|
|
53193
|
+
required: string[];
|
|
53194
|
+
type: string;
|
|
53195
|
+
};
|
|
53196
|
+
};
|
|
53197
|
+
};
|
|
53198
|
+
description: string;
|
|
53199
|
+
};
|
|
53200
|
+
400: {
|
|
53201
|
+
description: string;
|
|
53202
|
+
};
|
|
53203
|
+
401: {
|
|
53204
|
+
description: string;
|
|
53205
|
+
};
|
|
53206
|
+
};
|
|
53207
|
+
security: ({
|
|
53208
|
+
pat_with_workspace: never[];
|
|
53209
|
+
console_session_with_workspace?: never;
|
|
53210
|
+
api_key?: never;
|
|
53211
|
+
} | {
|
|
53212
|
+
console_session_with_workspace: never[];
|
|
53213
|
+
pat_with_workspace?: never;
|
|
53214
|
+
api_key?: never;
|
|
53215
|
+
} | {
|
|
53216
|
+
api_key: never[];
|
|
53217
|
+
pat_with_workspace?: never;
|
|
53218
|
+
console_session_with_workspace?: never;
|
|
53219
|
+
})[];
|
|
53220
|
+
summary: string;
|
|
53221
|
+
tags: never[];
|
|
53222
|
+
'x-fern-sdk-group-name': string[];
|
|
53223
|
+
'x-fern-sdk-method-name': string;
|
|
53224
|
+
'x-response-key': null;
|
|
53225
|
+
'x-title': string;
|
|
53226
|
+
};
|
|
53227
|
+
};
|
|
51805
53228
|
'/seam/customer/v1/customers/list': {
|
|
51806
53229
|
get: {
|
|
51807
53230
|
description: string;
|