Skip to content

Commit 92f88e1

Browse files
committed
feat: correct aliases
1 parent 2fb7791 commit 92f88e1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

definitions/draco_rest/data_types/rest_adapter_auth_type.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "webhook;rest;auth;credential;type;variant;bearer;basic;jwt"
1313
}
1414
],
1515
"displayMessage": [

definitions/draco_rest/data_types/rest_adapter_auth_value.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "webhook;rest;auth;credential;value;bearer;basic;username;password;token"
1313
}
1414
],
1515
"displayMessage": [

definitions/taurus/http/data_types/http_auth_place.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "http;auth;credential;place;placement;location;header;url"
1313
}
1414
],
1515
"displayMessage": [

definitions/taurus/http/data_types/http_auth_type.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "http;auth;credential;type;variant;bearer;basic;api-key"
1313
}
1414
],
1515
"displayMessage": [

definitions/taurus/http/data_types/http_auth_value.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "http;auth;credential;value;bearer;basic;username;password;token"
1313
}
1414
],
1515
"displayMessage": [

definitions/taurus/http/data_types/http_payload.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "http;payload;body;content;data;json"
1313
}
1414
],
1515
"displayMessage": [

definitions/taurus/http/data_types/http_schema.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"alias": [
1010
{
1111
"code": "en-US",
12-
"content": "http;method;get;post;put;delete;path;head"
12+
"content": "http;schema;content-type;mime;media-type;json;xml;text;csv"
1313
}
1414
],
1515
"displayMessage": [

0 commit comments

Comments
 (0)