@seamapi/types 1.633.0 → 1.634.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 +20 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +54 -2
- package/dist/index.cjs +20 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +52 -0
- package/lib/seam/connect/openapi.js +10 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -33963,7 +33963,8 @@ var openapi_default = {
|
|
|
33963
33963
|
"access_grants",
|
|
33964
33964
|
"access_methods",
|
|
33965
33965
|
"instant_keys",
|
|
33966
|
-
"client_sessions"
|
|
33966
|
+
"client_sessions",
|
|
33967
|
+
"acs_credentials"
|
|
33967
33968
|
],
|
|
33968
33969
|
type: "string"
|
|
33969
33970
|
},
|
|
@@ -33983,7 +33984,8 @@ var openapi_default = {
|
|
|
33983
33984
|
"access_grants",
|
|
33984
33985
|
"access_methods",
|
|
33985
33986
|
"instant_keys",
|
|
33986
|
-
"client_sessions"
|
|
33987
|
+
"client_sessions",
|
|
33988
|
+
"acs_credentials"
|
|
33987
33989
|
],
|
|
33988
33990
|
type: "string"
|
|
33989
33991
|
},
|
|
@@ -34199,7 +34201,8 @@ var openapi_default = {
|
|
|
34199
34201
|
"access_grants",
|
|
34200
34202
|
"access_methods",
|
|
34201
34203
|
"instant_keys",
|
|
34202
|
-
"client_sessions"
|
|
34204
|
+
"client_sessions",
|
|
34205
|
+
"acs_credentials"
|
|
34203
34206
|
],
|
|
34204
34207
|
type: "string"
|
|
34205
34208
|
},
|
|
@@ -34214,7 +34217,8 @@ var openapi_default = {
|
|
|
34214
34217
|
"access_grants",
|
|
34215
34218
|
"access_methods",
|
|
34216
34219
|
"instant_keys",
|
|
34217
|
-
"client_sessions"
|
|
34220
|
+
"client_sessions",
|
|
34221
|
+
"acs_credentials"
|
|
34218
34222
|
],
|
|
34219
34223
|
type: "string"
|
|
34220
34224
|
},
|
|
@@ -37748,7 +37752,8 @@ var openapi_default = {
|
|
|
37748
37752
|
security: [
|
|
37749
37753
|
{ pat_with_workspace: [] },
|
|
37750
37754
|
{ console_session_with_workspace: [] },
|
|
37751
|
-
{ api_key: [] }
|
|
37755
|
+
{ api_key: [] },
|
|
37756
|
+
{ client_session_with_customer: [] }
|
|
37752
37757
|
],
|
|
37753
37758
|
summary: "/acs/encoders/encode_credential",
|
|
37754
37759
|
tags: ["/acs"],
|
|
@@ -37891,7 +37896,8 @@ var openapi_default = {
|
|
|
37891
37896
|
security: [
|
|
37892
37897
|
{ pat_with_workspace: [] },
|
|
37893
37898
|
{ console_session_with_workspace: [] },
|
|
37894
|
-
{ api_key: [] }
|
|
37899
|
+
{ api_key: [] },
|
|
37900
|
+
{ client_session_with_customer: [] }
|
|
37895
37901
|
],
|
|
37896
37902
|
summary: "/acs/encoders/list",
|
|
37897
37903
|
tags: ["/acs"],
|
|
@@ -37993,7 +37999,8 @@ var openapi_default = {
|
|
|
37993
37999
|
security: [
|
|
37994
38000
|
{ pat_with_workspace: [] },
|
|
37995
38001
|
{ console_session_with_workspace: [] },
|
|
37996
|
-
{ api_key: [] }
|
|
38002
|
+
{ api_key: [] },
|
|
38003
|
+
{ client_session_with_customer: [] }
|
|
37997
38004
|
],
|
|
37998
38005
|
summary: "/acs/encoders/list",
|
|
37999
38006
|
tags: ["/acs"],
|
|
@@ -38191,7 +38198,8 @@ var openapi_default = {
|
|
|
38191
38198
|
security: [
|
|
38192
38199
|
{ api_key: [] },
|
|
38193
38200
|
{ pat_with_workspace: [] },
|
|
38194
|
-
{ console_session_with_workspace: [] }
|
|
38201
|
+
{ console_session_with_workspace: [] },
|
|
38202
|
+
{ client_session_with_customer: [] }
|
|
38195
38203
|
],
|
|
38196
38204
|
summary: "/acs/encoders/simulate/next_credential_encode_will_succeed",
|
|
38197
38205
|
tags: ["/acs"],
|
|
@@ -40962,7 +40970,8 @@ var openapi_default = {
|
|
|
40962
40970
|
{ client_session: [] },
|
|
40963
40971
|
{ pat_with_workspace: [] },
|
|
40964
40972
|
{ console_session_with_workspace: [] },
|
|
40965
|
-
{ api_key: [] }
|
|
40973
|
+
{ api_key: [] },
|
|
40974
|
+
{ client_session_with_customer: [] }
|
|
40966
40975
|
],
|
|
40967
40976
|
summary: "/action_attempts/get",
|
|
40968
40977
|
tags: ["/action_attempts"],
|
|
@@ -41017,7 +41026,8 @@ var openapi_default = {
|
|
|
41017
41026
|
{ client_session: [] },
|
|
41018
41027
|
{ pat_with_workspace: [] },
|
|
41019
41028
|
{ console_session_with_workspace: [] },
|
|
41020
|
-
{ api_key: [] }
|
|
41029
|
+
{ api_key: [] },
|
|
41030
|
+
{ client_session_with_customer: [] }
|
|
41021
41031
|
],
|
|
41022
41032
|
summary: "/action_attempts/get",
|
|
41023
41033
|
tags: ["/action_attempts"],
|