@seamapi/types 1.102.0 → 1.103.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.
@@ -5322,7 +5322,7 @@ declare const _default: {
5322
5322
  is_multi_phone_sync_credential: {
5323
5323
  type: string;
5324
5324
  };
5325
- parent_credential_id: {
5325
+ parent_acs_credential_id: {
5326
5326
  format: string;
5327
5327
  type: string;
5328
5328
  };
@@ -5459,7 +5459,7 @@ declare const _default: {
5459
5459
  is_multi_phone_sync_credential: {
5460
5460
  type: string;
5461
5461
  };
5462
- parent_credential_id: {
5462
+ parent_acs_credential_id: {
5463
5463
  format: string;
5464
5464
  type: string;
5465
5465
  };
@@ -5641,7 +5641,7 @@ declare const _default: {
5641
5641
  is_multi_phone_sync_credential: {
5642
5642
  type: string;
5643
5643
  };
5644
- parent_credential_id: {
5644
+ parent_acs_credential_id: {
5645
5645
  format: string;
5646
5646
  type: string;
5647
5647
  };
@@ -5839,7 +5839,7 @@ declare const _default: {
5839
5839
  is_multi_phone_sync_credential: {
5840
5840
  type: string;
5841
5841
  };
5842
- parent_credential_id: {
5842
+ parent_acs_credential_id: {
5843
5843
  format: string;
5844
5844
  type: string;
5845
5845
  };
@@ -6016,7 +6016,7 @@ declare const _default: {
6016
6016
  is_multi_phone_sync_credential: {
6017
6017
  type: string;
6018
6018
  };
6019
- parent_credential_id: {
6019
+ parent_acs_credential_id: {
6020
6020
  format: string;
6021
6021
  type: string;
6022
6022
  };
@@ -6166,7 +6166,7 @@ declare const _default: {
6166
6166
  is_multi_phone_sync_credential: {
6167
6167
  type: string;
6168
6168
  };
6169
- parent_credential_id: {
6169
+ parent_acs_credential_id: {
6170
6170
  format: string;
6171
6171
  type: string;
6172
6172
  };
@@ -6303,7 +6303,7 @@ declare const _default: {
6303
6303
  is_multi_phone_sync_credential: {
6304
6304
  type: string;
6305
6305
  };
6306
- parent_credential_id: {
6306
+ parent_acs_credential_id: {
6307
6307
  format: string;
6308
6308
  type: string;
6309
6309
  };
@@ -6442,7 +6442,7 @@ declare const _default: {
6442
6442
  is_multi_phone_sync_credential: {
6443
6443
  type: string;
6444
6444
  };
6445
- parent_credential_id: {
6445
+ parent_acs_credential_id: {
6446
6446
  format: string;
6447
6447
  type: string;
6448
6448
  };
@@ -6578,7 +6578,7 @@ declare const _default: {
6578
6578
  is_multi_phone_sync_credential: {
6579
6579
  type: string;
6580
6580
  };
6581
- parent_credential_id: {
6581
+ parent_acs_credential_id: {
6582
6582
  format: string;
6583
6583
  type: string;
6584
6584
  };
@@ -7036,7 +7036,7 @@ declare const _default: {
7036
7036
  is_multi_phone_sync_credential: {
7037
7037
  type: string;
7038
7038
  };
7039
- parent_credential_id: {
7039
+ parent_acs_credential_id: {
7040
7040
  format: string;
7041
7041
  type: string;
7042
7042
  };
@@ -7846,6 +7846,68 @@ declare const _default: {
7846
7846
  'x-fern-sdk-method-name': string;
7847
7847
  };
7848
7848
  };
7849
+ '/acs/users/revoke_access_to_all_entrances': {
7850
+ post: {
7851
+ operationId: string;
7852
+ requestBody: {
7853
+ content: {
7854
+ 'application/json': {
7855
+ schema: {
7856
+ properties: {
7857
+ acs_user_id: {
7858
+ format: string;
7859
+ type: string;
7860
+ };
7861
+ };
7862
+ required: string[];
7863
+ type: string;
7864
+ };
7865
+ };
7866
+ };
7867
+ };
7868
+ responses: {
7869
+ 200: {
7870
+ content: {
7871
+ 'application/json': {
7872
+ schema: {
7873
+ properties: {
7874
+ ok: {
7875
+ type: string;
7876
+ };
7877
+ };
7878
+ required: string[];
7879
+ type: string;
7880
+ };
7881
+ };
7882
+ };
7883
+ description: string;
7884
+ };
7885
+ 400: {
7886
+ description: string;
7887
+ };
7888
+ 401: {
7889
+ description: string;
7890
+ };
7891
+ };
7892
+ security: ({
7893
+ api_key: never[];
7894
+ pat_with_workspace?: never;
7895
+ console_session?: never;
7896
+ } | {
7897
+ pat_with_workspace: never[];
7898
+ api_key?: never;
7899
+ console_session?: never;
7900
+ } | {
7901
+ console_session: never[];
7902
+ api_key?: never;
7903
+ pat_with_workspace?: never;
7904
+ })[];
7905
+ summary: string;
7906
+ tags: string[];
7907
+ 'x-fern-sdk-group-name': string[];
7908
+ 'x-fern-sdk-method-name': string;
7909
+ };
7910
+ };
7849
7911
  '/acs/users/suspend': {
7850
7912
  post: {
7851
7913
  operationId: string;
@@ -17045,7 +17107,7 @@ interface Routes {
17045
17107
  acs_user_id?: string | undefined;
17046
17108
  acs_credential_pool_id?: string | undefined;
17047
17109
  acs_system_id: string;
17048
- parent_credential_id?: string | undefined;
17110
+ parent_acs_credential_id?: string | undefined;
17049
17111
  display_name: string;
17050
17112
  code?: (string | undefined) | null;
17051
17113
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17089,7 +17151,7 @@ interface Routes {
17089
17151
  acs_user_id?: string | undefined;
17090
17152
  acs_credential_pool_id?: string | undefined;
17091
17153
  acs_system_id: string;
17092
- parent_credential_id?: string | undefined;
17154
+ parent_acs_credential_id?: string | undefined;
17093
17155
  display_name: string;
17094
17156
  code?: (string | undefined) | null;
17095
17157
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17132,7 +17194,7 @@ interface Routes {
17132
17194
  acs_user_id?: string | undefined;
17133
17195
  acs_credential_pool_id?: string | undefined;
17134
17196
  acs_system_id: string;
17135
- parent_credential_id?: string | undefined;
17197
+ parent_acs_credential_id?: string | undefined;
17136
17198
  display_name: string;
17137
17199
  code?: (string | undefined) | null;
17138
17200
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17171,7 +17233,7 @@ interface Routes {
17171
17233
  acs_user_id?: string | undefined;
17172
17234
  acs_credential_pool_id?: string | undefined;
17173
17235
  acs_system_id: string;
17174
- parent_credential_id?: string | undefined;
17236
+ parent_acs_credential_id?: string | undefined;
17175
17237
  display_name: string;
17176
17238
  code?: (string | undefined) | null;
17177
17239
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17204,7 +17266,7 @@ interface Routes {
17204
17266
  acs_user_id?: string | undefined;
17205
17267
  acs_credential_pool_id?: string | undefined;
17206
17268
  acs_system_id: string;
17207
- parent_credential_id?: string | undefined;
17269
+ parent_acs_credential_id?: string | undefined;
17208
17270
  display_name: string;
17209
17271
  code?: (string | undefined) | null;
17210
17272
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17237,7 +17299,7 @@ interface Routes {
17237
17299
  acs_user_id?: string | undefined;
17238
17300
  acs_credential_pool_id?: string | undefined;
17239
17301
  acs_system_id: string;
17240
- parent_credential_id?: string | undefined;
17302
+ parent_acs_credential_id?: string | undefined;
17241
17303
  display_name: string;
17242
17304
  code?: (string | undefined) | null;
17243
17305
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17333,7 +17395,7 @@ interface Routes {
17333
17395
  acs_user_id?: string | undefined;
17334
17396
  acs_credential_pool_id?: string | undefined;
17335
17397
  acs_system_id: string;
17336
- parent_credential_id?: string | undefined;
17398
+ parent_acs_credential_id?: string | undefined;
17337
17399
  display_name: string;
17338
17400
  code?: (string | undefined) | null;
17339
17401
  access_method: 'code' | 'card' | 'mobile_key';
@@ -17579,6 +17641,17 @@ interface Routes {
17579
17641
  formData: {};
17580
17642
  jsonResponse: {};
17581
17643
  };
17644
+ '/acs/users/revoke_access_to_all_entrances': {
17645
+ route: '/acs/users/revoke_access_to_all_entrances';
17646
+ method: 'POST';
17647
+ queryParams: {};
17648
+ jsonBody: {
17649
+ acs_user_id: string;
17650
+ };
17651
+ commonParams: {};
17652
+ formData: {};
17653
+ jsonResponse: {};
17654
+ };
17582
17655
  '/acs/users/suspend': {
17583
17656
  route: '/acs/users/suspend';
17584
17657
  method: 'POST';
@@ -5248,7 +5248,7 @@ declare const _default: {
5248
5248
  is_multi_phone_sync_credential: {
5249
5249
  type: string;
5250
5250
  };
5251
- parent_credential_id: {
5251
+ parent_acs_credential_id: {
5252
5252
  format: string;
5253
5253
  type: string;
5254
5254
  };
@@ -5385,7 +5385,7 @@ declare const _default: {
5385
5385
  is_multi_phone_sync_credential: {
5386
5386
  type: string;
5387
5387
  };
5388
- parent_credential_id: {
5388
+ parent_acs_credential_id: {
5389
5389
  format: string;
5390
5390
  type: string;
5391
5391
  };
@@ -5567,7 +5567,7 @@ declare const _default: {
5567
5567
  is_multi_phone_sync_credential: {
5568
5568
  type: string;
5569
5569
  };
5570
- parent_credential_id: {
5570
+ parent_acs_credential_id: {
5571
5571
  format: string;
5572
5572
  type: string;
5573
5573
  };
@@ -5765,7 +5765,7 @@ declare const _default: {
5765
5765
  is_multi_phone_sync_credential: {
5766
5766
  type: string;
5767
5767
  };
5768
- parent_credential_id: {
5768
+ parent_acs_credential_id: {
5769
5769
  format: string;
5770
5770
  type: string;
5771
5771
  };
@@ -5942,7 +5942,7 @@ declare const _default: {
5942
5942
  is_multi_phone_sync_credential: {
5943
5943
  type: string;
5944
5944
  };
5945
- parent_credential_id: {
5945
+ parent_acs_credential_id: {
5946
5946
  format: string;
5947
5947
  type: string;
5948
5948
  };
@@ -6092,7 +6092,7 @@ declare const _default: {
6092
6092
  is_multi_phone_sync_credential: {
6093
6093
  type: string;
6094
6094
  };
6095
- parent_credential_id: {
6095
+ parent_acs_credential_id: {
6096
6096
  format: string;
6097
6097
  type: string;
6098
6098
  };
@@ -6229,7 +6229,7 @@ declare const _default: {
6229
6229
  is_multi_phone_sync_credential: {
6230
6230
  type: string;
6231
6231
  };
6232
- parent_credential_id: {
6232
+ parent_acs_credential_id: {
6233
6233
  format: string;
6234
6234
  type: string;
6235
6235
  };
@@ -6368,7 +6368,7 @@ declare const _default: {
6368
6368
  is_multi_phone_sync_credential: {
6369
6369
  type: string;
6370
6370
  };
6371
- parent_credential_id: {
6371
+ parent_acs_credential_id: {
6372
6372
  format: string;
6373
6373
  type: string;
6374
6374
  };
@@ -6504,7 +6504,7 @@ declare const _default: {
6504
6504
  is_multi_phone_sync_credential: {
6505
6505
  type: string;
6506
6506
  };
6507
- parent_credential_id: {
6507
+ parent_acs_credential_id: {
6508
6508
  format: string;
6509
6509
  type: string;
6510
6510
  };
@@ -6962,7 +6962,7 @@ declare const _default: {
6962
6962
  is_multi_phone_sync_credential: {
6963
6963
  type: string;
6964
6964
  };
6965
- parent_credential_id: {
6965
+ parent_acs_credential_id: {
6966
6966
  format: string;
6967
6967
  type: string;
6968
6968
  };
@@ -7772,6 +7772,68 @@ declare const _default: {
7772
7772
  'x-fern-sdk-method-name': string;
7773
7773
  };
7774
7774
  };
7775
+ '/acs/users/revoke_access_to_all_entrances': {
7776
+ post: {
7777
+ operationId: string;
7778
+ requestBody: {
7779
+ content: {
7780
+ 'application/json': {
7781
+ schema: {
7782
+ properties: {
7783
+ acs_user_id: {
7784
+ format: string;
7785
+ type: string;
7786
+ };
7787
+ };
7788
+ required: string[];
7789
+ type: string;
7790
+ };
7791
+ };
7792
+ };
7793
+ };
7794
+ responses: {
7795
+ 200: {
7796
+ content: {
7797
+ 'application/json': {
7798
+ schema: {
7799
+ properties: {
7800
+ ok: {
7801
+ type: string;
7802
+ };
7803
+ };
7804
+ required: string[];
7805
+ type: string;
7806
+ };
7807
+ };
7808
+ };
7809
+ description: string;
7810
+ };
7811
+ 400: {
7812
+ description: string;
7813
+ };
7814
+ 401: {
7815
+ description: string;
7816
+ };
7817
+ };
7818
+ security: ({
7819
+ api_key: never[];
7820
+ pat_with_workspace?: never;
7821
+ console_session?: never;
7822
+ } | {
7823
+ pat_with_workspace: never[];
7824
+ api_key?: never;
7825
+ console_session?: never;
7826
+ } | {
7827
+ console_session: never[];
7828
+ api_key?: never;
7829
+ pat_with_workspace?: never;
7830
+ })[];
7831
+ summary: string;
7832
+ tags: string[];
7833
+ 'x-fern-sdk-group-name': string[];
7834
+ 'x-fern-sdk-method-name': string;
7835
+ };
7836
+ };
7775
7837
  '/acs/users/suspend': {
7776
7838
  post: {
7777
7839
  operationId: string;
@@ -3827,7 +3827,7 @@ export default {
3827
3827
  },
3828
3828
  external_type_display_name: { type: 'string' },
3829
3829
  is_multi_phone_sync_credential: { type: 'boolean' },
3830
- parent_credential_id: {
3830
+ parent_acs_credential_id: {
3831
3831
  format: 'uuid',
3832
3832
  type: 'string',
3833
3833
  },
@@ -3924,7 +3924,7 @@ export default {
3924
3924
  },
3925
3925
  external_type_display_name: { type: 'string' },
3926
3926
  is_multi_phone_sync_credential: { type: 'boolean' },
3927
- parent_credential_id: {
3927
+ parent_acs_credential_id: {
3928
3928
  format: 'uuid',
3929
3929
  type: 'string',
3930
3930
  },
@@ -4058,7 +4058,7 @@ export default {
4058
4058
  },
4059
4059
  external_type_display_name: { type: 'string' },
4060
4060
  is_multi_phone_sync_credential: { type: 'boolean' },
4061
- parent_credential_id: {
4061
+ parent_acs_credential_id: {
4062
4062
  format: 'uuid',
4063
4063
  type: 'string',
4064
4064
  },
@@ -4200,7 +4200,7 @@ export default {
4200
4200
  },
4201
4201
  external_type_display_name: { type: 'string' },
4202
4202
  is_multi_phone_sync_credential: { type: 'boolean' },
4203
- parent_credential_id: {
4203
+ parent_acs_credential_id: {
4204
4204
  format: 'uuid',
4205
4205
  type: 'string',
4206
4206
  },
@@ -4326,7 +4326,7 @@ export default {
4326
4326
  },
4327
4327
  external_type_display_name: { type: 'string' },
4328
4328
  is_multi_phone_sync_credential: { type: 'boolean' },
4329
- parent_credential_id: {
4329
+ parent_acs_credential_id: {
4330
4330
  format: 'uuid',
4331
4331
  type: 'string',
4332
4332
  },
@@ -4429,7 +4429,7 @@ export default {
4429
4429
  },
4430
4430
  external_type_display_name: { type: 'string' },
4431
4431
  is_multi_phone_sync_credential: { type: 'boolean' },
4432
- parent_credential_id: {
4432
+ parent_acs_credential_id: {
4433
4433
  format: 'uuid',
4434
4434
  type: 'string',
4435
4435
  },
@@ -4526,7 +4526,7 @@ export default {
4526
4526
  },
4527
4527
  external_type_display_name: { type: 'string' },
4528
4528
  is_multi_phone_sync_credential: { type: 'boolean' },
4529
- parent_credential_id: {
4529
+ parent_acs_credential_id: {
4530
4530
  format: 'uuid',
4531
4531
  type: 'string',
4532
4532
  },
@@ -4626,7 +4626,7 @@ export default {
4626
4626
  },
4627
4627
  external_type_display_name: { type: 'string' },
4628
4628
  is_multi_phone_sync_credential: { type: 'boolean' },
4629
- parent_credential_id: {
4629
+ parent_acs_credential_id: {
4630
4630
  format: 'uuid',
4631
4631
  type: 'string',
4632
4632
  },
@@ -4723,7 +4723,7 @@ export default {
4723
4723
  },
4724
4724
  external_type_display_name: { type: 'string' },
4725
4725
  is_multi_phone_sync_credential: { type: 'boolean' },
4726
- parent_credential_id: {
4726
+ parent_acs_credential_id: {
4727
4727
  format: 'uuid',
4728
4728
  type: 'string',
4729
4729
  },
@@ -5056,7 +5056,7 @@ export default {
5056
5056
  },
5057
5057
  external_type_display_name: { type: 'string' },
5058
5058
  is_multi_phone_sync_credential: { type: 'boolean' },
5059
- parent_credential_id: {
5059
+ parent_acs_credential_id: {
5060
5060
  format: 'uuid',
5061
5061
  type: 'string',
5062
5062
  },
@@ -5597,6 +5597,47 @@ export default {
5597
5597
  'x-fern-sdk-method-name': 'remove_from_access_group',
5598
5598
  },
5599
5599
  },
5600
+ '/acs/users/revoke_access_to_all_entrances': {
5601
+ post: {
5602
+ operationId: 'acsUsersRevokeAccessToAllEntrancesPost',
5603
+ requestBody: {
5604
+ content: {
5605
+ 'application/json': {
5606
+ schema: {
5607
+ properties: { acs_user_id: { format: 'uuid', type: 'string' } },
5608
+ required: ['acs_user_id'],
5609
+ type: 'object',
5610
+ },
5611
+ },
5612
+ },
5613
+ },
5614
+ responses: {
5615
+ 200: {
5616
+ content: {
5617
+ 'application/json': {
5618
+ schema: {
5619
+ properties: { ok: { type: 'boolean' } },
5620
+ required: ['ok'],
5621
+ type: 'object',
5622
+ },
5623
+ },
5624
+ },
5625
+ description: 'OK',
5626
+ },
5627
+ 400: { description: 'Bad Request' },
5628
+ 401: { description: 'Unauthorized' },
5629
+ },
5630
+ security: [
5631
+ { api_key: [] },
5632
+ { pat_with_workspace: [] },
5633
+ { console_session: [] },
5634
+ ],
5635
+ summary: '/acs/users/revoke_access_to_all_entrances',
5636
+ tags: ['/acs'],
5637
+ 'x-fern-sdk-group-name': ['acs', 'users'],
5638
+ 'x-fern-sdk-method-name': 'revoke_access_to_all_entrances',
5639
+ },
5640
+ },
5600
5641
  '/acs/users/suspend': {
5601
5642
  post: {
5602
5643
  operationId: 'acsUsersSuspendPost',