@seamapi/types 1.999.0 → 1.1000.1

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.
@@ -3265,6 +3265,41 @@ const openapi = {
3265
3265
  required: ['created_at', 'message', 'warning_code'],
3266
3266
  type: 'object',
3267
3267
  },
3268
+ {
3269
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
3270
+ properties: {
3271
+ created_at: {
3272
+ description: 'Date and time at which Seam created the warning.',
3273
+ format: 'date-time',
3274
+ type: 'string',
3275
+ },
3276
+ message: {
3277
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
3278
+ type: 'string',
3279
+ },
3280
+ new_code: {
3281
+ description: 'The PIN code that was assigned instead.',
3282
+ type: 'string',
3283
+ },
3284
+ original_code: {
3285
+ description: 'The originally requested PIN code that could not be used.',
3286
+ type: 'string',
3287
+ },
3288
+ warning_code: {
3289
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
3290
+ enum: ['requested_code_unavailable'],
3291
+ type: 'string',
3292
+ },
3293
+ },
3294
+ required: [
3295
+ 'created_at',
3296
+ 'message',
3297
+ 'warning_code',
3298
+ 'original_code',
3299
+ 'new_code',
3300
+ ],
3301
+ type: 'object',
3302
+ },
3268
3303
  ],
3269
3304
  },
3270
3305
  type: 'array',
@@ -5959,6 +5994,41 @@ const openapi = {
5959
5994
  ],
5960
5995
  type: 'object',
5961
5996
  },
5997
+ {
5998
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
5999
+ properties: {
6000
+ created_at: {
6001
+ description: 'Date and time at which Seam created the warning.',
6002
+ format: 'date-time',
6003
+ type: 'string',
6004
+ },
6005
+ message: {
6006
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
6007
+ type: 'string',
6008
+ },
6009
+ new_code: {
6010
+ description: 'The PIN code that was assigned instead.',
6011
+ type: 'string',
6012
+ },
6013
+ original_code: {
6014
+ description: 'The originally requested PIN code that could not be used.',
6015
+ type: 'string',
6016
+ },
6017
+ warning_code: {
6018
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
6019
+ enum: ['requested_code_unavailable'],
6020
+ type: 'string',
6021
+ },
6022
+ },
6023
+ required: [
6024
+ 'created_at',
6025
+ 'message',
6026
+ 'warning_code',
6027
+ 'original_code',
6028
+ 'new_code',
6029
+ ],
6030
+ type: 'object',
6031
+ },
5962
6032
  ],
5963
6033
  },
5964
6034
  type: 'array',
@@ -6368,6 +6438,41 @@ const openapi = {
6368
6438
  ],
6369
6439
  type: 'object',
6370
6440
  },
6441
+ {
6442
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
6443
+ properties: {
6444
+ created_at: {
6445
+ description: 'Date and time at which Seam created the warning.',
6446
+ format: 'date-time',
6447
+ type: 'string',
6448
+ },
6449
+ message: {
6450
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
6451
+ type: 'string',
6452
+ },
6453
+ new_code: {
6454
+ description: 'The PIN code that was assigned instead.',
6455
+ type: 'string',
6456
+ },
6457
+ original_code: {
6458
+ description: 'The originally requested PIN code that could not be used.',
6459
+ type: 'string',
6460
+ },
6461
+ warning_code: {
6462
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
6463
+ enum: ['requested_code_unavailable'],
6464
+ type: 'string',
6465
+ },
6466
+ },
6467
+ required: [
6468
+ 'created_at',
6469
+ 'message',
6470
+ 'warning_code',
6471
+ 'original_code',
6472
+ 'new_code',
6473
+ ],
6474
+ type: 'object',
6475
+ },
6371
6476
  ],
6372
6477
  },
6373
6478
  type: 'array',
@@ -7005,6 +7110,41 @@ const openapi = {
7005
7110
  ],
7006
7111
  type: 'object',
7007
7112
  },
7113
+ {
7114
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
7115
+ properties: {
7116
+ created_at: {
7117
+ description: 'Date and time at which Seam created the warning.',
7118
+ format: 'date-time',
7119
+ type: 'string',
7120
+ },
7121
+ message: {
7122
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
7123
+ type: 'string',
7124
+ },
7125
+ new_code: {
7126
+ description: 'The PIN code that was assigned instead.',
7127
+ type: 'string',
7128
+ },
7129
+ original_code: {
7130
+ description: 'The originally requested PIN code that could not be used.',
7131
+ type: 'string',
7132
+ },
7133
+ warning_code: {
7134
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7135
+ enum: ['requested_code_unavailable'],
7136
+ type: 'string',
7137
+ },
7138
+ },
7139
+ required: [
7140
+ 'created_at',
7141
+ 'message',
7142
+ 'warning_code',
7143
+ 'original_code',
7144
+ 'new_code',
7145
+ ],
7146
+ type: 'object',
7147
+ },
7008
7148
  ],
7009
7149
  },
7010
7150
  type: 'array',
@@ -7412,6 +7552,41 @@ const openapi = {
7412
7552
  ],
7413
7553
  type: 'object',
7414
7554
  },
7555
+ {
7556
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
7557
+ properties: {
7558
+ created_at: {
7559
+ description: 'Date and time at which Seam created the warning.',
7560
+ format: 'date-time',
7561
+ type: 'string',
7562
+ },
7563
+ message: {
7564
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
7565
+ type: 'string',
7566
+ },
7567
+ new_code: {
7568
+ description: 'The PIN code that was assigned instead.',
7569
+ type: 'string',
7570
+ },
7571
+ original_code: {
7572
+ description: 'The originally requested PIN code that could not be used.',
7573
+ type: 'string',
7574
+ },
7575
+ warning_code: {
7576
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7577
+ enum: ['requested_code_unavailable'],
7578
+ type: 'string',
7579
+ },
7580
+ },
7581
+ required: [
7582
+ 'created_at',
7583
+ 'message',
7584
+ 'warning_code',
7585
+ 'original_code',
7586
+ 'new_code',
7587
+ ],
7588
+ type: 'object',
7589
+ },
7415
7590
  ],
7416
7591
  },
7417
7592
  type: 'array',
@@ -8054,6 +8229,41 @@ const openapi = {
8054
8229
  required: ['created_at', 'message', 'warning_code'],
8055
8230
  type: 'object',
8056
8231
  },
8232
+ {
8233
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
8234
+ properties: {
8235
+ created_at: {
8236
+ description: 'Date and time at which Seam created the warning.',
8237
+ format: 'date-time',
8238
+ type: 'string',
8239
+ },
8240
+ message: {
8241
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
8242
+ type: 'string',
8243
+ },
8244
+ new_code: {
8245
+ description: 'The PIN code that was assigned instead.',
8246
+ type: 'string',
8247
+ },
8248
+ original_code: {
8249
+ description: 'The originally requested PIN code that could not be used.',
8250
+ type: 'string',
8251
+ },
8252
+ warning_code: {
8253
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
8254
+ enum: ['requested_code_unavailable'],
8255
+ type: 'string',
8256
+ },
8257
+ },
8258
+ required: [
8259
+ 'created_at',
8260
+ 'message',
8261
+ 'warning_code',
8262
+ 'original_code',
8263
+ 'new_code',
8264
+ ],
8265
+ type: 'object',
8266
+ },
8057
8267
  ],
8058
8268
  },
8059
8269
  type: 'array',
@@ -26116,6 +26326,41 @@ const openapi = {
26116
26326
  ],
26117
26327
  type: 'object',
26118
26328
  },
26329
+ {
26330
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
26331
+ properties: {
26332
+ created_at: {
26333
+ description: 'Date and time at which Seam created the warning.',
26334
+ format: 'date-time',
26335
+ type: 'string',
26336
+ },
26337
+ message: {
26338
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
26339
+ type: 'string',
26340
+ },
26341
+ new_code: {
26342
+ description: 'The PIN code that was assigned instead.',
26343
+ type: 'string',
26344
+ },
26345
+ original_code: {
26346
+ description: 'The originally requested PIN code that could not be used.',
26347
+ type: 'string',
26348
+ },
26349
+ warning_code: {
26350
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
26351
+ enum: ['requested_code_unavailable'],
26352
+ type: 'string',
26353
+ },
26354
+ },
26355
+ required: [
26356
+ 'created_at',
26357
+ 'message',
26358
+ 'warning_code',
26359
+ 'original_code',
26360
+ 'new_code',
26361
+ ],
26362
+ type: 'object',
26363
+ },
26119
26364
  ],
26120
26365
  },
26121
26366
  type: 'array',
@@ -29640,6 +29885,41 @@ const openapi = {
29640
29885
  required: ['created_at', 'message', 'warning_code'],
29641
29886
  type: 'object',
29642
29887
  },
29888
+ {
29889
+ description: 'Indicates that the requested PIN code could not be used, so the access system assigned a different code. Give the guest the assigned code.',
29890
+ properties: {
29891
+ created_at: {
29892
+ description: 'Date and time at which Seam created the warning.',
29893
+ format: 'date-time',
29894
+ type: 'string',
29895
+ },
29896
+ message: {
29897
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
29898
+ type: 'string',
29899
+ },
29900
+ new_code: {
29901
+ description: 'The PIN code that was assigned instead.',
29902
+ type: 'string',
29903
+ },
29904
+ original_code: {
29905
+ description: 'The originally requested PIN code that could not be used.',
29906
+ type: 'string',
29907
+ },
29908
+ warning_code: {
29909
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
29910
+ enum: ['requested_code_unavailable'],
29911
+ type: 'string',
29912
+ },
29913
+ },
29914
+ required: [
29915
+ 'created_at',
29916
+ 'message',
29917
+ 'warning_code',
29918
+ 'original_code',
29919
+ 'new_code',
29920
+ ],
29921
+ type: 'object',
29922
+ },
29643
29923
  ],
29644
29924
  },
29645
29925
  type: 'array',