mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update specs
This commit is contained in:
@@ -10140,7 +10140,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
@@ -25699,7 +25699,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
@@ -36875,6 +36875,36 @@
|
||||
"description": "Site's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"deploymentScreenshotLight": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with light theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentScreenshotDark": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with dark theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Site's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"vars": {
|
||||
"type": "array",
|
||||
"description": "Site variables.",
|
||||
@@ -36959,6 +36989,12 @@
|
||||
"live",
|
||||
"framework",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"deploymentScreenshotLight",
|
||||
"deploymentScreenshotDark",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"vars",
|
||||
"timeout",
|
||||
"installCommand",
|
||||
@@ -37183,6 +37219,26 @@
|
||||
"description": "Function's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Function's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"scopes": {
|
||||
"type": "array",
|
||||
"description": "Allowed permission scopes.",
|
||||
@@ -37275,6 +37331,10 @@
|
||||
"logging",
|
||||
"runtime",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"scopes",
|
||||
"vars",
|
||||
"events",
|
||||
@@ -37986,6 +38046,12 @@
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"totalSize": {
|
||||
"type": "integer",
|
||||
"description": "The total size in bytes (source and build output).",
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"buildId": {
|
||||
"type": "string",
|
||||
"description": "The current build ID.",
|
||||
@@ -38008,7 +38074,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"buildLogs": {
|
||||
@@ -38083,6 +38149,7 @@
|
||||
"entrypoint",
|
||||
"sourceSize",
|
||||
"buildSize",
|
||||
"totalSize",
|
||||
"buildId",
|
||||
"activate",
|
||||
"screenshotLight",
|
||||
|
||||
@@ -9005,7 +9005,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
@@ -17574,7 +17574,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "array",
|
||||
@@ -27423,6 +27423,36 @@
|
||||
"description": "Site's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"deploymentScreenshotLight": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with light theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentScreenshotDark": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with dark theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Site's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"vars": {
|
||||
"type": "array",
|
||||
"description": "Site variables.",
|
||||
@@ -27507,6 +27537,12 @@
|
||||
"live",
|
||||
"framework",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"deploymentScreenshotLight",
|
||||
"deploymentScreenshotDark",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"vars",
|
||||
"timeout",
|
||||
"installCommand",
|
||||
@@ -27580,6 +27616,26 @@
|
||||
"description": "Function's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Function's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"scopes": {
|
||||
"type": "array",
|
||||
"description": "Allowed permission scopes.",
|
||||
@@ -27672,6 +27728,10 @@
|
||||
"logging",
|
||||
"runtime",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"scopes",
|
||||
"vars",
|
||||
"events",
|
||||
@@ -27885,6 +27945,12 @@
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"totalSize": {
|
||||
"type": "integer",
|
||||
"description": "The total size in bytes (source and build output).",
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"buildId": {
|
||||
"type": "string",
|
||||
"description": "The current build ID.",
|
||||
@@ -27907,7 +27973,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"buildLogs": {
|
||||
@@ -27982,6 +28048,7 @@
|
||||
"entrypoint",
|
||||
"sourceSize",
|
||||
"buildSize",
|
||||
"totalSize",
|
||||
"buildId",
|
||||
"activate",
|
||||
"screenshotLight",
|
||||
|
||||
@@ -10322,7 +10322,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"type": "array",
|
||||
"collectionFormat": "multi",
|
||||
@@ -26230,7 +26230,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"type": "array",
|
||||
"collectionFormat": "multi",
|
||||
@@ -37455,6 +37455,36 @@
|
||||
"description": "Site's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"deploymentScreenshotLight": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with light theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentScreenshotDark": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with dark theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Site's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"vars": {
|
||||
"type": "array",
|
||||
"description": "Site variables.",
|
||||
@@ -37540,6 +37570,12 @@
|
||||
"live",
|
||||
"framework",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"deploymentScreenshotLight",
|
||||
"deploymentScreenshotDark",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"vars",
|
||||
"timeout",
|
||||
"installCommand",
|
||||
@@ -37766,6 +37802,26 @@
|
||||
"description": "Function's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Function's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"scopes": {
|
||||
"type": "array",
|
||||
"description": "Allowed permission scopes.",
|
||||
@@ -37859,6 +37915,10 @@
|
||||
"logging",
|
||||
"runtime",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"scopes",
|
||||
"vars",
|
||||
"events",
|
||||
@@ -38573,6 +38633,12 @@
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"totalSize": {
|
||||
"type": "integer",
|
||||
"description": "The total size in bytes (source and build output).",
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"buildId": {
|
||||
"type": "string",
|
||||
"description": "The current build ID.",
|
||||
@@ -38595,7 +38661,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"buildLogs": {
|
||||
@@ -38670,6 +38736,7 @@
|
||||
"entrypoint",
|
||||
"sourceSize",
|
||||
"buildSize",
|
||||
"totalSize",
|
||||
"buildId",
|
||||
"activate",
|
||||
"screenshotLight",
|
||||
|
||||
@@ -9188,7 +9188,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"type": "array",
|
||||
"collectionFormat": "multi",
|
||||
@@ -18075,7 +18075,7 @@
|
||||
},
|
||||
{
|
||||
"name": "queries",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, buildDuration, status, activate, type",
|
||||
"description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: buildSize, sourceSize, totalSize, buildDuration, status, activate, type",
|
||||
"required": false,
|
||||
"type": "array",
|
||||
"collectionFormat": "multi",
|
||||
@@ -27974,6 +27974,36 @@
|
||||
"description": "Site's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"deploymentScreenshotLight": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with light theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentScreenshotDark": {
|
||||
"type": "string",
|
||||
"description": "Screenshot of active deployment with dark theme preference file ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Site's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"vars": {
|
||||
"type": "array",
|
||||
"description": "Site variables.",
|
||||
@@ -28059,6 +28089,12 @@
|
||||
"live",
|
||||
"framework",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"deploymentScreenshotLight",
|
||||
"deploymentScreenshotDark",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"vars",
|
||||
"timeout",
|
||||
"installCommand",
|
||||
@@ -28132,6 +28168,26 @@
|
||||
"description": "Function's active deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"deploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Active deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentId": {
|
||||
"type": "string",
|
||||
"description": "Function's latest deployment ID.",
|
||||
"x-example": "5e5ea5c16897e"
|
||||
},
|
||||
"latestDeploymentCreatedAt": {
|
||||
"type": "string",
|
||||
"description": "Latest deployment creation date in ISO 8601 format.",
|
||||
"x-example": "2020-10-15T06:38:00.000+00:00"
|
||||
},
|
||||
"latestDeploymentStatus": {
|
||||
"type": "string",
|
||||
"description": "Status of latest deployment. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"scopes": {
|
||||
"type": "array",
|
||||
"description": "Allowed permission scopes.",
|
||||
@@ -28225,6 +28281,10 @@
|
||||
"logging",
|
||||
"runtime",
|
||||
"deploymentId",
|
||||
"deploymentCreatedAt",
|
||||
"latestDeploymentId",
|
||||
"latestDeploymentCreatedAt",
|
||||
"latestDeploymentStatus",
|
||||
"scopes",
|
||||
"vars",
|
||||
"events",
|
||||
@@ -28439,6 +28499,12 @@
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"totalSize": {
|
||||
"type": "integer",
|
||||
"description": "The total size in bytes (source and build output).",
|
||||
"x-example": 128,
|
||||
"format": "int32"
|
||||
},
|
||||
"buildId": {
|
||||
"type": "string",
|
||||
"description": "The current build ID.",
|
||||
@@ -28461,7 +28527,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".",
|
||||
"description": "The deployment status. Possible values are \"waiting\", \"processing\", \"building\", \"ready\", and \"failed\".",
|
||||
"x-example": "ready"
|
||||
},
|
||||
"buildLogs": {
|
||||
@@ -28536,6 +28602,7 @@
|
||||
"entrypoint",
|
||||
"sourceSize",
|
||||
"buildSize",
|
||||
"totalSize",
|
||||
"buildId",
|
||||
"activate",
|
||||
"screenshotLight",
|
||||
|
||||
Reference in New Issue
Block a user