@seamapi/types 1.76.0 → 1.76.1
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 +7 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -5
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +7 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -5
- package/lib/seam/connect/unstable/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/user.js +1 -1
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +7 -1
- package/src/lib/seam/connect/route-types.ts +31 -5
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -7844,6 +7844,10 @@ declare const _default: {
|
|
|
7844
7844
|
'application/json': {
|
|
7845
7845
|
schema: {
|
|
7846
7846
|
properties: {
|
|
7847
|
+
acs_credential_id: {
|
|
7848
|
+
format: string;
|
|
7849
|
+
type: string;
|
|
7850
|
+
};
|
|
7847
7851
|
acs_system_id: {
|
|
7848
7852
|
format: string;
|
|
7849
7853
|
type: string;
|
|
@@ -17107,7 +17111,7 @@ interface Routes {
|
|
|
17107
17111
|
workspace_id: string;
|
|
17108
17112
|
created_at: string;
|
|
17109
17113
|
display_name: string;
|
|
17110
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17114
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17111
17115
|
external_type_display_name?: string | undefined;
|
|
17112
17116
|
is_suspended: boolean;
|
|
17113
17117
|
access_schedule?: {
|
|
@@ -17393,6 +17397,7 @@ interface Routes {
|
|
|
17393
17397
|
jsonBody: {};
|
|
17394
17398
|
commonParams: {
|
|
17395
17399
|
acs_system_id?: string | undefined;
|
|
17400
|
+
acs_credential_id?: string | undefined;
|
|
17396
17401
|
};
|
|
17397
17402
|
formData: {};
|
|
17398
17403
|
jsonResponse: {
|
|
@@ -17494,7 +17499,7 @@ interface Routes {
|
|
|
17494
17499
|
workspace_id: string;
|
|
17495
17500
|
created_at: string;
|
|
17496
17501
|
display_name: string;
|
|
17497
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17502
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17498
17503
|
external_type_display_name?: string | undefined;
|
|
17499
17504
|
is_suspended: boolean;
|
|
17500
17505
|
access_schedule?: {
|
|
@@ -17537,7 +17542,7 @@ interface Routes {
|
|
|
17537
17542
|
workspace_id: string;
|
|
17538
17543
|
created_at: string;
|
|
17539
17544
|
display_name: string;
|
|
17540
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17545
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17541
17546
|
external_type_display_name?: string | undefined;
|
|
17542
17547
|
is_suspended: boolean;
|
|
17543
17548
|
access_schedule?: {
|
|
@@ -17569,7 +17574,7 @@ interface Routes {
|
|
|
17569
17574
|
workspace_id: string;
|
|
17570
17575
|
created_at: string;
|
|
17571
17576
|
display_name: string;
|
|
17572
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17577
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17573
17578
|
external_type_display_name?: string | undefined;
|
|
17574
17579
|
is_suspended: boolean;
|
|
17575
17580
|
access_schedule?: {
|
|
@@ -24248,7 +24253,7 @@ interface Routes {
|
|
|
24248
24253
|
workspace_id: string;
|
|
24249
24254
|
created_at: string;
|
|
24250
24255
|
display_name: string;
|
|
24251
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
24256
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
24252
24257
|
external_type_display_name?: string | undefined;
|
|
24253
24258
|
is_suspended: boolean;
|
|
24254
24259
|
access_schedule?: {
|
|
@@ -237,7 +237,12 @@ export default {
|
|
|
237
237
|
},
|
|
238
238
|
email_address: { format: 'email', type: 'string' },
|
|
239
239
|
external_type: {
|
|
240
|
-
enum: [
|
|
240
|
+
enum: [
|
|
241
|
+
'pti_user',
|
|
242
|
+
'brivo_user',
|
|
243
|
+
'hid_credential_manager_user',
|
|
244
|
+
'salto_site_user',
|
|
245
|
+
],
|
|
241
246
|
type: 'string',
|
|
242
247
|
},
|
|
243
248
|
external_type_display_name: { type: 'string' },
|
|
@@ -5850,6 +5855,7 @@ export default {
|
|
|
5850
5855
|
'application/json': {
|
|
5851
5856
|
schema: {
|
|
5852
5857
|
properties: {
|
|
5858
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
5853
5859
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
5854
5860
|
},
|
|
5855
5861
|
type: 'object',
|