@seamapi/types 1.226.0 → 1.227.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.
@@ -13837,6 +13837,75 @@ declare const _default: {
13837
13837
  'x-fern-sdk-return-value': string;
13838
13838
  };
13839
13839
  };
13840
+ '/acs/access_groups/list_accessible_entrances': {
13841
+ post: {
13842
+ operationId: string;
13843
+ requestBody: {
13844
+ content: {
13845
+ 'application/json': {
13846
+ schema: {
13847
+ properties: {
13848
+ acs_access_group_id: {
13849
+ format: string;
13850
+ type: string;
13851
+ };
13852
+ };
13853
+ required: string[];
13854
+ type: string;
13855
+ };
13856
+ };
13857
+ };
13858
+ };
13859
+ responses: {
13860
+ 200: {
13861
+ content: {
13862
+ 'application/json': {
13863
+ schema: {
13864
+ properties: {
13865
+ acs_entrances: {
13866
+ items: {
13867
+ $ref: string;
13868
+ };
13869
+ type: string;
13870
+ };
13871
+ ok: {
13872
+ type: string;
13873
+ };
13874
+ };
13875
+ required: string[];
13876
+ type: string;
13877
+ };
13878
+ };
13879
+ };
13880
+ description: string;
13881
+ };
13882
+ 400: {
13883
+ description: string;
13884
+ };
13885
+ 401: {
13886
+ description: string;
13887
+ };
13888
+ };
13889
+ security: ({
13890
+ api_key: never[];
13891
+ pat_with_workspace?: never;
13892
+ console_session?: never;
13893
+ } | {
13894
+ pat_with_workspace: never[];
13895
+ api_key?: never;
13896
+ console_session?: never;
13897
+ } | {
13898
+ console_session: never[];
13899
+ api_key?: never;
13900
+ pat_with_workspace?: never;
13901
+ })[];
13902
+ summary: string;
13903
+ tags: string[];
13904
+ 'x-fern-sdk-group-name': string[];
13905
+ 'x-fern-sdk-method-name': string;
13906
+ 'x-fern-sdk-return-value': string;
13907
+ };
13908
+ };
13840
13909
  '/acs/access_groups/list_users': {
13841
13910
  post: {
13842
13911
  operationId: string;
@@ -26907,6 +26976,42 @@ interface Routes {
26907
26976
  }>;
26908
26977
  };
26909
26978
  };
26979
+ '/acs/access_groups/list_accessible_entrances': {
26980
+ route: '/acs/access_groups/list_accessible_entrances';
26981
+ method: 'GET' | 'POST';
26982
+ queryParams: {};
26983
+ jsonBody: {};
26984
+ commonParams: {
26985
+ acs_access_group_id: string;
26986
+ };
26987
+ formData: {};
26988
+ jsonResponse: {
26989
+ acs_entrances: Array<{
26990
+ acs_system_id: string;
26991
+ acs_entrance_id: string;
26992
+ created_at: string;
26993
+ display_name: string;
26994
+ errors: Array<{
26995
+ error_code: string;
26996
+ message: string;
26997
+ }>;
26998
+ latch_metadata?: {
26999
+ accessibility_type: string;
27000
+ door_name: string;
27001
+ door_type: string;
27002
+ is_connected: boolean;
27003
+ } | undefined;
27004
+ visionline_metadata?: {
27005
+ door_name: string;
27006
+ door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
27007
+ profiles?: Array<{
27008
+ visionline_door_profile_id: string;
27009
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
27010
+ }> | undefined;
27011
+ } | undefined;
27012
+ }>;
27013
+ };
27014
+ };
26910
27015
  '/acs/access_groups/list_users': {
26911
27016
  route: '/acs/access_groups/list_users';
26912
27017
  method: 'GET' | 'POST';
@@ -5570,6 +5570,75 @@ declare const _default: {
5570
5570
  'x-fern-sdk-return-value': string;
5571
5571
  };
5572
5572
  };
5573
+ '/acs/access_groups/list_accessible_entrances': {
5574
+ post: {
5575
+ operationId: string;
5576
+ requestBody: {
5577
+ content: {
5578
+ 'application/json': {
5579
+ schema: {
5580
+ properties: {
5581
+ acs_access_group_id: {
5582
+ format: string;
5583
+ type: string;
5584
+ };
5585
+ };
5586
+ required: string[];
5587
+ type: string;
5588
+ };
5589
+ };
5590
+ };
5591
+ };
5592
+ responses: {
5593
+ 200: {
5594
+ content: {
5595
+ 'application/json': {
5596
+ schema: {
5597
+ properties: {
5598
+ acs_entrances: {
5599
+ items: {
5600
+ $ref: string;
5601
+ };
5602
+ type: string;
5603
+ };
5604
+ ok: {
5605
+ type: string;
5606
+ };
5607
+ };
5608
+ required: string[];
5609
+ type: string;
5610
+ };
5611
+ };
5612
+ };
5613
+ description: string;
5614
+ };
5615
+ 400: {
5616
+ description: string;
5617
+ };
5618
+ 401: {
5619
+ description: string;
5620
+ };
5621
+ };
5622
+ security: ({
5623
+ api_key: never[];
5624
+ pat_with_workspace?: never;
5625
+ console_session?: never;
5626
+ } | {
5627
+ pat_with_workspace: never[];
5628
+ api_key?: never;
5629
+ console_session?: never;
5630
+ } | {
5631
+ console_session: never[];
5632
+ api_key?: never;
5633
+ pat_with_workspace?: never;
5634
+ })[];
5635
+ summary: string;
5636
+ tags: string[];
5637
+ 'x-fern-sdk-group-name': string[];
5638
+ 'x-fern-sdk-method-name': string;
5639
+ 'x-fern-sdk-return-value': string;
5640
+ };
5641
+ };
5573
5642
  '/acs/access_groups/list_users': {
5574
5643
  post: {
5575
5644
  operationId: string;
@@ -5221,6 +5221,56 @@ export default {
5221
5221
  'x-fern-sdk-return-value': 'acs_access_groups',
5222
5222
  },
5223
5223
  },
5224
+ '/acs/access_groups/list_accessible_entrances': {
5225
+ post: {
5226
+ operationId: 'acsAccessGroupsListAccessibleEntrancesPost',
5227
+ requestBody: {
5228
+ content: {
5229
+ 'application/json': {
5230
+ schema: {
5231
+ properties: {
5232
+ acs_access_group_id: { format: 'uuid', type: 'string' },
5233
+ },
5234
+ required: ['acs_access_group_id'],
5235
+ type: 'object',
5236
+ },
5237
+ },
5238
+ },
5239
+ },
5240
+ responses: {
5241
+ 200: {
5242
+ content: {
5243
+ 'application/json': {
5244
+ schema: {
5245
+ properties: {
5246
+ acs_entrances: {
5247
+ items: { $ref: '#/components/schemas/acs_entrance' },
5248
+ type: 'array',
5249
+ },
5250
+ ok: { type: 'boolean' },
5251
+ },
5252
+ required: ['acs_entrances', 'ok'],
5253
+ type: 'object',
5254
+ },
5255
+ },
5256
+ },
5257
+ description: 'OK',
5258
+ },
5259
+ 400: { description: 'Bad Request' },
5260
+ 401: { description: 'Unauthorized' },
5261
+ },
5262
+ security: [
5263
+ { api_key: [] },
5264
+ { pat_with_workspace: [] },
5265
+ { console_session: [] },
5266
+ ],
5267
+ summary: '/acs/access_groups/list_accessible_entrances',
5268
+ tags: ['/acs'],
5269
+ 'x-fern-sdk-group-name': ['acs', 'access_groups'],
5270
+ 'x-fern-sdk-method-name': 'list_accessible_entrances',
5271
+ 'x-fern-sdk-return-value': 'acs_entrances',
5272
+ },
5273
+ },
5224
5274
  '/acs/access_groups/list_users': {
5225
5275
  post: {
5226
5276
  operationId: 'acsAccessGroupsListUsersPost',