@seamapi/types 1.682.0 → 1.684.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
  };
@@ -57660,6 +57763,29 @@ declare const _default: {
57660
57763
  type: string;
57661
57764
  'x-route-path': string;
57662
57765
  };
57766
+ customer: {
57767
+ description: string;
57768
+ properties: {
57769
+ created_at: {
57770
+ description: string;
57771
+ format: string;
57772
+ type: string;
57773
+ };
57774
+ customer_key: {
57775
+ description: string;
57776
+ type: string;
57777
+ };
57778
+ workspace_id: {
57779
+ description: string;
57780
+ format: string;
57781
+ type: string;
57782
+ };
57783
+ };
57784
+ required: string[];
57785
+ type: string;
57786
+ 'x-route-path': string;
57787
+ 'x-undocumented': string;
57788
+ };
57663
57789
  customization_profile: {
57664
57790
  description: string;
57665
57791
  properties: {
@@ -66789,24 +66915,27 @@ declare const _default: {
66789
66915
  description: string;
66790
66916
  items: {
66791
66917
  description: string;
66792
- properties: {
66793
- created_at: {
66794
- description: string;
66795
- format: string;
66796
- type: string;
66797
- };
66798
- message: {
66799
- description: string;
66800
- type: string;
66801
- };
66802
- warning_code: {
66803
- description: string;
66804
- enum: string[];
66805
- 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
+ };
66806
66935
  };
66807
- };
66808
- required: string[];
66809
- type: string;
66936
+ required: string[];
66937
+ type: string;
66938
+ }[];
66810
66939
  };
66811
66940
  type: string;
66812
66941
  };
@@ -75511,8 +75640,8 @@ declare const _default: {
75511
75640
  'x-title': string;
75512
75641
  };
75513
75642
  };
75514
- '/acs/access_groups/get': {
75515
- get: {
75643
+ '/acs/access_groups/delete': {
75644
+ delete: {
75516
75645
  description: string;
75517
75646
  operationId: string;
75518
75647
  parameters: {
@@ -75531,9 +75660,6 @@ declare const _default: {
75531
75660
  'application/json': {
75532
75661
  schema: {
75533
75662
  properties: {
75534
- acs_access_group: {
75535
- $ref: string;
75536
- };
75537
75663
  ok: {
75538
75664
  type: string;
75539
75665
  };
@@ -75553,15 +75679,23 @@ declare const _default: {
75553
75679
  };
75554
75680
  };
75555
75681
  security: ({
75682
+ client_session: never[];
75683
+ pat_with_workspace?: never;
75684
+ console_session_with_workspace?: never;
75685
+ api_key?: never;
75686
+ } | {
75556
75687
  pat_with_workspace: never[];
75688
+ client_session?: never;
75557
75689
  console_session_with_workspace?: never;
75558
75690
  api_key?: never;
75559
75691
  } | {
75560
75692
  console_session_with_workspace: never[];
75693
+ client_session?: never;
75561
75694
  pat_with_workspace?: never;
75562
75695
  api_key?: never;
75563
75696
  } | {
75564
75697
  api_key: never[];
75698
+ client_session?: never;
75565
75699
  pat_with_workspace?: never;
75566
75700
  console_session_with_workspace?: never;
75567
75701
  })[];
@@ -75569,8 +75703,142 @@ declare const _default: {
75569
75703
  tags: string[];
75570
75704
  'x-fern-sdk-group-name': string[];
75571
75705
  'x-fern-sdk-method-name': string;
75572
- 'x-fern-sdk-return-value': string;
75573
- 'x-response-key': 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
+ };
75782
+ '/acs/access_groups/get': {
75783
+ get: {
75784
+ description: string;
75785
+ operationId: string;
75786
+ parameters: {
75787
+ in: string;
75788
+ name: string;
75789
+ required: boolean;
75790
+ schema: {
75791
+ description: string;
75792
+ format: string;
75793
+ type: string;
75794
+ };
75795
+ }[];
75796
+ responses: {
75797
+ 200: {
75798
+ content: {
75799
+ 'application/json': {
75800
+ schema: {
75801
+ properties: {
75802
+ acs_access_group: {
75803
+ $ref: string;
75804
+ };
75805
+ ok: {
75806
+ type: string;
75807
+ };
75808
+ };
75809
+ required: string[];
75810
+ type: string;
75811
+ };
75812
+ };
75813
+ };
75814
+ description: string;
75815
+ };
75816
+ 400: {
75817
+ description: string;
75818
+ };
75819
+ 401: {
75820
+ description: string;
75821
+ };
75822
+ };
75823
+ security: ({
75824
+ pat_with_workspace: never[];
75825
+ console_session_with_workspace?: never;
75826
+ api_key?: never;
75827
+ } | {
75828
+ console_session_with_workspace: never[];
75829
+ pat_with_workspace?: never;
75830
+ api_key?: never;
75831
+ } | {
75832
+ api_key: never[];
75833
+ pat_with_workspace?: never;
75834
+ console_session_with_workspace?: never;
75835
+ })[];
75836
+ summary: string;
75837
+ tags: string[];
75838
+ 'x-fern-sdk-group-name': string[];
75839
+ 'x-fern-sdk-method-name': string;
75840
+ 'x-fern-sdk-return-value': string;
75841
+ 'x-response-key': string;
75574
75842
  'x-title': string;
75575
75843
  };
75576
75844
  post: {
@@ -98518,6 +98786,170 @@ declare const _default: {
98518
98786
  'x-undocumented': string;
98519
98787
  };
98520
98788
  };
98789
+ '/seam/customer/v1/customers/list': {
98790
+ get: {
98791
+ description: string;
98792
+ operationId: string;
98793
+ parameters: ({
98794
+ in: string;
98795
+ name: string;
98796
+ schema: {
98797
+ default: number;
98798
+ description: string;
98799
+ exclusiveMinimum: boolean;
98800
+ minimum: number;
98801
+ type: string;
98802
+ nullable?: never;
98803
+ };
98804
+ } | {
98805
+ in: string;
98806
+ name: string;
98807
+ schema: {
98808
+ description: string;
98809
+ nullable: boolean;
98810
+ type: string;
98811
+ default?: never;
98812
+ exclusiveMinimum?: never;
98813
+ minimum?: never;
98814
+ };
98815
+ })[];
98816
+ responses: {
98817
+ 200: {
98818
+ content: {
98819
+ 'application/json': {
98820
+ schema: {
98821
+ properties: {
98822
+ customers: {
98823
+ items: {
98824
+ $ref: string;
98825
+ };
98826
+ type: string;
98827
+ };
98828
+ ok: {
98829
+ type: string;
98830
+ };
98831
+ pagination: {
98832
+ $ref: string;
98833
+ };
98834
+ };
98835
+ required: string[];
98836
+ type: string;
98837
+ };
98838
+ };
98839
+ };
98840
+ description: string;
98841
+ };
98842
+ 400: {
98843
+ description: string;
98844
+ };
98845
+ 401: {
98846
+ description: string;
98847
+ };
98848
+ };
98849
+ security: ({
98850
+ api_key: never[];
98851
+ pat_with_workspace?: never;
98852
+ console_session_with_workspace?: never;
98853
+ } | {
98854
+ pat_with_workspace: never[];
98855
+ api_key?: never;
98856
+ console_session_with_workspace?: never;
98857
+ } | {
98858
+ console_session_with_workspace: never[];
98859
+ api_key?: never;
98860
+ pat_with_workspace?: never;
98861
+ })[];
98862
+ summary: string;
98863
+ tags: never[];
98864
+ 'x-fern-sdk-group-name': string[];
98865
+ 'x-fern-sdk-method-name': string;
98866
+ 'x-fern-sdk-return-value': string;
98867
+ 'x-response-key': string;
98868
+ 'x-title': string;
98869
+ 'x-undocumented': string;
98870
+ };
98871
+ post: {
98872
+ description: string;
98873
+ operationId: string;
98874
+ requestBody: {
98875
+ content: {
98876
+ 'application/json': {
98877
+ schema: {
98878
+ properties: {
98879
+ limit: {
98880
+ default: number;
98881
+ description: string;
98882
+ exclusiveMinimum: boolean;
98883
+ minimum: number;
98884
+ type: string;
98885
+ };
98886
+ page_cursor: {
98887
+ description: string;
98888
+ nullable: boolean;
98889
+ type: string;
98890
+ };
98891
+ };
98892
+ type: string;
98893
+ };
98894
+ };
98895
+ };
98896
+ };
98897
+ responses: {
98898
+ 200: {
98899
+ content: {
98900
+ 'application/json': {
98901
+ schema: {
98902
+ properties: {
98903
+ customers: {
98904
+ items: {
98905
+ $ref: string;
98906
+ };
98907
+ type: string;
98908
+ };
98909
+ ok: {
98910
+ type: string;
98911
+ };
98912
+ pagination: {
98913
+ $ref: string;
98914
+ };
98915
+ };
98916
+ required: string[];
98917
+ type: string;
98918
+ };
98919
+ };
98920
+ };
98921
+ description: string;
98922
+ };
98923
+ 400: {
98924
+ description: string;
98925
+ };
98926
+ 401: {
98927
+ description: string;
98928
+ };
98929
+ };
98930
+ security: ({
98931
+ api_key: never[];
98932
+ pat_with_workspace?: never;
98933
+ console_session_with_workspace?: never;
98934
+ } | {
98935
+ pat_with_workspace: never[];
98936
+ api_key?: never;
98937
+ console_session_with_workspace?: never;
98938
+ } | {
98939
+ console_session_with_workspace: never[];
98940
+ api_key?: never;
98941
+ pat_with_workspace?: never;
98942
+ })[];
98943
+ summary: string;
98944
+ tags: never[];
98945
+ 'x-fern-sdk-group-name': string[];
98946
+ 'x-fern-sdk-method-name': string;
98947
+ 'x-fern-sdk-return-value': string;
98948
+ 'x-response-key': string;
98949
+ 'x-title': string;
98950
+ 'x-undocumented': string;
98951
+ };
98952
+ };
98521
98953
  '/seam/customer/v1/events/list': {
98522
98954
  get: {
98523
98955
  description: string;
@@ -125916,14 +126348,21 @@ type Routes = {
125916
126348
  /** Date and time at which the access group was created. */
125917
126349
  created_at: string;
125918
126350
  /** Warnings associated with the `acs_access_group`. */
125919
- warnings: {
126351
+ warnings: ({
125920
126352
  /** Date and time at which Seam created the warning. */
125921
126353
  created_at: string;
125922
126354
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
125923
126355
  message: string;
125924
126356
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
125925
126357
  warning_code: 'unknown_issue_with_acs_access_group';
125926
- }[];
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
+ })[];
125927
126366
  is_managed: true;
125928
126367
  }[] | undefined;
125929
126368
  };
@@ -129439,6 +129878,19 @@ type Routes = {
129439
129878
  jsonResponse: {};
129440
129879
  maxDuration: undefined;
129441
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
+ };
129442
129894
  '/acs/access_groups/get': {
129443
129895
  route: '/acs/access_groups/get';
129444
129896
  method: 'GET' | 'POST';
@@ -129480,14 +129932,21 @@ type Routes = {
129480
129932
  /** Date and time at which the access group was created. */
129481
129933
  created_at: string;
129482
129934
  /** Warnings associated with the `acs_access_group`. */
129483
- warnings: {
129935
+ warnings: ({
129484
129936
  /** Date and time at which Seam created the warning. */
129485
129937
  created_at: string;
129486
129938
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129487
129939
  message: string;
129488
129940
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129489
129941
  warning_code: 'unknown_issue_with_acs_access_group';
129490
- }[];
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
+ })[];
129491
129950
  is_managed: true;
129492
129951
  };
129493
129952
  };
@@ -129533,14 +129992,21 @@ type Routes = {
129533
129992
  /** Date and time at which the access group was created. */
129534
129993
  created_at: string;
129535
129994
  /** Warnings associated with the `acs_access_group`. */
129536
- warnings: {
129995
+ warnings: ({
129537
129996
  /** Date and time at which Seam created the warning. */
129538
129997
  created_at: string;
129539
129998
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129540
129999
  message: string;
129541
130000
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129542
130001
  warning_code: 'unknown_issue_with_acs_access_group';
129543
- }[];
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
+ })[];
129544
130010
  is_managed: true;
129545
130011
  }[];
129546
130012
  };
@@ -129975,14 +130441,21 @@ type Routes = {
129975
130441
  /** Date and time at which the access group was created. */
129976
130442
  created_at: string;
129977
130443
  /** Warnings associated with the `acs_access_group`. */
129978
- warnings: {
130444
+ warnings: ({
129979
130445
  /** Date and time at which Seam created the warning. */
129980
130446
  created_at: string;
129981
130447
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129982
130448
  message: string;
129983
130449
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129984
130450
  warning_code: 'unknown_issue_with_acs_access_group';
129985
- }[];
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
+ })[];
129986
130459
  is_managed: false;
129987
130460
  };
129988
130461
  };
@@ -130026,14 +130499,21 @@ type Routes = {
130026
130499
  /** Date and time at which the access group was created. */
130027
130500
  created_at: string;
130028
130501
  /** Warnings associated with the `acs_access_group`. */
130029
- warnings: {
130502
+ warnings: ({
130030
130503
  /** Date and time at which Seam created the warning. */
130031
130504
  created_at: string;
130032
130505
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130033
130506
  message: string;
130034
130507
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130035
130508
  warning_code: 'unknown_issue_with_acs_access_group';
130036
- }[];
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
+ })[];
130037
130517
  is_managed: false;
130038
130518
  }[];
130039
130519
  };
@@ -166639,6 +167119,39 @@ type Routes = {
166639
167119
  };
166640
167120
  maxDuration: undefined;
166641
167121
  };
167122
+ '/seam/customer/v1/customers/list': {
167123
+ route: '/seam/customer/v1/customers/list';
167124
+ method: 'GET' | 'POST';
167125
+ queryParams: {};
167126
+ jsonBody: {};
167127
+ commonParams: {
167128
+ /** Maximum number of records to return per page. */
167129
+ limit?: number;
167130
+ /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
167131
+ page_cursor?: ((string | undefined) | null) | undefined;
167132
+ };
167133
+ formData: {};
167134
+ jsonResponse: {
167135
+ customers: {
167136
+ /** Unique key for the customer within the workspace. */
167137
+ customer_key: string;
167138
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer. */
167139
+ workspace_id: string;
167140
+ /** Date and time at which the customer was created. */
167141
+ created_at: string;
167142
+ }[];
167143
+ /** Information about the current page of results. */
167144
+ pagination: {
167145
+ /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
167146
+ next_page_cursor: string | null;
167147
+ /** Indicates whether there is another page of results after this one. */
167148
+ has_next_page: boolean;
167149
+ /** URL to get the next page of results. */
167150
+ next_page_url: string | null;
167151
+ };
167152
+ };
167153
+ maxDuration: undefined;
167154
+ };
166642
167155
  '/seam/customer/v1/events/list': {
166643
167156
  route: '/seam/customer/v1/events/list';
166644
167157
  method: 'GET' | 'POST';
@@ -193054,14 +193567,21 @@ type Routes = {
193054
193567
  /** Date and time at which the access group was created. */
193055
193568
  created_at: string;
193056
193569
  /** Warnings associated with the `acs_access_group`. */
193057
- warnings: {
193570
+ warnings: ({
193058
193571
  /** Date and time at which Seam created the warning. */
193059
193572
  created_at: string;
193060
193573
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
193061
193574
  message: string;
193062
193575
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
193063
193576
  warning_code: 'unknown_issue_with_acs_access_group';
193064
- }[];
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
+ })[];
193065
193585
  is_managed: true;
193066
193586
  }[] | undefined;
193067
193587
  acs_encoders?: {
@@ -194613,14 +195133,21 @@ type Routes = {
194613
195133
  /** Date and time at which the access group was created. */
194614
195134
  created_at: string;
194615
195135
  /** Warnings associated with the `acs_access_group`. */
194616
- warnings: {
195136
+ warnings: ({
194617
195137
  /** Date and time at which Seam created the warning. */
194618
195138
  created_at: string;
194619
195139
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
194620
195140
  message: string;
194621
195141
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
194622
195142
  warning_code: 'unknown_issue_with_acs_access_group';
194623
- }[];
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
+ })[];
194624
195151
  is_managed: false;
194625
195152
  }[] | undefined;
194626
195153
  unmanaged_devices?: {