@seamapi/types 1.261.0 → 1.261.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.
@@ -2780,8 +2780,8 @@ export interface Routes {
2780
2780
  display_name: string;
2781
2781
  code?: (string | undefined) | null;
2782
2782
  card_number?: (string | undefined) | null;
2783
- is_encoded?: boolean | undefined;
2784
- encoded_at?: (string | undefined) | null;
2783
+ is_issued?: boolean | undefined;
2784
+ issued_at?: (string | undefined) | null;
2785
2785
  access_method: 'code' | 'card' | 'mobile_key';
2786
2786
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
2787
2787
  external_type_display_name?: string | undefined;
@@ -2851,8 +2851,8 @@ export interface Routes {
2851
2851
  display_name: string;
2852
2852
  code?: (string | undefined) | null;
2853
2853
  card_number?: (string | undefined) | null;
2854
- is_encoded?: boolean | undefined;
2855
- encoded_at?: (string | undefined) | null;
2854
+ is_issued?: boolean | undefined;
2855
+ issued_at?: (string | undefined) | null;
2856
2856
  access_method: 'code' | 'card' | 'mobile_key';
2857
2857
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
2858
2858
  external_type_display_name?: string | undefined;
@@ -2915,8 +2915,8 @@ export interface Routes {
2915
2915
  display_name: string;
2916
2916
  code?: (string | undefined) | null;
2917
2917
  card_number?: (string | undefined) | null;
2918
- is_encoded?: boolean | undefined;
2919
- encoded_at?: (string | undefined) | null;
2918
+ is_issued?: boolean | undefined;
2919
+ issued_at?: (string | undefined) | null;
2920
2920
  access_method: 'code' | 'card' | 'mobile_key';
2921
2921
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
2922
2922
  external_type_display_name?: string | undefined;
@@ -2979,8 +2979,8 @@ export interface Routes {
2979
2979
  display_name: string;
2980
2980
  code?: (string | undefined) | null;
2981
2981
  card_number?: (string | undefined) | null;
2982
- is_encoded?: boolean | undefined;
2983
- encoded_at?: (string | undefined) | null;
2982
+ is_issued?: boolean | undefined;
2983
+ issued_at?: (string | undefined) | null;
2984
2984
  access_method: 'code' | 'card' | 'mobile_key';
2985
2985
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
2986
2986
  external_type_display_name?: string | undefined;
@@ -3083,8 +3083,8 @@ export interface Routes {
3083
3083
  display_name: string;
3084
3084
  code?: (string | undefined) | null;
3085
3085
  card_number?: (string | undefined) | null;
3086
- is_encoded?: boolean | undefined;
3087
- encoded_at?: (string | undefined) | null;
3086
+ is_issued?: boolean | undefined;
3087
+ issued_at?: (string | undefined) | null;
3088
3088
  access_method: 'code' | 'card' | 'mobile_key';
3089
3089
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
3090
3090
  external_type_display_name?: string | undefined;
@@ -3136,8 +3136,8 @@ export interface Routes {
3136
3136
  display_name: string;
3137
3137
  code?: (string | undefined) | null;
3138
3138
  card_number?: (string | undefined) | null;
3139
- is_encoded?: boolean | undefined;
3140
- encoded_at?: (string | undefined) | null;
3139
+ is_issued?: boolean | undefined;
3140
+ issued_at?: (string | undefined) | null;
3141
3141
  access_method: 'code' | 'card' | 'mobile_key';
3142
3142
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
3143
3143
  external_type_display_name?: string | undefined;
@@ -3196,8 +3196,8 @@ export interface Routes {
3196
3196
  display_name: string;
3197
3197
  code?: (string | undefined) | null;
3198
3198
  card_number?: (string | undefined) | null;
3199
- is_encoded?: boolean | undefined;
3200
- encoded_at?: (string | undefined) | null;
3199
+ is_issued?: boolean | undefined;
3200
+ issued_at?: (string | undefined) | null;
3201
3201
  access_method: 'code' | 'card' | 'mobile_key';
3202
3202
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
3203
3203
  external_type_display_name?: string | undefined;
@@ -3251,8 +3251,8 @@ export interface Routes {
3251
3251
  display_name: string;
3252
3252
  code?: (string | undefined) | null;
3253
3253
  card_number?: (string | undefined) | null;
3254
- is_encoded?: boolean | undefined;
3255
- encoded_at?: (string | undefined) | null;
3254
+ is_issued?: boolean | undefined;
3255
+ issued_at?: (string | undefined) | null;
3256
3256
  access_method: 'code' | 'card' | 'mobile_key';
3257
3257
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
3258
3258
  external_type_display_name?: string | undefined;
@@ -4790,8 +4790,8 @@ export interface Routes {
4790
4790
  display_name: string;
4791
4791
  code?: (string | undefined) | null;
4792
4792
  card_number?: (string | undefined) | null;
4793
- is_encoded?: boolean | undefined;
4794
- encoded_at?: (string | undefined) | null;
4793
+ is_issued?: boolean | undefined;
4794
+ issued_at?: (string | undefined) | null;
4795
4795
  access_method: 'code' | 'card' | 'mobile_key';
4796
4796
  external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
4797
4797
  external_type_display_name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.261.0",
3
+ "version": "1.261.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -30,8 +30,8 @@ const common_acs_credential = z.object({
30
30
  display_name: z.string().min(1),
31
31
  code: z.string().optional().nullable(),
32
32
  card_number: z.string().optional().nullable(),
33
- is_encoded: z.boolean().optional(),
34
- encoded_at: z.string().datetime().optional().nullable(),
33
+ is_issued: z.boolean().optional(),
34
+ issued_at: z.string().datetime().optional().nullable(),
35
35
  access_method: acs_credential_access_method_type,
36
36
  external_type: acs_credential_external_type.optional(),
37
37
  external_type_display_name: z.string().optional(),
@@ -250,7 +250,6 @@ export default {
250
250
  code: { nullable: true, type: 'string' },
251
251
  created_at: { format: 'date-time', type: 'string' },
252
252
  display_name: { minLength: 1, type: 'string' },
253
- encoded_at: { format: 'date-time', nullable: true, type: 'string' },
254
253
  ends_at: { type: 'string' },
255
254
  errors: {
256
255
  items: {
@@ -274,10 +273,11 @@ export default {
274
273
  type: 'string',
275
274
  },
276
275
  external_type_display_name: { type: 'string' },
277
- is_encoded: { type: 'boolean' },
276
+ is_issued: { type: 'boolean' },
278
277
  is_latest_desired_state_synced_with_provider: { type: 'boolean' },
279
278
  is_managed: { enum: [true], type: 'boolean' },
280
279
  is_multi_phone_sync_credential: { type: 'boolean' },
280
+ issued_at: { format: 'date-time', nullable: true, type: 'string' },
281
281
  latest_desired_state_synced_with_provider_at: {
282
282
  format: 'date-time',
283
283
  type: 'string',
@@ -7069,11 +7069,6 @@ export default {
7069
7069
  code: { nullable: true, type: 'string' },
7070
7070
  created_at: { format: 'date-time', type: 'string' },
7071
7071
  display_name: { minLength: 1, type: 'string' },
7072
- encoded_at: {
7073
- format: 'date-time',
7074
- nullable: true,
7075
- type: 'string',
7076
- },
7077
7072
  ends_at: { type: 'string' },
7078
7073
  errors: {
7079
7074
  items: {
@@ -7097,12 +7092,17 @@ export default {
7097
7092
  type: 'string',
7098
7093
  },
7099
7094
  external_type_display_name: { type: 'string' },
7100
- is_encoded: { type: 'boolean' },
7095
+ is_issued: { type: 'boolean' },
7101
7096
  is_latest_desired_state_synced_with_provider: {
7102
7097
  type: 'boolean',
7103
7098
  },
7104
7099
  is_managed: { enum: [false], type: 'boolean' },
7105
7100
  is_multi_phone_sync_credential: { type: 'boolean' },
7101
+ issued_at: {
7102
+ format: 'date-time',
7103
+ nullable: true,
7104
+ type: 'string',
7105
+ },
7106
7106
  latest_desired_state_synced_with_provider_at: {
7107
7107
  format: 'date-time',
7108
7108
  type: 'string',
@@ -7254,11 +7254,6 @@ export default {
7254
7254
  code: { nullable: true, type: 'string' },
7255
7255
  created_at: { format: 'date-time', type: 'string' },
7256
7256
  display_name: { minLength: 1, type: 'string' },
7257
- encoded_at: {
7258
- format: 'date-time',
7259
- nullable: true,
7260
- type: 'string',
7261
- },
7262
7257
  ends_at: { type: 'string' },
7263
7258
  errors: {
7264
7259
  items: {
@@ -7282,12 +7277,17 @@ export default {
7282
7277
  type: 'string',
7283
7278
  },
7284
7279
  external_type_display_name: { type: 'string' },
7285
- is_encoded: { type: 'boolean' },
7280
+ is_issued: { type: 'boolean' },
7286
7281
  is_latest_desired_state_synced_with_provider: {
7287
7282
  type: 'boolean',
7288
7283
  },
7289
7284
  is_managed: { enum: [false], type: 'boolean' },
7290
7285
  is_multi_phone_sync_credential: { type: 'boolean' },
7286
+ issued_at: {
7287
+ format: 'date-time',
7288
+ nullable: true,
7289
+ type: 'string',
7290
+ },
7291
7291
  latest_desired_state_synced_with_provider_at: {
7292
7292
  format: 'date-time',
7293
7293
  type: 'string',
@@ -3092,8 +3092,8 @@ export interface Routes {
3092
3092
  display_name: string
3093
3093
  code?: (string | undefined) | null
3094
3094
  card_number?: (string | undefined) | null
3095
- is_encoded?: boolean | undefined
3096
- encoded_at?: (string | undefined) | null
3095
+ is_issued?: boolean | undefined
3096
+ issued_at?: (string | undefined) | null
3097
3097
  access_method: 'code' | 'card' | 'mobile_key'
3098
3098
  external_type?:
3099
3099
  | (
@@ -3177,8 +3177,8 @@ export interface Routes {
3177
3177
  display_name: string
3178
3178
  code?: (string | undefined) | null
3179
3179
  card_number?: (string | undefined) | null
3180
- is_encoded?: boolean | undefined
3181
- encoded_at?: (string | undefined) | null
3180
+ is_issued?: boolean | undefined
3181
+ issued_at?: (string | undefined) | null
3182
3182
  access_method: 'code' | 'card' | 'mobile_key'
3183
3183
  external_type?:
3184
3184
  | (
@@ -3251,8 +3251,8 @@ export interface Routes {
3251
3251
  display_name: string
3252
3252
  code?: (string | undefined) | null
3253
3253
  card_number?: (string | undefined) | null
3254
- is_encoded?: boolean | undefined
3255
- encoded_at?: (string | undefined) | null
3254
+ is_issued?: boolean | undefined
3255
+ issued_at?: (string | undefined) | null
3256
3256
  access_method: 'code' | 'card' | 'mobile_key'
3257
3257
  external_type?:
3258
3258
  | (
@@ -3330,8 +3330,8 @@ export interface Routes {
3330
3330
  display_name: string
3331
3331
  code?: (string | undefined) | null
3332
3332
  card_number?: (string | undefined) | null
3333
- is_encoded?: boolean | undefined
3334
- encoded_at?: (string | undefined) | null
3333
+ is_issued?: boolean | undefined
3334
+ issued_at?: (string | undefined) | null
3335
3335
  access_method: 'code' | 'card' | 'mobile_key'
3336
3336
  external_type?:
3337
3337
  | (
@@ -3457,8 +3457,8 @@ export interface Routes {
3457
3457
  display_name: string
3458
3458
  code?: (string | undefined) | null
3459
3459
  card_number?: (string | undefined) | null
3460
- is_encoded?: boolean | undefined
3461
- encoded_at?: (string | undefined) | null
3460
+ is_issued?: boolean | undefined
3461
+ issued_at?: (string | undefined) | null
3462
3462
  access_method: 'code' | 'card' | 'mobile_key'
3463
3463
  external_type?:
3464
3464
  | (
@@ -3520,8 +3520,8 @@ export interface Routes {
3520
3520
  display_name: string
3521
3521
  code?: (string | undefined) | null
3522
3522
  card_number?: (string | undefined) | null
3523
- is_encoded?: boolean | undefined
3524
- encoded_at?: (string | undefined) | null
3523
+ is_issued?: boolean | undefined
3524
+ issued_at?: (string | undefined) | null
3525
3525
  access_method: 'code' | 'card' | 'mobile_key'
3526
3526
  external_type?:
3527
3527
  | (
@@ -3594,8 +3594,8 @@ export interface Routes {
3594
3594
  display_name: string
3595
3595
  code?: (string | undefined) | null
3596
3596
  card_number?: (string | undefined) | null
3597
- is_encoded?: boolean | undefined
3598
- encoded_at?: (string | undefined) | null
3597
+ is_issued?: boolean | undefined
3598
+ issued_at?: (string | undefined) | null
3599
3599
  access_method: 'code' | 'card' | 'mobile_key'
3600
3600
  external_type?:
3601
3601
  | (
@@ -3659,8 +3659,8 @@ export interface Routes {
3659
3659
  display_name: string
3660
3660
  code?: (string | undefined) | null
3661
3661
  card_number?: (string | undefined) | null
3662
- is_encoded?: boolean | undefined
3663
- encoded_at?: (string | undefined) | null
3662
+ is_issued?: boolean | undefined
3663
+ issued_at?: (string | undefined) | null
3664
3664
  access_method: 'code' | 'card' | 'mobile_key'
3665
3665
  external_type?:
3666
3666
  | (
@@ -5523,8 +5523,8 @@ export interface Routes {
5523
5523
  display_name: string
5524
5524
  code?: (string | undefined) | null
5525
5525
  card_number?: (string | undefined) | null
5526
- is_encoded?: boolean | undefined
5527
- encoded_at?: (string | undefined) | null
5526
+ is_issued?: boolean | undefined
5527
+ issued_at?: (string | undefined) | null
5528
5528
  access_method: 'code' | 'card' | 'mobile_key'
5529
5529
  external_type?:
5530
5530
  | (