@seamapi/types 1.634.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 +4 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -4
- package/dist/index.cjs +4 -5
- 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.js +0 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -4
- 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 +0 -4
- package/src/lib/seam/connect/route-types.ts +4 -4
package/dist/connect.d.cts
CHANGED
|
@@ -123207,8 +123207,6 @@ type Routes = {
|
|
|
123207
123207
|
access_grant_id: string;
|
|
123208
123208
|
/** Reservation key for the access grant. */
|
|
123209
123209
|
reservation_key?: string | undefined;
|
|
123210
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
123211
|
-
user_identity_id: string;
|
|
123212
123210
|
/**
|
|
123213
123211
|
* @deprecated Use `space_ids`.*/
|
|
123214
123212
|
location_ids: string[];
|
|
@@ -123248,6 +123246,8 @@ type Routes = {
|
|
|
123248
123246
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123249
123247
|
warning_code: 'being_deleted';
|
|
123250
123248
|
}[];
|
|
123249
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
123250
|
+
user_identity_id?: string | undefined;
|
|
123251
123251
|
};
|
|
123252
123252
|
};
|
|
123253
123253
|
};
|
|
@@ -123275,8 +123275,6 @@ type Routes = {
|
|
|
123275
123275
|
access_grant_id: string;
|
|
123276
123276
|
/** Reservation key for the access grant. */
|
|
123277
123277
|
reservation_key?: string | undefined;
|
|
123278
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
123279
|
-
user_identity_id: string;
|
|
123280
123278
|
/**
|
|
123281
123279
|
* @deprecated Use `space_ids`.*/
|
|
123282
123280
|
location_ids: string[];
|
|
@@ -123316,6 +123314,8 @@ type Routes = {
|
|
|
123316
123314
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123317
123315
|
warning_code: 'being_deleted';
|
|
123318
123316
|
}[];
|
|
123317
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
123318
|
+
user_identity_id?: string | undefined;
|
|
123319
123319
|
}[];
|
|
123320
123320
|
};
|
|
123321
123321
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -2409,7 +2409,10 @@ access_grant.omit({
|
|
|
2409
2409
|
client_session_token: true,
|
|
2410
2410
|
instant_key_url: true,
|
|
2411
2411
|
customization_profile_id: true,
|
|
2412
|
-
access_grant_key: true
|
|
2412
|
+
access_grant_key: true,
|
|
2413
|
+
user_identity_id: true
|
|
2414
|
+
}).extend({
|
|
2415
|
+
user_identity_id: access_grant.shape.user_identity_id.optional()
|
|
2413
2416
|
}).describe(`
|
|
2414
2417
|
---
|
|
2415
2418
|
draft: Early access.
|
|
@@ -32696,7 +32699,6 @@ var openapi_default = {
|
|
|
32696
32699
|
required: [
|
|
32697
32700
|
"workspace_id",
|
|
32698
32701
|
"access_grant_id",
|
|
32699
|
-
"user_identity_id",
|
|
32700
32702
|
"location_ids",
|
|
32701
32703
|
"space_ids",
|
|
32702
32704
|
"requested_access_methods",
|
|
@@ -32908,7 +32910,6 @@ var openapi_default = {
|
|
|
32908
32910
|
required: [
|
|
32909
32911
|
"workspace_id",
|
|
32910
32912
|
"access_grant_id",
|
|
32911
|
-
"user_identity_id",
|
|
32912
32913
|
"location_ids",
|
|
32913
32914
|
"space_ids",
|
|
32914
32915
|
"requested_access_methods",
|
|
@@ -33143,7 +33144,6 @@ var openapi_default = {
|
|
|
33143
33144
|
required: [
|
|
33144
33145
|
"workspace_id",
|
|
33145
33146
|
"access_grant_id",
|
|
33146
|
-
"user_identity_id",
|
|
33147
33147
|
"location_ids",
|
|
33148
33148
|
"space_ids",
|
|
33149
33149
|
"requested_access_methods",
|
|
@@ -33371,7 +33371,6 @@ var openapi_default = {
|
|
|
33371
33371
|
required: [
|
|
33372
33372
|
"workspace_id",
|
|
33373
33373
|
"access_grant_id",
|
|
33374
|
-
"user_identity_id",
|
|
33375
33374
|
"location_ids",
|
|
33376
33375
|
"space_ids",
|
|
33377
33376
|
"requested_access_methods",
|