@seamapi/types 1.229.1 → 1.231.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 +51 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -14
- 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/models/acs/acs-system.js +1 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +66 -0
- package/lib/seam/connect/openapi.js +47 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +55 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +47 -1
- package/src/lib/seam/connect/route-types.ts +65 -4
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;
|
|
@@ -16220,6 +16220,72 @@ declare const _default: {
|
|
|
16220
16220
|
'x-fern-sdk-method-name': string;
|
|
16221
16221
|
};
|
|
16222
16222
|
};
|
|
16223
|
+
'/acs/users/unmanaged/get': {
|
|
16224
|
+
post: {
|
|
16225
|
+
operationId: string;
|
|
16226
|
+
requestBody: {
|
|
16227
|
+
content: {
|
|
16228
|
+
'application/json': {
|
|
16229
|
+
schema: {
|
|
16230
|
+
properties: {
|
|
16231
|
+
acs_user_id: {
|
|
16232
|
+
format: string;
|
|
16233
|
+
type: string;
|
|
16234
|
+
};
|
|
16235
|
+
};
|
|
16236
|
+
required: string[];
|
|
16237
|
+
type: string;
|
|
16238
|
+
};
|
|
16239
|
+
};
|
|
16240
|
+
};
|
|
16241
|
+
};
|
|
16242
|
+
responses: {
|
|
16243
|
+
200: {
|
|
16244
|
+
content: {
|
|
16245
|
+
'application/json': {
|
|
16246
|
+
schema: {
|
|
16247
|
+
properties: {
|
|
16248
|
+
acs_user: {
|
|
16249
|
+
$ref: string;
|
|
16250
|
+
};
|
|
16251
|
+
ok: {
|
|
16252
|
+
type: string;
|
|
16253
|
+
};
|
|
16254
|
+
};
|
|
16255
|
+
required: string[];
|
|
16256
|
+
type: string;
|
|
16257
|
+
};
|
|
16258
|
+
};
|
|
16259
|
+
};
|
|
16260
|
+
description: string;
|
|
16261
|
+
};
|
|
16262
|
+
400: {
|
|
16263
|
+
description: string;
|
|
16264
|
+
};
|
|
16265
|
+
401: {
|
|
16266
|
+
description: string;
|
|
16267
|
+
};
|
|
16268
|
+
};
|
|
16269
|
+
security: ({
|
|
16270
|
+
pat_with_workspace: never[];
|
|
16271
|
+
console_session?: never;
|
|
16272
|
+
api_key?: never;
|
|
16273
|
+
} | {
|
|
16274
|
+
console_session: never[];
|
|
16275
|
+
pat_with_workspace?: never;
|
|
16276
|
+
api_key?: never;
|
|
16277
|
+
} | {
|
|
16278
|
+
api_key: never[];
|
|
16279
|
+
pat_with_workspace?: never;
|
|
16280
|
+
console_session?: never;
|
|
16281
|
+
})[];
|
|
16282
|
+
summary: string;
|
|
16283
|
+
tags: string[];
|
|
16284
|
+
'x-fern-sdk-group-name': string[];
|
|
16285
|
+
'x-fern-sdk-method-name': string;
|
|
16286
|
+
'x-fern-sdk-return-value': string;
|
|
16287
|
+
};
|
|
16288
|
+
};
|
|
16223
16289
|
'/acs/users/unsuspend': {
|
|
16224
16290
|
post: {
|
|
16225
16291
|
operationId: string;
|
|
@@ -26998,7 +27064,7 @@ interface Routes {
|
|
|
26998
27064
|
display_name: string;
|
|
26999
27065
|
code?: (string | undefined) | null;
|
|
27000
27066
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27001
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27067
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27002
27068
|
external_type_display_name?: string | undefined;
|
|
27003
27069
|
created_at: string;
|
|
27004
27070
|
workspace_id: string;
|
|
@@ -27060,7 +27126,7 @@ interface Routes {
|
|
|
27060
27126
|
display_name: string;
|
|
27061
27127
|
code?: (string | undefined) | null;
|
|
27062
27128
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27063
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27129
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27064
27130
|
external_type_display_name?: string | undefined;
|
|
27065
27131
|
created_at: string;
|
|
27066
27132
|
workspace_id: string;
|
|
@@ -27116,7 +27182,7 @@ interface Routes {
|
|
|
27116
27182
|
display_name: string;
|
|
27117
27183
|
code?: (string | undefined) | null;
|
|
27118
27184
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27119
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27185
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27120
27186
|
external_type_display_name?: string | undefined;
|
|
27121
27187
|
created_at: string;
|
|
27122
27188
|
workspace_id: string;
|
|
@@ -27172,7 +27238,7 @@ interface Routes {
|
|
|
27172
27238
|
display_name: string;
|
|
27173
27239
|
code?: (string | undefined) | null;
|
|
27174
27240
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27175
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27241
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27176
27242
|
external_type_display_name?: string | undefined;
|
|
27177
27243
|
created_at: string;
|
|
27178
27244
|
workspace_id: string;
|
|
@@ -27254,7 +27320,7 @@ interface Routes {
|
|
|
27254
27320
|
display_name: string;
|
|
27255
27321
|
code?: (string | undefined) | null;
|
|
27256
27322
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27257
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27323
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27258
27324
|
external_type_display_name?: string | undefined;
|
|
27259
27325
|
created_at: string;
|
|
27260
27326
|
workspace_id: string;
|
|
@@ -27301,7 +27367,7 @@ interface Routes {
|
|
|
27301
27367
|
display_name: string;
|
|
27302
27368
|
code?: (string | undefined) | null;
|
|
27303
27369
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27304
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27370
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27305
27371
|
external_type_display_name?: string | undefined;
|
|
27306
27372
|
created_at: string;
|
|
27307
27373
|
workspace_id: string;
|
|
@@ -27432,7 +27498,7 @@ interface Routes {
|
|
|
27432
27498
|
display_name: string;
|
|
27433
27499
|
code?: (string | undefined) | null;
|
|
27434
27500
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27435
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27501
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27436
27502
|
external_type_display_name?: string | undefined;
|
|
27437
27503
|
created_at: string;
|
|
27438
27504
|
workspace_id: string;
|
|
@@ -27520,7 +27586,7 @@ interface Routes {
|
|
|
27520
27586
|
created_at: string;
|
|
27521
27587
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27522
27588
|
message: string;
|
|
27523
|
-
/**
|
|
27589
|
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
|
|
27524
27590
|
error_code: 'salto_site_user_limit_reached';
|
|
27525
27591
|
}>;
|
|
27526
27592
|
/** Warnings associated with the `acs_system`. */
|
|
@@ -27604,7 +27670,7 @@ interface Routes {
|
|
|
27604
27670
|
created_at: string;
|
|
27605
27671
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27606
27672
|
message: string;
|
|
27607
|
-
/**
|
|
27673
|
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
|
|
27608
27674
|
error_code: 'salto_site_user_limit_reached';
|
|
27609
27675
|
}>;
|
|
27610
27676
|
/** Warnings associated with the `acs_system`. */
|
|
@@ -27688,7 +27754,7 @@ interface Routes {
|
|
|
27688
27754
|
created_at: string;
|
|
27689
27755
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27690
27756
|
message: string;
|
|
27691
|
-
/**
|
|
27757
|
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
|
|
27692
27758
|
error_code: 'salto_site_user_limit_reached';
|
|
27693
27759
|
}>;
|
|
27694
27760
|
/** Warnings associated with the `acs_system`. */
|
|
@@ -27953,6 +28019,50 @@ interface Routes {
|
|
|
27953
28019
|
formData: {};
|
|
27954
28020
|
jsonResponse: {};
|
|
27955
28021
|
};
|
|
28022
|
+
'/acs/users/unmanaged/get': {
|
|
28023
|
+
route: '/acs/users/unmanaged/get';
|
|
28024
|
+
method: 'GET' | 'POST';
|
|
28025
|
+
queryParams: {};
|
|
28026
|
+
jsonBody: {};
|
|
28027
|
+
commonParams: {
|
|
28028
|
+
acs_user_id: string;
|
|
28029
|
+
};
|
|
28030
|
+
formData: {};
|
|
28031
|
+
jsonResponse: {
|
|
28032
|
+
acs_user: {
|
|
28033
|
+
acs_user_id: string;
|
|
28034
|
+
acs_system_id: string;
|
|
28035
|
+
hid_acs_system_id?: string | undefined;
|
|
28036
|
+
workspace_id: string;
|
|
28037
|
+
created_at: string;
|
|
28038
|
+
display_name: string;
|
|
28039
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
|
|
28040
|
+
external_type_display_name?: string | undefined;
|
|
28041
|
+
is_suspended: boolean;
|
|
28042
|
+
access_schedule?: {
|
|
28043
|
+
starts_at: string;
|
|
28044
|
+
ends_at: string;
|
|
28045
|
+
} | undefined;
|
|
28046
|
+
user_identity_id?: string | undefined;
|
|
28047
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
28048
|
+
user_identity_email_address?: (string | null) | undefined;
|
|
28049
|
+
user_identity_phone_number?: (string | null) | undefined;
|
|
28050
|
+
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
28051
|
+
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
28052
|
+
warnings: Array<{
|
|
28053
|
+
created_at: string;
|
|
28054
|
+
message: string;
|
|
28055
|
+
warning_code: 'being_deleted';
|
|
28056
|
+
}>;
|
|
28057
|
+
full_name?: string | undefined;
|
|
28058
|
+
/**
|
|
28059
|
+
* @deprecated use email_address. */
|
|
28060
|
+
email?: string | undefined;
|
|
28061
|
+
email_address?: string | undefined;
|
|
28062
|
+
phone_number?: string | undefined;
|
|
28063
|
+
};
|
|
28064
|
+
};
|
|
28065
|
+
};
|
|
27956
28066
|
'/acs/users/unsuspend': {
|
|
27957
28067
|
route: '/acs/users/unsuspend';
|
|
27958
28068
|
method: 'POST';
|
|
@@ -38799,7 +38909,7 @@ interface Routes {
|
|
|
38799
38909
|
created_at: string;
|
|
38800
38910
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38801
38911
|
message: string;
|
|
38802
|
-
/**
|
|
38912
|
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
|
|
38803
38913
|
error_code: 'salto_site_user_limit_reached';
|
|
38804
38914
|
}>;
|
|
38805
38915
|
/** Warnings associated with the `acs_system`. */
|
|
@@ -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"}
|
|
@@ -57,7 +57,7 @@ const visionline_instance_unreachable = common_acs_system_error.extend({
|
|
|
57
57
|
const salto_site_user_limit_reached = common_acs_system_error.extend({
|
|
58
58
|
error_code: z
|
|
59
59
|
.literal('salto_site_user_limit_reached')
|
|
60
|
-
.describe('
|
|
60
|
+
.describe('Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.'),
|
|
61
61
|
});
|
|
62
62
|
const acs_system_error = z
|
|
63
63
|
.union([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC;SACvB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qUAAqU,CACtU;IACH,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oXAAoX,CACrX;IACH,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,uaAAua,CACxa;IACH,sCAAsC,EAAE,CAAC;SACtC,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,8ZAA8Z,CAC/Z;CACJ,CAAC,CAAA;AAEF,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7C,UAAU;IACV,UAAU;IACV,YAAY;IACZ,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;CACjB,CAAC,CAAA;AAIF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,wBAAwB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC9D,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACC,QAAQ,CAAC;;+NAEmN,CAAC,CAAA;AAChO,MAAM,+BAA+B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACrE,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACC,QAAQ,CAAC;;sOAE0N,CAAC,CAAA;AAEvO,MAAM,6BAA6B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACnE,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CACP
|
|
1
|
+
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
|
|
@@ -8031,6 +8031,72 @@ declare const _default: {
|
|
|
8031
8031
|
'x-fern-sdk-method-name': string;
|
|
8032
8032
|
};
|
|
8033
8033
|
};
|
|
8034
|
+
'/acs/users/unmanaged/get': {
|
|
8035
|
+
post: {
|
|
8036
|
+
operationId: string;
|
|
8037
|
+
requestBody: {
|
|
8038
|
+
content: {
|
|
8039
|
+
'application/json': {
|
|
8040
|
+
schema: {
|
|
8041
|
+
properties: {
|
|
8042
|
+
acs_user_id: {
|
|
8043
|
+
format: string;
|
|
8044
|
+
type: string;
|
|
8045
|
+
};
|
|
8046
|
+
};
|
|
8047
|
+
required: string[];
|
|
8048
|
+
type: string;
|
|
8049
|
+
};
|
|
8050
|
+
};
|
|
8051
|
+
};
|
|
8052
|
+
};
|
|
8053
|
+
responses: {
|
|
8054
|
+
200: {
|
|
8055
|
+
content: {
|
|
8056
|
+
'application/json': {
|
|
8057
|
+
schema: {
|
|
8058
|
+
properties: {
|
|
8059
|
+
acs_user: {
|
|
8060
|
+
$ref: string;
|
|
8061
|
+
};
|
|
8062
|
+
ok: {
|
|
8063
|
+
type: string;
|
|
8064
|
+
};
|
|
8065
|
+
};
|
|
8066
|
+
required: string[];
|
|
8067
|
+
type: string;
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
};
|
|
8071
|
+
description: string;
|
|
8072
|
+
};
|
|
8073
|
+
400: {
|
|
8074
|
+
description: string;
|
|
8075
|
+
};
|
|
8076
|
+
401: {
|
|
8077
|
+
description: string;
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
8080
|
+
security: ({
|
|
8081
|
+
pat_with_workspace: never[];
|
|
8082
|
+
console_session?: never;
|
|
8083
|
+
api_key?: never;
|
|
8084
|
+
} | {
|
|
8085
|
+
console_session: never[];
|
|
8086
|
+
pat_with_workspace?: never;
|
|
8087
|
+
api_key?: never;
|
|
8088
|
+
} | {
|
|
8089
|
+
api_key: never[];
|
|
8090
|
+
pat_with_workspace?: never;
|
|
8091
|
+
console_session?: never;
|
|
8092
|
+
})[];
|
|
8093
|
+
summary: string;
|
|
8094
|
+
tags: string[];
|
|
8095
|
+
'x-fern-sdk-group-name': string[];
|
|
8096
|
+
'x-fern-sdk-method-name': string;
|
|
8097
|
+
'x-fern-sdk-return-value': string;
|
|
8098
|
+
};
|
|
8099
|
+
};
|
|
8034
8100
|
'/acs/users/unsuspend': {
|
|
8035
8101
|
post: {
|
|
8036
8102
|
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
|
},
|
|
@@ -510,7 +511,7 @@ export default {
|
|
|
510
511
|
type: 'string',
|
|
511
512
|
},
|
|
512
513
|
error_code: {
|
|
513
|
-
description: '
|
|
514
|
+
description: 'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
|
|
514
515
|
enum: ['salto_site_user_limit_reached'],
|
|
515
516
|
type: 'string',
|
|
516
517
|
},
|
|
@@ -6922,6 +6923,51 @@ export default {
|
|
|
6922
6923
|
'x-fern-sdk-method-name': 'suspend',
|
|
6923
6924
|
},
|
|
6924
6925
|
},
|
|
6926
|
+
'/acs/users/unmanaged/get': {
|
|
6927
|
+
post: {
|
|
6928
|
+
operationId: 'acsUsersUnmanagedGetPost',
|
|
6929
|
+
requestBody: {
|
|
6930
|
+
content: {
|
|
6931
|
+
'application/json': {
|
|
6932
|
+
schema: {
|
|
6933
|
+
properties: { acs_user_id: { format: 'uuid', type: 'string' } },
|
|
6934
|
+
required: ['acs_user_id'],
|
|
6935
|
+
type: 'object',
|
|
6936
|
+
},
|
|
6937
|
+
},
|
|
6938
|
+
},
|
|
6939
|
+
},
|
|
6940
|
+
responses: {
|
|
6941
|
+
200: {
|
|
6942
|
+
content: {
|
|
6943
|
+
'application/json': {
|
|
6944
|
+
schema: {
|
|
6945
|
+
properties: {
|
|
6946
|
+
acs_user: { $ref: '#/components/schemas/acs_user' },
|
|
6947
|
+
ok: { type: 'boolean' },
|
|
6948
|
+
},
|
|
6949
|
+
required: ['acs_user', 'ok'],
|
|
6950
|
+
type: 'object',
|
|
6951
|
+
},
|
|
6952
|
+
},
|
|
6953
|
+
},
|
|
6954
|
+
description: 'OK',
|
|
6955
|
+
},
|
|
6956
|
+
400: { description: 'Bad Request' },
|
|
6957
|
+
401: { description: 'Unauthorized' },
|
|
6958
|
+
},
|
|
6959
|
+
security: [
|
|
6960
|
+
{ pat_with_workspace: [] },
|
|
6961
|
+
{ console_session: [] },
|
|
6962
|
+
{ api_key: [] },
|
|
6963
|
+
],
|
|
6964
|
+
summary: '/acs/users/unmanaged/get',
|
|
6965
|
+
tags: ['/acs'],
|
|
6966
|
+
'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
|
|
6967
|
+
'x-fern-sdk-method-name': 'get',
|
|
6968
|
+
'x-fern-sdk-return-value': 'acs_user',
|
|
6969
|
+
},
|
|
6970
|
+
},
|
|
6925
6971
|
'/acs/users/unsuspend': {
|
|
6926
6972
|
post: {
|
|
6927
6973
|
operationId: 'acsUsersUnsuspendPost',
|