Skip to content

Commit b1c3095

Browse files
chore: generate
1 parent b0f565b commit b1c3095

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

packages/sdk/openapi.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10980,15 +10980,12 @@
1098010980
},
1098110981
"PermissionConfig": {
1098210982
"anyOf": [
10983+
{
10984+
"$ref": "#/components/schemas/PermissionActionConfig"
10985+
},
1098310986
{
1098410987
"type": "object",
1098510988
"properties": {
10986-
"__originalKeys": {
10987-
"type": "array",
10988-
"items": {
10989-
"type": "string"
10990-
}
10991-
},
1099210989
"read": {
1099310990
"$ref": "#/components/schemas/PermissionRuleConfig"
1099410991
},
@@ -11041,9 +11038,6 @@
1104111038
"additionalProperties": {
1104211039
"$ref": "#/components/schemas/PermissionRuleConfig"
1104311040
}
11044-
},
11045-
{
11046-
"$ref": "#/components/schemas/PermissionActionConfig"
1104711041
}
1104811042
]
1104911043
},

0 commit comments

Comments
 (0)