@seamapi/types 1.574.0 → 1.575.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 +10 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -1
- package/dist/index.cjs +10 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +10 -2
- 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 +12 -2
- package/src/lib/seam/connect/route-types.ts +3 -1
package/dist/connect.cjs
CHANGED
|
@@ -57950,9 +57950,13 @@ var openapi_default = {
|
|
|
57950
57950
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
57951
57951
|
format: "uuid",
|
|
57952
57952
|
type: "string"
|
|
57953
|
+
},
|
|
57954
|
+
user_identity_key: {
|
|
57955
|
+
description: "Key of the user identity to which you want to add an access system user.",
|
|
57956
|
+
type: "string"
|
|
57953
57957
|
}
|
|
57954
57958
|
},
|
|
57955
|
-
required: ["
|
|
57959
|
+
required: ["acs_user_id"],
|
|
57956
57960
|
type: "object"
|
|
57957
57961
|
}
|
|
57958
57962
|
}
|
|
@@ -58003,9 +58007,13 @@ var openapi_default = {
|
|
|
58003
58007
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
58004
58008
|
format: "uuid",
|
|
58005
58009
|
type: "string"
|
|
58010
|
+
},
|
|
58011
|
+
user_identity_key: {
|
|
58012
|
+
description: "Key of the user identity to which you want to add an access system user.",
|
|
58013
|
+
type: "string"
|
|
58006
58014
|
}
|
|
58007
58015
|
},
|
|
58008
|
-
required: ["
|
|
58016
|
+
required: ["acs_user_id"],
|
|
58009
58017
|
type: "object"
|
|
58010
58018
|
}
|
|
58011
58019
|
}
|