@seamapi/types 1.618.0 → 1.620.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 +478 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +657 -15
- package/dist/index.cjs +478 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +50 -5
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +60 -6
- package/lib/seam/connect/models/customer/user-identity-resources.js +37 -0
- package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +535 -2
- package/lib/seam/connect/openapi.js +450 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +92 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/user-identity-resources.ts +55 -0
- package/src/lib/seam/connect/openapi.ts +489 -9
- package/src/lib/seam/connect/route-types.ts +114 -10
|
@@ -18834,10 +18834,30 @@ export default {
|
|
|
18834
18834
|
staff_member: {
|
|
18835
18835
|
description: 'Represents a staff member for a specific customer.',
|
|
18836
18836
|
properties: {
|
|
18837
|
+
building_keys: {
|
|
18838
|
+
description: 'List of unique identifiers for the buildings the staff member is associated with.',
|
|
18839
|
+
items: { type: 'string' },
|
|
18840
|
+
type: 'array',
|
|
18841
|
+
},
|
|
18842
|
+
common_area_keys: {
|
|
18843
|
+
description: 'List of unique identifiers for the common areas the staff member is associated with.',
|
|
18844
|
+
items: { type: 'string' },
|
|
18845
|
+
type: 'array',
|
|
18846
|
+
},
|
|
18837
18847
|
email_address: {
|
|
18838
18848
|
description: 'Email address associated with the user identity.',
|
|
18839
18849
|
type: 'string',
|
|
18840
18850
|
},
|
|
18851
|
+
facility_keys: {
|
|
18852
|
+
description: 'List of unique identifiers for the facilities the staff member is associated with.',
|
|
18853
|
+
items: { type: 'string' },
|
|
18854
|
+
type: 'array',
|
|
18855
|
+
},
|
|
18856
|
+
listing_keys: {
|
|
18857
|
+
description: 'List of unique identifiers for the listings the staff member is associated with.',
|
|
18858
|
+
items: { type: 'string' },
|
|
18859
|
+
type: 'array',
|
|
18860
|
+
},
|
|
18841
18861
|
name: {
|
|
18842
18862
|
description: 'Your display name for this user identity resource.',
|
|
18843
18863
|
type: 'string',
|
|
@@ -18846,17 +18866,42 @@ export default {
|
|
|
18846
18866
|
description: 'Phone number associated with the user identity.',
|
|
18847
18867
|
type: 'string',
|
|
18848
18868
|
},
|
|
18869
|
+
property_keys: {
|
|
18870
|
+
description: 'List of unique identifiers for the properties the staff member is associated with.',
|
|
18871
|
+
items: { type: 'string' },
|
|
18872
|
+
type: 'array',
|
|
18873
|
+
},
|
|
18874
|
+
property_listing_keys: {
|
|
18875
|
+
description: 'List of unique identifiers for the property listings the staff member is associated with.',
|
|
18876
|
+
items: { type: 'string' },
|
|
18877
|
+
type: 'array',
|
|
18878
|
+
},
|
|
18879
|
+
room_keys: {
|
|
18880
|
+
description: 'List of unique identifiers for the rooms the staff member is associated with.',
|
|
18881
|
+
items: { type: 'string' },
|
|
18882
|
+
type: 'array',
|
|
18883
|
+
},
|
|
18849
18884
|
site_keys: {
|
|
18850
18885
|
description: 'List of unique identifiers for the sites the staff member is associated with.',
|
|
18851
18886
|
items: { type: 'string' },
|
|
18852
18887
|
type: 'array',
|
|
18853
18888
|
},
|
|
18889
|
+
space_keys: {
|
|
18890
|
+
description: 'List of unique identifiers for the spaces the staff member is associated with.',
|
|
18891
|
+
items: { type: 'string' },
|
|
18892
|
+
type: 'array',
|
|
18893
|
+
},
|
|
18854
18894
|
staff_member_key: {
|
|
18855
18895
|
description: 'Your unique identifier for the staff.',
|
|
18856
18896
|
type: 'string',
|
|
18857
18897
|
},
|
|
18898
|
+
unit_keys: {
|
|
18899
|
+
description: 'List of unique identifiers for the units the staff member is associated with.',
|
|
18900
|
+
items: { type: 'string' },
|
|
18901
|
+
type: 'array',
|
|
18902
|
+
},
|
|
18858
18903
|
},
|
|
18859
|
-
required: ['name', 'staff_member_key'
|
|
18904
|
+
required: ['name', 'staff_member_key'],
|
|
18860
18905
|
type: 'object',
|
|
18861
18906
|
'x-route-path': '/seam/customer/v1/staff_members',
|
|
18862
18907
|
},
|
|
@@ -38171,10 +38216,30 @@ export default {
|
|
|
38171
38216
|
items: {
|
|
38172
38217
|
description: 'Represents a staff member for a specific customer.',
|
|
38173
38218
|
properties: {
|
|
38219
|
+
building_keys: {
|
|
38220
|
+
description: 'List of unique identifiers for the buildings the staff member is associated with.',
|
|
38221
|
+
items: { type: 'string' },
|
|
38222
|
+
type: 'array',
|
|
38223
|
+
},
|
|
38224
|
+
common_area_keys: {
|
|
38225
|
+
description: 'List of unique identifiers for the common areas the staff member is associated with.',
|
|
38226
|
+
items: { type: 'string' },
|
|
38227
|
+
type: 'array',
|
|
38228
|
+
},
|
|
38174
38229
|
email_address: {
|
|
38175
38230
|
description: 'Email address associated with the user identity.',
|
|
38176
38231
|
type: 'string',
|
|
38177
38232
|
},
|
|
38233
|
+
facility_keys: {
|
|
38234
|
+
description: 'List of unique identifiers for the facilities the staff member is associated with.',
|
|
38235
|
+
items: { type: 'string' },
|
|
38236
|
+
type: 'array',
|
|
38237
|
+
},
|
|
38238
|
+
listing_keys: {
|
|
38239
|
+
description: 'List of unique identifiers for the listings the staff member is associated with.',
|
|
38240
|
+
items: { type: 'string' },
|
|
38241
|
+
type: 'array',
|
|
38242
|
+
},
|
|
38178
38243
|
name: {
|
|
38179
38244
|
description: 'Your display name for this user identity resource.',
|
|
38180
38245
|
type: 'string',
|
|
@@ -38183,21 +38248,42 @@ export default {
|
|
|
38183
38248
|
description: 'Phone number associated with the user identity.',
|
|
38184
38249
|
type: 'string',
|
|
38185
38250
|
},
|
|
38251
|
+
property_keys: {
|
|
38252
|
+
description: 'List of unique identifiers for the properties the staff member is associated with.',
|
|
38253
|
+
items: { type: 'string' },
|
|
38254
|
+
type: 'array',
|
|
38255
|
+
},
|
|
38256
|
+
property_listing_keys: {
|
|
38257
|
+
description: 'List of unique identifiers for the property listings the staff member is associated with.',
|
|
38258
|
+
items: { type: 'string' },
|
|
38259
|
+
type: 'array',
|
|
38260
|
+
},
|
|
38261
|
+
room_keys: {
|
|
38262
|
+
description: 'List of unique identifiers for the rooms the staff member is associated with.',
|
|
38263
|
+
items: { type: 'string' },
|
|
38264
|
+
type: 'array',
|
|
38265
|
+
},
|
|
38186
38266
|
site_keys: {
|
|
38187
38267
|
description: 'List of unique identifiers for the sites the staff member is associated with.',
|
|
38188
38268
|
items: { type: 'string' },
|
|
38189
38269
|
type: 'array',
|
|
38190
38270
|
},
|
|
38271
|
+
space_keys: {
|
|
38272
|
+
description: 'List of unique identifiers for the spaces the staff member is associated with.',
|
|
38273
|
+
items: { type: 'string' },
|
|
38274
|
+
type: 'array',
|
|
38275
|
+
},
|
|
38191
38276
|
staff_member_key: {
|
|
38192
38277
|
description: 'Your unique identifier for the staff.',
|
|
38193
38278
|
type: 'string',
|
|
38194
38279
|
},
|
|
38280
|
+
unit_keys: {
|
|
38281
|
+
description: 'List of unique identifiers for the units the staff member is associated with.',
|
|
38282
|
+
items: { type: 'string' },
|
|
38283
|
+
type: 'array',
|
|
38284
|
+
},
|
|
38195
38285
|
},
|
|
38196
|
-
required: [
|
|
38197
|
-
'name',
|
|
38198
|
-
'staff_member_key',
|
|
38199
|
-
'site_keys',
|
|
38200
|
-
],
|
|
38286
|
+
required: ['name', 'staff_member_key'],
|
|
38201
38287
|
type: 'object',
|
|
38202
38288
|
'x-route-path': '/seam/customer/v1/staff_members',
|
|
38203
38289
|
},
|
|
@@ -39209,10 +39295,30 @@ export default {
|
|
|
39209
39295
|
items: {
|
|
39210
39296
|
description: 'Represents a staff member for a specific customer.',
|
|
39211
39297
|
properties: {
|
|
39298
|
+
building_keys: {
|
|
39299
|
+
description: 'List of unique identifiers for the buildings the staff member is associated with.',
|
|
39300
|
+
items: { type: 'string' },
|
|
39301
|
+
type: 'array',
|
|
39302
|
+
},
|
|
39303
|
+
common_area_keys: {
|
|
39304
|
+
description: 'List of unique identifiers for the common areas the staff member is associated with.',
|
|
39305
|
+
items: { type: 'string' },
|
|
39306
|
+
type: 'array',
|
|
39307
|
+
},
|
|
39212
39308
|
email_address: {
|
|
39213
39309
|
description: 'Email address associated with the user identity.',
|
|
39214
39310
|
type: 'string',
|
|
39215
39311
|
},
|
|
39312
|
+
facility_keys: {
|
|
39313
|
+
description: 'List of unique identifiers for the facilities the staff member is associated with.',
|
|
39314
|
+
items: { type: 'string' },
|
|
39315
|
+
type: 'array',
|
|
39316
|
+
},
|
|
39317
|
+
listing_keys: {
|
|
39318
|
+
description: 'List of unique identifiers for the listings the staff member is associated with.',
|
|
39319
|
+
items: { type: 'string' },
|
|
39320
|
+
type: 'array',
|
|
39321
|
+
},
|
|
39216
39322
|
name: {
|
|
39217
39323
|
description: 'Your display name for this user identity resource.',
|
|
39218
39324
|
type: 'string',
|
|
@@ -39221,17 +39327,42 @@ export default {
|
|
|
39221
39327
|
description: 'Phone number associated with the user identity.',
|
|
39222
39328
|
type: 'string',
|
|
39223
39329
|
},
|
|
39330
|
+
property_keys: {
|
|
39331
|
+
description: 'List of unique identifiers for the properties the staff member is associated with.',
|
|
39332
|
+
items: { type: 'string' },
|
|
39333
|
+
type: 'array',
|
|
39334
|
+
},
|
|
39335
|
+
property_listing_keys: {
|
|
39336
|
+
description: 'List of unique identifiers for the property listings the staff member is associated with.',
|
|
39337
|
+
items: { type: 'string' },
|
|
39338
|
+
type: 'array',
|
|
39339
|
+
},
|
|
39340
|
+
room_keys: {
|
|
39341
|
+
description: 'List of unique identifiers for the rooms the staff member is associated with.',
|
|
39342
|
+
items: { type: 'string' },
|
|
39343
|
+
type: 'array',
|
|
39344
|
+
},
|
|
39224
39345
|
site_keys: {
|
|
39225
39346
|
description: 'List of unique identifiers for the sites the staff member is associated with.',
|
|
39226
39347
|
items: { type: 'string' },
|
|
39227
39348
|
type: 'array',
|
|
39228
39349
|
},
|
|
39350
|
+
space_keys: {
|
|
39351
|
+
description: 'List of unique identifiers for the spaces the staff member is associated with.',
|
|
39352
|
+
items: { type: 'string' },
|
|
39353
|
+
type: 'array',
|
|
39354
|
+
},
|
|
39229
39355
|
staff_member_key: {
|
|
39230
39356
|
description: 'Your unique identifier for the staff.',
|
|
39231
39357
|
type: 'string',
|
|
39232
39358
|
},
|
|
39359
|
+
unit_keys: {
|
|
39360
|
+
description: 'List of unique identifiers for the units the staff member is associated with.',
|
|
39361
|
+
items: { type: 'string' },
|
|
39362
|
+
type: 'array',
|
|
39363
|
+
},
|
|
39233
39364
|
},
|
|
39234
|
-
required: ['name', 'staff_member_key'
|
|
39365
|
+
required: ['name', 'staff_member_key'],
|
|
39235
39366
|
type: 'object',
|
|
39236
39367
|
'x-route-path': '/seam/customer/v1/staff_members',
|
|
39237
39368
|
},
|
|
@@ -47304,6 +47435,69 @@ export default {
|
|
|
47304
47435
|
},
|
|
47305
47436
|
type: 'object',
|
|
47306
47437
|
},
|
|
47438
|
+
climate_rules: {
|
|
47439
|
+
properties: {
|
|
47440
|
+
rules: {
|
|
47441
|
+
properties: {
|
|
47442
|
+
delete_on_reservation_end: {
|
|
47443
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47444
|
+
required: ['enabled'],
|
|
47445
|
+
type: 'object',
|
|
47446
|
+
},
|
|
47447
|
+
reservation_created: {
|
|
47448
|
+
properties: {
|
|
47449
|
+
enabled: { type: 'boolean' },
|
|
47450
|
+
fallback_preset: {
|
|
47451
|
+
properties: {
|
|
47452
|
+
fan_mode: {
|
|
47453
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47454
|
+
type: 'string',
|
|
47455
|
+
},
|
|
47456
|
+
is_override_allowed: { type: 'boolean' },
|
|
47457
|
+
mode: {
|
|
47458
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47459
|
+
type: 'string',
|
|
47460
|
+
},
|
|
47461
|
+
override_period_minutes: {
|
|
47462
|
+
format: 'float',
|
|
47463
|
+
type: 'number',
|
|
47464
|
+
},
|
|
47465
|
+
temperature: {
|
|
47466
|
+
format: 'float',
|
|
47467
|
+
type: 'number',
|
|
47468
|
+
},
|
|
47469
|
+
temperature_unit: {
|
|
47470
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47471
|
+
type: 'string',
|
|
47472
|
+
},
|
|
47473
|
+
},
|
|
47474
|
+
required: [
|
|
47475
|
+
'mode',
|
|
47476
|
+
'temperature',
|
|
47477
|
+
'temperature_unit',
|
|
47478
|
+
'fan_mode',
|
|
47479
|
+
'is_override_allowed',
|
|
47480
|
+
'override_period_minutes',
|
|
47481
|
+
],
|
|
47482
|
+
type: 'object',
|
|
47483
|
+
},
|
|
47484
|
+
occupied_preset_key: { type: 'string' },
|
|
47485
|
+
},
|
|
47486
|
+
required: ['enabled'],
|
|
47487
|
+
type: 'object',
|
|
47488
|
+
},
|
|
47489
|
+
update_on_time_change: {
|
|
47490
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47491
|
+
required: ['enabled'],
|
|
47492
|
+
type: 'object',
|
|
47493
|
+
},
|
|
47494
|
+
},
|
|
47495
|
+
type: 'object',
|
|
47496
|
+
},
|
|
47497
|
+
},
|
|
47498
|
+
required: ['rules'],
|
|
47499
|
+
type: 'object',
|
|
47500
|
+
},
|
|
47307
47501
|
ok: { type: 'boolean' },
|
|
47308
47502
|
},
|
|
47309
47503
|
required: ['ok'],
|
|
@@ -47430,6 +47624,69 @@ export default {
|
|
|
47430
47624
|
},
|
|
47431
47625
|
type: 'object',
|
|
47432
47626
|
},
|
|
47627
|
+
climate_rules: {
|
|
47628
|
+
properties: {
|
|
47629
|
+
rules: {
|
|
47630
|
+
properties: {
|
|
47631
|
+
delete_on_reservation_end: {
|
|
47632
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47633
|
+
required: ['enabled'],
|
|
47634
|
+
type: 'object',
|
|
47635
|
+
},
|
|
47636
|
+
reservation_created: {
|
|
47637
|
+
properties: {
|
|
47638
|
+
enabled: { type: 'boolean' },
|
|
47639
|
+
fallback_preset: {
|
|
47640
|
+
properties: {
|
|
47641
|
+
fan_mode: {
|
|
47642
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47643
|
+
type: 'string',
|
|
47644
|
+
},
|
|
47645
|
+
is_override_allowed: { type: 'boolean' },
|
|
47646
|
+
mode: {
|
|
47647
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47648
|
+
type: 'string',
|
|
47649
|
+
},
|
|
47650
|
+
override_period_minutes: {
|
|
47651
|
+
format: 'float',
|
|
47652
|
+
type: 'number',
|
|
47653
|
+
},
|
|
47654
|
+
temperature: {
|
|
47655
|
+
format: 'float',
|
|
47656
|
+
type: 'number',
|
|
47657
|
+
},
|
|
47658
|
+
temperature_unit: {
|
|
47659
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47660
|
+
type: 'string',
|
|
47661
|
+
},
|
|
47662
|
+
},
|
|
47663
|
+
required: [
|
|
47664
|
+
'mode',
|
|
47665
|
+
'temperature',
|
|
47666
|
+
'temperature_unit',
|
|
47667
|
+
'fan_mode',
|
|
47668
|
+
'is_override_allowed',
|
|
47669
|
+
'override_period_minutes',
|
|
47670
|
+
],
|
|
47671
|
+
type: 'object',
|
|
47672
|
+
},
|
|
47673
|
+
occupied_preset_key: { type: 'string' },
|
|
47674
|
+
},
|
|
47675
|
+
required: ['enabled'],
|
|
47676
|
+
type: 'object',
|
|
47677
|
+
},
|
|
47678
|
+
update_on_time_change: {
|
|
47679
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47680
|
+
required: ['enabled'],
|
|
47681
|
+
type: 'object',
|
|
47682
|
+
},
|
|
47683
|
+
},
|
|
47684
|
+
type: 'object',
|
|
47685
|
+
},
|
|
47686
|
+
},
|
|
47687
|
+
required: ['rules'],
|
|
47688
|
+
type: 'object',
|
|
47689
|
+
},
|
|
47433
47690
|
ok: { type: 'boolean' },
|
|
47434
47691
|
},
|
|
47435
47692
|
required: ['ok'],
|
|
@@ -47550,6 +47807,69 @@ export default {
|
|
|
47550
47807
|
},
|
|
47551
47808
|
type: 'object',
|
|
47552
47809
|
},
|
|
47810
|
+
climate_rules: {
|
|
47811
|
+
description: 'Climate automation rules configuration.',
|
|
47812
|
+
properties: {
|
|
47813
|
+
rules: {
|
|
47814
|
+
properties: {
|
|
47815
|
+
delete_on_reservation_end: {
|
|
47816
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47817
|
+
required: ['enabled'],
|
|
47818
|
+
type: 'object',
|
|
47819
|
+
},
|
|
47820
|
+
reservation_created: {
|
|
47821
|
+
properties: {
|
|
47822
|
+
enabled: { type: 'boolean' },
|
|
47823
|
+
fallback_preset: {
|
|
47824
|
+
properties: {
|
|
47825
|
+
fan_mode: {
|
|
47826
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47827
|
+
type: 'string',
|
|
47828
|
+
},
|
|
47829
|
+
is_override_allowed: { type: 'boolean' },
|
|
47830
|
+
mode: {
|
|
47831
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47832
|
+
type: 'string',
|
|
47833
|
+
},
|
|
47834
|
+
override_period_minutes: {
|
|
47835
|
+
format: 'float',
|
|
47836
|
+
type: 'number',
|
|
47837
|
+
},
|
|
47838
|
+
temperature: {
|
|
47839
|
+
format: 'float',
|
|
47840
|
+
type: 'number',
|
|
47841
|
+
},
|
|
47842
|
+
temperature_unit: {
|
|
47843
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47844
|
+
type: 'string',
|
|
47845
|
+
},
|
|
47846
|
+
},
|
|
47847
|
+
required: [
|
|
47848
|
+
'mode',
|
|
47849
|
+
'temperature',
|
|
47850
|
+
'temperature_unit',
|
|
47851
|
+
'fan_mode',
|
|
47852
|
+
'is_override_allowed',
|
|
47853
|
+
'override_period_minutes',
|
|
47854
|
+
],
|
|
47855
|
+
type: 'object',
|
|
47856
|
+
},
|
|
47857
|
+
occupied_preset_key: { type: 'string' },
|
|
47858
|
+
},
|
|
47859
|
+
required: ['enabled'],
|
|
47860
|
+
type: 'object',
|
|
47861
|
+
},
|
|
47862
|
+
update_on_time_change: {
|
|
47863
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47864
|
+
required: ['enabled'],
|
|
47865
|
+
type: 'object',
|
|
47866
|
+
},
|
|
47867
|
+
},
|
|
47868
|
+
type: 'object',
|
|
47869
|
+
},
|
|
47870
|
+
},
|
|
47871
|
+
type: 'object',
|
|
47872
|
+
},
|
|
47553
47873
|
},
|
|
47554
47874
|
type: 'object',
|
|
47555
47875
|
},
|
|
@@ -47678,6 +47998,69 @@ export default {
|
|
|
47678
47998
|
},
|
|
47679
47999
|
type: 'object',
|
|
47680
48000
|
},
|
|
48001
|
+
climate_rules: {
|
|
48002
|
+
description: 'Climate automation rules configuration.',
|
|
48003
|
+
properties: {
|
|
48004
|
+
rules: {
|
|
48005
|
+
properties: {
|
|
48006
|
+
delete_on_reservation_end: {
|
|
48007
|
+
properties: { enabled: { type: 'boolean' } },
|
|
48008
|
+
required: ['enabled'],
|
|
48009
|
+
type: 'object',
|
|
48010
|
+
},
|
|
48011
|
+
reservation_created: {
|
|
48012
|
+
properties: {
|
|
48013
|
+
enabled: { type: 'boolean' },
|
|
48014
|
+
fallback_preset: {
|
|
48015
|
+
properties: {
|
|
48016
|
+
fan_mode: {
|
|
48017
|
+
enum: ['on', 'auto', 'circulate'],
|
|
48018
|
+
type: 'string',
|
|
48019
|
+
},
|
|
48020
|
+
is_override_allowed: { type: 'boolean' },
|
|
48021
|
+
mode: {
|
|
48022
|
+
enum: ['heat', 'cool', 'auto'],
|
|
48023
|
+
type: 'string',
|
|
48024
|
+
},
|
|
48025
|
+
override_period_minutes: {
|
|
48026
|
+
format: 'float',
|
|
48027
|
+
type: 'number',
|
|
48028
|
+
},
|
|
48029
|
+
temperature: {
|
|
48030
|
+
format: 'float',
|
|
48031
|
+
type: 'number',
|
|
48032
|
+
},
|
|
48033
|
+
temperature_unit: {
|
|
48034
|
+
enum: ['celsius', 'fahrenheit'],
|
|
48035
|
+
type: 'string',
|
|
48036
|
+
},
|
|
48037
|
+
},
|
|
48038
|
+
required: [
|
|
48039
|
+
'mode',
|
|
48040
|
+
'temperature',
|
|
48041
|
+
'temperature_unit',
|
|
48042
|
+
'fan_mode',
|
|
48043
|
+
'is_override_allowed',
|
|
48044
|
+
'override_period_minutes',
|
|
48045
|
+
],
|
|
48046
|
+
type: 'object',
|
|
48047
|
+
},
|
|
48048
|
+
occupied_preset_key: { type: 'string' },
|
|
48049
|
+
},
|
|
48050
|
+
required: ['enabled'],
|
|
48051
|
+
type: 'object',
|
|
48052
|
+
},
|
|
48053
|
+
update_on_time_change: {
|
|
48054
|
+
properties: { enabled: { type: 'boolean' } },
|
|
48055
|
+
required: ['enabled'],
|
|
48056
|
+
type: 'object',
|
|
48057
|
+
},
|
|
48058
|
+
},
|
|
48059
|
+
type: 'object',
|
|
48060
|
+
},
|
|
48061
|
+
},
|
|
48062
|
+
type: 'object',
|
|
48063
|
+
},
|
|
47681
48064
|
},
|
|
47682
48065
|
type: 'object',
|
|
47683
48066
|
},
|
|
@@ -49966,7 +50349,36 @@ export default {
|
|
|
49966
50349
|
ok: { type: 'boolean' },
|
|
49967
50350
|
pagination: { $ref: '#/components/schemas/pagination' },
|
|
49968
50351
|
staff_members: {
|
|
49969
|
-
items: {
|
|
50352
|
+
items: {
|
|
50353
|
+
description: 'Represents a staff member for a specific customer.',
|
|
50354
|
+
properties: {
|
|
50355
|
+
email_address: {
|
|
50356
|
+
description: 'Email address associated with the user identity.',
|
|
50357
|
+
type: 'string',
|
|
50358
|
+
},
|
|
50359
|
+
name: {
|
|
50360
|
+
description: 'Your display name for this user identity resource.',
|
|
50361
|
+
type: 'string',
|
|
50362
|
+
},
|
|
50363
|
+
phone_number: {
|
|
50364
|
+
description: 'Phone number associated with the user identity.',
|
|
50365
|
+
type: 'string',
|
|
50366
|
+
},
|
|
50367
|
+
space_keys: {
|
|
50368
|
+
description: 'List of unique identifiers for the spaces the staff member is associated with.',
|
|
50369
|
+
items: { type: 'string' },
|
|
50370
|
+
type: 'array',
|
|
50371
|
+
},
|
|
50372
|
+
staff_member_key: {
|
|
50373
|
+
description: 'Your unique identifier for the staff.',
|
|
50374
|
+
type: 'string',
|
|
50375
|
+
},
|
|
50376
|
+
user_identity_id: { format: 'uuid', type: 'string' },
|
|
50377
|
+
},
|
|
50378
|
+
required: ['staff_member_key', 'name'],
|
|
50379
|
+
type: 'object',
|
|
50380
|
+
'x-route-path': '/seam/customer/v1/staff_members',
|
|
50381
|
+
},
|
|
49970
50382
|
type: 'array',
|
|
49971
50383
|
},
|
|
49972
50384
|
},
|
|
@@ -50039,7 +50451,36 @@ export default {
|
|
|
50039
50451
|
ok: { type: 'boolean' },
|
|
50040
50452
|
pagination: { $ref: '#/components/schemas/pagination' },
|
|
50041
50453
|
staff_members: {
|
|
50042
|
-
items: {
|
|
50454
|
+
items: {
|
|
50455
|
+
description: 'Represents a staff member for a specific customer.',
|
|
50456
|
+
properties: {
|
|
50457
|
+
email_address: {
|
|
50458
|
+
description: 'Email address associated with the user identity.',
|
|
50459
|
+
type: 'string',
|
|
50460
|
+
},
|
|
50461
|
+
name: {
|
|
50462
|
+
description: 'Your display name for this user identity resource.',
|
|
50463
|
+
type: 'string',
|
|
50464
|
+
},
|
|
50465
|
+
phone_number: {
|
|
50466
|
+
description: 'Phone number associated with the user identity.',
|
|
50467
|
+
type: 'string',
|
|
50468
|
+
},
|
|
50469
|
+
space_keys: {
|
|
50470
|
+
description: 'List of unique identifiers for the spaces the staff member is associated with.',
|
|
50471
|
+
items: { type: 'string' },
|
|
50472
|
+
type: 'array',
|
|
50473
|
+
},
|
|
50474
|
+
staff_member_key: {
|
|
50475
|
+
description: 'Your unique identifier for the staff.',
|
|
50476
|
+
type: 'string',
|
|
50477
|
+
},
|
|
50478
|
+
user_identity_id: { format: 'uuid', type: 'string' },
|
|
50479
|
+
},
|
|
50480
|
+
required: ['staff_member_key', 'name'],
|
|
50481
|
+
type: 'object',
|
|
50482
|
+
'x-route-path': '/seam/customer/v1/staff_members',
|
|
50483
|
+
},
|
|
50043
50484
|
type: 'array',
|
|
50044
50485
|
},
|
|
50045
50486
|
},
|