@seamapi/types 1.7.1 → 1.9.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.
@@ -5298,6 +5298,141 @@ declare const _default: {
5298
5298
  operationId: string;
5299
5299
  };
5300
5300
  };
5301
+ '/acs/access_groups/add_user': {
5302
+ post: {
5303
+ 'x-fern-sdk-group-name': string[];
5304
+ 'x-fern-sdk-method-name': string;
5305
+ summary: string;
5306
+ responses: {
5307
+ 200: {
5308
+ description: string;
5309
+ content: {
5310
+ 'application/json': {
5311
+ schema: {
5312
+ type: string;
5313
+ properties: {
5314
+ ok: {
5315
+ type: string;
5316
+ };
5317
+ };
5318
+ required: string[];
5319
+ };
5320
+ };
5321
+ };
5322
+ };
5323
+ 400: {
5324
+ description: string;
5325
+ };
5326
+ 401: {
5327
+ description: string;
5328
+ };
5329
+ };
5330
+ security: ({
5331
+ seam_workspace: never[];
5332
+ access_token: never[];
5333
+ seam_client_session_token?: never;
5334
+ client_session_token?: never;
5335
+ } | {
5336
+ seam_client_session_token: never[];
5337
+ seam_workspace?: never;
5338
+ access_token?: never;
5339
+ client_session_token?: never;
5340
+ } | {
5341
+ client_session_token: never[];
5342
+ seam_workspace?: never;
5343
+ access_token?: never;
5344
+ seam_client_session_token?: never;
5345
+ })[];
5346
+ requestBody: {
5347
+ content: {
5348
+ 'application/json': {
5349
+ schema: {
5350
+ type: string;
5351
+ properties: {
5352
+ acs_access_group_id: {
5353
+ type: string;
5354
+ format: string;
5355
+ };
5356
+ acs_user_id: {
5357
+ type: string;
5358
+ format: string;
5359
+ };
5360
+ };
5361
+ required: string[];
5362
+ };
5363
+ };
5364
+ };
5365
+ };
5366
+ tags: never[];
5367
+ operationId: string;
5368
+ };
5369
+ patch: {
5370
+ 'x-fern-ignore': boolean;
5371
+ summary: string;
5372
+ responses: {
5373
+ 200: {
5374
+ description: string;
5375
+ content: {
5376
+ 'application/json': {
5377
+ schema: {
5378
+ type: string;
5379
+ properties: {
5380
+ ok: {
5381
+ type: string;
5382
+ };
5383
+ };
5384
+ required: string[];
5385
+ };
5386
+ };
5387
+ };
5388
+ };
5389
+ 400: {
5390
+ description: string;
5391
+ };
5392
+ 401: {
5393
+ description: string;
5394
+ };
5395
+ };
5396
+ security: ({
5397
+ seam_workspace: never[];
5398
+ access_token: never[];
5399
+ seam_client_session_token?: never;
5400
+ client_session_token?: never;
5401
+ } | {
5402
+ seam_client_session_token: never[];
5403
+ seam_workspace?: never;
5404
+ access_token?: never;
5405
+ client_session_token?: never;
5406
+ } | {
5407
+ client_session_token: never[];
5408
+ seam_workspace?: never;
5409
+ access_token?: never;
5410
+ seam_client_session_token?: never;
5411
+ })[];
5412
+ requestBody: {
5413
+ content: {
5414
+ 'application/json': {
5415
+ schema: {
5416
+ type: string;
5417
+ properties: {
5418
+ acs_access_group_id: {
5419
+ type: string;
5420
+ format: string;
5421
+ };
5422
+ acs_user_id: {
5423
+ type: string;
5424
+ format: string;
5425
+ };
5426
+ };
5427
+ required: string[];
5428
+ };
5429
+ };
5430
+ };
5431
+ };
5432
+ tags: never[];
5433
+ operationId: string;
5434
+ };
5435
+ };
5301
5436
  '/acs/access_groups/create': {
5302
5437
  post: {
5303
5438
  'x-fern-sdk-group-name': string[];
@@ -5312,38 +5447,7 @@ declare const _default: {
5312
5447
  type: string;
5313
5448
  properties: {
5314
5449
  acs_access_group: {
5315
- type: string;
5316
- properties: {
5317
- acs_access_group_id: {
5318
- type: string;
5319
- format: string;
5320
- };
5321
- acs_system_id: {
5322
- type: string;
5323
- format: string;
5324
- };
5325
- workspace_id: {
5326
- type: string;
5327
- format: string;
5328
- };
5329
- name: {
5330
- type: string;
5331
- };
5332
- access_group_type: {
5333
- type: string;
5334
- enum: string[];
5335
- };
5336
- created_at: {
5337
- oneOf: ({
5338
- type: string;
5339
- format?: never;
5340
- } | {
5341
- type: string;
5342
- format: string;
5343
- })[];
5344
- };
5345
- };
5346
- required: string[];
5450
+ $ref: string;
5347
5451
  };
5348
5452
  ok: {
5349
5453
  type: string;
@@ -5479,38 +5583,7 @@ declare const _default: {
5479
5583
  type: string;
5480
5584
  properties: {
5481
5585
  acs_access_group: {
5482
- type: string;
5483
- properties: {
5484
- acs_access_group_id: {
5485
- type: string;
5486
- format: string;
5487
- };
5488
- acs_system_id: {
5489
- type: string;
5490
- format: string;
5491
- };
5492
- workspace_id: {
5493
- type: string;
5494
- format: string;
5495
- };
5496
- name: {
5497
- type: string;
5498
- };
5499
- access_group_type: {
5500
- type: string;
5501
- enum: string[];
5502
- };
5503
- created_at: {
5504
- oneOf: ({
5505
- type: string;
5506
- format?: never;
5507
- } | {
5508
- type: string;
5509
- format: string;
5510
- })[];
5511
- };
5512
- };
5513
- required: string[];
5586
+ $ref: string;
5514
5587
  };
5515
5588
  ok: {
5516
5589
  type: string;
@@ -5580,38 +5653,7 @@ declare const _default: {
5580
5653
  acs_access_groups: {
5581
5654
  type: string;
5582
5655
  items: {
5583
- type: string;
5584
- properties: {
5585
- acs_access_group_id: {
5586
- type: string;
5587
- format: string;
5588
- };
5589
- acs_system_id: {
5590
- type: string;
5591
- format: string;
5592
- };
5593
- workspace_id: {
5594
- type: string;
5595
- format: string;
5596
- };
5597
- name: {
5598
- type: string;
5599
- };
5600
- access_group_type: {
5601
- type: string;
5602
- enum: string[];
5603
- };
5604
- created_at: {
5605
- oneOf: ({
5606
- type: string;
5607
- format?: never;
5608
- } | {
5609
- type: string;
5610
- format: string;
5611
- })[];
5612
- };
5613
- };
5614
- required: string[];
5656
+ $ref: string;
5615
5657
  };
5616
5658
  };
5617
5659
  ok: {
@@ -5652,7 +5694,146 @@ declare const _default: {
5652
5694
  schema: {
5653
5695
  type: string;
5654
5696
  properties: {
5655
- acs_access_system_id: {
5697
+ acs_access_system_id: {
5698
+ type: string;
5699
+ format: string;
5700
+ };
5701
+ acs_user_id: {
5702
+ type: string;
5703
+ format: string;
5704
+ };
5705
+ };
5706
+ };
5707
+ };
5708
+ };
5709
+ };
5710
+ tags: never[];
5711
+ operationId: string;
5712
+ };
5713
+ };
5714
+ '/acs/access_groups/list_users': {
5715
+ post: {
5716
+ 'x-fern-sdk-group-name': string[];
5717
+ 'x-fern-sdk-method-name': string;
5718
+ summary: string;
5719
+ responses: {
5720
+ 200: {
5721
+ description: string;
5722
+ content: {
5723
+ 'application/json': {
5724
+ schema: {
5725
+ type: string;
5726
+ properties: {
5727
+ acs_users: {
5728
+ type: string;
5729
+ items: {
5730
+ $ref: string;
5731
+ };
5732
+ };
5733
+ ok: {
5734
+ type: string;
5735
+ };
5736
+ };
5737
+ required: string[];
5738
+ };
5739
+ };
5740
+ };
5741
+ };
5742
+ 400: {
5743
+ description: string;
5744
+ };
5745
+ 401: {
5746
+ description: string;
5747
+ };
5748
+ };
5749
+ security: ({
5750
+ seam_workspace: never[];
5751
+ access_token: never[];
5752
+ seam_client_session_token?: never;
5753
+ client_session_token?: never;
5754
+ } | {
5755
+ seam_client_session_token: never[];
5756
+ seam_workspace?: never;
5757
+ access_token?: never;
5758
+ client_session_token?: never;
5759
+ } | {
5760
+ client_session_token: never[];
5761
+ seam_workspace?: never;
5762
+ access_token?: never;
5763
+ seam_client_session_token?: never;
5764
+ })[];
5765
+ requestBody: {
5766
+ content: {
5767
+ 'application/json': {
5768
+ schema: {
5769
+ type: string;
5770
+ properties: {
5771
+ acs_access_group_id: {
5772
+ type: string;
5773
+ format: string;
5774
+ };
5775
+ };
5776
+ required: string[];
5777
+ };
5778
+ };
5779
+ };
5780
+ };
5781
+ tags: never[];
5782
+ operationId: string;
5783
+ };
5784
+ };
5785
+ '/acs/access_groups/remove_user': {
5786
+ post: {
5787
+ 'x-fern-sdk-group-name': string[];
5788
+ 'x-fern-sdk-method-name': string;
5789
+ summary: string;
5790
+ responses: {
5791
+ 200: {
5792
+ description: string;
5793
+ content: {
5794
+ 'application/json': {
5795
+ schema: {
5796
+ type: string;
5797
+ properties: {
5798
+ ok: {
5799
+ type: string;
5800
+ };
5801
+ };
5802
+ required: string[];
5803
+ };
5804
+ };
5805
+ };
5806
+ };
5807
+ 400: {
5808
+ description: string;
5809
+ };
5810
+ 401: {
5811
+ description: string;
5812
+ };
5813
+ };
5814
+ security: ({
5815
+ seam_workspace: never[];
5816
+ access_token: never[];
5817
+ seam_client_session_token?: never;
5818
+ client_session_token?: never;
5819
+ } | {
5820
+ seam_client_session_token: never[];
5821
+ seam_workspace?: never;
5822
+ access_token?: never;
5823
+ client_session_token?: never;
5824
+ } | {
5825
+ client_session_token: never[];
5826
+ seam_workspace?: never;
5827
+ access_token?: never;
5828
+ seam_client_session_token?: never;
5829
+ })[];
5830
+ requestBody: {
5831
+ content: {
5832
+ 'application/json': {
5833
+ schema: {
5834
+ type: string;
5835
+ properties: {
5836
+ acs_access_group_id: {
5656
5837
  type: string;
5657
5838
  format: string;
5658
5839
  };
@@ -5661,6 +5842,7 @@ declare const _default: {
5661
5842
  format: string;
5662
5843
  };
5663
5844
  };
5845
+ required: string[];
5664
5846
  };
5665
5847
  };
5666
5848
  };
@@ -5818,30 +6000,7 @@ declare const _default: {
5818
6000
  type: string;
5819
6001
  properties: {
5820
6002
  acs_system: {
5821
- type: string;
5822
- properties: {
5823
- acs_system_id: {
5824
- type: string;
5825
- format: string;
5826
- };
5827
- system_type: {
5828
- type: string;
5829
- enum: string[];
5830
- };
5831
- name: {
5832
- type: string;
5833
- };
5834
- created_at: {
5835
- oneOf: ({
5836
- type: string;
5837
- format?: never;
5838
- } | {
5839
- type: string;
5840
- format: string;
5841
- })[];
5842
- };
5843
- };
5844
- required: string[];
6003
+ $ref: string;
5845
6004
  };
5846
6005
  ok: {
5847
6006
  type: string;
@@ -5911,30 +6070,7 @@ declare const _default: {
5911
6070
  acs_systems: {
5912
6071
  type: string;
5913
6072
  items: {
5914
- type: string;
5915
- properties: {
5916
- acs_system_id: {
5917
- type: string;
5918
- format: string;
5919
- };
5920
- system_type: {
5921
- type: string;
5922
- enum: string[];
5923
- };
5924
- name: {
5925
- type: string;
5926
- };
5927
- created_at: {
5928
- oneOf: ({
5929
- type: string;
5930
- format?: never;
5931
- } | {
5932
- type: string;
5933
- format: string;
5934
- })[];
5935
- };
5936
- };
5937
- required: string[];
6073
+ $ref: string;
5938
6074
  };
5939
6075
  };
5940
6076
  ok: {
@@ -5986,30 +6122,7 @@ declare const _default: {
5986
6122
  acs_systems: {
5987
6123
  type: string;
5988
6124
  items: {
5989
- type: string;
5990
- properties: {
5991
- acs_system_id: {
5992
- type: string;
5993
- format: string;
5994
- };
5995
- system_type: {
5996
- type: string;
5997
- enum: string[];
5998
- };
5999
- name: {
6000
- type: string;
6001
- };
6002
- created_at: {
6003
- oneOf: ({
6004
- type: string;
6005
- format?: never;
6006
- } | {
6007
- type: string;
6008
- format: string;
6009
- })[];
6010
- };
6011
- };
6012
- required: string[];
6125
+ $ref: string;
6013
6126
  };
6014
6127
  };
6015
6128
  ok: {
@@ -6171,40 +6284,7 @@ declare const _default: {
6171
6284
  type: string;
6172
6285
  properties: {
6173
6286
  acs_user: {
6174
- type: string;
6175
- properties: {
6176
- acs_user_id: {
6177
- type: string;
6178
- format: string;
6179
- };
6180
- acs_system_id: {
6181
- type: string;
6182
- format: string;
6183
- };
6184
- workspace_id: {
6185
- type: string;
6186
- format: string;
6187
- };
6188
- created_at: {
6189
- type: string;
6190
- format: string;
6191
- };
6192
- display_name: {
6193
- type: string;
6194
- };
6195
- full_name: {
6196
- type: string;
6197
- };
6198
- email: {
6199
- type: string;
6200
- format: string;
6201
- };
6202
- phone_number: {
6203
- type: string;
6204
- nullable: boolean;
6205
- };
6206
- };
6207
- required: string[];
6287
+ $ref: string;
6208
6288
  };
6209
6289
  ok: {
6210
6290
  type: string;
@@ -6244,6 +6324,18 @@ declare const _default: {
6244
6324
  schema: {
6245
6325
  type: string;
6246
6326
  properties: {
6327
+ acs_system_id: {
6328
+ type: string;
6329
+ format: string;
6330
+ };
6331
+ acs_access_group_ids: {
6332
+ default: never[];
6333
+ type: string;
6334
+ items: {
6335
+ type: string;
6336
+ format: string;
6337
+ };
6338
+ };
6247
6339
  full_name: {
6248
6340
  type: string;
6249
6341
  };
@@ -6256,6 +6348,7 @@ declare const _default: {
6256
6348
  nullable: boolean;
6257
6349
  };
6258
6350
  };
6351
+ required: string[];
6259
6352
  };
6260
6353
  };
6261
6354
  };
@@ -6343,40 +6436,7 @@ declare const _default: {
6343
6436
  type: string;
6344
6437
  properties: {
6345
6438
  acs_user: {
6346
- type: string;
6347
- properties: {
6348
- acs_user_id: {
6349
- type: string;
6350
- format: string;
6351
- };
6352
- acs_system_id: {
6353
- type: string;
6354
- format: string;
6355
- };
6356
- workspace_id: {
6357
- type: string;
6358
- format: string;
6359
- };
6360
- created_at: {
6361
- type: string;
6362
- format: string;
6363
- };
6364
- display_name: {
6365
- type: string;
6366
- };
6367
- full_name: {
6368
- type: string;
6369
- };
6370
- email: {
6371
- type: string;
6372
- format: string;
6373
- };
6374
- phone_number: {
6375
- type: string;
6376
- nullable: boolean;
6377
- };
6378
- };
6379
- required: string[];
6439
+ $ref: string;
6380
6440
  };
6381
6441
  ok: {
6382
6442
  type: string;
@@ -6446,40 +6506,7 @@ declare const _default: {
6446
6506
  acs_users: {
6447
6507
  type: string;
6448
6508
  items: {
6449
- type: string;
6450
- properties: {
6451
- acs_user_id: {
6452
- type: string;
6453
- format: string;
6454
- };
6455
- acs_system_id: {
6456
- type: string;
6457
- format: string;
6458
- };
6459
- workspace_id: {
6460
- type: string;
6461
- format: string;
6462
- };
6463
- created_at: {
6464
- type: string;
6465
- format: string;
6466
- };
6467
- display_name: {
6468
- type: string;
6469
- };
6470
- full_name: {
6471
- type: string;
6472
- };
6473
- email: {
6474
- type: string;
6475
- format: string;
6476
- };
6477
- phone_number: {
6478
- type: string;
6479
- nullable: boolean;
6480
- };
6481
- };
6482
- required: string[];
6509
+ $ref: string;
6483
6510
  };
6484
6511
  };
6485
6512
  ok: {
@@ -6693,6 +6720,10 @@ declare const _default: {
6693
6720
  schema: {
6694
6721
  type: string;
6695
6722
  properties: {
6723
+ acs_user_id: {
6724
+ type: string;
6725
+ format: string;
6726
+ };
6696
6727
  full_name: {
6697
6728
  type: string;
6698
6729
  };
@@ -6705,6 +6736,7 @@ declare const _default: {
6705
6736
  nullable: boolean;
6706
6737
  };
6707
6738
  };
6739
+ required: string[];
6708
6740
  };
6709
6741
  };
6710
6742
  };
@@ -6762,6 +6794,10 @@ declare const _default: {
6762
6794
  schema: {
6763
6795
  type: string;
6764
6796
  properties: {
6797
+ acs_user_id: {
6798
+ type: string;
6799
+ format: string;
6800
+ };
6765
6801
  full_name: {
6766
6802
  type: string;
6767
6803
  };
@@ -6774,6 +6810,7 @@ declare const _default: {
6774
6810
  nullable: boolean;
6775
6811
  };
6776
6812
  };
6813
+ required: string[];
6777
6814
  };
6778
6815
  };
6779
6816
  };
@@ -10208,6 +10245,98 @@ declare const _default: {
10208
10245
  };
10209
10246
  required: string[];
10210
10247
  };
10248
+ acs_system: {
10249
+ type: string;
10250
+ properties: {
10251
+ acs_system_id: {
10252
+ type: string;
10253
+ format: string;
10254
+ };
10255
+ system_type: {
10256
+ type: string;
10257
+ enum: string[];
10258
+ };
10259
+ system_type_display_name: {
10260
+ type: string;
10261
+ };
10262
+ name: {
10263
+ type: string;
10264
+ };
10265
+ created_at: {
10266
+ type: string;
10267
+ format: string;
10268
+ };
10269
+ };
10270
+ required: string[];
10271
+ };
10272
+ acs_access_group: {
10273
+ type: string;
10274
+ properties: {
10275
+ acs_access_group_id: {
10276
+ type: string;
10277
+ format: string;
10278
+ };
10279
+ acs_system_id: {
10280
+ type: string;
10281
+ format: string;
10282
+ };
10283
+ workspace_id: {
10284
+ type: string;
10285
+ format: string;
10286
+ };
10287
+ name: {
10288
+ type: string;
10289
+ };
10290
+ access_group_type: {
10291
+ type: string;
10292
+ enum: string[];
10293
+ };
10294
+ access_group_type_display_name: {
10295
+ type: string;
10296
+ };
10297
+ created_at: {
10298
+ type: string;
10299
+ format: string;
10300
+ };
10301
+ };
10302
+ required: string[];
10303
+ };
10304
+ acs_user: {
10305
+ type: string;
10306
+ properties: {
10307
+ acs_user_id: {
10308
+ type: string;
10309
+ format: string;
10310
+ };
10311
+ acs_system_id: {
10312
+ type: string;
10313
+ format: string;
10314
+ };
10315
+ workspace_id: {
10316
+ type: string;
10317
+ format: string;
10318
+ };
10319
+ created_at: {
10320
+ type: string;
10321
+ format: string;
10322
+ };
10323
+ display_name: {
10324
+ type: string;
10325
+ };
10326
+ full_name: {
10327
+ type: string;
10328
+ };
10329
+ email: {
10330
+ type: string;
10331
+ format: string;
10332
+ };
10333
+ phone_number: {
10334
+ type: string;
10335
+ nullable: boolean;
10336
+ };
10337
+ };
10338
+ required: string[];
10339
+ };
10211
10340
  };
10212
10341
  };
10213
10342
  };