@seamapi/types 1.752.0 → 1.754.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.
@@ -6322,7 +6322,7 @@ export type Routes = {
6322
6322
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
6323
6323
  status: 'set';
6324
6324
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
6325
- dormakaba_oracode_metadata: {
6325
+ dormakaba_oracode_metadata?: ({
6326
6326
  /** Dormakaba Oracode stay ID associated with this access code. */
6327
6327
  stay_id: number;
6328
6328
  /** Dormakaba Oracode user level ID associated with this access code. */
@@ -6339,7 +6339,7 @@ export type Routes = {
6339
6339
  is_early_checkin_able?: boolean | undefined;
6340
6340
  /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
6341
6341
  is_overridable?: boolean | undefined;
6342
- } | null;
6342
+ } | null) | undefined;
6343
6343
  };
6344
6344
  };
6345
6345
  maxDuration: undefined;
@@ -8133,7 +8133,7 @@ export type Routes = {
8133
8133
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
8134
8134
  status: 'set';
8135
8135
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
8136
- dormakaba_oracode_metadata: {
8136
+ dormakaba_oracode_metadata?: ({
8137
8137
  /** Dormakaba Oracode stay ID associated with this access code. */
8138
8138
  stay_id: number;
8139
8139
  /** Dormakaba Oracode user level ID associated with this access code. */
@@ -8150,7 +8150,7 @@ export type Routes = {
8150
8150
  is_early_checkin_able?: boolean | undefined;
8151
8151
  /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
8152
8152
  is_overridable?: boolean | undefined;
8153
- } | null;
8153
+ } | null) | undefined;
8154
8154
  };
8155
8155
  };
8156
8156
  maxDuration: undefined;
@@ -8639,7 +8639,7 @@ export type Routes = {
8639
8639
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
8640
8640
  status: 'set';
8641
8641
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
8642
- dormakaba_oracode_metadata: {
8642
+ dormakaba_oracode_metadata?: ({
8643
8643
  /** Dormakaba Oracode stay ID associated with this access code. */
8644
8644
  stay_id: number;
8645
8645
  /** Dormakaba Oracode user level ID associated with this access code. */
@@ -8656,7 +8656,7 @@ export type Routes = {
8656
8656
  is_early_checkin_able?: boolean | undefined;
8657
8657
  /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
8658
8658
  is_overridable?: boolean | undefined;
8659
- } | null;
8659
+ } | null) | undefined;
8660
8660
  }[];
8661
8661
  /** Information about the current page of results. */
8662
8662
  pagination: {
@@ -12400,6 +12400,8 @@ export type Routes = {
12400
12400
  client_session_token?: string | undefined;
12401
12401
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
12402
12402
  is_encoding_required?: boolean | undefined;
12403
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
12404
+ is_ready_for_encoding?: boolean | undefined;
12403
12405
  /** The actual PIN code for code access methods. */
12404
12406
  code?: (string | null) | undefined;
12405
12407
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -14571,6 +14573,8 @@ export type Routes = {
14571
14573
  client_session_token?: string | undefined;
14572
14574
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
14573
14575
  is_encoding_required?: boolean | undefined;
14576
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
14577
+ is_ready_for_encoding?: boolean | undefined;
14574
14578
  /** The actual PIN code for code access methods. */
14575
14579
  code?: (string | null) | undefined;
14576
14580
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16312,6 +16316,8 @@ export type Routes = {
16312
16316
  client_session_token?: string | undefined;
16313
16317
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16314
16318
  is_encoding_required?: boolean | undefined;
16319
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
16320
+ is_ready_for_encoding?: boolean | undefined;
16315
16321
  /** The actual PIN code for code access methods. */
16316
16322
  code?: (string | null) | undefined;
16317
16323
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16626,6 +16632,8 @@ export type Routes = {
16626
16632
  client_session_token?: string | undefined;
16627
16633
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16628
16634
  is_encoding_required?: boolean | undefined;
16635
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
16636
+ is_ready_for_encoding?: boolean | undefined;
16629
16637
  /** The actual PIN code for code access methods. */
16630
16638
  code?: (string | null) | undefined;
16631
16639
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16745,6 +16753,8 @@ export type Routes = {
16745
16753
  is_issued: boolean;
16746
16754
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16747
16755
  is_encoding_required?: boolean | undefined;
16756
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
16757
+ is_ready_for_encoding?: boolean | undefined;
16748
16758
  /** The actual PIN code for code access methods. */
16749
16759
  code?: (string | null) | undefined;
16750
16760
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16867,6 +16877,8 @@ export type Routes = {
16867
16877
  is_issued: boolean;
16868
16878
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16869
16879
  is_encoding_required?: boolean | undefined;
16880
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
16881
+ is_ready_for_encoding?: boolean | undefined;
16870
16882
  /** The actual PIN code for code access methods. */
16871
16883
  code?: (string | null) | undefined;
16872
16884
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -66338,6 +66350,8 @@ export type Routes = {
66338
66350
  client_session_token?: string | undefined;
66339
66351
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
66340
66352
  is_encoding_required?: boolean | undefined;
66353
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
66354
+ is_ready_for_encoding?: boolean | undefined;
66341
66355
  /** The actual PIN code for code access methods. */
66342
66356
  code?: (string | null) | undefined;
66343
66357
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -90844,6 +90858,8 @@ export type Routes = {
90844
90858
  client_session_token?: string | undefined;
90845
90859
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
90846
90860
  is_encoding_required?: boolean | undefined;
90861
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
90862
+ is_ready_for_encoding?: boolean | undefined;
90847
90863
  /** The actual PIN code for code access methods. */
90848
90864
  code?: (string | null) | undefined;
90849
90865
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -94739,7 +94755,7 @@ export type Routes = {
94739
94755
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
94740
94756
  status: 'set';
94741
94757
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
94742
- dormakaba_oracode_metadata: {
94758
+ dormakaba_oracode_metadata?: ({
94743
94759
  /** Dormakaba Oracode stay ID associated with this access code. */
94744
94760
  stay_id: number;
94745
94761
  /** Dormakaba Oracode user level ID associated with this access code. */
@@ -94756,7 +94772,7 @@ export type Routes = {
94756
94772
  is_early_checkin_able?: boolean | undefined;
94757
94773
  /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
94758
94774
  is_overridable?: boolean | undefined;
94759
- } | null;
94775
+ } | null) | undefined;
94760
94776
  }[] | undefined;
94761
94777
  access_codes?: {
94762
94778
  /** Unique identifier for the Seam workspace associated with the access code. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.752.0",
3
+ "version": "1.754.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -31,6 +31,7 @@ export const unmanaged_access_code = access_code
31
31
  ),
32
32
  dormakaba_oracode_metadata: dormakaba_oracode_access_code_metadata
33
33
  .nullable()
34
+ .optional()
34
35
  .describe(
35
36
  'Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices.',
36
37
  ),
@@ -251,6 +251,12 @@ export const access_method = z.object({
251
251
  .describe(
252
252
  'Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.',
253
253
  ),
254
+ is_ready_for_encoding: z
255
+ .boolean()
256
+ .optional()
257
+ .describe(
258
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
259
+ ),
254
260
  code: z
255
261
  .string()
256
262
  .nullable()
@@ -2394,6 +2394,11 @@ export default {
2394
2394
  description: 'Indicates whether the access method has been issued.',
2395
2395
  type: 'boolean',
2396
2396
  },
2397
+ is_ready_for_encoding: {
2398
+ description:
2399
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
2400
+ type: 'boolean',
2401
+ },
2397
2402
  issued_at: {
2398
2403
  description: 'Date and time at which the access method was issued.',
2399
2404
  format: 'date-time',
@@ -27106,7 +27111,6 @@ export default {
27106
27111
  'warnings',
27107
27112
  'is_managed',
27108
27113
  'status',
27109
- 'dormakaba_oracode_metadata',
27110
27114
  ],
27111
27115
  type: 'object',
27112
27116
  'x-route-path': '/access_codes/unmanaged',
@@ -38395,6 +38399,11 @@ export default {
38395
38399
  'Indicates whether the access method has been issued.',
38396
38400
  type: 'boolean',
38397
38401
  },
38402
+ is_ready_for_encoding: {
38403
+ description:
38404
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
38405
+ type: 'boolean',
38406
+ },
38398
38407
  issued_at: {
38399
38408
  description:
38400
38409
  'Date and time at which the access method was issued.',
@@ -38835,6 +38844,11 @@ export default {
38835
38844
  'Indicates whether the access method has been issued.',
38836
38845
  type: 'boolean',
38837
38846
  },
38847
+ is_ready_for_encoding: {
38848
+ description:
38849
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
38850
+ type: 'boolean',
38851
+ },
38838
38852
  issued_at: {
38839
38853
  description:
38840
38854
  'Date and time at which the access method was issued.',
@@ -39307,6 +39321,11 @@ export default {
39307
39321
  'Indicates whether the access method has been issued.',
39308
39322
  type: 'boolean',
39309
39323
  },
39324
+ is_ready_for_encoding: {
39325
+ description:
39326
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
39327
+ type: 'boolean',
39328
+ },
39310
39329
  issued_at: {
39311
39330
  description:
39312
39331
  'Date and time at which the access method was issued.',
@@ -39770,6 +39789,11 @@ export default {
39770
39789
  'Indicates whether the access method has been issued.',
39771
39790
  type: 'boolean',
39772
39791
  },
39792
+ is_ready_for_encoding: {
39793
+ description:
39794
+ 'Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.',
39795
+ type: 'boolean',
39796
+ },
39773
39797
  issued_at: {
39774
39798
  description:
39775
39799
  'Date and time at which the access method was issued.',
@@ -7152,24 +7152,26 @@ export type Routes = {
7152
7152
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
7153
7153
  status: 'set'
7154
7154
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
7155
- dormakaba_oracode_metadata: {
7156
- /** Dormakaba Oracode stay ID associated with this access code. */
7157
- stay_id: number
7158
- /** Dormakaba Oracode user level ID associated with this access code. */
7159
- user_level_id?: string | undefined
7160
- /** Dormakaba Oracode user level name associated with this access code. */
7161
- user_level_name: string | null
7162
- /** Dormakaba Oracode site name associated with this access code. */
7163
- site_name?: string | undefined
7164
- /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
7165
- is_cancellable?: boolean | undefined
7166
- /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
7167
- is_extendable?: boolean | undefined
7168
- /** Indicates whether early check-in is available for this stay. */
7169
- is_early_checkin_able?: boolean | undefined
7170
- /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
7171
- is_overridable?: boolean | undefined
7172
- } | null
7155
+ dormakaba_oracode_metadata?:
7156
+ | ({
7157
+ /** Dormakaba Oracode stay ID associated with this access code. */
7158
+ stay_id: number
7159
+ /** Dormakaba Oracode user level ID associated with this access code. */
7160
+ user_level_id?: string | undefined
7161
+ /** Dormakaba Oracode user level name associated with this access code. */
7162
+ user_level_name: string | null
7163
+ /** Dormakaba Oracode site name associated with this access code. */
7164
+ site_name?: string | undefined
7165
+ /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
7166
+ is_cancellable?: boolean | undefined
7167
+ /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
7168
+ is_extendable?: boolean | undefined
7169
+ /** Indicates whether early check-in is available for this stay. */
7170
+ is_early_checkin_able?: boolean | undefined
7171
+ /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
7172
+ is_overridable?: boolean | undefined
7173
+ } | null)
7174
+ | undefined
7173
7175
  }
7174
7176
  }
7175
7177
  maxDuration: undefined
@@ -9219,24 +9221,26 @@ export type Routes = {
9219
9221
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
9220
9222
  status: 'set'
9221
9223
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
9222
- dormakaba_oracode_metadata: {
9223
- /** Dormakaba Oracode stay ID associated with this access code. */
9224
- stay_id: number
9225
- /** Dormakaba Oracode user level ID associated with this access code. */
9226
- user_level_id?: string | undefined
9227
- /** Dormakaba Oracode user level name associated with this access code. */
9228
- user_level_name: string | null
9229
- /** Dormakaba Oracode site name associated with this access code. */
9230
- site_name?: string | undefined
9231
- /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
9232
- is_cancellable?: boolean | undefined
9233
- /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
9234
- is_extendable?: boolean | undefined
9235
- /** Indicates whether early check-in is available for this stay. */
9236
- is_early_checkin_able?: boolean | undefined
9237
- /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
9238
- is_overridable?: boolean | undefined
9239
- } | null
9224
+ dormakaba_oracode_metadata?:
9225
+ | ({
9226
+ /** Dormakaba Oracode stay ID associated with this access code. */
9227
+ stay_id: number
9228
+ /** Dormakaba Oracode user level ID associated with this access code. */
9229
+ user_level_id?: string | undefined
9230
+ /** Dormakaba Oracode user level name associated with this access code. */
9231
+ user_level_name: string | null
9232
+ /** Dormakaba Oracode site name associated with this access code. */
9233
+ site_name?: string | undefined
9234
+ /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
9235
+ is_cancellable?: boolean | undefined
9236
+ /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
9237
+ is_extendable?: boolean | undefined
9238
+ /** Indicates whether early check-in is available for this stay. */
9239
+ is_early_checkin_able?: boolean | undefined
9240
+ /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
9241
+ is_overridable?: boolean | undefined
9242
+ } | null)
9243
+ | undefined
9240
9244
  }
9241
9245
  }
9242
9246
  maxDuration: undefined
@@ -9778,24 +9782,26 @@ export type Routes = {
9778
9782
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
9779
9783
  status: 'set'
9780
9784
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
9781
- dormakaba_oracode_metadata: {
9782
- /** Dormakaba Oracode stay ID associated with this access code. */
9783
- stay_id: number
9784
- /** Dormakaba Oracode user level ID associated with this access code. */
9785
- user_level_id?: string | undefined
9786
- /** Dormakaba Oracode user level name associated with this access code. */
9787
- user_level_name: string | null
9788
- /** Dormakaba Oracode site name associated with this access code. */
9789
- site_name?: string | undefined
9790
- /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
9791
- is_cancellable?: boolean | undefined
9792
- /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
9793
- is_extendable?: boolean | undefined
9794
- /** Indicates whether early check-in is available for this stay. */
9795
- is_early_checkin_able?: boolean | undefined
9796
- /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
9797
- is_overridable?: boolean | undefined
9798
- } | null
9785
+ dormakaba_oracode_metadata?:
9786
+ | ({
9787
+ /** Dormakaba Oracode stay ID associated with this access code. */
9788
+ stay_id: number
9789
+ /** Dormakaba Oracode user level ID associated with this access code. */
9790
+ user_level_id?: string | undefined
9791
+ /** Dormakaba Oracode user level name associated with this access code. */
9792
+ user_level_name: string | null
9793
+ /** Dormakaba Oracode site name associated with this access code. */
9794
+ site_name?: string | undefined
9795
+ /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
9796
+ is_cancellable?: boolean | undefined
9797
+ /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
9798
+ is_extendable?: boolean | undefined
9799
+ /** Indicates whether early check-in is available for this stay. */
9800
+ is_early_checkin_able?: boolean | undefined
9801
+ /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
9802
+ is_overridable?: boolean | undefined
9803
+ } | null)
9804
+ | undefined
9799
9805
  }[]
9800
9806
  /** Information about the current page of results. */
9801
9807
  pagination: {
@@ -14284,6 +14290,8 @@ export type Routes = {
14284
14290
  client_session_token?: string | undefined
14285
14291
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
14286
14292
  is_encoding_required?: boolean | undefined
14293
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
14294
+ is_ready_for_encoding?: boolean | undefined
14287
14295
  /** The actual PIN code for code access methods. */
14288
14296
  code?: (string | null) | undefined
14289
14297
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16710,6 +16718,8 @@ export type Routes = {
16710
16718
  client_session_token?: string | undefined
16711
16719
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16712
16720
  is_encoding_required?: boolean | undefined
16721
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
16722
+ is_ready_for_encoding?: boolean | undefined
16713
16723
  /** The actual PIN code for code access methods. */
16714
16724
  code?: (string | null) | undefined
16715
16725
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -18878,6 +18888,8 @@ export type Routes = {
18878
18888
  client_session_token?: string | undefined
18879
18889
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
18880
18890
  is_encoding_required?: boolean | undefined
18891
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
18892
+ is_ready_for_encoding?: boolean | undefined
18881
18893
  /** The actual PIN code for code access methods. */
18882
18894
  code?: (string | null) | undefined
18883
18895
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19238,6 +19250,8 @@ export type Routes = {
19238
19250
  client_session_token?: string | undefined
19239
19251
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19240
19252
  is_encoding_required?: boolean | undefined
19253
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
19254
+ is_ready_for_encoding?: boolean | undefined
19241
19255
  /** The actual PIN code for code access methods. */
19242
19256
  code?: (string | null) | undefined
19243
19257
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19365,6 +19379,8 @@ export type Routes = {
19365
19379
  is_issued: boolean
19366
19380
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19367
19381
  is_encoding_required?: boolean | undefined
19382
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
19383
+ is_ready_for_encoding?: boolean | undefined
19368
19384
  /** The actual PIN code for code access methods. */
19369
19385
  code?: (string | null) | undefined
19370
19386
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19495,6 +19511,8 @@ export type Routes = {
19495
19511
  is_issued: boolean
19496
19512
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19497
19513
  is_encoding_required?: boolean | undefined
19514
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
19515
+ is_ready_for_encoding?: boolean | undefined
19498
19516
  /** The actual PIN code for code access methods. */
19499
19517
  code?: (string | null) | undefined
19500
19518
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -79008,6 +79026,8 @@ export type Routes = {
79008
79026
  client_session_token?: string | undefined
79009
79027
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
79010
79028
  is_encoding_required?: boolean | undefined
79029
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
79030
+ is_ready_for_encoding?: boolean | undefined
79011
79031
  /** The actual PIN code for code access methods. */
79012
79032
  code?: (string | null) | undefined
79013
79033
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -108120,6 +108140,8 @@ export type Routes = {
108120
108140
  client_session_token?: string | undefined
108121
108141
  /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
108122
108142
  is_encoding_required?: boolean | undefined
108143
+ /** Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued. */
108144
+ is_ready_for_encoding?: boolean | undefined
108123
108145
  /** The actual PIN code for code access methods. */
108124
108146
  code?: (string | null) | undefined
108125
108147
  /** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -112543,24 +112565,26 @@ export type Routes = {
112543
112565
  /** Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational. */
112544
112566
  status: 'set'
112545
112567
  /** Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices. */
112546
- dormakaba_oracode_metadata: {
112547
- /** Dormakaba Oracode stay ID associated with this access code. */
112548
- stay_id: number
112549
- /** Dormakaba Oracode user level ID associated with this access code. */
112550
- user_level_id?: string | undefined
112551
- /** Dormakaba Oracode user level name associated with this access code. */
112552
- user_level_name: string | null
112553
- /** Dormakaba Oracode site name associated with this access code. */
112554
- site_name?: string | undefined
112555
- /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
112556
- is_cancellable?: boolean | undefined
112557
- /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
112558
- is_extendable?: boolean | undefined
112559
- /** Indicates whether early check-in is available for this stay. */
112560
- is_early_checkin_able?: boolean | undefined
112561
- /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
112562
- is_overridable?: boolean | undefined
112563
- } | null
112568
+ dormakaba_oracode_metadata?:
112569
+ | ({
112570
+ /** Dormakaba Oracode stay ID associated with this access code. */
112571
+ stay_id: number
112572
+ /** Dormakaba Oracode user level ID associated with this access code. */
112573
+ user_level_id?: string | undefined
112574
+ /** Dormakaba Oracode user level name associated with this access code. */
112575
+ user_level_name: string | null
112576
+ /** Dormakaba Oracode site name associated with this access code. */
112577
+ site_name?: string | undefined
112578
+ /** Indicates whether the stay can be cancelled via the Dormakaba Oracode API. */
112579
+ is_cancellable?: boolean | undefined
112580
+ /** Indicates whether the stay can be extended via the Dormakaba Oracode API. */
112581
+ is_extendable?: boolean | undefined
112582
+ /** Indicates whether early check-in is available for this stay. */
112583
+ is_early_checkin_able?: boolean | undefined
112584
+ /** Indicates whether the access code can be overridden. When false, the maximum number of overrides has been reached. */
112585
+ is_overridable?: boolean | undefined
112586
+ } | null)
112587
+ | undefined
112564
112588
  }[]
112565
112589
  | undefined
112566
112590
  access_codes?: