Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump node-fetch from 2.6.1 to 3.1.1 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,818 changes: 2,281 additions & 537 deletions index.html

Large diffs are not rendered by default.

159 changes: 94 additions & 65 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4419,6 +4419,74 @@
}
}
},
"/api/draw/2/element/value": {
"get": {
"tags": [
"Draw Value Element"
],
"summary": "List Value Elements",
"description": "Used to list and filter existing value elements.\r\n \r\n### Filter\r\n \r\nThe filter can take the following formats:\r\n \r\n* <code>developerName eq '{developer_name}'</code>: Filter the list of elements where the <code>developerName</code> property exactly matches the provided developer name (case insensitive)\r\n* <code>substringof(developerName, '{developer_name}')</code>: Filter the list of elements where the <code>developerName</code> property partially matches the provided developer name (case insensitive)",
"produces": [
"application/json",
"text/json"
],
"parameters": [
{
"in": "query",
"name": "filter",
"description": "The filter used for querying",
"type": "string"
},
{
"in": "query",
"name": "contentType",
"description": "Optional. One or more content types to filter by",
"type": "array",
"items": {
"type": "string"
}
},
{
"in": "query",
"name": "limit",
"description": "Optional. Restrict the number of returned results. Zero is no limit",
"type": "integer",
"format": "int32",
"default": 20
},
{
"in": "query",
"name": "page",
"description": "Optional. The current page of types",
"type": "integer",
"format": "int32",
"default": 1
},
{
"in": "query",
"name": "orderBy",
"description": "Optional. Specify which field to order results by. Default is dateModified",
"type": "string",
"default": "dateModified"
},
{
"in": "query",
"name": "orderDirection",
"description": "Optional. Specify which direction results should be ordered by. Can either be ASC or DESC. Default is DESC.",
"type": "string",
"default": "DESC"
}
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/ValueElementResponseAPIItemCollectionResponse"
}
}
}
}
},
"/api/draw/1/element/value/reference": {
"get": {
"tags": [
Expand Down Expand Up @@ -8679,48 +8747,6 @@
}
}
},
"RestrictionAPI": {
"type": "object",
"properties": {
"enabled": {
"description": "Indicates that the restriction is enabled",
"type": "boolean"
},
"countries": {
"description": "The list of countries that are permitted by the restriction.\r\nA single country must be represented as its 2-letter country code (according to ISO 3166-1 alpha-2)",
"type": "array",
"items": {
"type": "string"
}
},
"continents": {
"description": "The list of continents that are permitted by the restriction\r\nA single contintent must be represetend as its 2-letter code.",
"type": "array",
"items": {
"type": "string"
}
}
}
},
"FlowRestrictionsAPI": {
"type": "object",
"properties": {
"execution": {
"$ref": "#/definitions/RestrictionAPI"
},
"access": {
"$ref": "#/definitions/RestrictionAPI"
}
}
},
"TenantRestrictionsAPI": {
"type": "object",
"properties": {
"flowRestrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
}
}
},
"FeatureFlagAPI": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -8784,7 +8810,7 @@
"$ref": "#/definitions/SecuritySettingsAPI"
},
"subdomain": {
"description": "The requested subdomain to register for this tenant. If provided, the subdomain must be unique for the \r\nentire platform",
"description": "The requested subdomain to register for this tenant. If provided, the subdomain must be unique for the\r\nentire platform",
"type": "string"
},
"stateSettings": {
Expand All @@ -8799,9 +8825,6 @@
"externalStorageSettings": {
"$ref": "#/definitions/ExternalStorageSettingsAPI"
},
"restrictions": {
"$ref": "#/definitions/TenantRestrictionsAPI"
},
"featureFlags": {
"description": "Feature Flags related to the tenant",
"type": "array",
Expand All @@ -8826,7 +8849,7 @@
"$ref": "#/definitions/SecuritySettingsAPI"
},
"subdomain": {
"description": "The requested subdomain to register for this tenant. If provided, the subdomain must be unique for the \r\nentire platform",
"description": "The requested subdomain to register for this tenant. If provided, the subdomain must be unique for the\r\nentire platform",
"type": "string"
},
"stateSettings": {
Expand All @@ -8841,9 +8864,6 @@
"externalStorageSettings": {
"$ref": "#/definitions/ExternalStorageSettingsAPI"
},
"restrictions": {
"$ref": "#/definitions/TenantRestrictionsAPI"
},
"featureFlags": {
"description": "Feature Flags related to the tenant",
"type": "array",
Expand Down Expand Up @@ -9757,9 +9777,6 @@
"authorization": {
"$ref": "#/definitions/GroupAuthorizationAPI"
},
"restrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
},
"identityProvider": {
"$ref": "#/definitions/FlowIdentityProviderAPI"
}
Expand Down Expand Up @@ -9842,9 +9859,6 @@
"authorization": {
"$ref": "#/definitions/GroupAuthorizationAPI"
},
"restrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
},
"identityProvider": {
"$ref": "#/definitions/FlowIdentityProviderAPI"
}
Expand Down Expand Up @@ -10258,9 +10272,6 @@
"authorization": {
"$ref": "#/definitions/GroupAuthorizationAPI"
},
"restrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
},
"identityProvider": {
"$ref": "#/definitions/FlowIdentityProviderAPI"
}
Expand Down Expand Up @@ -10330,9 +10341,6 @@
"authorization": {
"$ref": "#/definitions/GroupAuthorizationAPI"
},
"restrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
},
"identityProvider": {
"$ref": "#/definitions/FlowIdentityProviderAPI"
}
Expand Down Expand Up @@ -12491,9 +12499,6 @@
"authorization": {
"$ref": "#/definitions/GroupAuthorizationAPI"
},
"restrictions": {
"$ref": "#/definitions/FlowRestrictionsAPI"
},
"identityProvider": {
"$ref": "#/definitions/FlowIdentityProviderAPI"
}
Expand Down Expand Up @@ -13448,6 +13453,30 @@
}
}
},
"ValueElementResponseAPIItemCollectionResponse": {
"type": "object",
"properties": {
"meta": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"links": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"items": {
"type": "array",
"items": {
"$ref": "#/definitions/ValueElementResponseAPI"
},
"readOnly": true
}
}
},
"ValueElementIdReferenceAPI": {
"type": "object",
"properties": {
Expand Down
70 changes: 67 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://github.com/manywho/docs-api#readme",
"dependencies": {
"deepmerge": "^4.2.2",
"node-fetch": "^2.6.1",
"node-fetch": "^3.1.1",
"redoc": "2.0.0-rc.53"
}
}