@seamapi/types 1.619.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.
@@ -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', 'site_keys'],
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', 'site_keys'],
39365
+ required: ['name', 'staff_member_key'],
39235
39366
  type: 'object',
39236
39367
  'x-route-path': '/seam/customer/v1/staff_members',
39237
39368
  },
@@ -50218,7 +50349,36 @@ export default {
50218
50349
  ok: { type: 'boolean' },
50219
50350
  pagination: { $ref: '#/components/schemas/pagination' },
50220
50351
  staff_members: {
50221
- items: { $ref: '#/components/schemas/staff_member' },
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
+ },
50222
50382
  type: 'array',
50223
50383
  },
50224
50384
  },
@@ -50291,7 +50451,36 @@ export default {
50291
50451
  ok: { type: 'boolean' },
50292
50452
  pagination: { $ref: '#/components/schemas/pagination' },
50293
50453
  staff_members: {
50294
- items: { $ref: '#/components/schemas/staff_member' },
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
+ },
50295
50484
  type: 'array',
50296
50485
  },
50297
50486
  },