@seamapi/types 1.171.0 → 1.172.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.
@@ -8157,6 +8157,75 @@ declare const _default: {
8157
8157
  'x-fern-sdk-return-value': string;
8158
8158
  };
8159
8159
  };
8160
+ '/acs/systems/list_compatible_credential_manager_acs_systems': {
8161
+ post: {
8162
+ operationId: string;
8163
+ requestBody: {
8164
+ content: {
8165
+ 'application/json': {
8166
+ schema: {
8167
+ properties: {
8168
+ acs_system_id: {
8169
+ format: string;
8170
+ type: string;
8171
+ };
8172
+ };
8173
+ required: string[];
8174
+ type: string;
8175
+ };
8176
+ };
8177
+ };
8178
+ };
8179
+ responses: {
8180
+ 200: {
8181
+ content: {
8182
+ 'application/json': {
8183
+ schema: {
8184
+ properties: {
8185
+ acs_systems: {
8186
+ items: {
8187
+ $ref: string;
8188
+ };
8189
+ type: string;
8190
+ };
8191
+ ok: {
8192
+ type: string;
8193
+ };
8194
+ };
8195
+ required: string[];
8196
+ type: string;
8197
+ };
8198
+ };
8199
+ };
8200
+ description: string;
8201
+ };
8202
+ 400: {
8203
+ description: string;
8204
+ };
8205
+ 401: {
8206
+ description: string;
8207
+ };
8208
+ };
8209
+ security: ({
8210
+ pat_with_workspace: never[];
8211
+ console_session?: never;
8212
+ api_key?: never;
8213
+ } | {
8214
+ console_session: never[];
8215
+ pat_with_workspace?: never;
8216
+ api_key?: never;
8217
+ } | {
8218
+ api_key: never[];
8219
+ pat_with_workspace?: never;
8220
+ console_session?: never;
8221
+ })[];
8222
+ summary: string;
8223
+ tags: string[];
8224
+ 'x-fern-sdk-group-name': string[];
8225
+ 'x-fern-sdk-method-name': string;
8226
+ 'x-fern-sdk-return-value': string;
8227
+ };
8228
+ };
8160
8229
  '/acs/users/add_to_access_group': {
8161
8230
  post: {
8162
8231
  operationId: string;
@@ -18338,6 +18407,45 @@ interface Routes {
18338
18407
  }>;
18339
18408
  };
18340
18409
  };
18410
+ '/acs/systems/list_compatible_credential_manager_acs_systems': {
18411
+ route: '/acs/systems/list_compatible_credential_manager_acs_systems';
18412
+ method: 'GET' | 'POST';
18413
+ queryParams: {};
18414
+ jsonBody: {};
18415
+ commonParams: {
18416
+ acs_system_id: string;
18417
+ };
18418
+ formData: {};
18419
+ jsonResponse: {
18420
+ acs_systems: Array<{
18421
+ acs_system_id: string;
18422
+ external_type?: ('pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
18423
+ external_type_display_name?: string | undefined;
18424
+ /**
18425
+ ---
18426
+ deprecated: use external_type
18427
+ ---
18428
+ */
18429
+ system_type?: ('pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
18430
+ /**
18431
+ ---
18432
+ deprecated: use external_type_display_name
18433
+ ---
18434
+ */
18435
+ system_type_display_name?: string | undefined;
18436
+ name: string;
18437
+ created_at: string;
18438
+ workspace_id: string;
18439
+ connected_account_ids: string[];
18440
+ image_url: string;
18441
+ image_alt_text: string;
18442
+ can_automate_enrollment?: boolean | undefined;
18443
+ can_create_acs_access_groups?: boolean | undefined;
18444
+ can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
18445
+ can_add_acs_users_to_acs_access_groups?: boolean | undefined;
18446
+ }>;
18447
+ };
18448
+ };
18341
18449
  '/acs/users/add_to_access_group': {
18342
18450
  route: '/acs/users/add_to_access_group';
18343
18451
  method: 'PUT' | 'POST';
@@ -6877,6 +6877,75 @@ declare const _default: {
6877
6877
  'x-fern-sdk-return-value': string;
6878
6878
  };
6879
6879
  };
6880
+ '/acs/systems/list_compatible_credential_manager_acs_systems': {
6881
+ post: {
6882
+ operationId: string;
6883
+ requestBody: {
6884
+ content: {
6885
+ 'application/json': {
6886
+ schema: {
6887
+ properties: {
6888
+ acs_system_id: {
6889
+ format: string;
6890
+ type: string;
6891
+ };
6892
+ };
6893
+ required: string[];
6894
+ type: string;
6895
+ };
6896
+ };
6897
+ };
6898
+ };
6899
+ responses: {
6900
+ 200: {
6901
+ content: {
6902
+ 'application/json': {
6903
+ schema: {
6904
+ properties: {
6905
+ acs_systems: {
6906
+ items: {
6907
+ $ref: string;
6908
+ };
6909
+ type: string;
6910
+ };
6911
+ ok: {
6912
+ type: string;
6913
+ };
6914
+ };
6915
+ required: string[];
6916
+ type: string;
6917
+ };
6918
+ };
6919
+ };
6920
+ description: string;
6921
+ };
6922
+ 400: {
6923
+ description: string;
6924
+ };
6925
+ 401: {
6926
+ description: string;
6927
+ };
6928
+ };
6929
+ security: ({
6930
+ pat_with_workspace: never[];
6931
+ console_session?: never;
6932
+ api_key?: never;
6933
+ } | {
6934
+ console_session: never[];
6935
+ pat_with_workspace?: never;
6936
+ api_key?: never;
6937
+ } | {
6938
+ api_key: never[];
6939
+ pat_with_workspace?: never;
6940
+ console_session?: never;
6941
+ })[];
6942
+ summary: string;
6943
+ tags: string[];
6944
+ 'x-fern-sdk-group-name': string[];
6945
+ 'x-fern-sdk-method-name': string;
6946
+ 'x-fern-sdk-return-value': string;
6947
+ };
6948
+ };
6880
6949
  '/acs/users/add_to_access_group': {
6881
6950
  post: {
6882
6951
  operationId: string;
@@ -2659,7 +2659,7 @@ export default {
2659
2659
  type: 'boolean',
2660
2660
  },
2661
2661
  code: {
2662
- maxLength: 8,
2662
+ maxLength: 9,
2663
2663
  minLength: 4,
2664
2664
  pattern: '^\\d+$',
2665
2665
  type: 'string',
@@ -2742,7 +2742,7 @@ export default {
2742
2742
  type: 'string',
2743
2743
  },
2744
2744
  code: {
2745
- maxLength: 8,
2745
+ maxLength: 9,
2746
2746
  minLength: 4,
2747
2747
  pattern: '^\\d+$',
2748
2748
  type: 'string',
@@ -2825,7 +2825,7 @@ export default {
2825
2825
  type: 'string',
2826
2826
  },
2827
2827
  code: {
2828
- maxLength: 8,
2828
+ maxLength: 9,
2829
2829
  minLength: 4,
2830
2830
  pattern: '^\\d+$',
2831
2831
  type: 'string',
@@ -3555,7 +3555,7 @@ export default {
3555
3555
  type: 'boolean',
3556
3556
  },
3557
3557
  code: {
3558
- maxLength: 8,
3558
+ maxLength: 9,
3559
3559
  minLength: 4,
3560
3560
  pattern: '^\\d+$',
3561
3561
  type: 'string',
@@ -3630,7 +3630,7 @@ export default {
3630
3630
  type: 'boolean',
3631
3631
  },
3632
3632
  code: {
3633
- maxLength: 8,
3633
+ maxLength: 9,
3634
3634
  minLength: 4,
3635
3635
  pattern: '^\\d+$',
3636
3636
  type: 'string',
@@ -3706,7 +3706,7 @@ export default {
3706
3706
  type: 'boolean',
3707
3707
  },
3708
3708
  code: {
3709
- maxLength: 8,
3709
+ maxLength: 9,
3710
3710
  minLength: 4,
3711
3711
  pattern: '^\\d+$',
3712
3712
  type: 'string',
@@ -5025,6 +5025,56 @@ export default {
5025
5025
  'x-fern-sdk-return-value': 'acs_systems',
5026
5026
  },
5027
5027
  },
5028
+ '/acs/systems/list_compatible_credential_manager_acs_systems': {
5029
+ post: {
5030
+ operationId: 'acsSystemsListCompatibleCredentialManagerAcsSystemsPost',
5031
+ requestBody: {
5032
+ content: {
5033
+ 'application/json': {
5034
+ schema: {
5035
+ properties: {
5036
+ acs_system_id: { format: 'uuid', type: 'string' },
5037
+ },
5038
+ required: ['acs_system_id'],
5039
+ type: 'object',
5040
+ },
5041
+ },
5042
+ },
5043
+ },
5044
+ responses: {
5045
+ 200: {
5046
+ content: {
5047
+ 'application/json': {
5048
+ schema: {
5049
+ properties: {
5050
+ acs_systems: {
5051
+ items: { $ref: '#/components/schemas/acs_system' },
5052
+ type: 'array',
5053
+ },
5054
+ ok: { type: 'boolean' },
5055
+ },
5056
+ required: ['acs_systems', 'ok'],
5057
+ type: 'object',
5058
+ },
5059
+ },
5060
+ },
5061
+ description: 'OK',
5062
+ },
5063
+ 400: { description: 'Bad Request' },
5064
+ 401: { description: 'Unauthorized' },
5065
+ },
5066
+ security: [
5067
+ { pat_with_workspace: [] },
5068
+ { console_session: [] },
5069
+ { api_key: [] },
5070
+ ],
5071
+ summary: '/acs/systems/list_compatible_credential_manager_acs_systems',
5072
+ tags: ['/acs'],
5073
+ 'x-fern-sdk-group-name': ['acs', 'systems'],
5074
+ 'x-fern-sdk-method-name': 'list_compatible_credential_manager_acs_systems',
5075
+ 'x-fern-sdk-return-value': 'acs_systems',
5076
+ },
5077
+ },
5028
5078
  '/acs/users/add_to_access_group': {
5029
5079
  post: {
5030
5080
  operationId: 'acsUsersAddToAccessGroupPost',