@seamapi/types 1.41.0 → 1.42.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.
@@ -95,6 +95,12 @@ declare const _default: {
95
95
  enum: boolean[];
96
96
  type: string;
97
97
  };
98
+ is_offline_access_code: {
99
+ type: string;
100
+ };
101
+ is_one_time_use: {
102
+ type: string;
103
+ };
98
104
  is_scheduled_on_device: {
99
105
  type: string;
100
106
  };
@@ -7542,6 +7548,7 @@ declare const _default: {
7542
7548
  };
7543
7549
  created_before: {
7544
7550
  format: string;
7551
+ nullable: boolean;
7545
7552
  type: string;
7546
7553
  };
7547
7554
  device_ids: {
@@ -7824,6 +7831,7 @@ declare const _default: {
7824
7831
  };
7825
7832
  created_before: {
7826
7833
  format: string;
7834
+ nullable: boolean;
7827
7835
  type: string;
7828
7836
  };
7829
7837
  device_ids: {
@@ -8724,6 +8732,7 @@ declare const _default: {
8724
8732
  };
8725
8733
  created_before: {
8726
8734
  format: string;
8735
+ nullable: boolean;
8727
8736
  type: string;
8728
8737
  };
8729
8738
  device_ids: {
@@ -10629,6 +10638,7 @@ declare const _default: {
10629
10638
  };
10630
10639
  created_before: {
10631
10640
  format: string;
10641
+ nullable: boolean;
10632
10642
  type: string;
10633
10643
  };
10634
10644
  device_ids: {
@@ -12464,6 +12474,8 @@ interface Routes {
12464
12474
  is_backup?: boolean | undefined;
12465
12475
  pulled_backup_access_code_id?: (string | null) | undefined;
12466
12476
  is_external_modification_allowed: boolean;
12477
+ is_one_time_use: boolean;
12478
+ is_offline_access_code: boolean;
12467
12479
  };
12468
12480
  };
12469
12481
  };
@@ -12511,6 +12523,8 @@ interface Routes {
12511
12523
  is_backup?: boolean | undefined;
12512
12524
  pulled_backup_access_code_id?: (string | null) | undefined;
12513
12525
  is_external_modification_allowed: boolean;
12526
+ is_one_time_use: boolean;
12527
+ is_offline_access_code: boolean;
12514
12528
  }>;
12515
12529
  };
12516
12530
  };
@@ -12598,6 +12612,8 @@ interface Routes {
12598
12612
  is_backup?: boolean | undefined;
12599
12613
  pulled_backup_access_code_id?: (string | null) | undefined;
12600
12614
  is_external_modification_allowed: boolean;
12615
+ is_one_time_use: boolean;
12616
+ is_offline_access_code: boolean;
12601
12617
  };
12602
12618
  };
12603
12619
  };
@@ -12633,6 +12649,8 @@ interface Routes {
12633
12649
  is_backup?: boolean | undefined;
12634
12650
  pulled_backup_access_code_id?: (string | null) | undefined;
12635
12651
  is_external_modification_allowed: boolean;
12652
+ is_one_time_use: boolean;
12653
+ is_offline_access_code: boolean;
12636
12654
  }>;
12637
12655
  };
12638
12656
  };
@@ -12666,6 +12684,8 @@ interface Routes {
12666
12684
  is_backup?: boolean | undefined;
12667
12685
  pulled_backup_access_code_id?: (string | null) | undefined;
12668
12686
  is_external_modification_allowed: boolean;
12687
+ is_one_time_use: boolean;
12688
+ is_offline_access_code: boolean;
12669
12689
  };
12670
12690
  };
12671
12691
  };
@@ -13864,9 +13884,9 @@ interface Routes {
13864
13884
  } | undefined;
13865
13885
  igloohome_metadata?: {
13866
13886
  device_id: string;
13867
- bridge_id: string;
13868
13887
  device_name: string;
13869
- bridge_name: string;
13888
+ bridge_id?: string | undefined;
13889
+ bridge_name?: string | undefined;
13870
13890
  } | undefined;
13871
13891
  nest_metadata?: {
13872
13892
  nest_device_id: string;
@@ -14123,7 +14143,7 @@ interface Routes {
14123
14143
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
14124
14144
  device_ids?: string[] | undefined;
14125
14145
  limit?: number;
14126
- created_before?: string | undefined;
14146
+ created_before?: Date | undefined;
14127
14147
  user_identifier_key?: string | undefined;
14128
14148
  };
14129
14149
  formData: {};
@@ -14274,9 +14294,9 @@ interface Routes {
14274
14294
  } | undefined;
14275
14295
  igloohome_metadata?: {
14276
14296
  device_id: string;
14277
- bridge_id: string;
14278
14297
  device_name: string;
14279
- bridge_name: string;
14298
+ bridge_id?: string | undefined;
14299
+ bridge_name?: string | undefined;
14280
14300
  } | undefined;
14281
14301
  nest_metadata?: {
14282
14302
  nest_device_id: string;
@@ -14592,7 +14612,7 @@ interface Routes {
14592
14612
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
14593
14613
  device_ids?: string[] | undefined;
14594
14614
  limit?: number;
14595
- created_before?: string | undefined;
14615
+ created_before?: Date | undefined;
14596
14616
  user_identifier_key?: string | undefined;
14597
14617
  };
14598
14618
  formData: {};
@@ -14812,7 +14832,7 @@ interface Routes {
14812
14832
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
14813
14833
  device_ids?: string[] | undefined;
14814
14834
  limit?: number;
14815
- created_before?: string | undefined;
14835
+ created_before?: Date | undefined;
14816
14836
  user_identifier_key?: string | undefined;
14817
14837
  };
14818
14838
  formData: {};
@@ -15385,9 +15405,9 @@ interface Routes {
15385
15405
  } | undefined;
15386
15406
  igloohome_metadata?: {
15387
15407
  device_id: string;
15388
- bridge_id: string;
15389
15408
  device_name: string;
15390
- bridge_name: string;
15409
+ bridge_id?: string | undefined;
15410
+ bridge_name?: string | undefined;
15391
15411
  } | undefined;
15392
15412
  nest_metadata?: {
15393
15413
  nest_device_id: string;
@@ -15674,7 +15694,7 @@ interface Routes {
15674
15694
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
15675
15695
  device_ids?: string[] | undefined;
15676
15696
  limit?: number;
15677
- created_before?: string | undefined;
15697
+ created_before?: Date | undefined;
15678
15698
  user_identifier_key?: string | undefined;
15679
15699
  };
15680
15700
  formData: {};
@@ -15825,9 +15845,9 @@ interface Routes {
15825
15845
  } | undefined;
15826
15846
  igloohome_metadata?: {
15827
15847
  device_id: string;
15828
- bridge_id: string;
15829
15848
  device_name: string;
15830
- bridge_name: string;
15849
+ bridge_id?: string | undefined;
15850
+ bridge_name?: string | undefined;
15831
15851
  } | undefined;
15832
15852
  nest_metadata?: {
15833
15853
  nest_device_id: string;
@@ -16337,9 +16357,9 @@ interface Routes {
16337
16357
  } | undefined;
16338
16358
  igloohome_metadata?: {
16339
16359
  device_id: string;
16340
- bridge_id: string;
16341
16360
  device_name: string;
16342
- bridge_name: string;
16361
+ bridge_id?: string | undefined;
16362
+ bridge_name?: string | undefined;
16343
16363
  } | undefined;
16344
16364
  nest_metadata?: {
16345
16365
  nest_device_id: string;
@@ -44,6 +44,12 @@ declare const _default: {
44
44
  enum: boolean[];
45
45
  type: string;
46
46
  };
47
+ is_offline_access_code: {
48
+ type: string;
49
+ };
50
+ is_one_time_use: {
51
+ type: string;
52
+ };
47
53
  is_scheduled_on_device: {
48
54
  type: string;
49
55
  };
@@ -7491,6 +7497,7 @@ declare const _default: {
7491
7497
  };
7492
7498
  created_before: {
7493
7499
  format: string;
7500
+ nullable: boolean;
7494
7501
  type: string;
7495
7502
  };
7496
7503
  device_ids: {
@@ -7773,6 +7780,7 @@ declare const _default: {
7773
7780
  };
7774
7781
  created_before: {
7775
7782
  format: string;
7783
+ nullable: boolean;
7776
7784
  type: string;
7777
7785
  };
7778
7786
  device_ids: {
@@ -8673,6 +8681,7 @@ declare const _default: {
8673
8681
  };
8674
8682
  created_before: {
8675
8683
  format: string;
8684
+ nullable: boolean;
8676
8685
  type: string;
8677
8686
  };
8678
8687
  device_ids: {
@@ -10578,6 +10587,7 @@ declare const _default: {
10578
10587
  };
10579
10588
  created_before: {
10580
10589
  format: string;
10590
+ nullable: boolean;
10581
10591
  type: string;
10582
10592
  };
10583
10593
  device_ids: {
@@ -14,6 +14,8 @@ export default {
14
14
  is_backup_access_code_available: { type: 'boolean' },
15
15
  is_external_modification_allowed: { type: 'boolean' },
16
16
  is_managed: { enum: [true], type: 'boolean' },
17
+ is_offline_access_code: { type: 'boolean' },
18
+ is_one_time_use: { type: 'boolean' },
17
19
  is_scheduled_on_device: { type: 'boolean' },
18
20
  is_waiting_for_code_assignment: { type: 'boolean' },
19
21
  name: { nullable: true, type: 'string' },
@@ -42,6 +44,8 @@ export default {
42
44
  'status',
43
45
  'is_backup_access_code_available',
44
46
  'is_external_modification_allowed',
47
+ 'is_one_time_use',
48
+ 'is_offline_access_code',
45
49
  ],
46
50
  type: 'object',
47
51
  },
@@ -585,12 +589,7 @@ export default {
585
589
  device_id: { type: 'string' },
586
590
  device_name: { type: 'string' },
587
591
  },
588
- required: [
589
- 'device_id',
590
- 'bridge_id',
591
- 'device_name',
592
- 'bridge_name',
593
- ],
592
+ required: ['device_id', 'device_name'],
594
593
  type: 'object',
595
594
  },
596
595
  kwikset_metadata: {
@@ -5118,7 +5117,11 @@ export default {
5118
5117
  items: { format: 'uuid', type: 'string' },
5119
5118
  type: 'array',
5120
5119
  },
5121
- created_before: { format: 'date-time', type: 'string' },
5120
+ created_before: {
5121
+ format: 'date-time',
5122
+ nullable: true,
5123
+ type: 'string',
5124
+ },
5122
5125
  device_ids: {
5123
5126
  items: { format: 'uuid', type: 'string' },
5124
5127
  type: 'array',
@@ -5426,7 +5429,11 @@ export default {
5426
5429
  items: { format: 'uuid', type: 'string' },
5427
5430
  type: 'array',
5428
5431
  },
5429
- created_before: { format: 'date-time', type: 'string' },
5432
+ created_before: {
5433
+ format: 'date-time',
5434
+ nullable: true,
5435
+ type: 'string',
5436
+ },
5430
5437
  device_ids: {
5431
5438
  items: { format: 'uuid', type: 'string' },
5432
5439
  type: 'array',
@@ -6226,7 +6233,11 @@ export default {
6226
6233
  items: { format: 'uuid', type: 'string' },
6227
6234
  type: 'array',
6228
6235
  },
6229
- created_before: { format: 'date-time', type: 'string' },
6236
+ created_before: {
6237
+ format: 'date-time',
6238
+ nullable: true,
6239
+ type: 'string',
6240
+ },
6230
6241
  device_ids: {
6231
6242
  items: { format: 'uuid', type: 'string' },
6232
6243
  type: 'array',
@@ -7575,7 +7586,11 @@ export default {
7575
7586
  items: { format: 'uuid', type: 'string' },
7576
7587
  type: 'array',
7577
7588
  },
7578
- created_before: { format: 'date-time', type: 'string' },
7589
+ created_before: {
7590
+ format: 'date-time',
7591
+ nullable: true,
7592
+ type: 'string',
7593
+ },
7579
7594
  device_ids: {
7580
7595
  items: { format: 'uuid', type: 'string' },
7581
7596
  type: 'array',