@seamapi/types 1.397.0 → 1.398.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 +6 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -1
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +6 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -1
- package/src/lib/seam/connect/route-types.ts +3 -1
package/dist/connect.cjs
CHANGED
|
@@ -23933,9 +23933,14 @@ var openapi_default = {
|
|
|
23933
23933
|
description: "ID of the desired user.",
|
|
23934
23934
|
format: "uuid",
|
|
23935
23935
|
type: "string"
|
|
23936
|
+
},
|
|
23937
|
+
user_identity_id: {
|
|
23938
|
+
description: "ID of the desired user identity.",
|
|
23939
|
+
format: "uuid",
|
|
23940
|
+
type: "string"
|
|
23936
23941
|
}
|
|
23937
23942
|
},
|
|
23938
|
-
required: ["acs_access_group_id"
|
|
23943
|
+
required: ["acs_access_group_id"],
|
|
23939
23944
|
type: "object"
|
|
23940
23945
|
}
|
|
23941
23946
|
}
|