@seamapi/types 1.450.0 → 1.451.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +15 -0
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +3 -0
- package/lib/seam/connect/models/access-grants/access-method.js +4 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +4 -0
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +8 -0
package/dist/connect.cjs
CHANGED
|
@@ -7224,6 +7224,10 @@ var openapi_default = {
|
|
|
7224
7224
|
format: "uuid",
|
|
7225
7225
|
type: "string"
|
|
7226
7226
|
},
|
|
7227
|
+
client_session_token: {
|
|
7228
|
+
description: "Token of the client session associated with the access method.",
|
|
7229
|
+
type: "string"
|
|
7230
|
+
},
|
|
7227
7231
|
code: {
|
|
7228
7232
|
description: "The actual PIN code for code access methods.",
|
|
7229
7233
|
type: "string"
|