@seamapi/types 1.88.0 → 1.90.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: ({
@@ -6659,6 +6671,9 @@ declare const _default: {
6659
6671
  external_type_display_name: {
6660
6672
  type: string;
6661
6673
  };
6674
+ is_multi_phone_sync_credential: {
6675
+ type: string;
6676
+ };
6662
6677
  starts_at: {
6663
6678
  type: string;
6664
6679
  };
@@ -6777,6 +6792,9 @@ declare const _default: {
6777
6792
  external_type_display_name: {
6778
6793
  type: string;
6779
6794
  };
6795
+ is_multi_phone_sync_credential: {
6796
+ type: string;
6797
+ };
6780
6798
  starts_at: {
6781
6799
  type: string;
6782
6800
  };
@@ -6928,6 +6946,9 @@ declare const _default: {
6928
6946
  external_type_display_name: {
6929
6947
  type: string;
6930
6948
  };
6949
+ is_multi_phone_sync_credential: {
6950
+ type: string;
6951
+ };
6931
6952
  starts_at: {
6932
6953
  type: string;
6933
6954
  };
@@ -7107,6 +7128,9 @@ declare const _default: {
7107
7128
  external_type_display_name: {
7108
7129
  type: string;
7109
7130
  };
7131
+ is_multi_phone_sync_credential: {
7132
+ type: string;
7133
+ };
7110
7134
  starts_at: {
7111
7135
  type: string;
7112
7136
  };
@@ -7265,6 +7289,9 @@ declare const _default: {
7265
7289
  external_type_display_name: {
7266
7290
  type: string;
7267
7291
  };
7292
+ is_multi_phone_sync_credential: {
7293
+ type: string;
7294
+ };
7268
7295
  starts_at: {
7269
7296
  type: string;
7270
7297
  };
@@ -7396,6 +7423,9 @@ declare const _default: {
7396
7423
  external_type_display_name: {
7397
7424
  type: string;
7398
7425
  };
7426
+ is_multi_phone_sync_credential: {
7427
+ type: string;
7428
+ };
7399
7429
  starts_at: {
7400
7430
  type: string;
7401
7431
  };
@@ -7514,6 +7544,9 @@ declare const _default: {
7514
7544
  external_type_display_name: {
7515
7545
  type: string;
7516
7546
  };
7547
+ is_multi_phone_sync_credential: {
7548
+ type: string;
7549
+ };
7517
7550
  starts_at: {
7518
7551
  type: string;
7519
7552
  };
@@ -7634,6 +7667,9 @@ declare const _default: {
7634
7667
  external_type_display_name: {
7635
7668
  type: string;
7636
7669
  };
7670
+ is_multi_phone_sync_credential: {
7671
+ type: string;
7672
+ };
7637
7673
  starts_at: {
7638
7674
  type: string;
7639
7675
  };
@@ -7751,6 +7787,9 @@ declare const _default: {
7751
7787
  external_type_display_name: {
7752
7788
  type: string;
7753
7789
  };
7790
+ is_multi_phone_sync_credential: {
7791
+ type: string;
7792
+ };
7754
7793
  starts_at: {
7755
7794
  type: string;
7756
7795
  };
@@ -17693,6 +17732,7 @@ interface Routes {
17693
17732
  workspace_id: string;
17694
17733
  starts_at?: string | undefined;
17695
17734
  ends_at?: string | undefined;
17735
+ is_multi_phone_sync_credential?: boolean | undefined;
17696
17736
  };
17697
17737
  };
17698
17738
  };
@@ -17729,6 +17769,7 @@ interface Routes {
17729
17769
  workspace_id: string;
17730
17770
  starts_at?: string | undefined;
17731
17771
  ends_at?: string | undefined;
17772
+ is_multi_phone_sync_credential?: boolean | undefined;
17732
17773
  };
17733
17774
  };
17734
17775
  };
@@ -17767,6 +17808,7 @@ interface Routes {
17767
17808
  workspace_id: string;
17768
17809
  starts_at?: string | undefined;
17769
17810
  ends_at?: string | undefined;
17811
+ is_multi_phone_sync_credential?: boolean | undefined;
17770
17812
  };
17771
17813
  };
17772
17814
  };
@@ -17801,6 +17843,7 @@ interface Routes {
17801
17843
  workspace_id: string;
17802
17844
  starts_at?: string | undefined;
17803
17845
  ends_at?: string | undefined;
17846
+ is_multi_phone_sync_credential?: boolean | undefined;
17804
17847
  }>;
17805
17848
  };
17806
17849
  };
@@ -17829,6 +17872,7 @@ interface Routes {
17829
17872
  workspace_id: string;
17830
17873
  starts_at?: string | undefined;
17831
17874
  ends_at?: string | undefined;
17875
+ is_multi_phone_sync_credential?: boolean | undefined;
17832
17876
  };
17833
17877
  };
17834
17878
  };
@@ -17857,6 +17901,7 @@ interface Routes {
17857
17901
  workspace_id: string;
17858
17902
  starts_at?: string | undefined;
17859
17903
  ends_at?: string | undefined;
17904
+ is_multi_phone_sync_credential?: boolean | undefined;
17860
17905
  };
17861
17906
  };
17862
17907
  };
@@ -18863,6 +18908,7 @@ interface Routes {
18863
18908
  device_info_model: string;
18864
18909
  } | undefined;
18865
18910
  }) & ({
18911
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
18866
18912
  code_constraints?: (Array<{
18867
18913
  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';
18868
18914
  } | {
@@ -19338,6 +19384,7 @@ interface Routes {
19338
19384
  device_info_model: string;
19339
19385
  } | undefined;
19340
19386
  }) & ({
19387
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
19341
19388
  code_constraints?: (Array<{
19342
19389
  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';
19343
19390
  } | {
@@ -20132,6 +20179,7 @@ interface Routes {
20132
20179
  device_info_model: string;
20133
20180
  } | undefined;
20134
20181
  }) & ({
20182
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20135
20183
  code_constraints?: (Array<{
20136
20184
  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';
20137
20185
  } | {
@@ -20584,6 +20632,7 @@ interface Routes {
20584
20632
  device_info_model: string;
20585
20633
  } | undefined;
20586
20634
  }) & ({
20635
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20587
20636
  code_constraints?: (Array<{
20588
20637
  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';
20589
20638
  } | {
@@ -21059,6 +21108,7 @@ interface Routes {
21059
21108
  device_info_model: string;
21060
21109
  } | undefined;
21061
21110
  }) & ({
21111
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
21062
21112
  code_constraints?: (Array<{
21063
21113
  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';
21064
21114
  } | {
@@ -21511,6 +21561,7 @@ interface Routes {
21511
21561
  device_info_model: string;
21512
21562
  } | undefined;
21513
21563
  }) & ({
21564
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
21514
21565
  code_constraints?: (Array<{
21515
21566
  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';
21516
21567
  } | {
@@ -22258,6 +22309,7 @@ interface Routes {
22258
22309
  device_info_model: string;
22259
22310
  } | undefined;
22260
22311
  }) & ({
22312
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
22261
22313
  code_constraints?: (Array<{
22262
22314
  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';
22263
22315
  } | {
@@ -22742,6 +22794,7 @@ interface Routes {
22742
22794
  device_info_model: string;
22743
22795
  } | undefined;
22744
22796
  }) & ({
22797
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
22745
22798
  code_constraints?: (Array<{
22746
22799
  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';
22747
22800
  } | {
@@ -23387,6 +23440,7 @@ interface Routes {
23387
23440
  device_info_model: string;
23388
23441
  } | undefined;
23389
23442
  }) & ({
23443
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23390
23444
  code_constraints?: (Array<{
23391
23445
  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';
23392
23446
  } | {
@@ -23892,6 +23946,7 @@ interface Routes {
23892
23946
  device_info_model: string;
23893
23947
  } | undefined;
23894
23948
  }) & ({
23949
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23895
23950
  code_constraints?: (Array<{
23896
23951
  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';
23897
23952
  } | {
@@ -24558,6 +24613,7 @@ interface Routes {
24558
24613
  device_info_model: string;
24559
24614
  } | undefined;
24560
24615
  }) & ({
24616
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
24561
24617
  code_constraints?: (Array<{
24562
24618
  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';
24563
24619
  } | {
@@ -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: ({
@@ -6585,6 +6597,9 @@ declare const _default: {
6585
6597
  external_type_display_name: {
6586
6598
  type: string;
6587
6599
  };
6600
+ is_multi_phone_sync_credential: {
6601
+ type: string;
6602
+ };
6588
6603
  starts_at: {
6589
6604
  type: string;
6590
6605
  };
@@ -6703,6 +6718,9 @@ declare const _default: {
6703
6718
  external_type_display_name: {
6704
6719
  type: string;
6705
6720
  };
6721
+ is_multi_phone_sync_credential: {
6722
+ type: string;
6723
+ };
6706
6724
  starts_at: {
6707
6725
  type: string;
6708
6726
  };
@@ -6854,6 +6872,9 @@ declare const _default: {
6854
6872
  external_type_display_name: {
6855
6873
  type: string;
6856
6874
  };
6875
+ is_multi_phone_sync_credential: {
6876
+ type: string;
6877
+ };
6857
6878
  starts_at: {
6858
6879
  type: string;
6859
6880
  };
@@ -7033,6 +7054,9 @@ declare const _default: {
7033
7054
  external_type_display_name: {
7034
7055
  type: string;
7035
7056
  };
7057
+ is_multi_phone_sync_credential: {
7058
+ type: string;
7059
+ };
7036
7060
  starts_at: {
7037
7061
  type: string;
7038
7062
  };
@@ -7191,6 +7215,9 @@ declare const _default: {
7191
7215
  external_type_display_name: {
7192
7216
  type: string;
7193
7217
  };
7218
+ is_multi_phone_sync_credential: {
7219
+ type: string;
7220
+ };
7194
7221
  starts_at: {
7195
7222
  type: string;
7196
7223
  };
@@ -7322,6 +7349,9 @@ declare const _default: {
7322
7349
  external_type_display_name: {
7323
7350
  type: string;
7324
7351
  };
7352
+ is_multi_phone_sync_credential: {
7353
+ type: string;
7354
+ };
7325
7355
  starts_at: {
7326
7356
  type: string;
7327
7357
  };
@@ -7440,6 +7470,9 @@ declare const _default: {
7440
7470
  external_type_display_name: {
7441
7471
  type: string;
7442
7472
  };
7473
+ is_multi_phone_sync_credential: {
7474
+ type: string;
7475
+ };
7443
7476
  starts_at: {
7444
7477
  type: string;
7445
7478
  };
@@ -7560,6 +7593,9 @@ declare const _default: {
7560
7593
  external_type_display_name: {
7561
7594
  type: string;
7562
7595
  };
7596
+ is_multi_phone_sync_credential: {
7597
+ type: string;
7598
+ };
7563
7599
  starts_at: {
7564
7600
  type: string;
7565
7601
  };
@@ -7677,6 +7713,9 @@ declare const _default: {
7677
7713
  external_type_display_name: {
7678
7714
  type: string;
7679
7715
  };
7716
+ is_multi_phone_sync_credential: {
7717
+ type: string;
7718
+ };
7680
7719
  starts_at: {
7681
7720
  type: string;
7682
7721
  };
@@ -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: [
@@ -4981,6 +4983,7 @@ export default {
4981
4983
  type: 'string',
4982
4984
  },
4983
4985
  external_type_display_name: { type: 'string' },
4986
+ is_multi_phone_sync_credential: { type: 'boolean' },
4984
4987
  starts_at: { type: 'string' },
4985
4988
  workspace_id: { format: 'uuid', type: 'string' },
4986
4989
  },
@@ -5064,6 +5067,7 @@ export default {
5064
5067
  type: 'string',
5065
5068
  },
5066
5069
  external_type_display_name: { type: 'string' },
5070
+ is_multi_phone_sync_credential: { type: 'boolean' },
5067
5071
  starts_at: { type: 'string' },
5068
5072
  workspace_id: { format: 'uuid', type: 'string' },
5069
5073
  },
@@ -5172,6 +5176,7 @@ export default {
5172
5176
  type: 'string',
5173
5177
  },
5174
5178
  external_type_display_name: { type: 'string' },
5179
+ is_multi_phone_sync_credential: { type: 'boolean' },
5175
5180
  starts_at: { type: 'string' },
5176
5181
  workspace_id: { format: 'uuid', type: 'string' },
5177
5182
  },
@@ -5300,6 +5305,7 @@ export default {
5300
5305
  type: 'string',
5301
5306
  },
5302
5307
  external_type_display_name: { type: 'string' },
5308
+ is_multi_phone_sync_credential: { type: 'boolean' },
5303
5309
  starts_at: { type: 'string' },
5304
5310
  workspace_id: { format: 'uuid', type: 'string' },
5305
5311
  },
@@ -5412,6 +5418,7 @@ export default {
5412
5418
  type: 'string',
5413
5419
  },
5414
5420
  external_type_display_name: { type: 'string' },
5421
+ is_multi_phone_sync_credential: { type: 'boolean' },
5415
5422
  starts_at: { type: 'string' },
5416
5423
  workspace_id: { format: 'uuid', type: 'string' },
5417
5424
  },
@@ -5501,6 +5508,7 @@ export default {
5501
5508
  type: 'string',
5502
5509
  },
5503
5510
  external_type_display_name: { type: 'string' },
5511
+ is_multi_phone_sync_credential: { type: 'boolean' },
5504
5512
  starts_at: { type: 'string' },
5505
5513
  workspace_id: { format: 'uuid', type: 'string' },
5506
5514
  },
@@ -5584,6 +5592,7 @@ export default {
5584
5592
  type: 'string',
5585
5593
  },
5586
5594
  external_type_display_name: { type: 'string' },
5595
+ is_multi_phone_sync_credential: { type: 'boolean' },
5587
5596
  starts_at: { type: 'string' },
5588
5597
  workspace_id: { format: 'uuid', type: 'string' },
5589
5598
  },
@@ -5670,6 +5679,7 @@ export default {
5670
5679
  type: 'string',
5671
5680
  },
5672
5681
  external_type_display_name: { type: 'string' },
5682
+ is_multi_phone_sync_credential: { type: 'boolean' },
5673
5683
  starts_at: { type: 'string' },
5674
5684
  workspace_id: { format: 'uuid', type: 'string' },
5675
5685
  },
@@ -5753,6 +5763,7 @@ export default {
5753
5763
  type: 'string',
5754
5764
  },
5755
5765
  external_type_display_name: { type: 'string' },
5766
+ is_multi_phone_sync_credential: { type: 'boolean' },
5756
5767
  starts_at: { type: 'string' },
5757
5768
  workspace_id: { format: 'uuid', type: 'string' },
5758
5769
  },