@seamapi/types 1.229.1 → 1.230.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 +47 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +114 -4
- 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 +46 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +48 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +46 -1
- package/src/lib/seam/connect/route-types.ts +58 -4
package/dist/connect.d.cts
CHANGED
|
@@ -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;
|
|
@@ -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`. */
|
|
@@ -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;
|
|
@@ -510,7 +510,7 @@ export default {
|
|
|
510
510
|
type: 'string',
|
|
511
511
|
},
|
|
512
512
|
error_code: {
|
|
513
|
-
description: '
|
|
513
|
+
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
514
|
enum: ['salto_site_user_limit_reached'],
|
|
515
515
|
type: 'string',
|
|
516
516
|
},
|
|
@@ -6922,6 +6922,51 @@ export default {
|
|
|
6922
6922
|
'x-fern-sdk-method-name': 'suspend',
|
|
6923
6923
|
},
|
|
6924
6924
|
},
|
|
6925
|
+
'/acs/users/unmanaged/get': {
|
|
6926
|
+
post: {
|
|
6927
|
+
operationId: 'acsUsersUnmanagedGetPost',
|
|
6928
|
+
requestBody: {
|
|
6929
|
+
content: {
|
|
6930
|
+
'application/json': {
|
|
6931
|
+
schema: {
|
|
6932
|
+
properties: { acs_user_id: { format: 'uuid', type: 'string' } },
|
|
6933
|
+
required: ['acs_user_id'],
|
|
6934
|
+
type: 'object',
|
|
6935
|
+
},
|
|
6936
|
+
},
|
|
6937
|
+
},
|
|
6938
|
+
},
|
|
6939
|
+
responses: {
|
|
6940
|
+
200: {
|
|
6941
|
+
content: {
|
|
6942
|
+
'application/json': {
|
|
6943
|
+
schema: {
|
|
6944
|
+
properties: {
|
|
6945
|
+
acs_user: { $ref: '#/components/schemas/acs_user' },
|
|
6946
|
+
ok: { type: 'boolean' },
|
|
6947
|
+
},
|
|
6948
|
+
required: ['acs_user', 'ok'],
|
|
6949
|
+
type: 'object',
|
|
6950
|
+
},
|
|
6951
|
+
},
|
|
6952
|
+
},
|
|
6953
|
+
description: 'OK',
|
|
6954
|
+
},
|
|
6955
|
+
400: { description: 'Bad Request' },
|
|
6956
|
+
401: { description: 'Unauthorized' },
|
|
6957
|
+
},
|
|
6958
|
+
security: [
|
|
6959
|
+
{ pat_with_workspace: [] },
|
|
6960
|
+
{ console_session: [] },
|
|
6961
|
+
{ api_key: [] },
|
|
6962
|
+
],
|
|
6963
|
+
summary: '/acs/users/unmanaged/get',
|
|
6964
|
+
tags: ['/acs'],
|
|
6965
|
+
'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
|
|
6966
|
+
'x-fern-sdk-method-name': 'get',
|
|
6967
|
+
'x-fern-sdk-return-value': 'acs_user',
|
|
6968
|
+
},
|
|
6969
|
+
},
|
|
6925
6970
|
'/acs/users/unsuspend': {
|
|
6926
6971
|
post: {
|
|
6927
6972
|
operationId: 'acsUsersUnsuspendPost',
|