@seamapi/types 1.683.0 → 1.685.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.
@@ -3856,7 +3856,7 @@ declare const acs_access_group: z.ZodObject<{
3856
3856
  external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3857
3857
  external_type_display_name: z.ZodString;
3858
3858
  created_at: z.ZodString;
3859
- warnings: z.ZodArray<z.ZodObject<{
3859
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<{
3860
3860
  created_at: z.ZodString;
3861
3861
  message: z.ZodString;
3862
3862
  } & {
@@ -3869,7 +3869,20 @@ declare const acs_access_group: z.ZodObject<{
3869
3869
  message: string;
3870
3870
  created_at: string;
3871
3871
  warning_code: "unknown_issue_with_acs_access_group";
3872
- }>, "many">;
3872
+ }>, z.ZodObject<{
3873
+ created_at: z.ZodString;
3874
+ message: z.ZodString;
3875
+ } & {
3876
+ warning_code: z.ZodLiteral<"being_deleted">;
3877
+ }, "strip", z.ZodTypeAny, {
3878
+ message: string;
3879
+ created_at: string;
3880
+ warning_code: "being_deleted";
3881
+ }, {
3882
+ message: string;
3883
+ created_at: string;
3884
+ warning_code: "being_deleted";
3885
+ }>]>, "many">;
3873
3886
  } & {
3874
3887
  is_managed: z.ZodLiteral<true>;
3875
3888
  }, "strip", z.ZodTypeAny, {
@@ -3878,11 +3891,15 @@ declare const acs_access_group: z.ZodObject<{
3878
3891
  workspace_id: string;
3879
3892
  created_at: string;
3880
3893
  connected_account_id: string;
3881
- warnings: {
3894
+ warnings: ({
3882
3895
  message: string;
3883
3896
  created_at: string;
3884
3897
  warning_code: "unknown_issue_with_acs_access_group";
3885
- }[];
3898
+ } | {
3899
+ message: string;
3900
+ created_at: string;
3901
+ warning_code: "being_deleted";
3902
+ })[];
3886
3903
  is_managed: true;
3887
3904
  acs_access_group_id: string;
3888
3905
  acs_system_id: string;
@@ -3896,11 +3913,15 @@ declare const acs_access_group: z.ZodObject<{
3896
3913
  workspace_id: string;
3897
3914
  created_at: string;
3898
3915
  connected_account_id: string;
3899
- warnings: {
3916
+ warnings: ({
3900
3917
  message: string;
3901
3918
  created_at: string;
3902
3919
  warning_code: "unknown_issue_with_acs_access_group";
3903
- }[];
3920
+ } | {
3921
+ message: string;
3922
+ created_at: string;
3923
+ warning_code: "being_deleted";
3924
+ })[];
3904
3925
  is_managed: true;
3905
3926
  acs_access_group_id: string;
3906
3927
  acs_system_id: string;
@@ -3921,7 +3942,7 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3921
3942
  external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3922
3943
  external_type_display_name: z.ZodString;
3923
3944
  created_at: z.ZodString;
3924
- warnings: z.ZodArray<z.ZodObject<{
3945
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<{
3925
3946
  created_at: z.ZodString;
3926
3947
  message: z.ZodString;
3927
3948
  } & {
@@ -3934,7 +3955,20 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3934
3955
  message: string;
3935
3956
  created_at: string;
3936
3957
  warning_code: "unknown_issue_with_acs_access_group";
3937
- }>, "many">;
3958
+ }>, z.ZodObject<{
3959
+ created_at: z.ZodString;
3960
+ message: z.ZodString;
3961
+ } & {
3962
+ warning_code: z.ZodLiteral<"being_deleted">;
3963
+ }, "strip", z.ZodTypeAny, {
3964
+ message: string;
3965
+ created_at: string;
3966
+ warning_code: "being_deleted";
3967
+ }, {
3968
+ message: string;
3969
+ created_at: string;
3970
+ warning_code: "being_deleted";
3971
+ }>]>, "many">;
3938
3972
  } & {
3939
3973
  is_managed: z.ZodLiteral<false>;
3940
3974
  }, "strip", z.ZodTypeAny, {
@@ -3943,11 +3977,15 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3943
3977
  workspace_id: string;
3944
3978
  created_at: string;
3945
3979
  connected_account_id: string;
3946
- warnings: {
3980
+ warnings: ({
3947
3981
  message: string;
3948
3982
  created_at: string;
3949
3983
  warning_code: "unknown_issue_with_acs_access_group";
3950
- }[];
3984
+ } | {
3985
+ message: string;
3986
+ created_at: string;
3987
+ warning_code: "being_deleted";
3988
+ })[];
3951
3989
  is_managed: false;
3952
3990
  acs_access_group_id: string;
3953
3991
  acs_system_id: string;
@@ -3961,11 +3999,15 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3961
3999
  workspace_id: string;
3962
4000
  created_at: string;
3963
4001
  connected_account_id: string;
3964
- warnings: {
4002
+ warnings: ({
3965
4003
  message: string;
3966
4004
  created_at: string;
3967
4005
  warning_code: "unknown_issue_with_acs_access_group";
3968
- }[];
4006
+ } | {
4007
+ message: string;
4008
+ created_at: string;
4009
+ warning_code: "being_deleted";
4010
+ })[];
3969
4011
  is_managed: false;
3970
4012
  acs_access_group_id: string;
3971
4013
  acs_system_id: string;
@@ -16543,7 +16585,7 @@ declare const batch: z.ZodObject<{
16543
16585
  external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
16544
16586
  external_type_display_name: z.ZodString;
16545
16587
  created_at: z.ZodString;
16546
- warnings: z.ZodArray<z.ZodObject<{
16588
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<{
16547
16589
  created_at: z.ZodString;
16548
16590
  message: z.ZodString;
16549
16591
  } & {
@@ -16556,7 +16598,20 @@ declare const batch: z.ZodObject<{
16556
16598
  message: string;
16557
16599
  created_at: string;
16558
16600
  warning_code: "unknown_issue_with_acs_access_group";
16559
- }>, "many">;
16601
+ }>, z.ZodObject<{
16602
+ created_at: z.ZodString;
16603
+ message: z.ZodString;
16604
+ } & {
16605
+ warning_code: z.ZodLiteral<"being_deleted">;
16606
+ }, "strip", z.ZodTypeAny, {
16607
+ message: string;
16608
+ created_at: string;
16609
+ warning_code: "being_deleted";
16610
+ }, {
16611
+ message: string;
16612
+ created_at: string;
16613
+ warning_code: "being_deleted";
16614
+ }>]>, "many">;
16560
16615
  } & {
16561
16616
  is_managed: z.ZodLiteral<true>;
16562
16617
  }, "strip", z.ZodTypeAny, {
@@ -16565,11 +16620,15 @@ declare const batch: z.ZodObject<{
16565
16620
  workspace_id: string;
16566
16621
  created_at: string;
16567
16622
  connected_account_id: string;
16568
- warnings: {
16623
+ warnings: ({
16569
16624
  message: string;
16570
16625
  created_at: string;
16571
16626
  warning_code: "unknown_issue_with_acs_access_group";
16572
- }[];
16627
+ } | {
16628
+ message: string;
16629
+ created_at: string;
16630
+ warning_code: "being_deleted";
16631
+ })[];
16573
16632
  is_managed: true;
16574
16633
  acs_access_group_id: string;
16575
16634
  acs_system_id: string;
@@ -16583,11 +16642,15 @@ declare const batch: z.ZodObject<{
16583
16642
  workspace_id: string;
16584
16643
  created_at: string;
16585
16644
  connected_account_id: string;
16586
- warnings: {
16645
+ warnings: ({
16587
16646
  message: string;
16588
16647
  created_at: string;
16589
16648
  warning_code: "unknown_issue_with_acs_access_group";
16590
- }[];
16649
+ } | {
16650
+ message: string;
16651
+ created_at: string;
16652
+ warning_code: "being_deleted";
16653
+ })[];
16591
16654
  is_managed: true;
16592
16655
  acs_access_group_id: string;
16593
16656
  acs_system_id: string;
@@ -21799,7 +21862,7 @@ declare const batch: z.ZodObject<{
21799
21862
  external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
21800
21863
  external_type_display_name: z.ZodString;
21801
21864
  created_at: z.ZodString;
21802
- warnings: z.ZodArray<z.ZodObject<{
21865
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<{
21803
21866
  created_at: z.ZodString;
21804
21867
  message: z.ZodString;
21805
21868
  } & {
@@ -21812,7 +21875,20 @@ declare const batch: z.ZodObject<{
21812
21875
  message: string;
21813
21876
  created_at: string;
21814
21877
  warning_code: "unknown_issue_with_acs_access_group";
21815
- }>, "many">;
21878
+ }>, z.ZodObject<{
21879
+ created_at: z.ZodString;
21880
+ message: z.ZodString;
21881
+ } & {
21882
+ warning_code: z.ZodLiteral<"being_deleted">;
21883
+ }, "strip", z.ZodTypeAny, {
21884
+ message: string;
21885
+ created_at: string;
21886
+ warning_code: "being_deleted";
21887
+ }, {
21888
+ message: string;
21889
+ created_at: string;
21890
+ warning_code: "being_deleted";
21891
+ }>]>, "many">;
21816
21892
  } & {
21817
21893
  is_managed: z.ZodLiteral<false>;
21818
21894
  }, "strip", z.ZodTypeAny, {
@@ -21821,11 +21897,15 @@ declare const batch: z.ZodObject<{
21821
21897
  workspace_id: string;
21822
21898
  created_at: string;
21823
21899
  connected_account_id: string;
21824
- warnings: {
21900
+ warnings: ({
21825
21901
  message: string;
21826
21902
  created_at: string;
21827
21903
  warning_code: "unknown_issue_with_acs_access_group";
21828
- }[];
21904
+ } | {
21905
+ message: string;
21906
+ created_at: string;
21907
+ warning_code: "being_deleted";
21908
+ })[];
21829
21909
  is_managed: false;
21830
21910
  acs_access_group_id: string;
21831
21911
  acs_system_id: string;
@@ -21839,11 +21919,15 @@ declare const batch: z.ZodObject<{
21839
21919
  workspace_id: string;
21840
21920
  created_at: string;
21841
21921
  connected_account_id: string;
21842
- warnings: {
21922
+ warnings: ({
21843
21923
  message: string;
21844
21924
  created_at: string;
21845
21925
  warning_code: "unknown_issue_with_acs_access_group";
21846
- }[];
21926
+ } | {
21927
+ message: string;
21928
+ created_at: string;
21929
+ warning_code: "being_deleted";
21930
+ })[];
21847
21931
  is_managed: false;
21848
21932
  acs_access_group_id: string;
21849
21933
  acs_system_id: string;
@@ -33056,11 +33140,15 @@ declare const batch: z.ZodObject<{
33056
33140
  workspace_id: string;
33057
33141
  created_at: string;
33058
33142
  connected_account_id: string;
33059
- warnings: {
33143
+ warnings: ({
33060
33144
  message: string;
33061
33145
  created_at: string;
33062
33146
  warning_code: "unknown_issue_with_acs_access_group";
33063
- }[];
33147
+ } | {
33148
+ message: string;
33149
+ created_at: string;
33150
+ warning_code: "being_deleted";
33151
+ })[];
33064
33152
  is_managed: true;
33065
33153
  acs_access_group_id: string;
33066
33154
  acs_system_id: string;
@@ -34106,11 +34194,15 @@ declare const batch: z.ZodObject<{
34106
34194
  workspace_id: string;
34107
34195
  created_at: string;
34108
34196
  connected_account_id: string;
34109
- warnings: {
34197
+ warnings: ({
34110
34198
  message: string;
34111
34199
  created_at: string;
34112
34200
  warning_code: "unknown_issue_with_acs_access_group";
34113
- }[];
34201
+ } | {
34202
+ message: string;
34203
+ created_at: string;
34204
+ warning_code: "being_deleted";
34205
+ })[];
34114
34206
  is_managed: false;
34115
34207
  acs_access_group_id: string;
34116
34208
  acs_system_id: string;
@@ -37114,11 +37206,15 @@ declare const batch: z.ZodObject<{
37114
37206
  workspace_id: string;
37115
37207
  created_at: string;
37116
37208
  connected_account_id: string;
37117
- warnings: {
37209
+ warnings: ({
37118
37210
  message: string;
37119
37211
  created_at: string;
37120
37212
  warning_code: "unknown_issue_with_acs_access_group";
37121
- }[];
37213
+ } | {
37214
+ message: string;
37215
+ created_at: string;
37216
+ warning_code: "being_deleted";
37217
+ })[];
37122
37218
  is_managed: true;
37123
37219
  acs_access_group_id: string;
37124
37220
  acs_system_id: string;
@@ -38164,11 +38260,15 @@ declare const batch: z.ZodObject<{
38164
38260
  workspace_id: string;
38165
38261
  created_at: string;
38166
38262
  connected_account_id: string;
38167
- warnings: {
38263
+ warnings: ({
38168
38264
  message: string;
38169
38265
  created_at: string;
38170
38266
  warning_code: "unknown_issue_with_acs_access_group";
38171
- }[];
38267
+ } | {
38268
+ message: string;
38269
+ created_at: string;
38270
+ warning_code: "being_deleted";
38271
+ })[];
38172
38272
  is_managed: false;
38173
38273
  acs_access_group_id: string;
38174
38274
  acs_system_id: string;
@@ -53757,24 +53857,27 @@ declare const _default: {
53757
53857
  description: string;
53758
53858
  items: {
53759
53859
  description: string;
53760
- properties: {
53761
- created_at: {
53762
- description: string;
53763
- format: string;
53764
- type: string;
53765
- };
53766
- message: {
53767
- description: string;
53768
- type: string;
53769
- };
53770
- warning_code: {
53771
- description: string;
53772
- enum: string[];
53773
- type: string;
53860
+ oneOf: {
53861
+ description: string;
53862
+ properties: {
53863
+ created_at: {
53864
+ description: string;
53865
+ format: string;
53866
+ type: string;
53867
+ };
53868
+ message: {
53869
+ description: string;
53870
+ type: string;
53871
+ };
53872
+ warning_code: {
53873
+ description: string;
53874
+ enum: string[];
53875
+ type: string;
53876
+ };
53774
53877
  };
53775
- };
53776
- required: string[];
53777
- type: string;
53878
+ required: string[];
53879
+ type: string;
53880
+ }[];
53778
53881
  };
53779
53882
  type: string;
53780
53883
  };
@@ -66812,24 +66915,27 @@ declare const _default: {
66812
66915
  description: string;
66813
66916
  items: {
66814
66917
  description: string;
66815
- properties: {
66816
- created_at: {
66817
- description: string;
66818
- format: string;
66819
- type: string;
66820
- };
66821
- message: {
66822
- description: string;
66823
- type: string;
66824
- };
66825
- warning_code: {
66826
- description: string;
66827
- enum: string[];
66828
- type: string;
66918
+ oneOf: {
66919
+ description: string;
66920
+ properties: {
66921
+ created_at: {
66922
+ description: string;
66923
+ format: string;
66924
+ type: string;
66925
+ };
66926
+ message: {
66927
+ description: string;
66928
+ type: string;
66929
+ };
66930
+ warning_code: {
66931
+ description: string;
66932
+ enum: string[];
66933
+ type: string;
66934
+ };
66829
66935
  };
66830
- };
66831
- required: string[];
66832
- type: string;
66936
+ required: string[];
66937
+ type: string;
66938
+ }[];
66833
66939
  };
66834
66940
  type: string;
66835
66941
  };
@@ -75534,6 +75640,145 @@ declare const _default: {
75534
75640
  'x-title': string;
75535
75641
  };
75536
75642
  };
75643
+ '/acs/access_groups/delete': {
75644
+ delete: {
75645
+ description: string;
75646
+ operationId: string;
75647
+ parameters: {
75648
+ in: string;
75649
+ name: string;
75650
+ required: boolean;
75651
+ schema: {
75652
+ description: string;
75653
+ format: string;
75654
+ type: string;
75655
+ };
75656
+ }[];
75657
+ responses: {
75658
+ 200: {
75659
+ content: {
75660
+ 'application/json': {
75661
+ schema: {
75662
+ properties: {
75663
+ ok: {
75664
+ type: string;
75665
+ };
75666
+ };
75667
+ required: string[];
75668
+ type: string;
75669
+ };
75670
+ };
75671
+ };
75672
+ description: string;
75673
+ };
75674
+ 400: {
75675
+ description: string;
75676
+ };
75677
+ 401: {
75678
+ description: string;
75679
+ };
75680
+ };
75681
+ security: ({
75682
+ client_session: never[];
75683
+ pat_with_workspace?: never;
75684
+ console_session_with_workspace?: never;
75685
+ api_key?: never;
75686
+ } | {
75687
+ pat_with_workspace: never[];
75688
+ client_session?: never;
75689
+ console_session_with_workspace?: never;
75690
+ api_key?: never;
75691
+ } | {
75692
+ console_session_with_workspace: never[];
75693
+ client_session?: never;
75694
+ pat_with_workspace?: never;
75695
+ api_key?: never;
75696
+ } | {
75697
+ api_key: never[];
75698
+ client_session?: never;
75699
+ pat_with_workspace?: never;
75700
+ console_session_with_workspace?: never;
75701
+ })[];
75702
+ summary: string;
75703
+ tags: string[];
75704
+ 'x-fern-sdk-group-name': string[];
75705
+ 'x-fern-sdk-method-name': string;
75706
+ 'x-response-key': null;
75707
+ 'x-title': string;
75708
+ };
75709
+ post: {
75710
+ description: string;
75711
+ operationId: string;
75712
+ requestBody: {
75713
+ content: {
75714
+ 'application/json': {
75715
+ schema: {
75716
+ properties: {
75717
+ acs_access_group_id: {
75718
+ description: string;
75719
+ format: string;
75720
+ type: string;
75721
+ };
75722
+ };
75723
+ required: string[];
75724
+ type: string;
75725
+ };
75726
+ };
75727
+ };
75728
+ };
75729
+ responses: {
75730
+ 200: {
75731
+ content: {
75732
+ 'application/json': {
75733
+ schema: {
75734
+ properties: {
75735
+ ok: {
75736
+ type: string;
75737
+ };
75738
+ };
75739
+ required: string[];
75740
+ type: string;
75741
+ };
75742
+ };
75743
+ };
75744
+ description: string;
75745
+ };
75746
+ 400: {
75747
+ description: string;
75748
+ };
75749
+ 401: {
75750
+ description: string;
75751
+ };
75752
+ };
75753
+ security: ({
75754
+ client_session: never[];
75755
+ pat_with_workspace?: never;
75756
+ console_session_with_workspace?: never;
75757
+ api_key?: never;
75758
+ } | {
75759
+ pat_with_workspace: never[];
75760
+ client_session?: never;
75761
+ console_session_with_workspace?: never;
75762
+ api_key?: never;
75763
+ } | {
75764
+ console_session_with_workspace: never[];
75765
+ client_session?: never;
75766
+ pat_with_workspace?: never;
75767
+ api_key?: never;
75768
+ } | {
75769
+ api_key: never[];
75770
+ client_session?: never;
75771
+ pat_with_workspace?: never;
75772
+ console_session_with_workspace?: never;
75773
+ })[];
75774
+ summary: string;
75775
+ tags: string[];
75776
+ 'x-fern-sdk-group-name': string[];
75777
+ 'x-fern-sdk-method-name': string;
75778
+ 'x-response-key': null;
75779
+ 'x-title': string;
75780
+ };
75781
+ };
75537
75782
  '/acs/access_groups/get': {
75538
75783
  get: {
75539
75784
  description: string;
@@ -126103,14 +126348,21 @@ type Routes = {
126103
126348
  /** Date and time at which the access group was created. */
126104
126349
  created_at: string;
126105
126350
  /** Warnings associated with the `acs_access_group`. */
126106
- warnings: {
126351
+ warnings: ({
126107
126352
  /** Date and time at which Seam created the warning. */
126108
126353
  created_at: string;
126109
126354
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
126110
126355
  message: string;
126111
126356
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
126112
126357
  warning_code: 'unknown_issue_with_acs_access_group';
126113
- }[];
126358
+ } | {
126359
+ /** Date and time at which Seam created the warning. */
126360
+ created_at: string;
126361
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
126362
+ message: string;
126363
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
126364
+ warning_code: 'being_deleted';
126365
+ })[];
126114
126366
  is_managed: true;
126115
126367
  }[] | undefined;
126116
126368
  };
@@ -129626,6 +129878,19 @@ type Routes = {
129626
129878
  jsonResponse: {};
129627
129879
  maxDuration: undefined;
129628
129880
  };
129881
+ '/acs/access_groups/delete': {
129882
+ route: '/acs/access_groups/delete';
129883
+ method: 'DELETE' | 'POST';
129884
+ queryParams: {};
129885
+ jsonBody: {};
129886
+ commonParams: {
129887
+ /** ID of the access group that you want to delete. */
129888
+ acs_access_group_id: string;
129889
+ };
129890
+ formData: {};
129891
+ jsonResponse: {};
129892
+ maxDuration: undefined;
129893
+ };
129629
129894
  '/acs/access_groups/get': {
129630
129895
  route: '/acs/access_groups/get';
129631
129896
  method: 'GET' | 'POST';
@@ -129667,14 +129932,21 @@ type Routes = {
129667
129932
  /** Date and time at which the access group was created. */
129668
129933
  created_at: string;
129669
129934
  /** Warnings associated with the `acs_access_group`. */
129670
- warnings: {
129935
+ warnings: ({
129671
129936
  /** Date and time at which Seam created the warning. */
129672
129937
  created_at: string;
129673
129938
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129674
129939
  message: string;
129675
129940
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129676
129941
  warning_code: 'unknown_issue_with_acs_access_group';
129677
- }[];
129942
+ } | {
129943
+ /** Date and time at which Seam created the warning. */
129944
+ created_at: string;
129945
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129946
+ message: string;
129947
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129948
+ warning_code: 'being_deleted';
129949
+ })[];
129678
129950
  is_managed: true;
129679
129951
  };
129680
129952
  };
@@ -129720,14 +129992,21 @@ type Routes = {
129720
129992
  /** Date and time at which the access group was created. */
129721
129993
  created_at: string;
129722
129994
  /** Warnings associated with the `acs_access_group`. */
129723
- warnings: {
129995
+ warnings: ({
129724
129996
  /** Date and time at which Seam created the warning. */
129725
129997
  created_at: string;
129726
129998
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129727
129999
  message: string;
129728
130000
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129729
130001
  warning_code: 'unknown_issue_with_acs_access_group';
129730
- }[];
130002
+ } | {
130003
+ /** Date and time at which Seam created the warning. */
130004
+ created_at: string;
130005
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130006
+ message: string;
130007
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130008
+ warning_code: 'being_deleted';
130009
+ })[];
129731
130010
  is_managed: true;
129732
130011
  }[];
129733
130012
  };
@@ -130162,14 +130441,21 @@ type Routes = {
130162
130441
  /** Date and time at which the access group was created. */
130163
130442
  created_at: string;
130164
130443
  /** Warnings associated with the `acs_access_group`. */
130165
- warnings: {
130444
+ warnings: ({
130166
130445
  /** Date and time at which Seam created the warning. */
130167
130446
  created_at: string;
130168
130447
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130169
130448
  message: string;
130170
130449
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130171
130450
  warning_code: 'unknown_issue_with_acs_access_group';
130172
- }[];
130451
+ } | {
130452
+ /** Date and time at which Seam created the warning. */
130453
+ created_at: string;
130454
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130455
+ message: string;
130456
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130457
+ warning_code: 'being_deleted';
130458
+ })[];
130173
130459
  is_managed: false;
130174
130460
  };
130175
130461
  };
@@ -130213,14 +130499,21 @@ type Routes = {
130213
130499
  /** Date and time at which the access group was created. */
130214
130500
  created_at: string;
130215
130501
  /** Warnings associated with the `acs_access_group`. */
130216
- warnings: {
130502
+ warnings: ({
130217
130503
  /** Date and time at which Seam created the warning. */
130218
130504
  created_at: string;
130219
130505
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130220
130506
  message: string;
130221
130507
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130222
130508
  warning_code: 'unknown_issue_with_acs_access_group';
130223
- }[];
130509
+ } | {
130510
+ /** Date and time at which Seam created the warning. */
130511
+ created_at: string;
130512
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130513
+ message: string;
130514
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130515
+ warning_code: 'being_deleted';
130516
+ })[];
130224
130517
  is_managed: false;
130225
130518
  }[];
130226
130519
  };
@@ -166684,7 +166977,7 @@ type Routes = {
166684
166977
  queryParams: {};
166685
166978
  jsonBody: {
166686
166979
  /** Type of connector to create */
166687
- connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu';
166980
+ connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal';
166688
166981
  /** Key identifying the customer */
166689
166982
  customer_key?: string | undefined;
166690
166983
  /** Instance-specific configuration for the connector */
@@ -193274,14 +193567,21 @@ type Routes = {
193274
193567
  /** Date and time at which the access group was created. */
193275
193568
  created_at: string;
193276
193569
  /** Warnings associated with the `acs_access_group`. */
193277
- warnings: {
193570
+ warnings: ({
193278
193571
  /** Date and time at which Seam created the warning. */
193279
193572
  created_at: string;
193280
193573
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
193281
193574
  message: string;
193282
193575
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
193283
193576
  warning_code: 'unknown_issue_with_acs_access_group';
193284
- }[];
193577
+ } | {
193578
+ /** Date and time at which Seam created the warning. */
193579
+ created_at: string;
193580
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
193581
+ message: string;
193582
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
193583
+ warning_code: 'being_deleted';
193584
+ })[];
193285
193585
  is_managed: true;
193286
193586
  }[] | undefined;
193287
193587
  acs_encoders?: {
@@ -194833,14 +195133,21 @@ type Routes = {
194833
195133
  /** Date and time at which the access group was created. */
194834
195134
  created_at: string;
194835
195135
  /** Warnings associated with the `acs_access_group`. */
194836
- warnings: {
195136
+ warnings: ({
194837
195137
  /** Date and time at which Seam created the warning. */
194838
195138
  created_at: string;
194839
195139
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
194840
195140
  message: string;
194841
195141
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
194842
195142
  warning_code: 'unknown_issue_with_acs_access_group';
194843
- }[];
195143
+ } | {
195144
+ /** Date and time at which Seam created the warning. */
195145
+ created_at: string;
195146
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
195147
+ message: string;
195148
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
195149
+ warning_code: 'being_deleted';
195150
+ })[];
194844
195151
  is_managed: false;
194845
195152
  }[] | undefined;
194846
195153
  unmanaged_devices?: {