Skip to content

Commit 903e3f8

Browse files
717 - json - generated
1 parent 0fd1dcb commit 903e3f8

File tree

1 file changed

+189
-28
lines changed

1 file changed

+189
-28
lines changed

server/libs/modules/components/google/google-sheets/src/test/resources/definition/google-sheets_v1.json

Lines changed: 189 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
"controlType" : "SELECT"
117117
} ],
118118
"title" : "Clear Sheet",
119-
"perform" : { },
119+
"processErrorResponse" : null,
120120
"workflowNodeDescription" : null,
121-
"processErrorResponse" : null
121+
"perform" : { }
122122
}, {
123123
"batch" : null,
124124
"deprecated" : null,
@@ -224,9 +224,9 @@
224224
"optionsDataSource" : null
225225
} ],
226226
"title" : "Create Column",
227-
"perform" : { },
227+
"processErrorResponse" : null,
228228
"workflowNodeDescription" : null,
229-
"processErrorResponse" : null
229+
"perform" : { }
230230
}, {
231231
"batch" : null,
232232
"deprecated" : null,
@@ -372,9 +372,9 @@
372372
"optionsDataSource" : null
373373
} ],
374374
"title" : "Create Sheet",
375-
"perform" : { },
375+
"processErrorResponse" : null,
376376
"workflowNodeDescription" : null,
377-
"processErrorResponse" : null
377+
"perform" : { }
378378
}, {
379379
"batch" : null,
380380
"deprecated" : null,
@@ -450,9 +450,9 @@
450450
"optionsDataSource" : null
451451
} ],
452452
"title" : "Delete Column",
453-
"perform" : { },
453+
"processErrorResponse" : null,
454454
"workflowNodeDescription" : null,
455-
"processErrorResponse" : null
455+
"perform" : { }
456456
}, {
457457
"batch" : null,
458458
"deprecated" : null,
@@ -551,9 +551,9 @@
551551
"optionsDataSource" : null
552552
} ],
553553
"title" : "Delete Row",
554-
"perform" : { },
554+
"processErrorResponse" : null,
555555
"workflowNodeDescription" : null,
556-
"processErrorResponse" : null
556+
"perform" : { }
557557
}, {
558558
"batch" : null,
559559
"deprecated" : null,
@@ -609,9 +609,9 @@
609609
}
610610
} ],
611611
"title" : "Delete Sheet",
612-
"perform" : { },
612+
"processErrorResponse" : null,
613613
"workflowNodeDescription" : null,
614-
"processErrorResponse" : null
614+
"perform" : { }
615615
}, {
616616
"batch" : null,
617617
"deprecated" : null,
@@ -740,9 +740,9 @@
740740
"optionsDataSource" : null
741741
} ],
742742
"title" : "Find Row by Number",
743-
"perform" : { },
743+
"processErrorResponse" : null,
744744
"workflowNodeDescription" : null,
745-
"processErrorResponse" : null
745+
"perform" : { }
746746
}, {
747747
"batch" : null,
748748
"deprecated" : null,
@@ -895,9 +895,9 @@
895895
}
896896
} ],
897897
"title" : "Insert Multiple Rows",
898-
"perform" : { },
898+
"processErrorResponse" : null,
899899
"workflowNodeDescription" : null,
900-
"processErrorResponse" : null
900+
"perform" : { }
901901
}, {
902902
"batch" : null,
903903
"deprecated" : null,
@@ -1050,9 +1050,9 @@
10501050
}
10511051
} ],
10521052
"title" : "Insert Row",
1053-
"perform" : { },
1053+
"processErrorResponse" : null,
10541054
"workflowNodeDescription" : null,
1055-
"processErrorResponse" : null
1055+
"perform" : { }
10561056
}, {
10571057
"batch" : null,
10581058
"deprecated" : null,
@@ -1062,8 +1062,169 @@
10621062
"name" : "listSheets",
10631063
"outputDefinition" : {
10641064
"output" : null,
1065-
"outputResponse" : null,
1066-
"outputSchema" : null,
1065+
"outputResponse" : {
1066+
"outputSchema" : {
1067+
"advancedOption" : null,
1068+
"description" : null,
1069+
"displayCondition" : null,
1070+
"expressionEnabled" : null,
1071+
"hidden" : null,
1072+
"metadata" : { },
1073+
"required" : null,
1074+
"name" : null,
1075+
"type" : "OBJECT",
1076+
"defaultValue" : null,
1077+
"exampleValue" : null,
1078+
"label" : null,
1079+
"placeholder" : null,
1080+
"additionalProperties" : null,
1081+
"multipleValues" : null,
1082+
"options" : null,
1083+
"properties" : [ {
1084+
"advancedOption" : null,
1085+
"description" : null,
1086+
"displayCondition" : null,
1087+
"expressionEnabled" : null,
1088+
"hidden" : null,
1089+
"metadata" : { },
1090+
"required" : null,
1091+
"name" : "spreadsheetId",
1092+
"type" : "STRING",
1093+
"defaultValue" : null,
1094+
"exampleValue" : null,
1095+
"label" : null,
1096+
"placeholder" : null,
1097+
"controlType" : "TEXT",
1098+
"languageId" : null,
1099+
"maxLength" : null,
1100+
"minLength" : null,
1101+
"options" : null,
1102+
"optionsDataSource" : null
1103+
}, {
1104+
"advancedOption" : null,
1105+
"description" : null,
1106+
"displayCondition" : null,
1107+
"expressionEnabled" : null,
1108+
"hidden" : null,
1109+
"metadata" : { },
1110+
"required" : null,
1111+
"name" : "sheetId",
1112+
"type" : "INTEGER",
1113+
"defaultValue" : null,
1114+
"exampleValue" : null,
1115+
"label" : null,
1116+
"placeholder" : null,
1117+
"maxValue" : null,
1118+
"minValue" : null,
1119+
"options" : null,
1120+
"controlType" : "INTEGER",
1121+
"optionsDataSource" : null
1122+
}, {
1123+
"advancedOption" : null,
1124+
"description" : null,
1125+
"displayCondition" : null,
1126+
"expressionEnabled" : null,
1127+
"hidden" : null,
1128+
"metadata" : { },
1129+
"required" : null,
1130+
"name" : "sheetName",
1131+
"type" : "STRING",
1132+
"defaultValue" : null,
1133+
"exampleValue" : null,
1134+
"label" : null,
1135+
"placeholder" : null,
1136+
"controlType" : "TEXT",
1137+
"languageId" : null,
1138+
"maxLength" : null,
1139+
"minLength" : null,
1140+
"options" : null,
1141+
"optionsDataSource" : null
1142+
} ],
1143+
"controlType" : "OBJECT_BUILDER",
1144+
"optionsDataSource" : null
1145+
},
1146+
"sampleOutput" : null
1147+
},
1148+
"outputSchema" : {
1149+
"advancedOption" : null,
1150+
"description" : null,
1151+
"displayCondition" : null,
1152+
"expressionEnabled" : null,
1153+
"hidden" : null,
1154+
"metadata" : { },
1155+
"required" : null,
1156+
"name" : null,
1157+
"type" : "OBJECT",
1158+
"defaultValue" : null,
1159+
"exampleValue" : null,
1160+
"label" : null,
1161+
"placeholder" : null,
1162+
"additionalProperties" : null,
1163+
"multipleValues" : null,
1164+
"options" : null,
1165+
"properties" : [ {
1166+
"advancedOption" : null,
1167+
"description" : null,
1168+
"displayCondition" : null,
1169+
"expressionEnabled" : null,
1170+
"hidden" : null,
1171+
"metadata" : { },
1172+
"required" : null,
1173+
"name" : "spreadsheetId",
1174+
"type" : "STRING",
1175+
"defaultValue" : null,
1176+
"exampleValue" : null,
1177+
"label" : null,
1178+
"placeholder" : null,
1179+
"controlType" : "TEXT",
1180+
"languageId" : null,
1181+
"maxLength" : null,
1182+
"minLength" : null,
1183+
"options" : null,
1184+
"optionsDataSource" : null
1185+
}, {
1186+
"advancedOption" : null,
1187+
"description" : null,
1188+
"displayCondition" : null,
1189+
"expressionEnabled" : null,
1190+
"hidden" : null,
1191+
"metadata" : { },
1192+
"required" : null,
1193+
"name" : "sheetId",
1194+
"type" : "INTEGER",
1195+
"defaultValue" : null,
1196+
"exampleValue" : null,
1197+
"label" : null,
1198+
"placeholder" : null,
1199+
"maxValue" : null,
1200+
"minValue" : null,
1201+
"options" : null,
1202+
"controlType" : "INTEGER",
1203+
"optionsDataSource" : null
1204+
}, {
1205+
"advancedOption" : null,
1206+
"description" : null,
1207+
"displayCondition" : null,
1208+
"expressionEnabled" : null,
1209+
"hidden" : null,
1210+
"metadata" : { },
1211+
"required" : null,
1212+
"name" : "sheetName",
1213+
"type" : "STRING",
1214+
"defaultValue" : null,
1215+
"exampleValue" : null,
1216+
"label" : null,
1217+
"placeholder" : null,
1218+
"controlType" : "TEXT",
1219+
"languageId" : null,
1220+
"maxLength" : null,
1221+
"minLength" : null,
1222+
"options" : null,
1223+
"optionsDataSource" : null
1224+
} ],
1225+
"controlType" : "OBJECT_BUILDER",
1226+
"optionsDataSource" : null
1227+
},
10671228
"sampleOutput" : null
10681229
},
10691230
"properties" : [ {
@@ -1091,9 +1252,9 @@
10911252
}
10921253
} ],
10931254
"title" : "List Sheets",
1094-
"perform" : { },
1255+
"processErrorResponse" : null,
10951256
"workflowNodeDescription" : null,
1096-
"processErrorResponse" : null
1257+
"perform" : { }
10971258
}, {
10981259
"batch" : null,
10991260
"deprecated" : null,
@@ -1261,9 +1422,9 @@
12611422
}
12621423
} ],
12631424
"title" : "Update Row",
1264-
"perform" : { },
1425+
"processErrorResponse" : null,
12651426
"workflowNodeDescription" : null,
1266-
"processErrorResponse" : null
1427+
"perform" : { }
12671428
} ],
12681429
"connection" : {
12691430
"authorizations" : [ {
@@ -1422,14 +1583,14 @@
14221583
"type" : "DYNAMIC_WEBHOOK",
14231584
"webhookRawBody" : null,
14241585
"workflowSyncExecution" : null,
1425-
"poll" : null,
1426-
"webhookDisable" : { },
1427-
"workflowNodeDescription" : null,
14281586
"deduplicate" : null,
1429-
"processErrorResponse" : null,
1587+
"webhookDisable" : { },
14301588
"webhookEnable" : { },
14311589
"dynamicWebhookRefresh" : null,
14321590
"webhookRequest" : { },
1591+
"processErrorResponse" : null,
1592+
"workflowNodeDescription" : null,
1593+
"poll" : null,
14331594
"listenerDisable" : null,
14341595
"listenerEnable" : null,
14351596
"webhookValidate" : null,

0 commit comments

Comments
 (0)