@seamapi/types 1.441.1 → 1.441.2
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 +4 -0
- package/src/lib/seam/connect/route-types.ts +8 -0
package/dist/connect.cjs
CHANGED
|
@@ -7206,6 +7206,10 @@ var openapi_default = {
|
|
|
7206
7206
|
format: "uuid",
|
|
7207
7207
|
type: "string"
|
|
7208
7208
|
},
|
|
7209
|
+
code: {
|
|
7210
|
+
description: "The actual PIN code for code access methods.",
|
|
7211
|
+
type: "string"
|
|
7212
|
+
},
|
|
7209
7213
|
created_at: {
|
|
7210
7214
|
description: "Date and time at which the access method was created.",
|
|
7211
7215
|
format: "date-time",
|