@seamapi/types 1.564.0 → 1.566.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.
@@ -38737,6 +38737,12 @@ export default {
38737
38737
  'Whether to exclude this feature from the portal.',
38738
38738
  type: 'boolean',
38739
38739
  },
38740
+ excluded_providers: {
38741
+ description:
38742
+ 'List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.',
38743
+ items: { type: 'string' },
38744
+ type: 'array',
38745
+ },
38740
38746
  },
38741
38747
  type: 'object',
38742
38748
  },
@@ -38784,59 +38790,96 @@ export default {
38784
38790
  manage: {
38785
38791
  oneOf: [
38786
38792
  {
38787
- properties: { space_key: { type: 'string' } },
38788
- required: ['space_key'],
38789
- type: 'object',
38790
- },
38791
- {
38792
- properties: {
38793
- property_key: { type: 'string' },
38794
- },
38795
- required: ['property_key'],
38796
- type: 'object',
38797
- },
38798
- {
38799
- properties: { room_key: { type: 'string' } },
38800
- required: ['room_key'],
38801
- type: 'object',
38802
- },
38803
- {
38804
- properties: {
38805
- common_area_key: { type: 'string' },
38806
- },
38807
- required: ['common_area_key'],
38808
- type: 'object',
38809
- },
38810
- {
38811
- properties: { unit_key: { type: 'string' } },
38812
- required: ['unit_key'],
38813
- type: 'object',
38814
- },
38815
- {
38816
- properties: {
38817
- facility_key: { type: 'string' },
38818
- },
38819
- required: ['facility_key'],
38820
- type: 'object',
38821
- },
38822
- {
38823
- properties: {
38824
- building_key: { type: 'string' },
38825
- },
38826
- required: ['building_key'],
38827
- type: 'object',
38828
- },
38829
- {
38830
- properties: { listing_key: { type: 'string' } },
38831
- required: ['listing_key'],
38832
- type: 'object',
38793
+ oneOf: [
38794
+ {
38795
+ properties: {
38796
+ space_key: { type: 'string' },
38797
+ },
38798
+ required: ['space_key'],
38799
+ type: 'object',
38800
+ },
38801
+ {
38802
+ properties: {
38803
+ property_key: { type: 'string' },
38804
+ },
38805
+ required: ['property_key'],
38806
+ type: 'object',
38807
+ },
38808
+ {
38809
+ properties: {
38810
+ room_key: { type: 'string' },
38811
+ },
38812
+ required: ['room_key'],
38813
+ type: 'object',
38814
+ },
38815
+ {
38816
+ properties: {
38817
+ common_area_key: { type: 'string' },
38818
+ },
38819
+ required: ['common_area_key'],
38820
+ type: 'object',
38821
+ },
38822
+ {
38823
+ properties: {
38824
+ unit_key: { type: 'string' },
38825
+ },
38826
+ required: ['unit_key'],
38827
+ type: 'object',
38828
+ },
38829
+ {
38830
+ properties: {
38831
+ facility_key: { type: 'string' },
38832
+ },
38833
+ required: ['facility_key'],
38834
+ type: 'object',
38835
+ },
38836
+ {
38837
+ properties: {
38838
+ building_key: { type: 'string' },
38839
+ },
38840
+ required: ['building_key'],
38841
+ type: 'object',
38842
+ },
38843
+ {
38844
+ properties: {
38845
+ listing_key: { type: 'string' },
38846
+ },
38847
+ required: ['listing_key'],
38848
+ type: 'object',
38849
+ },
38850
+ {
38851
+ properties: {
38852
+ property_listing_key: { type: 'string' },
38853
+ },
38854
+ required: ['property_listing_key'],
38855
+ type: 'object',
38856
+ },
38857
+ ],
38833
38858
  },
38834
38859
  {
38835
- properties: {
38836
- property_listing_key: { type: 'string' },
38837
- },
38838
- required: ['property_listing_key'],
38839
- type: 'object',
38860
+ oneOf: [
38861
+ {
38862
+ properties: {
38863
+ reservation_key: { type: 'string' },
38864
+ },
38865
+ required: ['reservation_key'],
38866
+ type: 'object',
38867
+ },
38868
+ {
38869
+ properties: {
38870
+ booking_key: { type: 'string' },
38871
+ },
38872
+ required: ['booking_key'],
38873
+ type: 'object',
38874
+ },
38875
+ {
38876
+ properties: {
38877
+ access_grant_key: { type: 'string' },
38878
+ },
38879
+ required: ['access_grant_key'],
38880
+ type: 'object',
38881
+ },
38882
+ ],
38840
38883
  },
38841
38884
  ],
38842
38885
  },
@@ -49718,7 +49761,13 @@ export default {
49718
49761
  type: 'object',
49719
49762
  },
49720
49763
  connect: {
49721
- properties: { exclude: { type: 'boolean' } },
49764
+ properties: {
49765
+ exclude: { type: 'boolean' },
49766
+ excluded_providers: {
49767
+ items: { type: 'string' },
49768
+ type: 'array',
49769
+ },
49770
+ },
49722
49771
  type: 'object',
49723
49772
  },
49724
49773
  manage_devices: {
@@ -49738,61 +49787,98 @@ export default {
49738
49787
  manage: {
49739
49788
  oneOf: [
49740
49789
  {
49741
- properties: { space_key: { type: 'string' } },
49742
- required: ['space_key'],
49743
- type: 'object',
49744
- },
49745
- {
49746
- properties: {
49747
- property_key: { type: 'string' },
49748
- },
49749
- required: ['property_key'],
49750
- type: 'object',
49751
- },
49752
- {
49753
- properties: { room_key: { type: 'string' } },
49754
- required: ['room_key'],
49755
- type: 'object',
49756
- },
49757
- {
49758
- properties: {
49759
- common_area_key: { type: 'string' },
49760
- },
49761
- required: ['common_area_key'],
49762
- type: 'object',
49763
- },
49764
- {
49765
- properties: { unit_key: { type: 'string' } },
49766
- required: ['unit_key'],
49767
- type: 'object',
49768
- },
49769
- {
49770
- properties: {
49771
- facility_key: { type: 'string' },
49772
- },
49773
- required: ['facility_key'],
49774
- type: 'object',
49775
- },
49776
- {
49777
- properties: {
49778
- building_key: { type: 'string' },
49779
- },
49780
- required: ['building_key'],
49781
- type: 'object',
49782
- },
49783
- {
49784
- properties: {
49785
- listing_key: { type: 'string' },
49786
- },
49787
- required: ['listing_key'],
49788
- type: 'object',
49790
+ oneOf: [
49791
+ {
49792
+ properties: {
49793
+ space_key: { type: 'string' },
49794
+ },
49795
+ required: ['space_key'],
49796
+ type: 'object',
49797
+ },
49798
+ {
49799
+ properties: {
49800
+ property_key: { type: 'string' },
49801
+ },
49802
+ required: ['property_key'],
49803
+ type: 'object',
49804
+ },
49805
+ {
49806
+ properties: {
49807
+ room_key: { type: 'string' },
49808
+ },
49809
+ required: ['room_key'],
49810
+ type: 'object',
49811
+ },
49812
+ {
49813
+ properties: {
49814
+ common_area_key: { type: 'string' },
49815
+ },
49816
+ required: ['common_area_key'],
49817
+ type: 'object',
49818
+ },
49819
+ {
49820
+ properties: {
49821
+ unit_key: { type: 'string' },
49822
+ },
49823
+ required: ['unit_key'],
49824
+ type: 'object',
49825
+ },
49826
+ {
49827
+ properties: {
49828
+ facility_key: { type: 'string' },
49829
+ },
49830
+ required: ['facility_key'],
49831
+ type: 'object',
49832
+ },
49833
+ {
49834
+ properties: {
49835
+ building_key: { type: 'string' },
49836
+ },
49837
+ required: ['building_key'],
49838
+ type: 'object',
49839
+ },
49840
+ {
49841
+ properties: {
49842
+ listing_key: { type: 'string' },
49843
+ },
49844
+ required: ['listing_key'],
49845
+ type: 'object',
49846
+ },
49847
+ {
49848
+ properties: {
49849
+ property_listing_key: {
49850
+ type: 'string',
49851
+ },
49852
+ },
49853
+ required: ['property_listing_key'],
49854
+ type: 'object',
49855
+ },
49856
+ ],
49789
49857
  },
49790
49858
  {
49791
- properties: {
49792
- property_listing_key: { type: 'string' },
49793
- },
49794
- required: ['property_listing_key'],
49795
- type: 'object',
49859
+ oneOf: [
49860
+ {
49861
+ properties: {
49862
+ reservation_key: { type: 'string' },
49863
+ },
49864
+ required: ['reservation_key'],
49865
+ type: 'object',
49866
+ },
49867
+ {
49868
+ properties: {
49869
+ booking_key: { type: 'string' },
49870
+ },
49871
+ required: ['booking_key'],
49872
+ type: 'object',
49873
+ },
49874
+ {
49875
+ properties: {
49876
+ access_grant_key: { type: 'string' },
49877
+ },
49878
+ required: ['access_grant_key'],
49879
+ type: 'object',
49880
+ },
49881
+ ],
49796
49882
  },
49797
49883
  ],
49798
49884
  },
@@ -49880,7 +49966,13 @@ export default {
49880
49966
  type: 'object',
49881
49967
  },
49882
49968
  connect: {
49883
- properties: { exclude: { type: 'boolean' } },
49969
+ properties: {
49970
+ exclude: { type: 'boolean' },
49971
+ excluded_providers: {
49972
+ items: { type: 'string' },
49973
+ type: 'array',
49974
+ },
49975
+ },
49884
49976
  type: 'object',
49885
49977
  },
49886
49978
  manage_devices: {
@@ -49900,61 +49992,98 @@ export default {
49900
49992
  manage: {
49901
49993
  oneOf: [
49902
49994
  {
49903
- properties: { space_key: { type: 'string' } },
49904
- required: ['space_key'],
49905
- type: 'object',
49906
- },
49907
- {
49908
- properties: {
49909
- property_key: { type: 'string' },
49910
- },
49911
- required: ['property_key'],
49912
- type: 'object',
49913
- },
49914
- {
49915
- properties: { room_key: { type: 'string' } },
49916
- required: ['room_key'],
49917
- type: 'object',
49918
- },
49919
- {
49920
- properties: {
49921
- common_area_key: { type: 'string' },
49922
- },
49923
- required: ['common_area_key'],
49924
- type: 'object',
49925
- },
49926
- {
49927
- properties: { unit_key: { type: 'string' } },
49928
- required: ['unit_key'],
49929
- type: 'object',
49930
- },
49931
- {
49932
- properties: {
49933
- facility_key: { type: 'string' },
49934
- },
49935
- required: ['facility_key'],
49936
- type: 'object',
49937
- },
49938
- {
49939
- properties: {
49940
- building_key: { type: 'string' },
49941
- },
49942
- required: ['building_key'],
49943
- type: 'object',
49944
- },
49945
- {
49946
- properties: {
49947
- listing_key: { type: 'string' },
49948
- },
49949
- required: ['listing_key'],
49950
- type: 'object',
49995
+ oneOf: [
49996
+ {
49997
+ properties: {
49998
+ space_key: { type: 'string' },
49999
+ },
50000
+ required: ['space_key'],
50001
+ type: 'object',
50002
+ },
50003
+ {
50004
+ properties: {
50005
+ property_key: { type: 'string' },
50006
+ },
50007
+ required: ['property_key'],
50008
+ type: 'object',
50009
+ },
50010
+ {
50011
+ properties: {
50012
+ room_key: { type: 'string' },
50013
+ },
50014
+ required: ['room_key'],
50015
+ type: 'object',
50016
+ },
50017
+ {
50018
+ properties: {
50019
+ common_area_key: { type: 'string' },
50020
+ },
50021
+ required: ['common_area_key'],
50022
+ type: 'object',
50023
+ },
50024
+ {
50025
+ properties: {
50026
+ unit_key: { type: 'string' },
50027
+ },
50028
+ required: ['unit_key'],
50029
+ type: 'object',
50030
+ },
50031
+ {
50032
+ properties: {
50033
+ facility_key: { type: 'string' },
50034
+ },
50035
+ required: ['facility_key'],
50036
+ type: 'object',
50037
+ },
50038
+ {
50039
+ properties: {
50040
+ building_key: { type: 'string' },
50041
+ },
50042
+ required: ['building_key'],
50043
+ type: 'object',
50044
+ },
50045
+ {
50046
+ properties: {
50047
+ listing_key: { type: 'string' },
50048
+ },
50049
+ required: ['listing_key'],
50050
+ type: 'object',
50051
+ },
50052
+ {
50053
+ properties: {
50054
+ property_listing_key: {
50055
+ type: 'string',
50056
+ },
50057
+ },
50058
+ required: ['property_listing_key'],
50059
+ type: 'object',
50060
+ },
50061
+ ],
49951
50062
  },
49952
50063
  {
49953
- properties: {
49954
- property_listing_key: { type: 'string' },
49955
- },
49956
- required: ['property_listing_key'],
49957
- type: 'object',
50064
+ oneOf: [
50065
+ {
50066
+ properties: {
50067
+ reservation_key: { type: 'string' },
50068
+ },
50069
+ required: ['reservation_key'],
50070
+ type: 'object',
50071
+ },
50072
+ {
50073
+ properties: {
50074
+ booking_key: { type: 'string' },
50075
+ },
50076
+ required: ['booking_key'],
50077
+ type: 'object',
50078
+ },
50079
+ {
50080
+ properties: {
50081
+ access_grant_key: { type: 'string' },
50082
+ },
50083
+ required: ['access_grant_key'],
50084
+ type: 'object',
50085
+ },
50086
+ ],
49958
50087
  },
49959
50088
  ],
49960
50089
  },
@@ -50021,7 +50150,20 @@ export default {
50021
50150
  reservation: {
50022
50151
  properties: {
50023
50152
  access_methods: {
50024
- items: { $ref: '#/components/schemas/access_method' },
50153
+ items: {
50154
+ properties: {
50155
+ access_method_id: {
50156
+ format: 'uuid',
50157
+ type: 'string',
50158
+ },
50159
+ code: { nullable: true, type: 'string' },
50160
+ is_card_encoding_required: { type: 'boolean' },
50161
+ is_issued: { type: 'boolean' },
50162
+ mode: { type: 'string' },
50163
+ },
50164
+ required: ['access_method_id', 'mode', 'is_issued'],
50165
+ type: 'object',
50166
+ },
50025
50167
  type: 'array',
50026
50168
  },
50027
50169
  created_at: { format: 'date-time', type: 'string' },
@@ -50034,6 +50176,22 @@ export default {
50034
50176
  name: { nullable: true, type: 'string' },
50035
50177
  reservation_id: { format: 'uuid', type: 'string' },
50036
50178
  reservation_key: { type: 'string' },
50179
+ spaces: {
50180
+ items: {
50181
+ properties: {
50182
+ name: { nullable: true, type: 'string' },
50183
+ space_id: {
50184
+ format: 'uuid',
50185
+ nullable: true,
50186
+ type: 'string',
50187
+ },
50188
+ space_key: { type: 'string' },
50189
+ },
50190
+ required: ['space_id', 'space_key', 'name'],
50191
+ type: 'object',
50192
+ },
50193
+ type: 'array',
50194
+ },
50037
50195
  starts_at: {
50038
50196
  format: 'date-time',
50039
50197
  nullable: true,
@@ -50048,6 +50206,7 @@ export default {
50048
50206
  'ends_at',
50049
50207
  'created_at',
50050
50208
  'guest_name',
50209
+ 'spaces',
50051
50210
  'access_methods',
50052
50211
  ],
50053
50212
  type: 'object',
@@ -50107,7 +50266,20 @@ export default {
50107
50266
  reservation: {
50108
50267
  properties: {
50109
50268
  access_methods: {
50110
- items: { $ref: '#/components/schemas/access_method' },
50269
+ items: {
50270
+ properties: {
50271
+ access_method_id: {
50272
+ format: 'uuid',
50273
+ type: 'string',
50274
+ },
50275
+ code: { nullable: true, type: 'string' },
50276
+ is_card_encoding_required: { type: 'boolean' },
50277
+ is_issued: { type: 'boolean' },
50278
+ mode: { type: 'string' },
50279
+ },
50280
+ required: ['access_method_id', 'mode', 'is_issued'],
50281
+ type: 'object',
50282
+ },
50111
50283
  type: 'array',
50112
50284
  },
50113
50285
  created_at: { format: 'date-time', type: 'string' },
@@ -50120,6 +50292,22 @@ export default {
50120
50292
  name: { nullable: true, type: 'string' },
50121
50293
  reservation_id: { format: 'uuid', type: 'string' },
50122
50294
  reservation_key: { type: 'string' },
50295
+ spaces: {
50296
+ items: {
50297
+ properties: {
50298
+ name: { nullable: true, type: 'string' },
50299
+ space_id: {
50300
+ format: 'uuid',
50301
+ nullable: true,
50302
+ type: 'string',
50303
+ },
50304
+ space_key: { type: 'string' },
50305
+ },
50306
+ required: ['space_id', 'space_key', 'name'],
50307
+ type: 'object',
50308
+ },
50309
+ type: 'array',
50310
+ },
50123
50311
  starts_at: {
50124
50312
  format: 'date-time',
50125
50313
  nullable: true,
@@ -50134,6 +50322,7 @@ export default {
50134
50322
  'ends_at',
50135
50323
  'created_at',
50136
50324
  'guest_name',
50325
+ 'spaces',
50137
50326
  'access_methods',
50138
50327
  ],
50139
50328
  type: 'object',
@@ -50242,6 +50431,18 @@ export default {
50242
50431
  name: { nullable: true, type: 'string' },
50243
50432
  reservation_id: { format: 'uuid', type: 'string' },
50244
50433
  reservation_key: { type: 'string' },
50434
+ spaces: {
50435
+ items: {
50436
+ properties: {
50437
+ name: { nullable: true, type: 'string' },
50438
+ space_id: { nullable: true, type: 'string' },
50439
+ space_key: { type: 'string' },
50440
+ },
50441
+ required: ['space_id', 'space_key', 'name'],
50442
+ type: 'object',
50443
+ },
50444
+ type: 'array',
50445
+ },
50245
50446
  starts_at: {
50246
50447
  format: 'date-time',
50247
50448
  nullable: true,
@@ -50257,6 +50458,7 @@ export default {
50257
50458
  'created_at',
50258
50459
  'guest_name',
50259
50460
  'access_methods',
50461
+ 'spaces',
50260
50462
  ],
50261
50463
  type: 'object',
50262
50464
  },
@@ -50354,6 +50556,18 @@ export default {
50354
50556
  name: { nullable: true, type: 'string' },
50355
50557
  reservation_id: { format: 'uuid', type: 'string' },
50356
50558
  reservation_key: { type: 'string' },
50559
+ spaces: {
50560
+ items: {
50561
+ properties: {
50562
+ name: { nullable: true, type: 'string' },
50563
+ space_id: { nullable: true, type: 'string' },
50564
+ space_key: { type: 'string' },
50565
+ },
50566
+ required: ['space_id', 'space_key', 'name'],
50567
+ type: 'object',
50568
+ },
50569
+ type: 'array',
50570
+ },
50357
50571
  starts_at: {
50358
50572
  format: 'date-time',
50359
50573
  nullable: true,
@@ -50369,6 +50583,7 @@ export default {
50369
50583
  'created_at',
50370
50584
  'guest_name',
50371
50585
  'access_methods',
50586
+ 'spaces',
50372
50587
  ],
50373
50588
  type: 'object',
50374
50589
  },