@seamapi/types 1.154.0 → 1.155.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.
@@ -3691,7 +3691,6 @@ declare const _default: {
3691
3691
  tags: string[];
3692
3692
  'x-fern-sdk-group-name': string[];
3693
3693
  'x-fern-sdk-method-name': string;
3694
- 'x-fern-sdk-return-value': string;
3695
3694
  };
3696
3695
  };
3697
3696
  '/access_codes/generate_code': {
@@ -4329,7 +4328,6 @@ declare const _default: {
4329
4328
  tags: string[];
4330
4329
  'x-fern-sdk-group-name': string[];
4331
4330
  'x-fern-sdk-method-name': string;
4332
- 'x-fern-sdk-return-value': string;
4333
4331
  };
4334
4332
  };
4335
4333
  '/access_codes/unmanaged/get': {
@@ -4914,7 +4912,6 @@ declare const _default: {
4914
4912
  tags: string[];
4915
4913
  'x-fern-sdk-group-name': string[];
4916
4914
  'x-fern-sdk-method-name': string;
4917
- 'x-fern-sdk-return-value': string;
4918
4915
  };
4919
4916
  put: {
4920
4917
  operationId: string;
@@ -9025,63 +9022,31 @@ declare const _default: {
9025
9022
  };
9026
9023
  };
9027
9024
  security: ({
9028
- access_token: never[];
9029
- seam_workspace: never[];
9030
- seam_client_session_token?: never;
9031
- client_session_token?: never;
9025
+ client_session: never[];
9026
+ pat_with_workspace?: never;
9027
+ console_session?: never;
9028
+ api_key?: never;
9032
9029
  } | {
9033
- seam_client_session_token: never[];
9034
- access_token?: never;
9035
- seam_workspace?: never;
9036
- client_session_token?: never;
9030
+ pat_with_workspace: never[];
9031
+ client_session?: never;
9032
+ console_session?: never;
9033
+ api_key?: never;
9037
9034
  } | {
9038
- client_session_token: never[];
9039
- access_token?: never;
9040
- seam_workspace?: never;
9041
- seam_client_session_token?: never;
9042
- })[];
9043
- summary: string;
9044
- tags: string[];
9045
- 'x-fern-sdk-group-name': string[];
9046
- 'x-fern-sdk-method-name': string;
9047
- 'x-fern-sdk-return-value': string;
9048
- };
9049
- };
9050
- '/connect_webviews/view': {
9051
- get: {
9052
- operationId: string;
9053
- parameters: ({
9054
- in: string;
9055
- name: string;
9056
- required: boolean;
9057
- schema: {
9058
- format: string;
9059
- type: string;
9060
- };
9035
+ console_session: never[];
9036
+ client_session?: never;
9037
+ pat_with_workspace?: never;
9038
+ api_key?: never;
9061
9039
  } | {
9062
- in: string;
9063
- name: string;
9064
- required: boolean;
9065
- schema: {
9066
- type: string;
9067
- format?: never;
9068
- };
9040
+ api_key: never[];
9041
+ client_session?: never;
9042
+ pat_with_workspace?: never;
9043
+ console_session?: never;
9069
9044
  })[];
9070
- responses: {
9071
- 200: {
9072
- description: string;
9073
- };
9074
- 400: {
9075
- description: string;
9076
- };
9077
- 401: {
9078
- description: string;
9079
- };
9080
- };
9081
9045
  summary: string;
9082
9046
  tags: string[];
9083
9047
  'x-fern-sdk-group-name': string[];
9084
9048
  'x-fern-sdk-method-name': string;
9049
+ 'x-fern-sdk-return-value': string;
9085
9050
  };
9086
9051
  };
9087
9052
  '/connected_accounts/delete': {
@@ -10556,291 +10521,6 @@ declare const _default: {
10556
10521
  'x-fern-sdk-return-value': string;
10557
10522
  };
10558
10523
  };
10559
- '/health': {
10560
- get: {
10561
- operationId: string;
10562
- responses: {
10563
- 200: {
10564
- content: {
10565
- 'application/json': {
10566
- schema: {
10567
- properties: {
10568
- last_service_evaluation_at: {
10569
- type: string;
10570
- };
10571
- msg: {
10572
- enum: string[];
10573
- type: string;
10574
- };
10575
- ok: {
10576
- type: string;
10577
- };
10578
- service_health_statuses: {
10579
- items: {
10580
- $ref: string;
10581
- };
10582
- type: string;
10583
- };
10584
- };
10585
- required: string[];
10586
- type: string;
10587
- };
10588
- };
10589
- };
10590
- description: string;
10591
- };
10592
- 400: {
10593
- description: string;
10594
- };
10595
- 401: {
10596
- description: string;
10597
- };
10598
- };
10599
- summary: string;
10600
- tags: string[];
10601
- 'x-fern-ignore': boolean;
10602
- };
10603
- post: {
10604
- operationId: string;
10605
- responses: {
10606
- 200: {
10607
- content: {
10608
- 'application/json': {
10609
- schema: {
10610
- properties: {
10611
- last_service_evaluation_at: {
10612
- type: string;
10613
- };
10614
- msg: {
10615
- enum: string[];
10616
- type: string;
10617
- };
10618
- ok: {
10619
- type: string;
10620
- };
10621
- service_health_statuses: {
10622
- items: {
10623
- $ref: string;
10624
- };
10625
- type: string;
10626
- };
10627
- };
10628
- required: string[];
10629
- type: string;
10630
- };
10631
- };
10632
- };
10633
- description: string;
10634
- };
10635
- 400: {
10636
- description: string;
10637
- };
10638
- 401: {
10639
- description: string;
10640
- };
10641
- };
10642
- summary: string;
10643
- tags: string[];
10644
- 'x-fern-ignore': boolean;
10645
- };
10646
- };
10647
- '/health/get_health': {
10648
- get: {
10649
- operationId: string;
10650
- responses: {
10651
- 200: {
10652
- content: {
10653
- 'application/json': {
10654
- schema: {
10655
- properties: {
10656
- last_service_evaluation_at: {
10657
- type: string;
10658
- };
10659
- msg: {
10660
- enum: string[];
10661
- type: string;
10662
- };
10663
- ok: {
10664
- type: string;
10665
- };
10666
- service_health_statuses: {
10667
- items: {
10668
- $ref: string;
10669
- };
10670
- type: string;
10671
- };
10672
- };
10673
- required: string[];
10674
- type: string;
10675
- };
10676
- };
10677
- };
10678
- description: string;
10679
- };
10680
- 400: {
10681
- description: string;
10682
- };
10683
- 401: {
10684
- description: string;
10685
- };
10686
- };
10687
- summary: string;
10688
- tags: string[];
10689
- 'x-fern-ignore': boolean;
10690
- };
10691
- post: {
10692
- operationId: string;
10693
- responses: {
10694
- 200: {
10695
- content: {
10696
- 'application/json': {
10697
- schema: {
10698
- properties: {
10699
- last_service_evaluation_at: {
10700
- type: string;
10701
- };
10702
- msg: {
10703
- enum: string[];
10704
- type: string;
10705
- };
10706
- ok: {
10707
- type: string;
10708
- };
10709
- service_health_statuses: {
10710
- items: {
10711
- $ref: string;
10712
- };
10713
- type: string;
10714
- };
10715
- };
10716
- required: string[];
10717
- type: string;
10718
- };
10719
- };
10720
- };
10721
- description: string;
10722
- };
10723
- 400: {
10724
- description: string;
10725
- };
10726
- 401: {
10727
- description: string;
10728
- };
10729
- };
10730
- summary: string;
10731
- tags: string[];
10732
- 'x-fern-sdk-group-name': string[];
10733
- 'x-fern-sdk-method-name': string;
10734
- };
10735
- };
10736
- '/health/get_service_health': {
10737
- post: {
10738
- operationId: string;
10739
- requestBody: {
10740
- content: {
10741
- 'application/json': {
10742
- schema: {
10743
- properties: {
10744
- service: {
10745
- type: string;
10746
- };
10747
- };
10748
- required: string[];
10749
- type: string;
10750
- };
10751
- };
10752
- };
10753
- };
10754
- responses: {
10755
- 200: {
10756
- content: {
10757
- 'application/json': {
10758
- schema: {
10759
- properties: {
10760
- last_service_evaluation_at: {
10761
- type: string;
10762
- };
10763
- ok: {
10764
- type: string;
10765
- };
10766
- service_health: {
10767
- $ref: string;
10768
- };
10769
- };
10770
- required: string[];
10771
- type: string;
10772
- };
10773
- };
10774
- };
10775
- description: string;
10776
- };
10777
- 400: {
10778
- description: string;
10779
- };
10780
- 401: {
10781
- description: string;
10782
- };
10783
- };
10784
- summary: string;
10785
- tags: string[];
10786
- 'x-fern-sdk-group-name': string[];
10787
- 'x-fern-sdk-method-name': string;
10788
- };
10789
- };
10790
- '/health/service/[service_name]': {
10791
- post: {
10792
- operationId: string;
10793
- requestBody: {
10794
- content: {
10795
- 'application/json': {
10796
- schema: {
10797
- properties: {
10798
- service_name: {
10799
- type: string;
10800
- };
10801
- };
10802
- required: string[];
10803
- type: string;
10804
- };
10805
- };
10806
- };
10807
- };
10808
- responses: {
10809
- 200: {
10810
- content: {
10811
- 'application/json': {
10812
- schema: {
10813
- properties: {
10814
- last_service_evaluation_at: {
10815
- type: string;
10816
- };
10817
- ok: {
10818
- type: string;
10819
- };
10820
- service_health: {
10821
- $ref: string;
10822
- };
10823
- };
10824
- required: string[];
10825
- type: string;
10826
- };
10827
- };
10828
- };
10829
- description: string;
10830
- };
10831
- 400: {
10832
- description: string;
10833
- };
10834
- 401: {
10835
- description: string;
10836
- };
10837
- };
10838
- summary: string;
10839
- tags: string[];
10840
- 'x-fern-sdk-group-name': string[];
10841
- 'x-fern-sdk-method-name': string;
10842
- };
10843
- };
10844
10524
  '/locks/get': {
10845
10525
  post: {
10846
10526
  operationId: string;
@@ -11519,7 +11199,6 @@ declare const _default: {
11519
11199
  tags: string[];
11520
11200
  'x-fern-sdk-group-name': string[];
11521
11201
  'x-fern-sdk-method-name': string;
11522
- 'x-fern-sdk-return-value': string;
11523
11202
  };
11524
11203
  };
11525
11204
  '/noise_sensors/noise_thresholds/get': {
@@ -11831,7 +11510,6 @@ declare const _default: {
11831
11510
  tags: string[];
11832
11511
  'x-fern-sdk-group-name': string[];
11833
11512
  'x-fern-sdk-method-name': string;
11834
- 'x-fern-sdk-return-value': string;
11835
11513
  };
11836
11514
  put: {
11837
11515
  operationId: string;
@@ -17962,18 +17640,6 @@ interface Routes {
17962
17640
  }>;
17963
17641
  };
17964
17642
  };
17965
- '/connect_webviews/view': {
17966
- route: '/connect_webviews/view';
17967
- method: 'GET';
17968
- queryParams: {
17969
- connect_webview_id: string;
17970
- auth_token: string;
17971
- };
17972
- jsonBody: {};
17973
- commonParams: {};
17974
- formData: {};
17975
- jsonResponse: {};
17976
- };
17977
17643
  '/connected_accounts/delete': {
17978
17644
  route: '/connected_accounts/delete';
17979
17645
  method: 'DELETE' | 'POST';
@@ -18382,7 +18048,7 @@ interface Routes {
18382
18048
  }) & ({
18383
18049
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
18384
18050
  code_constraints?: (Array<{
18385
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
18051
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
18386
18052
  } | {
18387
18053
  constraint_type: 'name_length';
18388
18054
  min_length?: number | undefined;
@@ -18916,7 +18582,7 @@ interface Routes {
18916
18582
  }) & ({
18917
18583
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
18918
18584
  code_constraints?: (Array<{
18919
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
18585
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
18920
18586
  } | {
18921
18587
  constraint_type: 'name_length';
18922
18588
  min_length?: number | undefined;
@@ -19457,80 +19123,6 @@ interface Routes {
19457
19123
  }>;
19458
19124
  };
19459
19125
  };
19460
- '/health': {
19461
- route: '/health';
19462
- method: 'GET' | 'POST';
19463
- queryParams: {};
19464
- jsonBody: {};
19465
- commonParams: {};
19466
- formData: {};
19467
- jsonResponse: {
19468
- ok: boolean;
19469
- msg: 'I\u2019m one with the Force. The Force is with me.';
19470
- last_service_evaluation_at?: string | undefined;
19471
- service_health_statuses: Array<{
19472
- service: string;
19473
- status: 'healthy' | 'degraded' | 'down';
19474
- description: string;
19475
- }>;
19476
- };
19477
- };
19478
- '/health/get_health': {
19479
- route: '/health/get_health';
19480
- method: 'GET' | 'POST';
19481
- queryParams: {};
19482
- jsonBody: {};
19483
- commonParams: {};
19484
- formData: {};
19485
- jsonResponse: {
19486
- ok: boolean;
19487
- msg: 'I\u2019m one with the Force. The Force is with me.';
19488
- last_service_evaluation_at?: string | undefined;
19489
- service_health_statuses: Array<{
19490
- service: string;
19491
- status: 'healthy' | 'degraded' | 'down';
19492
- description: string;
19493
- }>;
19494
- };
19495
- };
19496
- '/health/get_service_health': {
19497
- route: '/health/get_service_health';
19498
- method: 'GET' | 'POST';
19499
- queryParams: {};
19500
- jsonBody: {};
19501
- commonParams: {
19502
- service: string;
19503
- };
19504
- formData: {};
19505
- jsonResponse: {
19506
- ok: true;
19507
- last_service_evaluation_at: string;
19508
- service_health: {
19509
- service: string;
19510
- status: 'healthy' | 'degraded' | 'down';
19511
- description: string;
19512
- };
19513
- };
19514
- };
19515
- '/health/service/[service_name]': {
19516
- route: '/health/service/[service_name]';
19517
- method: 'GET' | 'POST';
19518
- queryParams: {};
19519
- jsonBody: {};
19520
- commonParams: {
19521
- service_name: string;
19522
- };
19523
- formData: {};
19524
- jsonResponse: {
19525
- ok: true;
19526
- last_service_evaluation_at: string;
19527
- service_health: {
19528
- service: string;
19529
- status: 'healthy' | 'degraded' | 'down';
19530
- description: string;
19531
- };
19532
- };
19533
- };
19534
19126
  '/locks/get': {
19535
19127
  route: '/locks/get';
19536
19128
  method: 'GET' | 'POST';
@@ -19824,7 +19416,7 @@ interface Routes {
19824
19416
  }) & ({
19825
19417
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
19826
19418
  code_constraints?: (Array<{
19827
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
19419
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
19828
19420
  } | {
19829
19421
  constraint_type: 'name_length';
19830
19422
  min_length?: number | undefined;
@@ -20333,7 +19925,7 @@ interface Routes {
20333
19925
  }) & ({
20334
19926
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20335
19927
  code_constraints?: (Array<{
20336
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
19928
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
20337
19929
  } | {
20338
19930
  constraint_type: 'name_length';
20339
19931
  min_length?: number | undefined;
@@ -20867,7 +20459,7 @@ interface Routes {
20867
20459
  }) & ({
20868
20460
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20869
20461
  code_constraints?: (Array<{
20870
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
20462
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
20871
20463
  } | {
20872
20464
  constraint_type: 'name_length';
20873
20465
  min_length?: number | undefined;
@@ -21376,7 +20968,7 @@ interface Routes {
21376
20968
  }) & ({
21377
20969
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
21378
20970
  code_constraints?: (Array<{
21379
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
20971
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
21380
20972
  } | {
21381
20973
  constraint_type: 'name_length';
21382
20974
  min_length?: number | undefined;
@@ -22526,7 +22118,7 @@ interface Routes {
22526
22118
  }) & ({
22527
22119
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
22528
22120
  code_constraints?: (Array<{
22529
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
22121
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
22530
22122
  } | {
22531
22123
  constraint_type: 'name_length';
22532
22124
  min_length?: number | undefined;
@@ -23136,7 +22728,7 @@ interface Routes {
23136
22728
  }) & ({
23137
22729
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23138
22730
  code_constraints?: (Array<{
23139
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
22731
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
23140
22732
  } | {
23141
22733
  constraint_type: 'name_length';
23142
22734
  min_length?: number | undefined;
@@ -23929,7 +23521,7 @@ interface Routes {
23929
23521
  }) & ({
23930
23522
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23931
23523
  code_constraints?: (Array<{
23932
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
23524
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
23933
23525
  } | {
23934
23526
  constraint_type: 'name_length';
23935
23527
  min_length?: number | undefined;
@@ -24443,7 +24035,7 @@ interface Routes {
24443
24035
  }) & ({
24444
24036
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
24445
24037
  code_constraints?: (Array<{
24446
- 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
24038
+ 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' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089';
24447
24039
  } | {
24448
24040
  constraint_type: 'name_length';
24449
24041
  min_length?: number | undefined;
@@ -1,10 +1,10 @@
1
1
  import { z } from 'zod';
2
2
  export declare const access_code_code_constraint: z.ZodObject<{
3
- constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits"]>;
3
+ constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits", "cannot_contain_089"]>;
4
4
  }, "strip", z.ZodTypeAny, {
5
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
5
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
6
6
  }, {
7
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
7
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
8
8
  }>;
9
9
  export declare const access_code_name_constraint: z.ZodObject<{
10
10
  constraint_type: z.ZodLiteral<"name_length">;
@@ -20,11 +20,11 @@ export declare const access_code_name_constraint: z.ZodObject<{
20
20
  max_length?: number | undefined;
21
21
  }>;
22
22
  export declare const access_code_constraint: z.ZodUnion<[z.ZodObject<{
23
- constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits"]>;
23
+ constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits", "cannot_contain_089"]>;
24
24
  }, "strip", z.ZodTypeAny, {
25
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
25
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
26
26
  }, {
27
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
27
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
28
28
  }>, z.ZodObject<{
29
29
  constraint_type: z.ZodLiteral<"name_length">;
30
30
  min_length: z.ZodOptional<z.ZodNumber>;
@@ -42,11 +42,11 @@ export type AccessCodeConstraint = z.infer<typeof access_code_constraint>;
42
42
  export declare const access_code_capability_properties: z.ZodObject<{
43
43
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
44
44
  code_constraints: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
45
- constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits"]>;
45
+ constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits", "cannot_contain_089"]>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
47
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
48
48
  }, {
49
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
49
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
50
50
  }>, z.ZodObject<{
51
51
  constraint_type: z.ZodLiteral<"name_length">;
52
52
  min_length: z.ZodOptional<z.ZodNumber>;
@@ -67,7 +67,7 @@ export declare const access_code_capability_properties: z.ZodObject<{
67
67
  }, "strip", z.ZodTypeAny, {
68
68
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
69
69
  code_constraints?: ({
70
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
70
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
71
71
  } | {
72
72
  constraint_type: "name_length";
73
73
  min_length?: number | undefined;
@@ -80,7 +80,7 @@ export declare const access_code_capability_properties: z.ZodObject<{
80
80
  }, {
81
81
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
82
82
  code_constraints?: ({
83
- 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
83
+ 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" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
84
84
  } | {
85
85
  constraint_type: "name_length";
86
86
  min_length?: number | undefined;