@seamapi/types 1.754.0 → 1.756.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.
@@ -26814,16 +26814,25 @@ declare const _default: {
26814
26814
  get: {
26815
26815
  description: string;
26816
26816
  operationId: string;
26817
- parameters: {
26817
+ parameters: ({
26818
26818
  in: string;
26819
26819
  name: string;
26820
- required: boolean;
26821
26820
  schema: {
26822
26821
  description: string;
26823
26822
  format: string;
26824
26823
  type: string;
26824
+ minLength?: never;
26825
26825
  };
26826
- }[];
26826
+ } | {
26827
+ in: string;
26828
+ name: string;
26829
+ schema: {
26830
+ description: string;
26831
+ minLength: number;
26832
+ type: string;
26833
+ format?: never;
26834
+ };
26835
+ })[];
26827
26836
  responses: {
26828
26837
  200: {
26829
26838
  content: {
@@ -26897,6 +26906,11 @@ declare const _default: {
26897
26906
  format: string;
26898
26907
  type: string;
26899
26908
  };
26909
+ access_grant_key: {
26910
+ description: string;
26911
+ minLength: number;
26912
+ type: string;
26913
+ };
26900
26914
  acs_entrance_id: {
26901
26915
  description: string;
26902
26916
  format: string;
@@ -26913,7 +26927,6 @@ declare const _default: {
26913
26927
  type: string;
26914
26928
  };
26915
26929
  };
26916
- required: string[];
26917
26930
  type: string;
26918
26931
  };
26919
26932
  };
@@ -50411,6 +50424,9 @@ declare const _default: {
50411
50424
  enum: string[];
50412
50425
  type: string;
50413
50426
  };
50427
+ prefer_guest_phone_last4_as_code: {
50428
+ type: string;
50429
+ };
50414
50430
  };
50415
50431
  required: string[];
50416
50432
  type: string;
@@ -50710,6 +50726,9 @@ declare const _default: {
50710
50726
  enum: string[];
50711
50727
  type: string;
50712
50728
  };
50729
+ prefer_guest_phone_last4_as_code: {
50730
+ type: string;
50731
+ };
50713
50732
  };
50714
50733
  required: string[];
50715
50734
  type: string;
@@ -50996,6 +51015,9 @@ declare const _default: {
50996
51015
  enum: string[];
50997
51016
  type: string;
50998
51017
  };
51018
+ prefer_guest_phone_last4_as_code: {
51019
+ type: string;
51020
+ };
50999
51021
  };
51000
51022
  required: string[];
51001
51023
  type: string;
@@ -51305,6 +51327,9 @@ declare const _default: {
51305
51327
  enum: string[];
51306
51328
  type: string;
51307
51329
  };
51330
+ prefer_guest_phone_last4_as_code: {
51331
+ type: string;
51332
+ };
51308
51333
  };
51309
51334
  required: string[];
51310
51335
  type: string;
@@ -52743,6 +52768,9 @@ declare const _default: {
52743
52768
  enum: string[];
52744
52769
  type: string;
52745
52770
  };
52771
+ prefer_guest_phone_last4_as_code: {
52772
+ type: string;
52773
+ };
52746
52774
  };
52747
52775
  required: string[];
52748
52776
  type: string;
@@ -53028,6 +53056,9 @@ declare const _default: {
53028
53056
  enum: string[];
53029
53057
  type: string;
53030
53058
  };
53059
+ prefer_guest_phone_last4_as_code: {
53060
+ type: string;
53061
+ };
53031
53062
  };
53032
53063
  required: string[];
53033
53064
  type: string;
@@ -53313,6 +53344,9 @@ declare const _default: {
53313
53344
  enum: string[];
53314
53345
  type: string;
53315
53346
  };
53347
+ prefer_guest_phone_last4_as_code: {
53348
+ type: string;
53349
+ };
53316
53350
  };
53317
53351
  required: string[];
53318
53352
  type: string;
@@ -53613,6 +53647,9 @@ declare const _default: {
53613
53647
  enum: string[];
53614
53648
  type: string;
53615
53649
  };
53650
+ prefer_guest_phone_last4_as_code: {
53651
+ type: string;
53652
+ };
53616
53653
  };
53617
53654
  required: string[];
53618
53655
  type: string;
@@ -34395,17 +34395,24 @@ export default {
34395
34395
  {
34396
34396
  in: 'query',
34397
34397
  name: 'access_grant_id',
34398
- required: true,
34399
34398
  schema: {
34400
34399
  description: 'ID of Access Grant to list access methods for.',
34401
34400
  format: 'uuid',
34402
34401
  type: 'string',
34403
34402
  },
34404
34403
  },
34404
+ {
34405
+ in: 'query',
34406
+ name: 'access_grant_key',
34407
+ schema: {
34408
+ description: 'Key of Access Grant to list access methods for.',
34409
+ minLength: 1,
34410
+ type: 'string',
34411
+ },
34412
+ },
34405
34413
  {
34406
34414
  in: 'query',
34407
34415
  name: 'device_id',
34408
- required: false,
34409
34416
  schema: {
34410
34417
  description: 'ID of the device for which you want to retrieve all access methods.',
34411
34418
  format: 'uuid',
@@ -34415,7 +34422,6 @@ export default {
34415
34422
  {
34416
34423
  in: 'query',
34417
34424
  name: 'acs_entrance_id',
34418
- required: false,
34419
34425
  schema: {
34420
34426
  description: 'ID of the entrance for which you want to retrieve all access methods.',
34421
34427
  format: 'uuid',
@@ -34425,7 +34431,6 @@ export default {
34425
34431
  {
34426
34432
  in: 'query',
34427
34433
  name: 'space_id',
34428
- required: false,
34429
34434
  schema: {
34430
34435
  description: 'ID of the space for which you want to retrieve all access methods.',
34431
34436
  format: 'uuid',
@@ -34483,6 +34488,11 @@ export default {
34483
34488
  format: 'uuid',
34484
34489
  type: 'string',
34485
34490
  },
34491
+ access_grant_key: {
34492
+ description: 'Key of Access Grant to list access methods for.',
34493
+ minLength: 1,
34494
+ type: 'string',
34495
+ },
34486
34496
  acs_entrance_id: {
34487
34497
  description: 'ID of the entrance for which you want to retrieve all access methods.',
34488
34498
  format: 'uuid',
@@ -34499,7 +34509,6 @@ export default {
34499
34509
  type: 'string',
34500
34510
  },
34501
34511
  },
34502
- required: ['access_grant_id'],
34503
34512
  type: 'object',
34504
34513
  },
34505
34514
  },
@@ -56258,6 +56267,9 @@ export default {
56258
56267
  ],
56259
56268
  type: 'string',
56260
56269
  },
56270
+ prefer_guest_phone_last4_as_code: {
56271
+ type: 'boolean',
56272
+ },
56261
56273
  },
56262
56274
  required: [
56263
56275
  'access_methods',
@@ -56554,6 +56566,9 @@ export default {
56554
56566
  ],
56555
56567
  type: 'string',
56556
56568
  },
56569
+ prefer_guest_phone_last4_as_code: {
56570
+ type: 'boolean',
56571
+ },
56557
56572
  },
56558
56573
  required: [
56559
56574
  'access_methods',
@@ -56837,6 +56852,9 @@ export default {
56837
56852
  ],
56838
56853
  type: 'string',
56839
56854
  },
56855
+ prefer_guest_phone_last4_as_code: {
56856
+ type: 'boolean',
56857
+ },
56840
56858
  },
56841
56859
  required: [
56842
56860
  'access_methods',
@@ -57120,6 +57138,9 @@ export default {
57120
57138
  ],
57121
57139
  type: 'string',
57122
57140
  },
57141
+ prefer_guest_phone_last4_as_code: {
57142
+ type: 'boolean',
57143
+ },
57123
57144
  },
57124
57145
  required: [
57125
57146
  'access_methods',
@@ -58362,6 +58383,9 @@ export default {
58362
58383
  ],
58363
58384
  type: 'string',
58364
58385
  },
58386
+ prefer_guest_phone_last4_as_code: {
58387
+ type: 'boolean',
58388
+ },
58365
58389
  },
58366
58390
  required: [
58367
58391
  'access_methods',
@@ -58658,6 +58682,9 @@ export default {
58658
58682
  ],
58659
58683
  type: 'string',
58660
58684
  },
58685
+ prefer_guest_phone_last4_as_code: {
58686
+ type: 'boolean',
58687
+ },
58661
58688
  },
58662
58689
  required: [
58663
58690
  'access_methods',
@@ -58954,6 +58981,9 @@ export default {
58954
58981
  ],
58955
58982
  type: 'string',
58956
58983
  },
58984
+ prefer_guest_phone_last4_as_code: {
58985
+ type: 'boolean',
58986
+ },
58957
58987
  },
58958
58988
  required: [
58959
58989
  'access_methods',
@@ -59238,6 +59268,9 @@ export default {
59238
59268
  ],
59239
59269
  type: 'string',
59240
59270
  },
59271
+ prefer_guest_phone_last4_as_code: {
59272
+ type: 'boolean',
59273
+ },
59241
59274
  },
59242
59275
  required: [
59243
59276
  'access_methods',