Skip to content

Commit b78be65

Browse files
committed
fix: make getScreenshot output param to use ImageFormat enum
1 parent 0e75793 commit b78be65

13 files changed

Lines changed: 1308 additions & 1195 deletions

app/config/specs/open-api3-1.8.x-client.json

Lines changed: 69 additions & 51 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-1.8.x-console.json

Lines changed: 317 additions & 298 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-1.8.x-server.json

Lines changed: 258 additions & 241 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-latest-client.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@
407407
"cookies": false,
408408
"type": "",
409409
"demo": "account\/create-jwt.md",
410-
"rate-limit": 100,
411-
"rate-time": 3600,
410+
"rate-limit": 120,
411+
"rate-time": 60,
412412
"rate-key": "url:{url},userId:{userId}",
413413
"scope": "account",
414414
"platforms": [
@@ -5843,7 +5843,7 @@
58435843
"avif",
58445844
"gif"
58455845
],
5846-
"x-enum-name": null,
5846+
"x-enum-name": "ImageFormat",
58475847
"x-enum-keys": [],
58485848
"default": ""
58495849
},

app/config/specs/open-api3-latest-console.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@
442442
"cookies": false,
443443
"type": "",
444444
"demo": "account\/create-jwt.md",
445-
"rate-limit": 100,
446-
"rate-time": 3600,
445+
"rate-limit": 120,
446+
"rate-time": 60,
447447
"rate-key": "url:{url},userId:{userId}",
448448
"scope": "account",
449449
"platforms": [
@@ -5836,7 +5836,7 @@
58365836
"avif",
58375837
"gif"
58385838
],
5839-
"x-enum-name": null,
5839+
"x-enum-name": "ImageFormat",
58405840
"x-enum-keys": [],
58415841
"default": ""
58425842
},

app/config/specs/open-api3-latest-server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
"cookies": false,
413413
"type": "",
414414
"demo": "account\/create-jwt.md",
415-
"rate-limit": 100,
416-
"rate-time": 3600,
415+
"rate-limit": 120,
416+
"rate-time": 60,
417417
"rate-key": "url:{url},userId:{userId}",
418418
"scope": "account",
419419
"platforms": [
@@ -5567,7 +5567,7 @@
55675567
"avif",
55685568
"gif"
55695569
],
5570-
"x-enum-name": null,
5570+
"x-enum-name": "ImageFormat",
55715571
"x-enum-keys": [],
55725572
"default": ""
55735573
},

0 commit comments

Comments
 (0)