@seamapi/types 1.230.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.
- package/dist/connect.cjs +55 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +131 -10
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +77 -0
- package/lib/seam/connect/openapi.js +52 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -7
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +61 -0
package/dist/connect.d.cts
CHANGED
|
@@ -353,7 +353,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
353
353
|
display_name: z.ZodString;
|
|
354
354
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
355
355
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
356
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>>;
|
|
356
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
357
357
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
358
358
|
created_at: z.ZodString;
|
|
359
359
|
workspace_id: z.ZodString;
|
|
@@ -416,7 +416,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
416
416
|
code?: string | null | undefined;
|
|
417
417
|
starts_at?: string | undefined;
|
|
418
418
|
ends_at?: string | undefined;
|
|
419
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
419
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
420
420
|
external_type_display_name?: string | undefined;
|
|
421
421
|
acs_user_id?: string | undefined;
|
|
422
422
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -448,7 +448,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
448
448
|
code?: string | null | undefined;
|
|
449
449
|
starts_at?: string | undefined;
|
|
450
450
|
ends_at?: string | undefined;
|
|
451
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
451
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
452
452
|
external_type_display_name?: string | undefined;
|
|
453
453
|
acs_user_id?: string | undefined;
|
|
454
454
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -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;
|
|
@@ -27064,7 +27141,7 @@ interface Routes {
|
|
|
27064
27141
|
display_name: string;
|
|
27065
27142
|
code?: (string | undefined) | null;
|
|
27066
27143
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27067
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27144
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27068
27145
|
external_type_display_name?: string | undefined;
|
|
27069
27146
|
created_at: string;
|
|
27070
27147
|
workspace_id: string;
|
|
@@ -27126,7 +27203,7 @@ interface Routes {
|
|
|
27126
27203
|
display_name: string;
|
|
27127
27204
|
code?: (string | undefined) | null;
|
|
27128
27205
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27129
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27206
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27130
27207
|
external_type_display_name?: string | undefined;
|
|
27131
27208
|
created_at: string;
|
|
27132
27209
|
workspace_id: string;
|
|
@@ -27182,7 +27259,7 @@ interface Routes {
|
|
|
27182
27259
|
display_name: string;
|
|
27183
27260
|
code?: (string | undefined) | null;
|
|
27184
27261
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27185
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27262
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27186
27263
|
external_type_display_name?: string | undefined;
|
|
27187
27264
|
created_at: string;
|
|
27188
27265
|
workspace_id: string;
|
|
@@ -27238,7 +27315,7 @@ interface Routes {
|
|
|
27238
27315
|
display_name: string;
|
|
27239
27316
|
code?: (string | undefined) | null;
|
|
27240
27317
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27241
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27318
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27242
27319
|
external_type_display_name?: string | undefined;
|
|
27243
27320
|
created_at: string;
|
|
27244
27321
|
workspace_id: string;
|
|
@@ -27320,7 +27397,7 @@ interface Routes {
|
|
|
27320
27397
|
display_name: string;
|
|
27321
27398
|
code?: (string | undefined) | null;
|
|
27322
27399
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27323
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27400
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27324
27401
|
external_type_display_name?: string | undefined;
|
|
27325
27402
|
created_at: string;
|
|
27326
27403
|
workspace_id: string;
|
|
@@ -27367,7 +27444,7 @@ interface Routes {
|
|
|
27367
27444
|
display_name: string;
|
|
27368
27445
|
code?: (string | undefined) | null;
|
|
27369
27446
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27370
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27447
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27371
27448
|
external_type_display_name?: string | undefined;
|
|
27372
27449
|
created_at: string;
|
|
27373
27450
|
workspace_id: string;
|
|
@@ -27498,7 +27575,7 @@ interface Routes {
|
|
|
27498
27575
|
display_name: string;
|
|
27499
27576
|
code?: (string | undefined) | null;
|
|
27500
27577
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27501
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27578
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27502
27579
|
external_type_display_name?: string | undefined;
|
|
27503
27580
|
created_at: string;
|
|
27504
27581
|
workspace_id: 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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>;
|
|
2
|
+
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>;
|
|
3
3
|
export declare const acs_credential_access_method_type: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4
4
|
export type AcsCredentialExternalType = z.infer<typeof acs_credential_external_type>;
|
|
5
5
|
export declare const acs_credential: z.ZodObject<{
|
|
@@ -11,7 +11,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
11
11
|
display_name: z.ZodString;
|
|
12
12
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13
13
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
14
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>>;
|
|
14
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
15
15
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
16
16
|
created_at: z.ZodString;
|
|
17
17
|
workspace_id: z.ZodString;
|
|
@@ -74,7 +74,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
74
74
|
code?: string | null | undefined;
|
|
75
75
|
starts_at?: string | undefined;
|
|
76
76
|
ends_at?: string | undefined;
|
|
77
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
77
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
78
78
|
external_type_display_name?: string | undefined;
|
|
79
79
|
acs_user_id?: string | undefined;
|
|
80
80
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106,7 +106,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
106
106
|
code?: string | null | undefined;
|
|
107
107
|
starts_at?: string | undefined;
|
|
108
108
|
ends_at?: string | undefined;
|
|
109
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
109
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
110
110
|
external_type_display_name?: string | undefined;
|
|
111
111
|
acs_user_id?: string | undefined;
|
|
112
112
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,qBAAqB;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,4CAA4C,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpE,4CAA4C,EAAE,CAAC;SAC5C,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
|
|
@@ -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;
|
|
@@ -248,6 +248,7 @@ export default {
|
|
|
248
248
|
'brivo_credential',
|
|
249
249
|
'hid_credential',
|
|
250
250
|
'visionline_card',
|
|
251
|
+
'salto_ks_credential',
|
|
251
252
|
],
|
|
252
253
|
type: 'string',
|
|
253
254
|
},
|
|
@@ -6967,6 +6968,57 @@ export default {
|
|
|
6967
6968
|
'x-fern-sdk-return-value': 'acs_user',
|
|
6968
6969
|
},
|
|
6969
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
|
+
},
|
|
6970
7022
|
'/acs/users/unsuspend': {
|
|
6971
7023
|
post: {
|
|
6972
7024
|
operationId: 'acsUsersUnsuspendPost',
|