@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.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",
|