Skip to content

Commit 3a00dc5

Browse files
committed
fix: lint error
1 parent a6be7ce commit 3a00dc5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,14 +1326,14 @@
13261326
"description": "Client side tool/s name (ex: fsWrite, executeBash)"
13271327
},
13281328
{
1329-
"name": "cwsprToolUseId",
1329+
"name": "cwsprToolPermission",
13301330
"type": "string",
1331-
"description": "The id/s when a client side tool/s is used."
1331+
"description": "Permission of tool/s set by user"
13321332
},
13331333
{
1334-
"name": "cwsprToolPermission",
1334+
"name": "cwsprToolUseId",
13351335
"type": "string",
1336-
"description": "Permission of tool/s set by user"
1336+
"description": "The id/s when a client side tool/s is used."
13371337
},
13381338
{
13391339
"name": "databaseCredentials",
@@ -2958,13 +2958,13 @@
29582958
{
29592959
"type": "cwsprToolName"
29602960
},
2961-
{
2962-
"type": "cwsprToolUseId"
2963-
},
29642961
{
29652962
"type": "cwsprToolPermission",
29662963
"required": false
29672964
},
2965+
{
2966+
"type": "cwsprToolUseId"
2967+
},
29682968
{
29692969
"type": "enabled",
29702970
"required": false
@@ -3119,6 +3119,14 @@
31193119
"type": "credentialStartUrl",
31203120
"required": false
31213121
},
3122+
{
3123+
"type": "cwsprToolName",
3124+
"required": false
3125+
},
3126+
{
3127+
"type": "cwsprToolPermission",
3128+
"required": false
3129+
},
31223130
{
31233131
"type": "enabled",
31243132
"required": false
@@ -3146,14 +3154,6 @@
31463154
{
31473155
"type": "transportType",
31483156
"required": false
3149-
},
3150-
{
3151-
"type": "cwsprToolName",
3152-
"required": false
3153-
},
3154-
{
3155-
"type": "cwsprToolPermission",
3156-
"required": false
31573157
}
31583158
]
31593159
},

0 commit comments

Comments
 (0)