@seamapi/types 1.662.0 → 1.663.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 +11 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +50 -0
- package/dist/index.cjs +11 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +10 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +2 -1
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +18 -0
|
@@ -720,10 +720,13 @@ export declare const acs_user: z.ZodObject<{
|
|
|
720
720
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
721
721
|
connected_account_id: z.ZodString;
|
|
722
722
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
723
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
723
724
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
724
725
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
+
user_id?: string | undefined;
|
|
725
727
|
audit_openings?: boolean | undefined;
|
|
726
728
|
}, {
|
|
729
|
+
user_id?: string | undefined;
|
|
727
730
|
audit_openings?: boolean | undefined;
|
|
728
731
|
}>>;
|
|
729
732
|
} & {
|
|
@@ -789,6 +792,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
789
792
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
790
793
|
external_type_display_name?: string | undefined;
|
|
791
794
|
salto_space_metadata?: {
|
|
795
|
+
user_id?: string | undefined;
|
|
792
796
|
audit_openings?: boolean | undefined;
|
|
793
797
|
} | undefined;
|
|
794
798
|
email_address?: string | undefined;
|
|
@@ -919,6 +923,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
919
923
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
920
924
|
external_type_display_name?: string | undefined;
|
|
921
925
|
salto_space_metadata?: {
|
|
926
|
+
user_id?: string | undefined;
|
|
922
927
|
audit_openings?: boolean | undefined;
|
|
923
928
|
} | undefined;
|
|
924
929
|
email_address?: string | undefined;
|
|
@@ -1382,10 +1387,13 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1382
1387
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
1383
1388
|
connected_account_id: z.ZodString;
|
|
1384
1389
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
1390
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
1385
1391
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
1386
1392
|
}, "strip", z.ZodTypeAny, {
|
|
1393
|
+
user_id?: string | undefined;
|
|
1387
1394
|
audit_openings?: boolean | undefined;
|
|
1388
1395
|
}, {
|
|
1396
|
+
user_id?: string | undefined;
|
|
1389
1397
|
audit_openings?: boolean | undefined;
|
|
1390
1398
|
}>>;
|
|
1391
1399
|
} & {
|
|
@@ -1451,6 +1459,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1451
1459
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1452
1460
|
external_type_display_name?: string | undefined;
|
|
1453
1461
|
salto_space_metadata?: {
|
|
1462
|
+
user_id?: string | undefined;
|
|
1454
1463
|
audit_openings?: boolean | undefined;
|
|
1455
1464
|
} | undefined;
|
|
1456
1465
|
email_address?: string | undefined;
|
|
@@ -1581,6 +1590,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1581
1590
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1582
1591
|
external_type_display_name?: string | undefined;
|
|
1583
1592
|
salto_space_metadata?: {
|
|
1593
|
+
user_id?: string | undefined;
|
|
1584
1594
|
audit_openings?: boolean | undefined;
|
|
1585
1595
|
} | undefined;
|
|
1586
1596
|
email_address?: string | undefined;
|
|
@@ -26,10 +26,13 @@ export declare const acs_entrance_salto_space_metadata: z.ZodObject<{
|
|
|
26
26
|
}>;
|
|
27
27
|
export type AcsEntranceSaltoSpaceMetadata = z.infer<typeof acs_entrance_salto_space_metadata>;
|
|
28
28
|
export declare const acs_user_salto_space_metadata: z.ZodObject<{
|
|
29
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
29
30
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
30
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
+
user_id?: string | undefined;
|
|
31
33
|
audit_openings?: boolean | undefined;
|
|
32
34
|
}, {
|
|
35
|
+
user_id?: string | undefined;
|
|
33
36
|
audit_openings?: boolean | undefined;
|
|
34
37
|
}>;
|
|
35
38
|
export type AcsUserSaltoSpaceMetadata = z.infer<typeof acs_user_salto_space_metadata>;
|
|
@@ -27,10 +27,11 @@ export const acs_entrance_salto_space_metadata = z
|
|
|
27
27
|
.describe('Salto Space-specific metadata associated with the entrance.');
|
|
28
28
|
export const acs_user_salto_space_metadata = z
|
|
29
29
|
.object({
|
|
30
|
+
user_id: z.string().describe('User ID in the Salto Space access system.'),
|
|
30
31
|
audit_openings: z
|
|
31
32
|
.boolean()
|
|
32
|
-
.optional()
|
|
33
33
|
.describe('Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.'),
|
|
34
34
|
})
|
|
35
|
+
.partial()
|
|
35
36
|
.describe('Salto Space-specific metadata associated with the access system user.');
|
|
36
37
|
//# sourceMappingURL=salto-space.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,QAAQ,CACP,yFAAyF,CAC1F;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA;AAM1E,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC;KAC3C,MAAM,CAAC;IACN,cAAc,EAAE,CAAC;SACd,OAAO,EAAE;SACT,QAAQ,
|
|
1
|
+
{"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,QAAQ,CACP,yFAAyF,CAC1F;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA;AAM1E,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC;KAC3C,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,cAAc,EAAE,CAAC;SACd,OAAO,EAAE;SACT,QAAQ,CACP,2FAA2F,CAC5F;CACJ,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CACP,uEAAuE,CACxE,CAAA"}
|
|
@@ -5766,10 +5766,13 @@ export declare const batch: z.ZodObject<{
|
|
|
5766
5766
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
5767
5767
|
connected_account_id: z.ZodString;
|
|
5768
5768
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
5769
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
5769
5770
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
5770
5771
|
}, "strip", z.ZodTypeAny, {
|
|
5772
|
+
user_id?: string | undefined;
|
|
5771
5773
|
audit_openings?: boolean | undefined;
|
|
5772
5774
|
}, {
|
|
5775
|
+
user_id?: string | undefined;
|
|
5773
5776
|
audit_openings?: boolean | undefined;
|
|
5774
5777
|
}>>;
|
|
5775
5778
|
} & {
|
|
@@ -5835,6 +5838,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5835
5838
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
5836
5839
|
external_type_display_name?: string | undefined;
|
|
5837
5840
|
salto_space_metadata?: {
|
|
5841
|
+
user_id?: string | undefined;
|
|
5838
5842
|
audit_openings?: boolean | undefined;
|
|
5839
5843
|
} | undefined;
|
|
5840
5844
|
email_address?: string | undefined;
|
|
@@ -5965,6 +5969,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5965
5969
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
5966
5970
|
external_type_display_name?: string | undefined;
|
|
5967
5971
|
salto_space_metadata?: {
|
|
5972
|
+
user_id?: string | undefined;
|
|
5968
5973
|
audit_openings?: boolean | undefined;
|
|
5969
5974
|
} | undefined;
|
|
5970
5975
|
email_address?: string | undefined;
|
|
@@ -11017,10 +11022,13 @@ export declare const batch: z.ZodObject<{
|
|
|
11017
11022
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
11018
11023
|
connected_account_id: z.ZodString;
|
|
11019
11024
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
11025
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
11020
11026
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
11021
11027
|
}, "strip", z.ZodTypeAny, {
|
|
11028
|
+
user_id?: string | undefined;
|
|
11022
11029
|
audit_openings?: boolean | undefined;
|
|
11023
11030
|
}, {
|
|
11031
|
+
user_id?: string | undefined;
|
|
11024
11032
|
audit_openings?: boolean | undefined;
|
|
11025
11033
|
}>>;
|
|
11026
11034
|
} & {
|
|
@@ -11086,6 +11094,7 @@ export declare const batch: z.ZodObject<{
|
|
|
11086
11094
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
11087
11095
|
external_type_display_name?: string | undefined;
|
|
11088
11096
|
salto_space_metadata?: {
|
|
11097
|
+
user_id?: string | undefined;
|
|
11089
11098
|
audit_openings?: boolean | undefined;
|
|
11090
11099
|
} | undefined;
|
|
11091
11100
|
email_address?: string | undefined;
|
|
@@ -11216,6 +11225,7 @@ export declare const batch: z.ZodObject<{
|
|
|
11216
11225
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
11217
11226
|
external_type_display_name?: string | undefined;
|
|
11218
11227
|
salto_space_metadata?: {
|
|
11228
|
+
user_id?: string | undefined;
|
|
11219
11229
|
audit_openings?: boolean | undefined;
|
|
11220
11230
|
} | undefined;
|
|
11221
11231
|
email_address?: string | undefined;
|
|
@@ -22376,6 +22386,7 @@ export declare const batch: z.ZodObject<{
|
|
|
22376
22386
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
22377
22387
|
external_type_display_name?: string | undefined;
|
|
22378
22388
|
salto_space_metadata?: {
|
|
22389
|
+
user_id?: string | undefined;
|
|
22379
22390
|
audit_openings?: boolean | undefined;
|
|
22380
22391
|
} | undefined;
|
|
22381
22392
|
email_address?: string | undefined;
|
|
@@ -23425,6 +23436,7 @@ export declare const batch: z.ZodObject<{
|
|
|
23425
23436
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
23426
23437
|
external_type_display_name?: string | undefined;
|
|
23427
23438
|
salto_space_metadata?: {
|
|
23439
|
+
user_id?: string | undefined;
|
|
23428
23440
|
audit_openings?: boolean | undefined;
|
|
23429
23441
|
} | undefined;
|
|
23430
23442
|
email_address?: string | undefined;
|
|
@@ -26407,6 +26419,7 @@ export declare const batch: z.ZodObject<{
|
|
|
26407
26419
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
26408
26420
|
external_type_display_name?: string | undefined;
|
|
26409
26421
|
salto_space_metadata?: {
|
|
26422
|
+
user_id?: string | undefined;
|
|
26410
26423
|
audit_openings?: boolean | undefined;
|
|
26411
26424
|
} | undefined;
|
|
26412
26425
|
email_address?: string | undefined;
|
|
@@ -27456,6 +27469,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27456
27469
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
27457
27470
|
external_type_display_name?: string | undefined;
|
|
27458
27471
|
salto_space_metadata?: {
|
|
27472
|
+
user_id?: string | undefined;
|
|
27459
27473
|
audit_openings?: boolean | undefined;
|
|
27460
27474
|
} | undefined;
|
|
27461
27475
|
email_address?: string | undefined;
|
|
@@ -2070,6 +2070,10 @@ declare const _default: {
|
|
|
2070
2070
|
description: string;
|
|
2071
2071
|
type: string;
|
|
2072
2072
|
};
|
|
2073
|
+
user_id: {
|
|
2074
|
+
description: string;
|
|
2075
|
+
type: string;
|
|
2076
|
+
};
|
|
2073
2077
|
};
|
|
2074
2078
|
type: string;
|
|
2075
2079
|
};
|
|
@@ -14109,6 +14113,10 @@ declare const _default: {
|
|
|
14109
14113
|
description: string;
|
|
14110
14114
|
type: string;
|
|
14111
14115
|
};
|
|
14116
|
+
user_id: {
|
|
14117
|
+
description: string;
|
|
14118
|
+
type: string;
|
|
14119
|
+
};
|
|
14112
14120
|
};
|
|
14113
14121
|
type: string;
|
|
14114
14122
|
};
|
|
@@ -3646,6 +3646,10 @@ export default {
|
|
|
3646
3646
|
description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
3647
3647
|
type: 'boolean',
|
|
3648
3648
|
},
|
|
3649
|
+
user_id: {
|
|
3650
|
+
description: 'User ID in the Salto Space access system.',
|
|
3651
|
+
type: 'string',
|
|
3652
|
+
},
|
|
3649
3653
|
},
|
|
3650
3654
|
type: 'object',
|
|
3651
3655
|
},
|
|
@@ -21809,6 +21813,10 @@ export default {
|
|
|
21809
21813
|
description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
21810
21814
|
type: 'boolean',
|
|
21811
21815
|
},
|
|
21816
|
+
user_id: {
|
|
21817
|
+
description: 'User ID in the Salto Space access system.',
|
|
21818
|
+
type: 'string',
|
|
21819
|
+
},
|
|
21812
21820
|
},
|
|
21813
21821
|
type: 'object',
|
|
21814
21822
|
},
|