@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.
@@ -5247,6 +5247,141 @@ declare const _default: {
5247
5247
  operationId: string;
5248
5248
  };
5249
5249
  };
5250
+ '/acs/access_groups/add_user': {
5251
+ post: {
5252
+ 'x-fern-sdk-group-name': string[];
5253
+ 'x-fern-sdk-method-name': string;
5254
+ summary: string;
5255
+ responses: {
5256
+ 200: {
5257
+ description: string;
5258
+ content: {
5259
+ 'application/json': {
5260
+ schema: {
5261
+ type: string;
5262
+ properties: {
5263
+ ok: {
5264
+ type: string;
5265
+ };
5266
+ };
5267
+ required: string[];
5268
+ };
5269
+ };
5270
+ };
5271
+ };
5272
+ 400: {
5273
+ description: string;
5274
+ };
5275
+ 401: {
5276
+ description: string;
5277
+ };
5278
+ };
5279
+ security: ({
5280
+ seam_workspace: never[];
5281
+ access_token: never[];
5282
+ seam_client_session_token?: never;
5283
+ client_session_token?: never;
5284
+ } | {
5285
+ seam_client_session_token: never[];
5286
+ seam_workspace?: never;
5287
+ access_token?: never;
5288
+ client_session_token?: never;
5289
+ } | {
5290
+ client_session_token: never[];
5291
+ seam_workspace?: never;
5292
+ access_token?: never;
5293
+ seam_client_session_token?: never;
5294
+ })[];
5295
+ requestBody: {
5296
+ content: {
5297
+ 'application/json': {
5298
+ schema: {
5299
+ type: string;
5300
+ properties: {
5301
+ acs_access_group_id: {
5302
+ type: string;
5303
+ format: string;
5304
+ };
5305
+ acs_user_id: {
5306
+ type: string;
5307
+ format: string;
5308
+ };
5309
+ };
5310
+ required: string[];
5311
+ };
5312
+ };
5313
+ };
5314
+ };
5315
+ tags: never[];
5316
+ operationId: string;
5317
+ };
5318
+ patch: {
5319
+ 'x-fern-ignore': boolean;
5320
+ summary: string;
5321
+ responses: {
5322
+ 200: {
5323
+ description: string;
5324
+ content: {
5325
+ 'application/json': {
5326
+ schema: {
5327
+ type: string;
5328
+ properties: {
5329
+ ok: {
5330
+ type: string;
5331
+ };
5332
+ };
5333
+ required: string[];
5334
+ };
5335
+ };
5336
+ };
5337
+ };
5338
+ 400: {
5339
+ description: string;
5340
+ };
5341
+ 401: {
5342
+ description: string;
5343
+ };
5344
+ };
5345
+ security: ({
5346
+ seam_workspace: never[];
5347
+ access_token: never[];
5348
+ seam_client_session_token?: never;
5349
+ client_session_token?: never;
5350
+ } | {
5351
+ seam_client_session_token: never[];
5352
+ seam_workspace?: never;
5353
+ access_token?: never;
5354
+ client_session_token?: never;
5355
+ } | {
5356
+ client_session_token: never[];
5357
+ seam_workspace?: never;
5358
+ access_token?: never;
5359
+ seam_client_session_token?: never;
5360
+ })[];
5361
+ requestBody: {
5362
+ content: {
5363
+ 'application/json': {
5364
+ schema: {
5365
+ type: string;
5366
+ properties: {
5367
+ acs_access_group_id: {
5368
+ type: string;
5369
+ format: string;
5370
+ };
5371
+ acs_user_id: {
5372
+ type: string;
5373
+ format: string;
5374
+ };
5375
+ };
5376
+ required: string[];
5377
+ };
5378
+ };
5379
+ };
5380
+ };
5381
+ tags: never[];
5382
+ operationId: string;
5383
+ };
5384
+ };
5250
5385
  '/acs/access_groups/create': {
5251
5386
  post: {
5252
5387
  'x-fern-sdk-group-name': string[];
@@ -5261,38 +5396,7 @@ declare const _default: {
5261
5396
  type: string;
5262
5397
  properties: {
5263
5398
  acs_access_group: {
5264
- type: string;
5265
- properties: {
5266
- acs_access_group_id: {
5267
- type: string;
5268
- format: string;
5269
- };
5270
- acs_system_id: {
5271
- type: string;
5272
- format: string;
5273
- };
5274
- workspace_id: {
5275
- type: string;
5276
- format: string;
5277
- };
5278
- name: {
5279
- type: string;
5280
- };
5281
- access_group_type: {
5282
- type: string;
5283
- enum: string[];
5284
- };
5285
- created_at: {
5286
- oneOf: ({
5287
- type: string;
5288
- format?: never;
5289
- } | {
5290
- type: string;
5291
- format: string;
5292
- })[];
5293
- };
5294
- };
5295
- required: string[];
5399
+ $ref: string;
5296
5400
  };
5297
5401
  ok: {
5298
5402
  type: string;
@@ -5428,38 +5532,7 @@ declare const _default: {
5428
5532
  type: string;
5429
5533
  properties: {
5430
5534
  acs_access_group: {
5431
- type: string;
5432
- properties: {
5433
- acs_access_group_id: {
5434
- type: string;
5435
- format: string;
5436
- };
5437
- acs_system_id: {
5438
- type: string;
5439
- format: string;
5440
- };
5441
- workspace_id: {
5442
- type: string;
5443
- format: string;
5444
- };
5445
- name: {
5446
- type: string;
5447
- };
5448
- access_group_type: {
5449
- type: string;
5450
- enum: string[];
5451
- };
5452
- created_at: {
5453
- oneOf: ({
5454
- type: string;
5455
- format?: never;
5456
- } | {
5457
- type: string;
5458
- format: string;
5459
- })[];
5460
- };
5461
- };
5462
- required: string[];
5535
+ $ref: string;
5463
5536
  };
5464
5537
  ok: {
5465
5538
  type: string;
@@ -5529,38 +5602,7 @@ declare const _default: {
5529
5602
  acs_access_groups: {
5530
5603
  type: string;
5531
5604
  items: {
5532
- type: string;
5533
- properties: {
5534
- acs_access_group_id: {
5535
- type: string;
5536
- format: string;
5537
- };
5538
- acs_system_id: {
5539
- type: string;
5540
- format: string;
5541
- };
5542
- workspace_id: {
5543
- type: string;
5544
- format: string;
5545
- };
5546
- name: {
5547
- type: string;
5548
- };
5549
- access_group_type: {
5550
- type: string;
5551
- enum: string[];
5552
- };
5553
- created_at: {
5554
- oneOf: ({
5555
- type: string;
5556
- format?: never;
5557
- } | {
5558
- type: string;
5559
- format: string;
5560
- })[];
5561
- };
5562
- };
5563
- required: string[];
5605
+ $ref: string;
5564
5606
  };
5565
5607
  };
5566
5608
  ok: {
@@ -5601,7 +5643,146 @@ declare const _default: {
5601
5643
  schema: {
5602
5644
  type: string;
5603
5645
  properties: {
5604
- acs_access_system_id: {
5646
+ acs_access_system_id: {
5647
+ type: string;
5648
+ format: string;
5649
+ };
5650
+ acs_user_id: {
5651
+ type: string;
5652
+ format: string;
5653
+ };
5654
+ };
5655
+ };
5656
+ };
5657
+ };
5658
+ };
5659
+ tags: never[];
5660
+ operationId: string;
5661
+ };
5662
+ };
5663
+ '/acs/access_groups/list_users': {
5664
+ post: {
5665
+ 'x-fern-sdk-group-name': string[];
5666
+ 'x-fern-sdk-method-name': string;
5667
+ summary: string;
5668
+ responses: {
5669
+ 200: {
5670
+ description: string;
5671
+ content: {
5672
+ 'application/json': {
5673
+ schema: {
5674
+ type: string;
5675
+ properties: {
5676
+ acs_users: {
5677
+ type: string;
5678
+ items: {
5679
+ $ref: string;
5680
+ };
5681
+ };
5682
+ ok: {
5683
+ type: string;
5684
+ };
5685
+ };
5686
+ required: string[];
5687
+ };
5688
+ };
5689
+ };
5690
+ };
5691
+ 400: {
5692
+ description: string;
5693
+ };
5694
+ 401: {
5695
+ description: string;
5696
+ };
5697
+ };
5698
+ security: ({
5699
+ seam_workspace: never[];
5700
+ access_token: never[];
5701
+ seam_client_session_token?: never;
5702
+ client_session_token?: never;
5703
+ } | {
5704
+ seam_client_session_token: never[];
5705
+ seam_workspace?: never;
5706
+ access_token?: never;
5707
+ client_session_token?: never;
5708
+ } | {
5709
+ client_session_token: never[];
5710
+ seam_workspace?: never;
5711
+ access_token?: never;
5712
+ seam_client_session_token?: never;
5713
+ })[];
5714
+ requestBody: {
5715
+ content: {
5716
+ 'application/json': {
5717
+ schema: {
5718
+ type: string;
5719
+ properties: {
5720
+ acs_access_group_id: {
5721
+ type: string;
5722
+ format: string;
5723
+ };
5724
+ };
5725
+ required: string[];
5726
+ };
5727
+ };
5728
+ };
5729
+ };
5730
+ tags: never[];
5731
+ operationId: string;
5732
+ };
5733
+ };
5734
+ '/acs/access_groups/remove_user': {
5735
+ post: {
5736
+ 'x-fern-sdk-group-name': string[];
5737
+ 'x-fern-sdk-method-name': string;
5738
+ summary: string;
5739
+ responses: {
5740
+ 200: {
5741
+ description: string;
5742
+ content: {
5743
+ 'application/json': {
5744
+ schema: {
5745
+ type: string;
5746
+ properties: {
5747
+ ok: {
5748
+ type: string;
5749
+ };
5750
+ };
5751
+ required: string[];
5752
+ };
5753
+ };
5754
+ };
5755
+ };
5756
+ 400: {
5757
+ description: string;
5758
+ };
5759
+ 401: {
5760
+ description: string;
5761
+ };
5762
+ };
5763
+ security: ({
5764
+ seam_workspace: never[];
5765
+ access_token: never[];
5766
+ seam_client_session_token?: never;
5767
+ client_session_token?: never;
5768
+ } | {
5769
+ seam_client_session_token: never[];
5770
+ seam_workspace?: never;
5771
+ access_token?: never;
5772
+ client_session_token?: never;
5773
+ } | {
5774
+ client_session_token: never[];
5775
+ seam_workspace?: never;
5776
+ access_token?: never;
5777
+ seam_client_session_token?: never;
5778
+ })[];
5779
+ requestBody: {
5780
+ content: {
5781
+ 'application/json': {
5782
+ schema: {
5783
+ type: string;
5784
+ properties: {
5785
+ acs_access_group_id: {
5605
5786
  type: string;
5606
5787
  format: string;
5607
5788
  };
@@ -5610,6 +5791,7 @@ declare const _default: {
5610
5791
  format: string;
5611
5792
  };
5612
5793
  };
5794
+ required: string[];
5613
5795
  };
5614
5796
  };
5615
5797
  };
@@ -5767,30 +5949,7 @@ declare const _default: {
5767
5949
  type: string;
5768
5950
  properties: {
5769
5951
  acs_system: {
5770
- type: string;
5771
- properties: {
5772
- acs_system_id: {
5773
- type: string;
5774
- format: string;
5775
- };
5776
- system_type: {
5777
- type: string;
5778
- enum: string[];
5779
- };
5780
- name: {
5781
- type: string;
5782
- };
5783
- created_at: {
5784
- oneOf: ({
5785
- type: string;
5786
- format?: never;
5787
- } | {
5788
- type: string;
5789
- format: string;
5790
- })[];
5791
- };
5792
- };
5793
- required: string[];
5952
+ $ref: string;
5794
5953
  };
5795
5954
  ok: {
5796
5955
  type: string;
@@ -5860,30 +6019,7 @@ declare const _default: {
5860
6019
  acs_systems: {
5861
6020
  type: string;
5862
6021
  items: {
5863
- type: string;
5864
- properties: {
5865
- acs_system_id: {
5866
- type: string;
5867
- format: string;
5868
- };
5869
- system_type: {
5870
- type: string;
5871
- enum: string[];
5872
- };
5873
- name: {
5874
- type: string;
5875
- };
5876
- created_at: {
5877
- oneOf: ({
5878
- type: string;
5879
- format?: never;
5880
- } | {
5881
- type: string;
5882
- format: string;
5883
- })[];
5884
- };
5885
- };
5886
- required: string[];
6022
+ $ref: string;
5887
6023
  };
5888
6024
  };
5889
6025
  ok: {
@@ -5935,30 +6071,7 @@ declare const _default: {
5935
6071
  acs_systems: {
5936
6072
  type: string;
5937
6073
  items: {
5938
- type: string;
5939
- properties: {
5940
- acs_system_id: {
5941
- type: string;
5942
- format: string;
5943
- };
5944
- system_type: {
5945
- type: string;
5946
- enum: string[];
5947
- };
5948
- name: {
5949
- type: string;
5950
- };
5951
- created_at: {
5952
- oneOf: ({
5953
- type: string;
5954
- format?: never;
5955
- } | {
5956
- type: string;
5957
- format: string;
5958
- })[];
5959
- };
5960
- };
5961
- required: string[];
6074
+ $ref: string;
5962
6075
  };
5963
6076
  };
5964
6077
  ok: {
@@ -6120,40 +6233,7 @@ declare const _default: {
6120
6233
  type: string;
6121
6234
  properties: {
6122
6235
  acs_user: {
6123
- type: string;
6124
- properties: {
6125
- acs_user_id: {
6126
- type: string;
6127
- format: string;
6128
- };
6129
- acs_system_id: {
6130
- type: string;
6131
- format: string;
6132
- };
6133
- workspace_id: {
6134
- type: string;
6135
- format: string;
6136
- };
6137
- created_at: {
6138
- type: string;
6139
- format: string;
6140
- };
6141
- display_name: {
6142
- type: string;
6143
- };
6144
- full_name: {
6145
- type: string;
6146
- };
6147
- email: {
6148
- type: string;
6149
- format: string;
6150
- };
6151
- phone_number: {
6152
- type: string;
6153
- nullable: boolean;
6154
- };
6155
- };
6156
- required: string[];
6236
+ $ref: string;
6157
6237
  };
6158
6238
  ok: {
6159
6239
  type: string;
@@ -6193,6 +6273,18 @@ declare const _default: {
6193
6273
  schema: {
6194
6274
  type: string;
6195
6275
  properties: {
6276
+ acs_system_id: {
6277
+ type: string;
6278
+ format: string;
6279
+ };
6280
+ acs_access_group_ids: {
6281
+ default: never[];
6282
+ type: string;
6283
+ items: {
6284
+ type: string;
6285
+ format: string;
6286
+ };
6287
+ };
6196
6288
  full_name: {
6197
6289
  type: string;
6198
6290
  };
@@ -6205,6 +6297,7 @@ declare const _default: {
6205
6297
  nullable: boolean;
6206
6298
  };
6207
6299
  };
6300
+ required: string[];
6208
6301
  };
6209
6302
  };
6210
6303
  };
@@ -6292,40 +6385,7 @@ declare const _default: {
6292
6385
  type: string;
6293
6386
  properties: {
6294
6387
  acs_user: {
6295
- type: string;
6296
- properties: {
6297
- acs_user_id: {
6298
- type: string;
6299
- format: string;
6300
- };
6301
- acs_system_id: {
6302
- type: string;
6303
- format: string;
6304
- };
6305
- workspace_id: {
6306
- type: string;
6307
- format: string;
6308
- };
6309
- created_at: {
6310
- type: string;
6311
- format: string;
6312
- };
6313
- display_name: {
6314
- type: string;
6315
- };
6316
- full_name: {
6317
- type: string;
6318
- };
6319
- email: {
6320
- type: string;
6321
- format: string;
6322
- };
6323
- phone_number: {
6324
- type: string;
6325
- nullable: boolean;
6326
- };
6327
- };
6328
- required: string[];
6388
+ $ref: string;
6329
6389
  };
6330
6390
  ok: {
6331
6391
  type: string;
@@ -6395,40 +6455,7 @@ declare const _default: {
6395
6455
  acs_users: {
6396
6456
  type: string;
6397
6457
  items: {
6398
- type: string;
6399
- properties: {
6400
- acs_user_id: {
6401
- type: string;
6402
- format: string;
6403
- };
6404
- acs_system_id: {
6405
- type: string;
6406
- format: string;
6407
- };
6408
- workspace_id: {
6409
- type: string;
6410
- format: string;
6411
- };
6412
- created_at: {
6413
- type: string;
6414
- format: string;
6415
- };
6416
- display_name: {
6417
- type: string;
6418
- };
6419
- full_name: {
6420
- type: string;
6421
- };
6422
- email: {
6423
- type: string;
6424
- format: string;
6425
- };
6426
- phone_number: {
6427
- type: string;
6428
- nullable: boolean;
6429
- };
6430
- };
6431
- required: string[];
6458
+ $ref: string;
6432
6459
  };
6433
6460
  };
6434
6461
  ok: {
@@ -6642,6 +6669,10 @@ declare const _default: {
6642
6669
  schema: {
6643
6670
  type: string;
6644
6671
  properties: {
6672
+ acs_user_id: {
6673
+ type: string;
6674
+ format: string;
6675
+ };
6645
6676
  full_name: {
6646
6677
  type: string;
6647
6678
  };
@@ -6654,6 +6685,7 @@ declare const _default: {
6654
6685
  nullable: boolean;
6655
6686
  };
6656
6687
  };
6688
+ required: string[];
6657
6689
  };
6658
6690
  };
6659
6691
  };
@@ -6711,6 +6743,10 @@ declare const _default: {
6711
6743
  schema: {
6712
6744
  type: string;
6713
6745
  properties: {
6746
+ acs_user_id: {
6747
+ type: string;
6748
+ format: string;
6749
+ };
6714
6750
  full_name: {
6715
6751
  type: string;
6716
6752
  };
@@ -6723,6 +6759,7 @@ declare const _default: {
6723
6759
  nullable: boolean;
6724
6760
  };
6725
6761
  };
6762
+ required: string[];
6726
6763
  };
6727
6764
  };
6728
6765
  };
@@ -10157,6 +10194,98 @@ declare const _default: {
10157
10194
  };
10158
10195
  required: string[];
10159
10196
  };
10197
+ acs_system: {
10198
+ type: string;
10199
+ properties: {
10200
+ acs_system_id: {
10201
+ type: string;
10202
+ format: string;
10203
+ };
10204
+ system_type: {
10205
+ type: string;
10206
+ enum: string[];
10207
+ };
10208
+ system_type_display_name: {
10209
+ type: string;
10210
+ };
10211
+ name: {
10212
+ type: string;
10213
+ };
10214
+ created_at: {
10215
+ type: string;
10216
+ format: string;
10217
+ };
10218
+ };
10219
+ required: string[];
10220
+ };
10221
+ acs_access_group: {
10222
+ type: string;
10223
+ properties: {
10224
+ acs_access_group_id: {
10225
+ type: string;
10226
+ format: string;
10227
+ };
10228
+ acs_system_id: {
10229
+ type: string;
10230
+ format: string;
10231
+ };
10232
+ workspace_id: {
10233
+ type: string;
10234
+ format: string;
10235
+ };
10236
+ name: {
10237
+ type: string;
10238
+ };
10239
+ access_group_type: {
10240
+ type: string;
10241
+ enum: string[];
10242
+ };
10243
+ access_group_type_display_name: {
10244
+ type: string;
10245
+ };
10246
+ created_at: {
10247
+ type: string;
10248
+ format: string;
10249
+ };
10250
+ };
10251
+ required: string[];
10252
+ };
10253
+ acs_user: {
10254
+ type: string;
10255
+ properties: {
10256
+ acs_user_id: {
10257
+ type: string;
10258
+ format: string;
10259
+ };
10260
+ acs_system_id: {
10261
+ type: string;
10262
+ format: string;
10263
+ };
10264
+ workspace_id: {
10265
+ type: string;
10266
+ format: string;
10267
+ };
10268
+ created_at: {
10269
+ type: string;
10270
+ format: string;
10271
+ };
10272
+ display_name: {
10273
+ type: string;
10274
+ };
10275
+ full_name: {
10276
+ type: string;
10277
+ };
10278
+ email: {
10279
+ type: string;
10280
+ format: string;
10281
+ };
10282
+ phone_number: {
10283
+ type: string;
10284
+ nullable: boolean;
10285
+ };
10286
+ };
10287
+ required: string[];
10288
+ };
10160
10289
  };
10161
10290
  };
10162
10291
  };