@seamapi/types 1.87.0 → 1.89.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.
@@ -1469,6 +1469,12 @@ declare const _default: {
1469
1469
  } | {
1470
1470
  allOf: ({
1471
1471
  properties: {
1472
+ _experimental_supported_code_from_access_codes_lengths: {
1473
+ items: {
1474
+ type: string;
1475
+ };
1476
+ type: string;
1477
+ };
1472
1478
  code_constraints: {
1473
1479
  items: {
1474
1480
  oneOf: ({
@@ -3064,6 +3070,12 @@ declare const _default: {
3064
3070
  } | {
3065
3071
  allOf: ({
3066
3072
  properties: {
3073
+ _experimental_supported_code_from_access_codes_lengths: {
3074
+ items: {
3075
+ type: string;
3076
+ };
3077
+ type: string;
3078
+ };
3067
3079
  code_constraints: {
3068
3080
  items: {
3069
3081
  oneOf: ({
@@ -10858,6 +10870,28 @@ declare const _default: {
10858
10870
  nullable: boolean;
10859
10871
  type: string;
10860
10872
  };
10873
+ custom_metadata_has: {
10874
+ additionalProperties: {
10875
+ nullable: boolean;
10876
+ oneOf: ({
10877
+ maxLength: number;
10878
+ type: string;
10879
+ format?: never;
10880
+ nullable?: never;
10881
+ } | {
10882
+ type: string;
10883
+ maxLength?: never;
10884
+ format?: never;
10885
+ nullable?: never;
10886
+ } | {
10887
+ format: string;
10888
+ nullable: boolean;
10889
+ type: string;
10890
+ maxLength?: never;
10891
+ })[];
10892
+ };
10893
+ type: string;
10894
+ };
10861
10895
  device_ids: {
10862
10896
  items: {
10863
10897
  format: string;
@@ -11122,6 +11156,28 @@ declare const _default: {
11122
11156
  nullable: boolean;
11123
11157
  type: string;
11124
11158
  };
11159
+ custom_metadata_has: {
11160
+ additionalProperties: {
11161
+ nullable: boolean;
11162
+ oneOf: ({
11163
+ maxLength: number;
11164
+ type: string;
11165
+ format?: never;
11166
+ nullable?: never;
11167
+ } | {
11168
+ type: string;
11169
+ maxLength?: never;
11170
+ format?: never;
11171
+ nullable?: never;
11172
+ } | {
11173
+ format: string;
11174
+ nullable: boolean;
11175
+ type: string;
11176
+ maxLength?: never;
11177
+ })[];
11178
+ };
11179
+ type: string;
11180
+ };
11125
11181
  device_ids: {
11126
11182
  items: {
11127
11183
  format: string;
@@ -12059,6 +12115,28 @@ declare const _default: {
12059
12115
  nullable: boolean;
12060
12116
  type: string;
12061
12117
  };
12118
+ custom_metadata_has: {
12119
+ additionalProperties: {
12120
+ nullable: boolean;
12121
+ oneOf: ({
12122
+ maxLength: number;
12123
+ type: string;
12124
+ format?: never;
12125
+ nullable?: never;
12126
+ } | {
12127
+ type: string;
12128
+ maxLength?: never;
12129
+ format?: never;
12130
+ nullable?: never;
12131
+ } | {
12132
+ format: string;
12133
+ nullable: boolean;
12134
+ type: string;
12135
+ maxLength?: never;
12136
+ })[];
12137
+ };
12138
+ type: string;
12139
+ };
12062
12140
  device_ids: {
12063
12141
  items: {
12064
12142
  format: string;
@@ -14337,6 +14415,28 @@ declare const _default: {
14337
14415
  nullable: boolean;
14338
14416
  type: string;
14339
14417
  };
14418
+ custom_metadata_has: {
14419
+ additionalProperties: {
14420
+ nullable: boolean;
14421
+ oneOf: ({
14422
+ maxLength: number;
14423
+ type: string;
14424
+ format?: never;
14425
+ nullable?: never;
14426
+ } | {
14427
+ type: string;
14428
+ maxLength?: never;
14429
+ format?: never;
14430
+ nullable?: never;
14431
+ } | {
14432
+ format: string;
14433
+ nullable: boolean;
14434
+ type: string;
14435
+ maxLength?: never;
14436
+ })[];
14437
+ };
14438
+ type: string;
14439
+ };
14340
14440
  device_ids: {
14341
14441
  items: {
14342
14442
  format: string;
@@ -18775,6 +18875,7 @@ interface Routes {
18775
18875
  device_info_model: string;
18776
18876
  } | undefined;
18777
18877
  }) & ({
18878
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
18778
18879
  code_constraints?: (Array<{
18779
18880
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
18780
18881
  } | {
@@ -19026,6 +19127,7 @@ interface Routes {
19026
19127
  limit?: number;
19027
19128
  created_before?: Date | undefined;
19028
19129
  user_identifier_key?: string | undefined;
19130
+ custom_metadata_has?: Record<string, string | boolean | null> | undefined;
19029
19131
  };
19030
19132
  formData: {};
19031
19133
  jsonResponse: {
@@ -19249,6 +19351,7 @@ interface Routes {
19249
19351
  device_info_model: string;
19250
19352
  } | undefined;
19251
19353
  }) & ({
19354
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
19252
19355
  code_constraints?: (Array<{
19253
19356
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
19254
19357
  } | {
@@ -19591,6 +19694,7 @@ interface Routes {
19591
19694
  limit?: number;
19592
19695
  created_before?: Date | undefined;
19593
19696
  user_identifier_key?: string | undefined;
19697
+ custom_metadata_has?: Record<string, string | boolean | null> | undefined;
19594
19698
  };
19595
19699
  formData: {};
19596
19700
  jsonResponse: {
@@ -20042,6 +20146,7 @@ interface Routes {
20042
20146
  device_info_model: string;
20043
20147
  } | undefined;
20044
20148
  }) & ({
20149
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20045
20150
  code_constraints?: (Array<{
20046
20151
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
20047
20152
  } | {
@@ -20494,6 +20599,7 @@ interface Routes {
20494
20599
  device_info_model: string;
20495
20600
  } | undefined;
20496
20601
  }) & ({
20602
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20497
20603
  code_constraints?: (Array<{
20498
20604
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
20499
20605
  } | {
@@ -20745,6 +20851,7 @@ interface Routes {
20745
20851
  limit?: number;
20746
20852
  created_before?: Date | undefined;
20747
20853
  user_identifier_key?: string | undefined;
20854
+ custom_metadata_has?: Record<string, string | boolean | null> | undefined;
20748
20855
  };
20749
20856
  formData: {};
20750
20857
  jsonResponse: {
@@ -20968,6 +21075,7 @@ interface Routes {
20968
21075
  device_info_model: string;
20969
21076
  } | undefined;
20970
21077
  }) & ({
21078
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20971
21079
  code_constraints?: (Array<{
20972
21080
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
20973
21081
  } | {
@@ -21420,6 +21528,7 @@ interface Routes {
21420
21528
  device_info_model: string;
21421
21529
  } | undefined;
21422
21530
  }) & ({
21531
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
21423
21532
  code_constraints?: (Array<{
21424
21533
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
21425
21534
  } | {
@@ -22167,6 +22276,7 @@ interface Routes {
22167
22276
  device_info_model: string;
22168
22277
  } | undefined;
22169
22278
  }) & ({
22279
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
22170
22280
  code_constraints?: (Array<{
22171
22281
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
22172
22282
  } | {
@@ -22651,6 +22761,7 @@ interface Routes {
22651
22761
  device_info_model: string;
22652
22762
  } | undefined;
22653
22763
  }) & ({
22764
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
22654
22765
  code_constraints?: (Array<{
22655
22766
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
22656
22767
  } | {
@@ -23296,6 +23407,7 @@ interface Routes {
23296
23407
  device_info_model: string;
23297
23408
  } | undefined;
23298
23409
  }) & ({
23410
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23299
23411
  code_constraints?: (Array<{
23300
23412
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
23301
23413
  } | {
@@ -23577,6 +23689,7 @@ interface Routes {
23577
23689
  limit?: number;
23578
23690
  created_before?: Date | undefined;
23579
23691
  user_identifier_key?: string | undefined;
23692
+ custom_metadata_has?: Record<string, string | boolean | null> | undefined;
23580
23693
  };
23581
23694
  formData: {};
23582
23695
  jsonResponse: {
@@ -23800,6 +23913,7 @@ interface Routes {
23800
23913
  device_info_model: string;
23801
23914
  } | undefined;
23802
23915
  }) & ({
23916
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23803
23917
  code_constraints?: (Array<{
23804
23918
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
23805
23919
  } | {
@@ -24466,6 +24580,7 @@ interface Routes {
24466
24580
  device_info_model: string;
24467
24581
  } | undefined;
24468
24582
  }) & ({
24583
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
24469
24584
  code_constraints?: (Array<{
24470
24585
  constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
24471
24586
  } | {
@@ -1395,6 +1395,12 @@ declare const _default: {
1395
1395
  } | {
1396
1396
  allOf: ({
1397
1397
  properties: {
1398
+ _experimental_supported_code_from_access_codes_lengths: {
1399
+ items: {
1400
+ type: string;
1401
+ };
1402
+ type: string;
1403
+ };
1398
1404
  code_constraints: {
1399
1405
  items: {
1400
1406
  oneOf: ({
@@ -2990,6 +2996,12 @@ declare const _default: {
2990
2996
  } | {
2991
2997
  allOf: ({
2992
2998
  properties: {
2999
+ _experimental_supported_code_from_access_codes_lengths: {
3000
+ items: {
3001
+ type: string;
3002
+ };
3003
+ type: string;
3004
+ };
2993
3005
  code_constraints: {
2994
3006
  items: {
2995
3007
  oneOf: ({
@@ -10784,6 +10796,28 @@ declare const _default: {
10784
10796
  nullable: boolean;
10785
10797
  type: string;
10786
10798
  };
10799
+ custom_metadata_has: {
10800
+ additionalProperties: {
10801
+ nullable: boolean;
10802
+ oneOf: ({
10803
+ maxLength: number;
10804
+ type: string;
10805
+ format?: never;
10806
+ nullable?: never;
10807
+ } | {
10808
+ type: string;
10809
+ maxLength?: never;
10810
+ format?: never;
10811
+ nullable?: never;
10812
+ } | {
10813
+ format: string;
10814
+ nullable: boolean;
10815
+ type: string;
10816
+ maxLength?: never;
10817
+ })[];
10818
+ };
10819
+ type: string;
10820
+ };
10787
10821
  device_ids: {
10788
10822
  items: {
10789
10823
  format: string;
@@ -11048,6 +11082,28 @@ declare const _default: {
11048
11082
  nullable: boolean;
11049
11083
  type: string;
11050
11084
  };
11085
+ custom_metadata_has: {
11086
+ additionalProperties: {
11087
+ nullable: boolean;
11088
+ oneOf: ({
11089
+ maxLength: number;
11090
+ type: string;
11091
+ format?: never;
11092
+ nullable?: never;
11093
+ } | {
11094
+ type: string;
11095
+ maxLength?: never;
11096
+ format?: never;
11097
+ nullable?: never;
11098
+ } | {
11099
+ format: string;
11100
+ nullable: boolean;
11101
+ type: string;
11102
+ maxLength?: never;
11103
+ })[];
11104
+ };
11105
+ type: string;
11106
+ };
11051
11107
  device_ids: {
11052
11108
  items: {
11053
11109
  format: string;
@@ -11985,6 +12041,28 @@ declare const _default: {
11985
12041
  nullable: boolean;
11986
12042
  type: string;
11987
12043
  };
12044
+ custom_metadata_has: {
12045
+ additionalProperties: {
12046
+ nullable: boolean;
12047
+ oneOf: ({
12048
+ maxLength: number;
12049
+ type: string;
12050
+ format?: never;
12051
+ nullable?: never;
12052
+ } | {
12053
+ type: string;
12054
+ maxLength?: never;
12055
+ format?: never;
12056
+ nullable?: never;
12057
+ } | {
12058
+ format: string;
12059
+ nullable: boolean;
12060
+ type: string;
12061
+ maxLength?: never;
12062
+ })[];
12063
+ };
12064
+ type: string;
12065
+ };
11988
12066
  device_ids: {
11989
12067
  items: {
11990
12068
  format: string;
@@ -14263,6 +14341,28 @@ declare const _default: {
14263
14341
  nullable: boolean;
14264
14342
  type: string;
14265
14343
  };
14344
+ custom_metadata_has: {
14345
+ additionalProperties: {
14346
+ nullable: boolean;
14347
+ oneOf: ({
14348
+ maxLength: number;
14349
+ type: string;
14350
+ format?: never;
14351
+ nullable?: never;
14352
+ } | {
14353
+ type: string;
14354
+ maxLength?: never;
14355
+ format?: never;
14356
+ nullable?: never;
14357
+ } | {
14358
+ format: string;
14359
+ nullable: boolean;
14360
+ type: string;
14361
+ maxLength?: never;
14362
+ })[];
14363
+ };
14364
+ type: string;
14365
+ };
14266
14366
  device_ids: {
14267
14367
  items: {
14268
14368
  format: string;
@@ -1116,6 +1116,7 @@ export default {
1116
1116
  allOf: [
1117
1117
  {
1118
1118
  properties: {
1119
+ _experimental_supported_code_from_access_codes_lengths: { items: { type: 'number' }, type: 'array' },
1119
1120
  code_constraints: {
1120
1121
  items: {
1121
1122
  oneOf: [
@@ -2398,6 +2399,7 @@ export default {
2398
2399
  allOf: [
2399
2400
  {
2400
2401
  properties: {
2402
+ _experimental_supported_code_from_access_codes_lengths: { items: { type: 'number' }, type: 'array' },
2401
2403
  code_constraints: {
2402
2404
  items: {
2403
2405
  oneOf: [
@@ -7888,6 +7890,17 @@ export default {
7888
7890
  nullable: true,
7889
7891
  type: 'string',
7890
7892
  },
7893
+ custom_metadata_has: {
7894
+ additionalProperties: {
7895
+ nullable: true,
7896
+ oneOf: [
7897
+ { maxLength: 500, type: 'string' },
7898
+ { type: 'boolean' },
7899
+ { format: 'null', nullable: true, type: 'string' },
7900
+ ],
7901
+ },
7902
+ type: 'object',
7903
+ },
7891
7904
  device_ids: {
7892
7905
  items: { format: 'uuid', type: 'string' },
7893
7906
  type: 'array',
@@ -8185,6 +8198,17 @@ export default {
8185
8198
  nullable: true,
8186
8199
  type: 'string',
8187
8200
  },
8201
+ custom_metadata_has: {
8202
+ additionalProperties: {
8203
+ nullable: true,
8204
+ oneOf: [
8205
+ { maxLength: 500, type: 'string' },
8206
+ { type: 'boolean' },
8207
+ { format: 'null', nullable: true, type: 'string' },
8208
+ ],
8209
+ },
8210
+ type: 'object',
8211
+ },
8188
8212
  device_ids: {
8189
8213
  items: { format: 'uuid', type: 'string' },
8190
8214
  type: 'array',
@@ -9018,6 +9042,17 @@ export default {
9018
9042
  nullable: true,
9019
9043
  type: 'string',
9020
9044
  },
9045
+ custom_metadata_has: {
9046
+ additionalProperties: {
9047
+ nullable: true,
9048
+ oneOf: [
9049
+ { maxLength: 500, type: 'string' },
9050
+ { type: 'boolean' },
9051
+ { format: 'null', nullable: true, type: 'string' },
9052
+ ],
9053
+ },
9054
+ type: 'object',
9055
+ },
9021
9056
  device_ids: {
9022
9057
  items: { format: 'uuid', type: 'string' },
9023
9058
  type: 'array',
@@ -10637,6 +10672,17 @@ export default {
10637
10672
  nullable: true,
10638
10673
  type: 'string',
10639
10674
  },
10675
+ custom_metadata_has: {
10676
+ additionalProperties: {
10677
+ nullable: true,
10678
+ oneOf: [
10679
+ { maxLength: 500, type: 'string' },
10680
+ { type: 'boolean' },
10681
+ { format: 'null', nullable: true, type: 'string' },
10682
+ ],
10683
+ },
10684
+ type: 'object',
10685
+ },
10640
10686
  device_ids: {
10641
10687
  items: { format: 'uuid', type: 'string' },
10642
10688
  type: 'array',