@seamapi/types 1.564.0 → 1.565.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.
@@ -40663,7 +40663,27 @@ declare const _default: {
40663
40663
  properties: {
40664
40664
  access_methods: {
40665
40665
  items: {
40666
- $ref: string;
40666
+ properties: {
40667
+ access_method_id: {
40668
+ format: string;
40669
+ type: string;
40670
+ };
40671
+ code: {
40672
+ nullable: boolean;
40673
+ type: string;
40674
+ };
40675
+ is_card_encoding_required: {
40676
+ type: string;
40677
+ };
40678
+ is_issued: {
40679
+ type: string;
40680
+ };
40681
+ mode: {
40682
+ type: string;
40683
+ };
40684
+ };
40685
+ required: string[];
40686
+ type: string;
40667
40687
  };
40668
40688
  type: string;
40669
40689
  };
@@ -40691,6 +40711,27 @@ declare const _default: {
40691
40711
  reservation_key: {
40692
40712
  type: string;
40693
40713
  };
40714
+ spaces: {
40715
+ items: {
40716
+ properties: {
40717
+ name: {
40718
+ nullable: boolean;
40719
+ type: string;
40720
+ };
40721
+ space_id: {
40722
+ format: string;
40723
+ nullable: boolean;
40724
+ type: string;
40725
+ };
40726
+ space_key: {
40727
+ type: string;
40728
+ };
40729
+ };
40730
+ required: string[];
40731
+ type: string;
40732
+ };
40733
+ type: string;
40734
+ };
40694
40735
  starts_at: {
40695
40736
  format: string;
40696
40737
  nullable: boolean;
@@ -40763,7 +40804,27 @@ declare const _default: {
40763
40804
  properties: {
40764
40805
  access_methods: {
40765
40806
  items: {
40766
- $ref: string;
40807
+ properties: {
40808
+ access_method_id: {
40809
+ format: string;
40810
+ type: string;
40811
+ };
40812
+ code: {
40813
+ nullable: boolean;
40814
+ type: string;
40815
+ };
40816
+ is_card_encoding_required: {
40817
+ type: string;
40818
+ };
40819
+ is_issued: {
40820
+ type: string;
40821
+ };
40822
+ mode: {
40823
+ type: string;
40824
+ };
40825
+ };
40826
+ required: string[];
40827
+ type: string;
40767
40828
  };
40768
40829
  type: string;
40769
40830
  };
@@ -40791,6 +40852,27 @@ declare const _default: {
40791
40852
  reservation_key: {
40792
40853
  type: string;
40793
40854
  };
40855
+ spaces: {
40856
+ items: {
40857
+ properties: {
40858
+ name: {
40859
+ nullable: boolean;
40860
+ type: string;
40861
+ };
40862
+ space_id: {
40863
+ format: string;
40864
+ nullable: boolean;
40865
+ type: string;
40866
+ };
40867
+ space_key: {
40868
+ type: string;
40869
+ };
40870
+ };
40871
+ required: string[];
40872
+ type: string;
40873
+ };
40874
+ type: string;
40875
+ };
40794
40876
  starts_at: {
40795
40877
  format: string;
40796
40878
  nullable: boolean;
@@ -40926,6 +41008,26 @@ declare const _default: {
40926
41008
  reservation_key: {
40927
41009
  type: string;
40928
41010
  };
41011
+ spaces: {
41012
+ items: {
41013
+ properties: {
41014
+ name: {
41015
+ nullable: boolean;
41016
+ type: string;
41017
+ };
41018
+ space_id: {
41019
+ nullable: boolean;
41020
+ type: string;
41021
+ };
41022
+ space_key: {
41023
+ type: string;
41024
+ };
41025
+ };
41026
+ required: string[];
41027
+ type: string;
41028
+ };
41029
+ type: string;
41030
+ };
40929
41031
  starts_at: {
40930
41032
  format: string;
40931
41033
  nullable: boolean;
@@ -41049,6 +41151,26 @@ declare const _default: {
41049
41151
  reservation_key: {
41050
41152
  type: string;
41051
41153
  };
41154
+ spaces: {
41155
+ items: {
41156
+ properties: {
41157
+ name: {
41158
+ nullable: boolean;
41159
+ type: string;
41160
+ };
41161
+ space_id: {
41162
+ nullable: boolean;
41163
+ type: string;
41164
+ };
41165
+ space_key: {
41166
+ type: string;
41167
+ };
41168
+ };
41169
+ required: string[];
41170
+ type: string;
41171
+ };
41172
+ type: string;
41173
+ };
41052
41174
  starts_at: {
41053
41175
  format: string;
41054
41176
  nullable: boolean;
@@ -46077,7 +46077,20 @@ export default {
46077
46077
  reservation: {
46078
46078
  properties: {
46079
46079
  access_methods: {
46080
- items: { $ref: '#/components/schemas/access_method' },
46080
+ items: {
46081
+ properties: {
46082
+ access_method_id: {
46083
+ format: 'uuid',
46084
+ type: 'string',
46085
+ },
46086
+ code: { nullable: true, type: 'string' },
46087
+ is_card_encoding_required: { type: 'boolean' },
46088
+ is_issued: { type: 'boolean' },
46089
+ mode: { type: 'string' },
46090
+ },
46091
+ required: ['access_method_id', 'mode', 'is_issued'],
46092
+ type: 'object',
46093
+ },
46081
46094
  type: 'array',
46082
46095
  },
46083
46096
  created_at: { format: 'date-time', type: 'string' },
@@ -46090,6 +46103,22 @@ export default {
46090
46103
  name: { nullable: true, type: 'string' },
46091
46104
  reservation_id: { format: 'uuid', type: 'string' },
46092
46105
  reservation_key: { type: 'string' },
46106
+ spaces: {
46107
+ items: {
46108
+ properties: {
46109
+ name: { nullable: true, type: 'string' },
46110
+ space_id: {
46111
+ format: 'uuid',
46112
+ nullable: true,
46113
+ type: 'string',
46114
+ },
46115
+ space_key: { type: 'string' },
46116
+ },
46117
+ required: ['space_id', 'space_key', 'name'],
46118
+ type: 'object',
46119
+ },
46120
+ type: 'array',
46121
+ },
46093
46122
  starts_at: {
46094
46123
  format: 'date-time',
46095
46124
  nullable: true,
@@ -46104,6 +46133,7 @@ export default {
46104
46133
  'ends_at',
46105
46134
  'created_at',
46106
46135
  'guest_name',
46136
+ 'spaces',
46107
46137
  'access_methods',
46108
46138
  ],
46109
46139
  type: 'object',
@@ -46162,7 +46192,20 @@ export default {
46162
46192
  reservation: {
46163
46193
  properties: {
46164
46194
  access_methods: {
46165
- items: { $ref: '#/components/schemas/access_method' },
46195
+ items: {
46196
+ properties: {
46197
+ access_method_id: {
46198
+ format: 'uuid',
46199
+ type: 'string',
46200
+ },
46201
+ code: { nullable: true, type: 'string' },
46202
+ is_card_encoding_required: { type: 'boolean' },
46203
+ is_issued: { type: 'boolean' },
46204
+ mode: { type: 'string' },
46205
+ },
46206
+ required: ['access_method_id', 'mode', 'is_issued'],
46207
+ type: 'object',
46208
+ },
46166
46209
  type: 'array',
46167
46210
  },
46168
46211
  created_at: { format: 'date-time', type: 'string' },
@@ -46175,6 +46218,22 @@ export default {
46175
46218
  name: { nullable: true, type: 'string' },
46176
46219
  reservation_id: { format: 'uuid', type: 'string' },
46177
46220
  reservation_key: { type: 'string' },
46221
+ spaces: {
46222
+ items: {
46223
+ properties: {
46224
+ name: { nullable: true, type: 'string' },
46225
+ space_id: {
46226
+ format: 'uuid',
46227
+ nullable: true,
46228
+ type: 'string',
46229
+ },
46230
+ space_key: { type: 'string' },
46231
+ },
46232
+ required: ['space_id', 'space_key', 'name'],
46233
+ type: 'object',
46234
+ },
46235
+ type: 'array',
46236
+ },
46178
46237
  starts_at: {
46179
46238
  format: 'date-time',
46180
46239
  nullable: true,
@@ -46189,6 +46248,7 @@ export default {
46189
46248
  'ends_at',
46190
46249
  'created_at',
46191
46250
  'guest_name',
46251
+ 'spaces',
46192
46252
  'access_methods',
46193
46253
  ],
46194
46254
  type: 'object',
@@ -46294,6 +46354,18 @@ export default {
46294
46354
  name: { nullable: true, type: 'string' },
46295
46355
  reservation_id: { format: 'uuid', type: 'string' },
46296
46356
  reservation_key: { type: 'string' },
46357
+ spaces: {
46358
+ items: {
46359
+ properties: {
46360
+ name: { nullable: true, type: 'string' },
46361
+ space_id: { nullable: true, type: 'string' },
46362
+ space_key: { type: 'string' },
46363
+ },
46364
+ required: ['space_id', 'space_key', 'name'],
46365
+ type: 'object',
46366
+ },
46367
+ type: 'array',
46368
+ },
46297
46369
  starts_at: {
46298
46370
  format: 'date-time',
46299
46371
  nullable: true,
@@ -46309,6 +46381,7 @@ export default {
46309
46381
  'created_at',
46310
46382
  'guest_name',
46311
46383
  'access_methods',
46384
+ 'spaces',
46312
46385
  ],
46313
46386
  type: 'object',
46314
46387
  },
@@ -46402,6 +46475,18 @@ export default {
46402
46475
  name: { nullable: true, type: 'string' },
46403
46476
  reservation_id: { format: 'uuid', type: 'string' },
46404
46477
  reservation_key: { type: 'string' },
46478
+ spaces: {
46479
+ items: {
46480
+ properties: {
46481
+ name: { nullable: true, type: 'string' },
46482
+ space_id: { nullable: true, type: 'string' },
46483
+ space_key: { type: 'string' },
46484
+ },
46485
+ required: ['space_id', 'space_key', 'name'],
46486
+ type: 'object',
46487
+ },
46488
+ type: 'array',
46489
+ },
46405
46490
  starts_at: {
46406
46491
  format: 'date-time',
46407
46492
  nullable: true,
@@ -46417,6 +46502,7 @@ export default {
46417
46502
  'created_at',
46418
46503
  'guest_name',
46419
46504
  'access_methods',
46505
+ 'spaces',
46420
46506
  ],
46421
46507
  type: 'object',
46422
46508
  },