@seamapi/types 1.573.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 +14 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -1
- package/dist/index.cjs +14 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +12 -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 +14 -2
- package/src/lib/seam/connect/route-types.ts +3 -1
package/dist/connect.cjs
CHANGED
|
@@ -53838,7 +53838,8 @@ var openapi_default = {
|
|
|
53838
53838
|
security: [
|
|
53839
53839
|
{ pat_with_workspace: [] },
|
|
53840
53840
|
{ console_session_with_workspace: [] },
|
|
53841
|
-
{ api_key: [] }
|
|
53841
|
+
{ api_key: [] },
|
|
53842
|
+
{ client_session_with_customer: [] }
|
|
53842
53843
|
],
|
|
53843
53844
|
summary: "/spaces/get_related",
|
|
53844
53845
|
tags: [],
|
|
@@ -53951,7 +53952,8 @@ var openapi_default = {
|
|
|
53951
53952
|
security: [
|
|
53952
53953
|
{ pat_with_workspace: [] },
|
|
53953
53954
|
{ console_session_with_workspace: [] },
|
|
53954
|
-
{ api_key: [] }
|
|
53955
|
+
{ api_key: [] },
|
|
53956
|
+
{ client_session_with_customer: [] }
|
|
53955
53957
|
],
|
|
53956
53958
|
summary: "/spaces/get_related",
|
|
53957
53959
|
tags: [],
|
|
@@ -57948,9 +57950,13 @@ var openapi_default = {
|
|
|
57948
57950
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
57949
57951
|
format: "uuid",
|
|
57950
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"
|
|
57951
57957
|
}
|
|
57952
57958
|
},
|
|
57953
|
-
required: ["
|
|
57959
|
+
required: ["acs_user_id"],
|
|
57954
57960
|
type: "object"
|
|
57955
57961
|
}
|
|
57956
57962
|
}
|
|
@@ -58001,9 +58007,13 @@ var openapi_default = {
|
|
|
58001
58007
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
58002
58008
|
format: "uuid",
|
|
58003
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"
|
|
58004
58014
|
}
|
|
58005
58015
|
},
|
|
58006
|
-
required: ["
|
|
58016
|
+
required: ["acs_user_id"],
|
|
58007
58017
|
type: "object"
|
|
58008
58018
|
}
|
|
58009
58019
|
}
|