@seamapi/types 1.633.0 → 1.635.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 +24 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +58 -6
- package/dist/index.cjs +24 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +5 -3
- package/lib/seam/connect/models/access-grants/access-grant.js +6 -1
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +52 -0
- package/lib/seam/connect/openapi.js +10 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +11 -6
- package/src/lib/seam/connect/openapi.ts +10 -4
- package/src/lib/seam/connect/route-types.ts +6 -4
|
@@ -188,7 +188,9 @@ export declare const unmanaged_access_grant: z.ZodObject<Omit<{
|
|
|
188
188
|
warning_code: "being_deleted";
|
|
189
189
|
}>]>, "many">;
|
|
190
190
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
191
|
-
}, "access_grant_key" | "client_session_token" | "instant_key_url" | "customization_profile_id"
|
|
191
|
+
}, "access_grant_key" | "user_identity_id" | "client_session_token" | "instant_key_url" | "customization_profile_id"> & {
|
|
192
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
193
|
+
}, "strip", z.ZodTypeAny, {
|
|
192
194
|
name: string | null;
|
|
193
195
|
display_name: string;
|
|
194
196
|
workspace_id: string;
|
|
@@ -202,7 +204,6 @@ export declare const unmanaged_access_grant: z.ZodObject<Omit<{
|
|
|
202
204
|
}[];
|
|
203
205
|
space_ids: string[];
|
|
204
206
|
access_grant_id: string;
|
|
205
|
-
user_identity_id: string;
|
|
206
207
|
location_ids: string[];
|
|
207
208
|
requested_access_methods: {
|
|
208
209
|
display_name: string;
|
|
@@ -213,6 +214,7 @@ export declare const unmanaged_access_grant: z.ZodObject<Omit<{
|
|
|
213
214
|
}[];
|
|
214
215
|
access_method_ids: string[];
|
|
215
216
|
reservation_key?: string | undefined;
|
|
217
|
+
user_identity_id?: string | undefined;
|
|
216
218
|
}, {
|
|
217
219
|
name: string | null;
|
|
218
220
|
display_name: string;
|
|
@@ -227,7 +229,6 @@ export declare const unmanaged_access_grant: z.ZodObject<Omit<{
|
|
|
227
229
|
}[];
|
|
228
230
|
space_ids: string[];
|
|
229
231
|
access_grant_id: string;
|
|
230
|
-
user_identity_id: string;
|
|
231
232
|
location_ids: string[];
|
|
232
233
|
requested_access_methods: {
|
|
233
234
|
display_name: string;
|
|
@@ -238,6 +239,7 @@ export declare const unmanaged_access_grant: z.ZodObject<Omit<{
|
|
|
238
239
|
}[];
|
|
239
240
|
access_method_ids: string[];
|
|
240
241
|
reservation_key?: string | undefined;
|
|
242
|
+
user_identity_id?: string | undefined;
|
|
241
243
|
}>;
|
|
242
244
|
export type UnmanagedAccessGrant = z.infer<typeof unmanaged_access_grant>;
|
|
243
245
|
export {};
|
|
@@ -96,11 +96,16 @@ export const access_grant = z.object({
|
|
|
96
96
|
Represents an Access Grant. Access Grants enable you to grant a user identity access to spaces, entrances, and devices through one or more access methods, such as mobile keys, plastic cards, and PIN codes. You can create an Access Grant for an existing user identity, or you can create a new user identity *while* creating the new Access Grant.
|
|
97
97
|
`);
|
|
98
98
|
// Unmanaged access grant schema - excludes client sessions, instant keys, customization profiles, and keys
|
|
99
|
-
export const unmanaged_access_grant = access_grant
|
|
99
|
+
export const unmanaged_access_grant = access_grant
|
|
100
|
+
.omit({
|
|
100
101
|
client_session_token: true,
|
|
101
102
|
instant_key_url: true,
|
|
102
103
|
customization_profile_id: true,
|
|
103
104
|
access_grant_key: true,
|
|
105
|
+
user_identity_id: true,
|
|
106
|
+
})
|
|
107
|
+
.extend({
|
|
108
|
+
user_identity_id: access_grant.shape.user_identity_id.optional(),
|
|
104
109
|
}).describe(`
|
|
105
110
|
---
|
|
106
111
|
draft: Early access.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"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"}
|
|
@@ -25067,14 +25067,22 @@ declare const _default: {
|
|
|
25067
25067
|
pat_with_workspace: never[];
|
|
25068
25068
|
console_session_with_workspace?: never;
|
|
25069
25069
|
api_key?: never;
|
|
25070
|
+
client_session_with_customer?: never;
|
|
25070
25071
|
} | {
|
|
25071
25072
|
console_session_with_workspace: never[];
|
|
25072
25073
|
pat_with_workspace?: never;
|
|
25073
25074
|
api_key?: never;
|
|
25075
|
+
client_session_with_customer?: never;
|
|
25074
25076
|
} | {
|
|
25075
25077
|
api_key: never[];
|
|
25076
25078
|
pat_with_workspace?: never;
|
|
25077
25079
|
console_session_with_workspace?: never;
|
|
25080
|
+
client_session_with_customer?: never;
|
|
25081
|
+
} | {
|
|
25082
|
+
client_session_with_customer: never[];
|
|
25083
|
+
pat_with_workspace?: never;
|
|
25084
|
+
console_session_with_workspace?: never;
|
|
25085
|
+
api_key?: never;
|
|
25078
25086
|
})[];
|
|
25079
25087
|
summary: string;
|
|
25080
25088
|
tags: string[];
|
|
@@ -25258,14 +25266,22 @@ declare const _default: {
|
|
|
25258
25266
|
pat_with_workspace: never[];
|
|
25259
25267
|
console_session_with_workspace?: never;
|
|
25260
25268
|
api_key?: never;
|
|
25269
|
+
client_session_with_customer?: never;
|
|
25261
25270
|
} | {
|
|
25262
25271
|
console_session_with_workspace: never[];
|
|
25263
25272
|
pat_with_workspace?: never;
|
|
25264
25273
|
api_key?: never;
|
|
25274
|
+
client_session_with_customer?: never;
|
|
25265
25275
|
} | {
|
|
25266
25276
|
api_key: never[];
|
|
25267
25277
|
pat_with_workspace?: never;
|
|
25268
25278
|
console_session_with_workspace?: never;
|
|
25279
|
+
client_session_with_customer?: never;
|
|
25280
|
+
} | {
|
|
25281
|
+
client_session_with_customer: never[];
|
|
25282
|
+
pat_with_workspace?: never;
|
|
25283
|
+
console_session_with_workspace?: never;
|
|
25284
|
+
api_key?: never;
|
|
25269
25285
|
})[];
|
|
25270
25286
|
summary: string;
|
|
25271
25287
|
tags: string[];
|
|
@@ -25386,14 +25402,22 @@ declare const _default: {
|
|
|
25386
25402
|
pat_with_workspace: never[];
|
|
25387
25403
|
console_session_with_workspace?: never;
|
|
25388
25404
|
api_key?: never;
|
|
25405
|
+
client_session_with_customer?: never;
|
|
25389
25406
|
} | {
|
|
25390
25407
|
console_session_with_workspace: never[];
|
|
25391
25408
|
pat_with_workspace?: never;
|
|
25392
25409
|
api_key?: never;
|
|
25410
|
+
client_session_with_customer?: never;
|
|
25393
25411
|
} | {
|
|
25394
25412
|
api_key: never[];
|
|
25395
25413
|
pat_with_workspace?: never;
|
|
25396
25414
|
console_session_with_workspace?: never;
|
|
25415
|
+
client_session_with_customer?: never;
|
|
25416
|
+
} | {
|
|
25417
|
+
client_session_with_customer: never[];
|
|
25418
|
+
pat_with_workspace?: never;
|
|
25419
|
+
console_session_with_workspace?: never;
|
|
25420
|
+
api_key?: never;
|
|
25397
25421
|
})[];
|
|
25398
25422
|
summary: string;
|
|
25399
25423
|
tags: string[];
|
|
@@ -25629,14 +25653,22 @@ declare const _default: {
|
|
|
25629
25653
|
api_key: never[];
|
|
25630
25654
|
pat_with_workspace?: never;
|
|
25631
25655
|
console_session_with_workspace?: never;
|
|
25656
|
+
client_session_with_customer?: never;
|
|
25632
25657
|
} | {
|
|
25633
25658
|
pat_with_workspace: never[];
|
|
25634
25659
|
api_key?: never;
|
|
25635
25660
|
console_session_with_workspace?: never;
|
|
25661
|
+
client_session_with_customer?: never;
|
|
25636
25662
|
} | {
|
|
25637
25663
|
console_session_with_workspace: never[];
|
|
25638
25664
|
api_key?: never;
|
|
25639
25665
|
pat_with_workspace?: never;
|
|
25666
|
+
client_session_with_customer?: never;
|
|
25667
|
+
} | {
|
|
25668
|
+
client_session_with_customer: never[];
|
|
25669
|
+
api_key?: never;
|
|
25670
|
+
pat_with_workspace?: never;
|
|
25671
|
+
console_session_with_workspace?: never;
|
|
25640
25672
|
})[];
|
|
25641
25673
|
summary: string;
|
|
25642
25674
|
tags: string[];
|
|
@@ -29053,21 +29085,31 @@ declare const _default: {
|
|
|
29053
29085
|
pat_with_workspace?: never;
|
|
29054
29086
|
console_session_with_workspace?: never;
|
|
29055
29087
|
api_key?: never;
|
|
29088
|
+
client_session_with_customer?: never;
|
|
29056
29089
|
} | {
|
|
29057
29090
|
pat_with_workspace: never[];
|
|
29058
29091
|
client_session?: never;
|
|
29059
29092
|
console_session_with_workspace?: never;
|
|
29060
29093
|
api_key?: never;
|
|
29094
|
+
client_session_with_customer?: never;
|
|
29061
29095
|
} | {
|
|
29062
29096
|
console_session_with_workspace: never[];
|
|
29063
29097
|
client_session?: never;
|
|
29064
29098
|
pat_with_workspace?: never;
|
|
29065
29099
|
api_key?: never;
|
|
29100
|
+
client_session_with_customer?: never;
|
|
29066
29101
|
} | {
|
|
29067
29102
|
api_key: never[];
|
|
29068
29103
|
client_session?: never;
|
|
29069
29104
|
pat_with_workspace?: never;
|
|
29070
29105
|
console_session_with_workspace?: never;
|
|
29106
|
+
client_session_with_customer?: never;
|
|
29107
|
+
} | {
|
|
29108
|
+
client_session_with_customer: never[];
|
|
29109
|
+
client_session?: never;
|
|
29110
|
+
pat_with_workspace?: never;
|
|
29111
|
+
console_session_with_workspace?: never;
|
|
29112
|
+
api_key?: never;
|
|
29071
29113
|
})[];
|
|
29072
29114
|
summary: string;
|
|
29073
29115
|
tags: string[];
|
|
@@ -29129,21 +29171,31 @@ declare const _default: {
|
|
|
29129
29171
|
pat_with_workspace?: never;
|
|
29130
29172
|
console_session_with_workspace?: never;
|
|
29131
29173
|
api_key?: never;
|
|
29174
|
+
client_session_with_customer?: never;
|
|
29132
29175
|
} | {
|
|
29133
29176
|
pat_with_workspace: never[];
|
|
29134
29177
|
client_session?: never;
|
|
29135
29178
|
console_session_with_workspace?: never;
|
|
29136
29179
|
api_key?: never;
|
|
29180
|
+
client_session_with_customer?: never;
|
|
29137
29181
|
} | {
|
|
29138
29182
|
console_session_with_workspace: never[];
|
|
29139
29183
|
client_session?: never;
|
|
29140
29184
|
pat_with_workspace?: never;
|
|
29141
29185
|
api_key?: never;
|
|
29186
|
+
client_session_with_customer?: never;
|
|
29142
29187
|
} | {
|
|
29143
29188
|
api_key: never[];
|
|
29144
29189
|
client_session?: never;
|
|
29145
29190
|
pat_with_workspace?: never;
|
|
29146
29191
|
console_session_with_workspace?: never;
|
|
29192
|
+
client_session_with_customer?: never;
|
|
29193
|
+
} | {
|
|
29194
|
+
client_session_with_customer: never[];
|
|
29195
|
+
client_session?: never;
|
|
29196
|
+
pat_with_workspace?: never;
|
|
29197
|
+
console_session_with_workspace?: never;
|
|
29198
|
+
api_key?: never;
|
|
29147
29199
|
})[];
|
|
29148
29200
|
summary: string;
|
|
29149
29201
|
tags: string[];
|
|
@@ -26809,7 +26809,6 @@ export default {
|
|
|
26809
26809
|
required: [
|
|
26810
26810
|
'workspace_id',
|
|
26811
26811
|
'access_grant_id',
|
|
26812
|
-
'user_identity_id',
|
|
26813
26812
|
'location_ids',
|
|
26814
26813
|
'space_ids',
|
|
26815
26814
|
'requested_access_methods',
|
|
@@ -27021,7 +27020,6 @@ export default {
|
|
|
27021
27020
|
required: [
|
|
27022
27021
|
'workspace_id',
|
|
27023
27022
|
'access_grant_id',
|
|
27024
|
-
'user_identity_id',
|
|
27025
27023
|
'location_ids',
|
|
27026
27024
|
'space_ids',
|
|
27027
27025
|
'requested_access_methods',
|
|
@@ -27256,7 +27254,6 @@ export default {
|
|
|
27256
27254
|
required: [
|
|
27257
27255
|
'workspace_id',
|
|
27258
27256
|
'access_grant_id',
|
|
27259
|
-
'user_identity_id',
|
|
27260
27257
|
'location_ids',
|
|
27261
27258
|
'space_ids',
|
|
27262
27259
|
'requested_access_methods',
|
|
@@ -27484,7 +27481,6 @@ export default {
|
|
|
27484
27481
|
required: [
|
|
27485
27482
|
'workspace_id',
|
|
27486
27483
|
'access_grant_id',
|
|
27487
|
-
'user_identity_id',
|
|
27488
27484
|
'location_ids',
|
|
27489
27485
|
'space_ids',
|
|
27490
27486
|
'requested_access_methods',
|
|
@@ -28077,6 +28073,7 @@ export default {
|
|
|
28077
28073
|
'access_methods',
|
|
28078
28074
|
'instant_keys',
|
|
28079
28075
|
'client_sessions',
|
|
28076
|
+
'acs_credentials',
|
|
28080
28077
|
],
|
|
28081
28078
|
type: 'string',
|
|
28082
28079
|
},
|
|
@@ -28097,6 +28094,7 @@ export default {
|
|
|
28097
28094
|
'access_methods',
|
|
28098
28095
|
'instant_keys',
|
|
28099
28096
|
'client_sessions',
|
|
28097
|
+
'acs_credentials',
|
|
28100
28098
|
],
|
|
28101
28099
|
type: 'string',
|
|
28102
28100
|
},
|
|
@@ -28313,6 +28311,7 @@ export default {
|
|
|
28313
28311
|
'access_methods',
|
|
28314
28312
|
'instant_keys',
|
|
28315
28313
|
'client_sessions',
|
|
28314
|
+
'acs_credentials',
|
|
28316
28315
|
],
|
|
28317
28316
|
type: 'string',
|
|
28318
28317
|
},
|
|
@@ -28328,6 +28327,7 @@ export default {
|
|
|
28328
28327
|
'access_methods',
|
|
28329
28328
|
'instant_keys',
|
|
28330
28329
|
'client_sessions',
|
|
28330
|
+
'acs_credentials',
|
|
28331
28331
|
],
|
|
28332
28332
|
type: 'string',
|
|
28333
28333
|
},
|
|
@@ -31862,6 +31862,7 @@ export default {
|
|
|
31862
31862
|
{ pat_with_workspace: [] },
|
|
31863
31863
|
{ console_session_with_workspace: [] },
|
|
31864
31864
|
{ api_key: [] },
|
|
31865
|
+
{ client_session_with_customer: [] },
|
|
31865
31866
|
],
|
|
31866
31867
|
summary: '/acs/encoders/encode_credential',
|
|
31867
31868
|
tags: ['/acs'],
|
|
@@ -32005,6 +32006,7 @@ export default {
|
|
|
32005
32006
|
{ pat_with_workspace: [] },
|
|
32006
32007
|
{ console_session_with_workspace: [] },
|
|
32007
32008
|
{ api_key: [] },
|
|
32009
|
+
{ client_session_with_customer: [] },
|
|
32008
32010
|
],
|
|
32009
32011
|
summary: '/acs/encoders/list',
|
|
32010
32012
|
tags: ['/acs'],
|
|
@@ -32107,6 +32109,7 @@ export default {
|
|
|
32107
32109
|
{ pat_with_workspace: [] },
|
|
32108
32110
|
{ console_session_with_workspace: [] },
|
|
32109
32111
|
{ api_key: [] },
|
|
32112
|
+
{ client_session_with_customer: [] },
|
|
32110
32113
|
],
|
|
32111
32114
|
summary: '/acs/encoders/list',
|
|
32112
32115
|
tags: ['/acs'],
|
|
@@ -32305,6 +32308,7 @@ export default {
|
|
|
32305
32308
|
{ api_key: [] },
|
|
32306
32309
|
{ pat_with_workspace: [] },
|
|
32307
32310
|
{ console_session_with_workspace: [] },
|
|
32311
|
+
{ client_session_with_customer: [] },
|
|
32308
32312
|
],
|
|
32309
32313
|
summary: '/acs/encoders/simulate/next_credential_encode_will_succeed',
|
|
32310
32314
|
tags: ['/acs'],
|
|
@@ -35076,6 +35080,7 @@ export default {
|
|
|
35076
35080
|
{ pat_with_workspace: [] },
|
|
35077
35081
|
{ console_session_with_workspace: [] },
|
|
35078
35082
|
{ api_key: [] },
|
|
35083
|
+
{ client_session_with_customer: [] },
|
|
35079
35084
|
],
|
|
35080
35085
|
summary: '/action_attempts/get',
|
|
35081
35086
|
tags: ['/action_attempts'],
|
|
@@ -35131,6 +35136,7 @@ export default {
|
|
|
35131
35136
|
{ pat_with_workspace: [] },
|
|
35132
35137
|
{ console_session_with_workspace: [] },
|
|
35133
35138
|
{ api_key: [] },
|
|
35139
|
+
{ client_session_with_customer: [] },
|
|
35134
35140
|
],
|
|
35135
35141
|
summary: '/action_attempts/get',
|
|
35136
35142
|
tags: ['/action_attempts'],
|