@seamapi/types 1.231.0 → 1.232.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.
@@ -16286,6 +16286,83 @@ declare const _default: {
16286
16286
  'x-fern-sdk-return-value': string;
16287
16287
  };
16288
16288
  };
16289
+ '/acs/users/unmanaged/list': {
16290
+ post: {
16291
+ operationId: string;
16292
+ requestBody: {
16293
+ content: {
16294
+ 'application/json': {
16295
+ schema: {
16296
+ properties: {
16297
+ acs_system_id: {
16298
+ format: string;
16299
+ type: string;
16300
+ };
16301
+ };
16302
+ required: string[];
16303
+ type: string;
16304
+ };
16305
+ };
16306
+ };
16307
+ };
16308
+ responses: {
16309
+ 200: {
16310
+ content: {
16311
+ 'application/json': {
16312
+ schema: {
16313
+ properties: {
16314
+ acs_users: {
16315
+ items: {
16316
+ $ref: string;
16317
+ };
16318
+ type: string;
16319
+ };
16320
+ ok: {
16321
+ type: string;
16322
+ };
16323
+ };
16324
+ required: string[];
16325
+ type: string;
16326
+ };
16327
+ };
16328
+ };
16329
+ description: string;
16330
+ };
16331
+ 400: {
16332
+ description: string;
16333
+ };
16334
+ 401: {
16335
+ description: string;
16336
+ };
16337
+ };
16338
+ security: ({
16339
+ client_session: never[];
16340
+ pat_with_workspace?: never;
16341
+ console_session?: never;
16342
+ api_key?: never;
16343
+ } | {
16344
+ pat_with_workspace: never[];
16345
+ client_session?: never;
16346
+ console_session?: never;
16347
+ api_key?: never;
16348
+ } | {
16349
+ console_session: never[];
16350
+ client_session?: never;
16351
+ pat_with_workspace?: never;
16352
+ api_key?: never;
16353
+ } | {
16354
+ api_key: never[];
16355
+ client_session?: never;
16356
+ pat_with_workspace?: never;
16357
+ console_session?: never;
16358
+ })[];
16359
+ summary: string;
16360
+ tags: string[];
16361
+ 'x-fern-sdk-group-name': string[];
16362
+ 'x-fern-sdk-method-name': string;
16363
+ 'x-fern-sdk-return-value': string;
16364
+ };
16365
+ };
16289
16366
  '/acs/users/unsuspend': {
16290
16367
  post: {
16291
16368
  operationId: string;
@@ -28063,6 +28140,50 @@ interface Routes {
28063
28140
  };
28064
28141
  };
28065
28142
  };
28143
+ '/acs/users/unmanaged/list': {
28144
+ route: '/acs/users/unmanaged/list';
28145
+ method: 'GET' | 'POST';
28146
+ queryParams: {};
28147
+ jsonBody: {};
28148
+ commonParams: {
28149
+ acs_system_id: string;
28150
+ };
28151
+ formData: {};
28152
+ jsonResponse: {
28153
+ acs_users: Array<{
28154
+ acs_user_id: string;
28155
+ acs_system_id: string;
28156
+ hid_acs_system_id?: string | undefined;
28157
+ workspace_id: string;
28158
+ created_at: string;
28159
+ display_name: string;
28160
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
28161
+ external_type_display_name?: string | undefined;
28162
+ is_suspended: boolean;
28163
+ access_schedule?: {
28164
+ starts_at: string;
28165
+ ends_at: string;
28166
+ } | undefined;
28167
+ user_identity_id?: string | undefined;
28168
+ user_identity_full_name?: (string | null) | undefined;
28169
+ user_identity_email_address?: (string | null) | undefined;
28170
+ user_identity_phone_number?: (string | null) | undefined;
28171
+ latest_desired_state_synced_with_provider_at?: string | undefined;
28172
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
28173
+ warnings: Array<{
28174
+ created_at: string;
28175
+ message: string;
28176
+ warning_code: 'being_deleted';
28177
+ }>;
28178
+ full_name?: string | undefined;
28179
+ /**
28180
+ * @deprecated use email_address. */
28181
+ email?: string | undefined;
28182
+ email_address?: string | undefined;
28183
+ phone_number?: string | undefined;
28184
+ }>;
28185
+ };
28186
+ };
28066
28187
  '/acs/users/unsuspend': {
28067
28188
  route: '/acs/users/unsuspend';
28068
28189
  method: 'POST';
@@ -8097,6 +8097,83 @@ declare const _default: {
8097
8097
  'x-fern-sdk-return-value': string;
8098
8098
  };
8099
8099
  };
8100
+ '/acs/users/unmanaged/list': {
8101
+ post: {
8102
+ operationId: string;
8103
+ requestBody: {
8104
+ content: {
8105
+ 'application/json': {
8106
+ schema: {
8107
+ properties: {
8108
+ acs_system_id: {
8109
+ format: string;
8110
+ type: string;
8111
+ };
8112
+ };
8113
+ required: string[];
8114
+ type: string;
8115
+ };
8116
+ };
8117
+ };
8118
+ };
8119
+ responses: {
8120
+ 200: {
8121
+ content: {
8122
+ 'application/json': {
8123
+ schema: {
8124
+ properties: {
8125
+ acs_users: {
8126
+ items: {
8127
+ $ref: string;
8128
+ };
8129
+ type: string;
8130
+ };
8131
+ ok: {
8132
+ type: string;
8133
+ };
8134
+ };
8135
+ required: string[];
8136
+ type: string;
8137
+ };
8138
+ };
8139
+ };
8140
+ description: string;
8141
+ };
8142
+ 400: {
8143
+ description: string;
8144
+ };
8145
+ 401: {
8146
+ description: string;
8147
+ };
8148
+ };
8149
+ security: ({
8150
+ client_session: never[];
8151
+ pat_with_workspace?: never;
8152
+ console_session?: never;
8153
+ api_key?: never;
8154
+ } | {
8155
+ pat_with_workspace: never[];
8156
+ client_session?: never;
8157
+ console_session?: never;
8158
+ api_key?: never;
8159
+ } | {
8160
+ console_session: never[];
8161
+ client_session?: never;
8162
+ pat_with_workspace?: never;
8163
+ api_key?: never;
8164
+ } | {
8165
+ api_key: never[];
8166
+ client_session?: never;
8167
+ pat_with_workspace?: never;
8168
+ console_session?: never;
8169
+ })[];
8170
+ summary: string;
8171
+ tags: string[];
8172
+ 'x-fern-sdk-group-name': string[];
8173
+ 'x-fern-sdk-method-name': string;
8174
+ 'x-fern-sdk-return-value': string;
8175
+ };
8176
+ };
8100
8177
  '/acs/users/unsuspend': {
8101
8178
  post: {
8102
8179
  operationId: string;
@@ -6968,6 +6968,57 @@ export default {
6968
6968
  'x-fern-sdk-return-value': 'acs_user',
6969
6969
  },
6970
6970
  },
6971
+ '/acs/users/unmanaged/list': {
6972
+ post: {
6973
+ operationId: 'acsUsersUnmanagedListPost',
6974
+ requestBody: {
6975
+ content: {
6976
+ 'application/json': {
6977
+ schema: {
6978
+ properties: {
6979
+ acs_system_id: { format: 'uuid', type: 'string' },
6980
+ },
6981
+ required: ['acs_system_id'],
6982
+ type: 'object',
6983
+ },
6984
+ },
6985
+ },
6986
+ },
6987
+ responses: {
6988
+ 200: {
6989
+ content: {
6990
+ 'application/json': {
6991
+ schema: {
6992
+ properties: {
6993
+ acs_users: {
6994
+ items: { $ref: '#/components/schemas/acs_user' },
6995
+ type: 'array',
6996
+ },
6997
+ ok: { type: 'boolean' },
6998
+ },
6999
+ required: ['acs_users', 'ok'],
7000
+ type: 'object',
7001
+ },
7002
+ },
7003
+ },
7004
+ description: 'OK',
7005
+ },
7006
+ 400: { description: 'Bad Request' },
7007
+ 401: { description: 'Unauthorized' },
7008
+ },
7009
+ security: [
7010
+ { client_session: [] },
7011
+ { pat_with_workspace: [] },
7012
+ { console_session: [] },
7013
+ { api_key: [] },
7014
+ ],
7015
+ summary: '/acs/users/unmanaged/list',
7016
+ tags: ['/acs'],
7017
+ 'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
7018
+ 'x-fern-sdk-method-name': 'list',
7019
+ 'x-fern-sdk-return-value': 'acs_users',
7020
+ },
7021
+ },
6971
7022
  '/acs/users/unsuspend': {
6972
7023
  post: {
6973
7024
  operationId: 'acsUsersUnsuspendPost',