@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
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",
|
|
@@ -33963,7 +33962,8 @@ var openapi_default = {
|
|
|
33963
33962
|
"access_grants",
|
|
33964
33963
|
"access_methods",
|
|
33965
33964
|
"instant_keys",
|
|
33966
|
-
"client_sessions"
|
|
33965
|
+
"client_sessions",
|
|
33966
|
+
"acs_credentials"
|
|
33967
33967
|
],
|
|
33968
33968
|
type: "string"
|
|
33969
33969
|
},
|
|
@@ -33983,7 +33983,8 @@ var openapi_default = {
|
|
|
33983
33983
|
"access_grants",
|
|
33984
33984
|
"access_methods",
|
|
33985
33985
|
"instant_keys",
|
|
33986
|
-
"client_sessions"
|
|
33986
|
+
"client_sessions",
|
|
33987
|
+
"acs_credentials"
|
|
33987
33988
|
],
|
|
33988
33989
|
type: "string"
|
|
33989
33990
|
},
|
|
@@ -34199,7 +34200,8 @@ var openapi_default = {
|
|
|
34199
34200
|
"access_grants",
|
|
34200
34201
|
"access_methods",
|
|
34201
34202
|
"instant_keys",
|
|
34202
|
-
"client_sessions"
|
|
34203
|
+
"client_sessions",
|
|
34204
|
+
"acs_credentials"
|
|
34203
34205
|
],
|
|
34204
34206
|
type: "string"
|
|
34205
34207
|
},
|
|
@@ -34214,7 +34216,8 @@ var openapi_default = {
|
|
|
34214
34216
|
"access_grants",
|
|
34215
34217
|
"access_methods",
|
|
34216
34218
|
"instant_keys",
|
|
34217
|
-
"client_sessions"
|
|
34219
|
+
"client_sessions",
|
|
34220
|
+
"acs_credentials"
|
|
34218
34221
|
],
|
|
34219
34222
|
type: "string"
|
|
34220
34223
|
},
|
|
@@ -37748,7 +37751,8 @@ var openapi_default = {
|
|
|
37748
37751
|
security: [
|
|
37749
37752
|
{ pat_with_workspace: [] },
|
|
37750
37753
|
{ console_session_with_workspace: [] },
|
|
37751
|
-
{ api_key: [] }
|
|
37754
|
+
{ api_key: [] },
|
|
37755
|
+
{ client_session_with_customer: [] }
|
|
37752
37756
|
],
|
|
37753
37757
|
summary: "/acs/encoders/encode_credential",
|
|
37754
37758
|
tags: ["/acs"],
|
|
@@ -37891,7 +37895,8 @@ var openapi_default = {
|
|
|
37891
37895
|
security: [
|
|
37892
37896
|
{ pat_with_workspace: [] },
|
|
37893
37897
|
{ console_session_with_workspace: [] },
|
|
37894
|
-
{ api_key: [] }
|
|
37898
|
+
{ api_key: [] },
|
|
37899
|
+
{ client_session_with_customer: [] }
|
|
37895
37900
|
],
|
|
37896
37901
|
summary: "/acs/encoders/list",
|
|
37897
37902
|
tags: ["/acs"],
|
|
@@ -37993,7 +37998,8 @@ var openapi_default = {
|
|
|
37993
37998
|
security: [
|
|
37994
37999
|
{ pat_with_workspace: [] },
|
|
37995
38000
|
{ console_session_with_workspace: [] },
|
|
37996
|
-
{ api_key: [] }
|
|
38001
|
+
{ api_key: [] },
|
|
38002
|
+
{ client_session_with_customer: [] }
|
|
37997
38003
|
],
|
|
37998
38004
|
summary: "/acs/encoders/list",
|
|
37999
38005
|
tags: ["/acs"],
|
|
@@ -38191,7 +38197,8 @@ var openapi_default = {
|
|
|
38191
38197
|
security: [
|
|
38192
38198
|
{ api_key: [] },
|
|
38193
38199
|
{ pat_with_workspace: [] },
|
|
38194
|
-
{ console_session_with_workspace: [] }
|
|
38200
|
+
{ console_session_with_workspace: [] },
|
|
38201
|
+
{ client_session_with_customer: [] }
|
|
38195
38202
|
],
|
|
38196
38203
|
summary: "/acs/encoders/simulate/next_credential_encode_will_succeed",
|
|
38197
38204
|
tags: ["/acs"],
|
|
@@ -40962,7 +40969,8 @@ var openapi_default = {
|
|
|
40962
40969
|
{ client_session: [] },
|
|
40963
40970
|
{ pat_with_workspace: [] },
|
|
40964
40971
|
{ console_session_with_workspace: [] },
|
|
40965
|
-
{ api_key: [] }
|
|
40972
|
+
{ api_key: [] },
|
|
40973
|
+
{ client_session_with_customer: [] }
|
|
40966
40974
|
],
|
|
40967
40975
|
summary: "/action_attempts/get",
|
|
40968
40976
|
tags: ["/action_attempts"],
|
|
@@ -41017,7 +41025,8 @@ var openapi_default = {
|
|
|
41017
41025
|
{ client_session: [] },
|
|
41018
41026
|
{ pat_with_workspace: [] },
|
|
41019
41027
|
{ console_session_with_workspace: [] },
|
|
41020
|
-
{ api_key: [] }
|
|
41028
|
+
{ api_key: [] },
|
|
41029
|
+
{ client_session_with_customer: [] }
|
|
41021
41030
|
],
|
|
41022
41031
|
summary: "/action_attempts/get",
|
|
41023
41032
|
tags: ["/action_attempts"],
|