Skip to content

Commit b3526f6

Browse files
chore: generate
1 parent f220f02 commit b3526f6

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

packages/sdk/openapi.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4518,7 +4518,8 @@
45184518
"$ref": "#/components/schemas/PermissionRuleset"
45194519
},
45204520
"workspaceID": {
4521-
"type": "string"
4521+
"type": "string",
4522+
"pattern": "^wrk"
45224523
}
45234524
},
45244525
"additionalProperties": false
@@ -8504,7 +8505,8 @@
85048505
"type": "object",
85058506
"properties": {
85068507
"id": {
8507-
"type": "string"
8508+
"type": "string",
8509+
"pattern": "^wrk"
85088510
},
85098511
"type": {
85108512
"type": "string"
@@ -8612,7 +8614,8 @@
86128614
"type": "object",
86138615
"properties": {
86148616
"workspaceID": {
8615-
"type": "string"
8617+
"type": "string",
8618+
"pattern": "^wrk"
86168619
},
86178620
"status": {
86188621
"type": "string",
@@ -8648,7 +8651,7 @@
86488651
"in": "path",
86498652
"schema": {
86508653
"type": "string",
8651-
"pattern": "^wrk.*"
8654+
"pattern": "^wrk"
86528655
},
86538656
"required": true
86548657
},
@@ -8756,7 +8759,8 @@
87568759
"id": {
87578760
"anyOf": [
87588761
{
8759-
"type": "string"
8762+
"type": "string",
8763+
"pattern": "^wrk"
87608764
},
87618765
{
87628766
"type": "null"
@@ -10969,7 +10973,8 @@
1096910973
"type": "string"
1097010974
},
1097110975
"workspaceID": {
10972-
"type": "string"
10976+
"type": "string",
10977+
"pattern": "^wrk"
1097310978
},
1097410979
"directory": {
1097510980
"type": "string"
@@ -12802,7 +12807,8 @@
1280212807
"type": "string"
1280312808
},
1280412809
"workspaceID": {
12805-
"type": "string"
12810+
"type": "string",
12811+
"pattern": "^wrk"
1280612812
},
1280712813
"directory": {
1280812814
"type": "string"
@@ -13908,7 +13914,8 @@
1390813914
"type": "object",
1390913915
"properties": {
1391013916
"id": {
13911-
"type": "string"
13917+
"type": "string",
13918+
"pattern": "^wrk"
1391213919
},
1391313920
"type": {
1391413921
"type": "string"
@@ -14265,7 +14272,8 @@
1426514272
"workspaceID": {
1426614273
"anyOf": [
1426714274
{
14268-
"type": "string"
14275+
"type": "string",
14276+
"pattern": "^wrk"
1426914277
},
1427014278
{
1427114279
"type": "null"
@@ -16488,7 +16496,8 @@
1648816496
"type": "object",
1648916497
"properties": {
1649016498
"workspaceID": {
16491-
"type": "string"
16499+
"type": "string",
16500+
"pattern": "^wrk"
1649216501
},
1649316502
"status": {
1649416503
"type": "string",
@@ -18020,7 +18029,8 @@
1802018029
"type": "string"
1802118030
},
1802218031
"workspaceID": {
18023-
"type": "string"
18032+
"type": "string",
18033+
"pattern": "^wrk"
1802418034
},
1802518035
"path": {
1802618036
"type": "string"

0 commit comments

Comments
 (0)