@pipedream/spreadsheet_com 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import spreadsheetCom from "../../spreadsheet_com.app.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
key: "spreadsheet_com-create-rows",
|
|
6
6
|
name: "Create Rows",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.3",
|
|
8
8
|
annotations: {
|
|
9
9
|
destructiveHint: false,
|
|
10
10
|
openWorldHint: true,
|
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
},
|
|
13
13
|
description: "Adds new row(s) after last row that has data. Empty data sets are ignored. Provide data for at least 1 column. [See the documentation](https://developer.spreadsheet.com/#tag/Rows/operation/createRows)",
|
|
14
14
|
type: "action",
|
|
15
|
+
ai: "optimized",
|
|
15
16
|
props: {
|
|
16
17
|
spreadsheetCom,
|
|
17
18
|
workbookId: {
|