@pikku/addon-google-sheets 0.0.2

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.
Files changed (287) hide show
  1. package/README.md +12 -0
  2. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
  3. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  4. package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
  5. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  6. package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
  7. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  8. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  9. package/dist/.pikku/addon/pikku-package.gen.js +11 -0
  10. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  11. package/dist/.pikku/addon/pikku-package.gen.ts +13 -0
  12. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
  13. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  14. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  15. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  16. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  17. package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
  18. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
  19. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
  21. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
  22. package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
  23. package/dist/.pikku/console/pikku-addon-meta.gen.json +26 -0
  24. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  25. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  26. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  27. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  28. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  29. package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +23 -0
  30. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
  31. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
  32. package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
  33. package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
  34. package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
  35. package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
  36. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  37. package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
  38. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  39. package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
  40. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +524 -0
  41. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  42. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  43. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  44. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  45. package/dist/.pikku/function/pikku-functions-meta.gen.json +344 -0
  46. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  47. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  48. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js +42 -0
  50. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  51. package/dist/.pikku/function/pikku-functions.gen.ts +42 -0
  52. package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
  53. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
  54. package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
  55. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
  56. package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
  58. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  59. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
  60. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
  61. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
  62. package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  64. package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
  65. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  66. package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
  67. package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
  68. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
  69. package/dist/.pikku/pikku-meta-service.gen.js +10 -0
  70. package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
  71. package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
  72. package/dist/.pikku/pikku-services.gen.d.ts +36 -0
  73. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  74. package/dist/.pikku/pikku-services.gen.js +32 -0
  75. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  76. package/dist/.pikku/pikku-services.gen.ts +45 -0
  77. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  78. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  79. package/dist/.pikku/pikku-types.gen.js +17 -0
  80. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  81. package/dist/.pikku/pikku-types.gen.ts +21 -0
  82. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
  83. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
  84. package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
  85. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
  86. package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +1356 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +1374 -0
  89. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  90. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  91. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  92. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  93. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +20 -0
  94. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
  95. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
  96. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
  97. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
  98. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
  99. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
  100. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  101. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  102. package/dist/.pikku/schemas/register.gen.js +83 -0
  103. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  104. package/dist/.pikku/schemas/register.gen.ts +159 -0
  105. package/dist/.pikku/schemas/schemas/BatchUpdateInput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/BatchUpdateOutput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/CreateInput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/CreateOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/CredentialSchema_googleSheets.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/DeveloperMetadataGetInput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/DeveloperMetadataGetOutput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/DeveloperMetadataSearchInput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/DeveloperMetadataSearchOutput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/GetByDataFilterInput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/GetByDataFilterOutput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/GetInput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/GetOutput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/ReadRowsInput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/ReadRowsOutput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/SecretSchema_googleSheetsOAuthApp.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/SheetsCopyToInput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/SheetsCopyToOutput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/ValuesAppendInput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/ValuesAppendOutput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/ValuesBatchClearByDataFilterInput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/ValuesBatchClearByDataFilterOutput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/ValuesBatchClearInput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/ValuesBatchClearOutput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/ValuesBatchGetByDataFilterInput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/ValuesBatchGetByDataFilterOutput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/ValuesBatchGetInput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/ValuesBatchGetOutput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/ValuesBatchUpdateByDataFilterInput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/ValuesBatchUpdateByDataFilterOutput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/ValuesBatchUpdateInput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/ValuesBatchUpdateOutput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/ValuesClearInput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/ValuesClearOutput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/ValuesGetInput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/ValuesGetOutput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/ValuesUpdateInput.schema.json +1 -0
  142. package/dist/.pikku/schemas/schemas/ValuesUpdateOutput.schema.json +1 -0
  143. package/dist/.pikku/schemas/schemas/VariableSchema_GOOGLE_SHEETS_BASE_URL.schema.json +1 -0
  144. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  145. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  146. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  147. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  148. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  149. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +10 -0
  150. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
  151. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  152. package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
  153. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  154. package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -0
  155. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  156. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  157. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  158. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  159. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  160. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  161. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  162. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  163. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  164. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  165. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  166. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  167. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  168. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  169. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  170. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  171. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  172. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  173. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  174. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  175. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  176. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  177. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  178. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  179. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  180. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  181. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  182. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  183. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  184. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  185. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  186. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  187. package/dist/src/functions/batchUpdate.function.d.ts +5 -0
  188. package/dist/src/functions/batchUpdate.function.d.ts.map +1 -0
  189. package/dist/src/functions/batchUpdate.function.js +13 -0
  190. package/dist/src/functions/batchUpdate.function.js.map +1 -0
  191. package/dist/src/functions/create.function.d.ts +5 -0
  192. package/dist/src/functions/create.function.d.ts.map +1 -0
  193. package/dist/src/functions/create.function.js +13 -0
  194. package/dist/src/functions/create.function.js.map +1 -0
  195. package/dist/src/functions/developerMetadataGet.function.d.ts +146 -0
  196. package/dist/src/functions/developerMetadataGet.function.d.ts.map +1 -0
  197. package/dist/src/functions/developerMetadataGet.function.js +43 -0
  198. package/dist/src/functions/developerMetadataGet.function.js.map +1 -0
  199. package/dist/src/functions/developerMetadataSearch.function.d.ts +438 -0
  200. package/dist/src/functions/developerMetadataSearch.function.d.ts.map +1 -0
  201. package/dist/src/functions/developerMetadataSearch.function.js +104 -0
  202. package/dist/src/functions/developerMetadataSearch.function.js.map +1 -0
  203. package/dist/src/functions/get.function.d.ts +72 -0
  204. package/dist/src/functions/get.function.d.ts.map +1 -0
  205. package/dist/src/functions/get.function.js +28 -0
  206. package/dist/src/functions/get.function.js.map +1 -0
  207. package/dist/src/functions/getByDataFilter.function.d.ts +208 -0
  208. package/dist/src/functions/getByDataFilter.function.d.ts.map +1 -0
  209. package/dist/src/functions/getByDataFilter.function.js +56 -0
  210. package/dist/src/functions/getByDataFilter.function.js.map +1 -0
  211. package/dist/src/functions/readRows.function.d.ts +25 -0
  212. package/dist/src/functions/readRows.function.d.ts.map +1 -0
  213. package/dist/src/functions/readRows.function.js +38 -0
  214. package/dist/src/functions/readRows.function.js.map +1 -0
  215. package/dist/src/functions/readRows.function.test.d.ts +2 -0
  216. package/dist/src/functions/readRows.function.test.d.ts.map +1 -0
  217. package/dist/src/functions/readRows.function.test.js +47 -0
  218. package/dist/src/functions/readRows.function.test.js.map +1 -0
  219. package/dist/src/functions/sheetsCopyTo.function.d.ts +298 -0
  220. package/dist/src/functions/sheetsCopyTo.function.d.ts.map +1 -0
  221. package/dist/src/functions/sheetsCopyTo.function.js +74 -0
  222. package/dist/src/functions/sheetsCopyTo.function.js.map +1 -0
  223. package/dist/src/functions/valuesAppend.function.d.ts +178 -0
  224. package/dist/src/functions/valuesAppend.function.d.ts.map +1 -0
  225. package/dist/src/functions/valuesAppend.function.js +49 -0
  226. package/dist/src/functions/valuesAppend.function.js.map +1 -0
  227. package/dist/src/functions/valuesBatchClear.function.d.ts +80 -0
  228. package/dist/src/functions/valuesBatchClear.function.d.ts.map +1 -0
  229. package/dist/src/functions/valuesBatchClear.function.js +30 -0
  230. package/dist/src/functions/valuesBatchClear.function.js.map +1 -0
  231. package/dist/src/functions/valuesBatchClearByDataFilter.function.d.ts +216 -0
  232. package/dist/src/functions/valuesBatchClearByDataFilter.function.d.ts.map +1 -0
  233. package/dist/src/functions/valuesBatchClearByDataFilter.function.js +58 -0
  234. package/dist/src/functions/valuesBatchClearByDataFilter.function.js.map +1 -0
  235. package/dist/src/functions/valuesBatchGet.function.d.ts +123 -0
  236. package/dist/src/functions/valuesBatchGet.function.d.ts.map +1 -0
  237. package/dist/src/functions/valuesBatchGet.function.js +37 -0
  238. package/dist/src/functions/valuesBatchGet.function.js.map +1 -0
  239. package/dist/src/functions/valuesBatchGetByDataFilter.function.d.ts +407 -0
  240. package/dist/src/functions/valuesBatchGetByDataFilter.function.d.ts.map +1 -0
  241. package/dist/src/functions/valuesBatchGetByDataFilter.function.js +96 -0
  242. package/dist/src/functions/valuesBatchGetByDataFilter.function.js.map +1 -0
  243. package/dist/src/functions/valuesBatchUpdate.function.d.ts +191 -0
  244. package/dist/src/functions/valuesBatchUpdate.function.d.ts.map +1 -0
  245. package/dist/src/functions/valuesBatchUpdate.function.js +53 -0
  246. package/dist/src/functions/valuesBatchUpdate.function.js.map +1 -0
  247. package/dist/src/functions/valuesBatchUpdateByDataFilter.function.d.ts +463 -0
  248. package/dist/src/functions/valuesBatchUpdateByDataFilter.function.d.ts.map +1 -0
  249. package/dist/src/functions/valuesBatchUpdateByDataFilter.function.js +109 -0
  250. package/dist/src/functions/valuesBatchUpdateByDataFilter.function.js.map +1 -0
  251. package/dist/src/functions/valuesClear.function.d.ts +80 -0
  252. package/dist/src/functions/valuesClear.function.d.ts.map +1 -0
  253. package/dist/src/functions/valuesClear.function.js +30 -0
  254. package/dist/src/functions/valuesClear.function.js.map +1 -0
  255. package/dist/src/functions/valuesGet.function.d.ts +111 -0
  256. package/dist/src/functions/valuesGet.function.d.ts.map +1 -0
  257. package/dist/src/functions/valuesGet.function.js +34 -0
  258. package/dist/src/functions/valuesGet.function.js.map +1 -0
  259. package/dist/src/functions/valuesUpdate.function.d.ts +155 -0
  260. package/dist/src/functions/valuesUpdate.function.d.ts.map +1 -0
  261. package/dist/src/functions/valuesUpdate.function.js +44 -0
  262. package/dist/src/functions/valuesUpdate.function.js.map +1 -0
  263. package/dist/src/google-sheets-api.service.d.ts +15 -0
  264. package/dist/src/google-sheets-api.service.d.ts.map +1 -0
  265. package/dist/src/google-sheets-api.service.js +426 -0
  266. package/dist/src/google-sheets-api.service.js.map +1 -0
  267. package/dist/src/google-sheets.credential.d.ts +10 -0
  268. package/dist/src/google-sheets.credential.d.ts.map +1 -0
  269. package/dist/src/google-sheets.credential.js +33 -0
  270. package/dist/src/google-sheets.credential.js.map +1 -0
  271. package/dist/src/google-sheets.types.d.ts +7 -0
  272. package/dist/src/google-sheets.types.d.ts.map +1 -0
  273. package/dist/src/google-sheets.types.js +8 -0
  274. package/dist/src/google-sheets.types.js.map +1 -0
  275. package/dist/src/google-sheets.variable.d.ts +5 -0
  276. package/dist/src/google-sheets.variable.d.ts.map +1 -0
  277. package/dist/src/google-sheets.variable.js +11 -0
  278. package/dist/src/google-sheets.variable.js.map +1 -0
  279. package/dist/src/index.d.ts +18 -0
  280. package/dist/src/index.d.ts.map +1 -0
  281. package/dist/src/index.js +18 -0
  282. package/dist/src/index.js.map +1 -0
  283. package/dist/src/services.d.ts +2 -0
  284. package/dist/src/services.d.ts.map +1 -0
  285. package/dist/src/services.js +7 -0
  286. package/dist/src/services.js.map +1 -0
  287. package/package.json +39 -0
@@ -0,0 +1,3 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
@@ -0,0 +1,5 @@
1
+ import { z } from 'zod';
2
+ export declare const BatchUpdateInput: z.ZodAny;
3
+ export declare const BatchUpdateOutput: z.ZodAny;
4
+ export declare const batchUpdate: import("#pikku").PikkuFunctionConfig<any, any, "rpc" | "session", import("#pikku").PikkuFunction<any, any, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunctionSessionless<any, any, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
5
+ //# sourceMappingURL=batchUpdate.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchUpdate.function.d.ts","sourceRoot":"","sources":["../../../src/functions/batchUpdate.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,gBAAgB,UAAU,CAAA;AAEvC,eAAO,MAAM,iBAAiB,UAAU,CAAA;AAExC,eAAO,MAAM,WAAW,qRAOtB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const BatchUpdateInput = z.any();
4
+ export const BatchUpdateOutput = z.any();
5
+ export const batchUpdate = pikkuSessionlessFunc({
6
+ description: "Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order. Due to the collaborative nature of spreadsheets, it is not guaranteed that the spreadsheet will reflect exactly your changes after this completes, however it is guaranteed that the updates in the request will be applied together atomically. Your changes may be altered with respect to collaborator changes. If there are no collaborators, the spreadsheet should reflect your changes.",
7
+ input: BatchUpdateInput,
8
+ output: BatchUpdateOutput,
9
+ func: async ({ googleSheets }, data) => {
10
+ return googleSheets.call("POST", "/v4/spreadsheets/{spreadsheetId}:batchUpdate", data);
11
+ },
12
+ });
13
+ //# sourceMappingURL=batchUpdate.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchUpdate.function.js","sourceRoot":"","sources":["../../../src/functions/batchUpdate.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,GAAG,EAAE,CAAA;AAEvC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,GAAG,EAAE,CAAA;AAExC,MAAM,CAAC,MAAM,WAAW,GAAG,oBAAoB,CAAC;IAC9C,WAAW,EAAE,+1BAA+1B;IAC52B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,iBAAiB;IACzB,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,EAAE;QACrC,OAAO,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,8CAA8C,EAAE,IAAI,CAAQ,CAAA;IAC/F,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { z } from 'zod';
2
+ export declare const CreateInput: z.ZodAny;
3
+ export declare const CreateOutput: z.ZodAny;
4
+ export declare const create: import("#pikku").PikkuFunctionConfig<any, any, "rpc" | "session", import("#pikku").PikkuFunction<any, any, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunctionSessionless<any, any, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
5
+ //# sourceMappingURL=create.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.function.d.ts","sourceRoot":"","sources":["../../../src/functions/create.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,WAAW,UAAU,CAAA;AAElC,eAAO,MAAM,YAAY,UAAU,CAAA;AAEnC,eAAO,MAAM,MAAM,qRAOjB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const CreateInput = z.any();
4
+ export const CreateOutput = z.any();
5
+ export const create = pikkuSessionlessFunc({
6
+ description: "Creates a spreadsheet, returning the newly created spreadsheet.",
7
+ input: CreateInput,
8
+ output: CreateOutput,
9
+ func: async ({ googleSheets }, data) => {
10
+ return googleSheets.call("POST", "/v4/spreadsheets", data);
11
+ },
12
+ });
13
+ //# sourceMappingURL=create.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.function.js","sourceRoot":"","sources":["../../../src/functions/create.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,GAAG,EAAE,CAAA;AAElC,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,GAAG,EAAE,CAAA;AAEnC,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CAAC;IACzC,WAAW,EAAE,iEAAiE;IAC9E,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,YAAY;IACpB,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,EAAE;QACrC,OAAO,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,kBAAkB,EAAE,IAAI,CAAQ,CAAA;IACnE,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,146 @@
1
+ import { z } from 'zod';
2
+ export declare const DeveloperMetadataGetInput: z.ZodObject<{
3
+ spreadsheetId: z.ZodString;
4
+ metadataId: z.ZodNumber;
5
+ "$.xgafv": z.ZodOptional<z.ZodEnum<{
6
+ 1: "1";
7
+ 2: "2";
8
+ }>>;
9
+ access_token: z.ZodOptional<z.ZodString>;
10
+ alt: z.ZodOptional<z.ZodEnum<{
11
+ json: "json";
12
+ media: "media";
13
+ proto: "proto";
14
+ }>>;
15
+ callback: z.ZodOptional<z.ZodString>;
16
+ fields: z.ZodOptional<z.ZodString>;
17
+ key: z.ZodOptional<z.ZodString>;
18
+ oauth_token: z.ZodOptional<z.ZodString>;
19
+ prettyPrint: z.ZodOptional<z.ZodBoolean>;
20
+ quotaUser: z.ZodOptional<z.ZodString>;
21
+ upload_protocol: z.ZodOptional<z.ZodString>;
22
+ uploadType: z.ZodOptional<z.ZodString>;
23
+ }, z.core.$strip>;
24
+ export declare const DeveloperMetadataGetOutput: z.ZodObject<{
25
+ location: z.ZodOptional<z.ZodObject<{
26
+ dimensionRange: z.ZodOptional<z.ZodObject<{
27
+ dimension: z.ZodOptional<z.ZodEnum<{
28
+ DIMENSION_UNSPECIFIED: "DIMENSION_UNSPECIFIED";
29
+ ROWS: "ROWS";
30
+ COLUMNS: "COLUMNS";
31
+ }>>;
32
+ endIndex: z.ZodOptional<z.ZodNumber>;
33
+ sheetId: z.ZodOptional<z.ZodNumber>;
34
+ startIndex: z.ZodOptional<z.ZodNumber>;
35
+ }, z.core.$strip>>;
36
+ locationType: z.ZodOptional<z.ZodEnum<{
37
+ DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED: "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED";
38
+ ROW: "ROW";
39
+ COLUMN: "COLUMN";
40
+ SHEET: "SHEET";
41
+ SPREADSHEET: "SPREADSHEET";
42
+ }>>;
43
+ sheetId: z.ZodOptional<z.ZodNumber>;
44
+ spreadsheet: z.ZodOptional<z.ZodBoolean>;
45
+ }, z.core.$strip>>;
46
+ metadataId: z.ZodOptional<z.ZodNumber>;
47
+ metadataKey: z.ZodOptional<z.ZodString>;
48
+ metadataValue: z.ZodOptional<z.ZodString>;
49
+ visibility: z.ZodOptional<z.ZodEnum<{
50
+ DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED: "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED";
51
+ DOCUMENT: "DOCUMENT";
52
+ PROJECT: "PROJECT";
53
+ }>>;
54
+ }, z.core.$strip>;
55
+ export declare const developerMetadataGet: import("#pikku").PikkuFunctionConfig<{
56
+ spreadsheetId: string;
57
+ metadataId: number;
58
+ "$.xgafv"?: "1" | "2" | undefined;
59
+ access_token?: string | undefined;
60
+ alt?: "json" | "media" | "proto" | undefined;
61
+ callback?: string | undefined;
62
+ fields?: string | undefined;
63
+ key?: string | undefined;
64
+ oauth_token?: string | undefined;
65
+ prettyPrint?: boolean | undefined;
66
+ quotaUser?: string | undefined;
67
+ upload_protocol?: string | undefined;
68
+ uploadType?: string | undefined;
69
+ }, {
70
+ location?: {
71
+ dimensionRange?: {
72
+ dimension?: "DIMENSION_UNSPECIFIED" | "ROWS" | "COLUMNS" | undefined;
73
+ endIndex?: number | undefined;
74
+ sheetId?: number | undefined;
75
+ startIndex?: number | undefined;
76
+ } | undefined;
77
+ locationType?: "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED" | "ROW" | "COLUMN" | "SHEET" | "SPREADSHEET" | undefined;
78
+ sheetId?: number | undefined;
79
+ spreadsheet?: boolean | undefined;
80
+ } | undefined;
81
+ metadataId?: number | undefined;
82
+ metadataKey?: string | undefined;
83
+ metadataValue?: string | undefined;
84
+ visibility?: "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED" | "DOCUMENT" | "PROJECT" | undefined;
85
+ }, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{
86
+ spreadsheetId: string;
87
+ metadataId: number;
88
+ "$.xgafv"?: "1" | "2" | undefined;
89
+ access_token?: string | undefined;
90
+ alt?: "json" | "media" | "proto" | undefined;
91
+ callback?: string | undefined;
92
+ fields?: string | undefined;
93
+ key?: string | undefined;
94
+ oauth_token?: string | undefined;
95
+ prettyPrint?: boolean | undefined;
96
+ quotaUser?: string | undefined;
97
+ upload_protocol?: string | undefined;
98
+ uploadType?: string | undefined;
99
+ }, {
100
+ location?: {
101
+ dimensionRange?: {
102
+ dimension?: "DIMENSION_UNSPECIFIED" | "ROWS" | "COLUMNS" | undefined;
103
+ endIndex?: number | undefined;
104
+ sheetId?: number | undefined;
105
+ startIndex?: number | undefined;
106
+ } | undefined;
107
+ locationType?: "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED" | "ROW" | "COLUMN" | "SHEET" | "SPREADSHEET" | undefined;
108
+ sheetId?: number | undefined;
109
+ spreadsheet?: boolean | undefined;
110
+ } | undefined;
111
+ metadataId?: number | undefined;
112
+ metadataKey?: string | undefined;
113
+ metadataValue?: string | undefined;
114
+ visibility?: "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED" | "DOCUMENT" | "PROJECT" | undefined;
115
+ }, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunction<{
116
+ spreadsheetId: string;
117
+ metadataId: number;
118
+ "$.xgafv"?: "1" | "2" | undefined;
119
+ access_token?: string | undefined;
120
+ alt?: "json" | "media" | "proto" | undefined;
121
+ callback?: string | undefined;
122
+ fields?: string | undefined;
123
+ key?: string | undefined;
124
+ oauth_token?: string | undefined;
125
+ prettyPrint?: boolean | undefined;
126
+ quotaUser?: string | undefined;
127
+ upload_protocol?: string | undefined;
128
+ uploadType?: string | undefined;
129
+ }, {
130
+ location?: {
131
+ dimensionRange?: {
132
+ dimension?: "DIMENSION_UNSPECIFIED" | "ROWS" | "COLUMNS" | undefined;
133
+ endIndex?: number | undefined;
134
+ sheetId?: number | undefined;
135
+ startIndex?: number | undefined;
136
+ } | undefined;
137
+ locationType?: "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED" | "ROW" | "COLUMN" | "SHEET" | "SPREADSHEET" | undefined;
138
+ sheetId?: number | undefined;
139
+ spreadsheet?: boolean | undefined;
140
+ } | undefined;
141
+ metadataId?: number | undefined;
142
+ metadataKey?: string | undefined;
143
+ metadataValue?: string | undefined;
144
+ visibility?: "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED" | "DOCUMENT" | "PROJECT" | undefined;
145
+ }, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
146
+ //# sourceMappingURL=developerMetadataGet.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"developerMetadataGet.function.d.ts","sourceRoot":"","sources":["../../../src/functions/developerMetadataGet.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;iBAcpC,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgBwhB,CAAA;AAE/jB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAO/B,CAAA"}
@@ -0,0 +1,43 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const DeveloperMetadataGetInput = z.object({
4
+ spreadsheetId: z.string().describe("The ID of the spreadsheet to retrieve metadata from."),
5
+ metadataId: z.number().int().describe("The ID of the developer metadata to retrieve."),
6
+ "$.xgafv": z.enum(["1", "2"]).optional().describe("V1 error format."),
7
+ access_token: z.string().optional().describe("OAuth access token."),
8
+ alt: z.enum(["json", "media", "proto"]).optional().describe("Data format for response."),
9
+ callback: z.string().optional().describe("JSONP"),
10
+ fields: z.string().optional().describe("Selector specifying which fields to include in a partial response."),
11
+ key: z.string().optional().describe("API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."),
12
+ oauth_token: z.string().optional().describe("OAuth 2.0 token for the current user."),
13
+ prettyPrint: z.boolean().optional().describe("Returns response with indentations and line breaks."),
14
+ quotaUser: z.string().optional().describe("Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."),
15
+ upload_protocol: z.string().optional().describe("Upload protocol for media (e.g. \"raw\", \"multipart\")."),
16
+ uploadType: z.string().optional().describe("Legacy upload protocol for media (e.g. \"media\", \"multipart\")."),
17
+ });
18
+ export const DeveloperMetadataGetOutput = z.object({
19
+ location: z.object({
20
+ dimensionRange: z.object({
21
+ dimension: z.enum(["DIMENSION_UNSPECIFIED", "ROWS", "COLUMNS"]).optional().describe("The dimension of the span."),
22
+ endIndex: z.number().int().optional().describe("The end (exclusive) of the span, or not set if unbounded."),
23
+ sheetId: z.number().int().optional().describe("The sheet this span is on."),
24
+ startIndex: z.number().int().optional().describe("The start (inclusive) of the span, or not set if unbounded."),
25
+ }).optional().describe("Represents the row or column when metadata is associated with a dimension. The specified DimensionRange must represent a single row or column; it cannot be unbounded or span multiple rows or columns."),
26
+ locationType: z.enum(["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED", "ROW", "COLUMN", "SHEET", "SPREADSHEET"]).optional().describe("The type of location this object represents. This field is read-only."),
27
+ sheetId: z.number().int().optional().describe("The ID of the sheet when metadata is associated with an entire sheet."),
28
+ spreadsheet: z.boolean().optional().describe("True when metadata is associated with an entire spreadsheet."),
29
+ }).optional().describe("The location where the metadata is associated."),
30
+ metadataId: z.number().int().optional().describe("The spreadsheet-scoped unique ID that identifies the metadata. IDs may be specified when metadata is created, otherwise one will be randomly generated and assigned. Must be positive."),
31
+ metadataKey: z.string().optional().describe("The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified."),
32
+ metadataValue: z.string().optional().describe("Data associated with the metadata's key."),
33
+ visibility: z.enum(["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED", "DOCUMENT", "PROJECT"]).optional().describe("The metadata visibility. Developer metadata must always have a visibility specified."),
34
+ }).describe("Developer metadata associated with a location or object in a spreadsheet. Developer metadata may be used to associate arbitrary data with various parts of a spreadsheet and will remain associated at those locations as they move around and the spreadsheet is edited. For example, if developer metadata is associated with row 5 and another row is then subsequently inserted above row 5, that original metadata will still be associated with the row it was first associated with (what is now row 6). If the associated object is deleted its metadata is deleted too.");
35
+ export const developerMetadataGet = pikkuSessionlessFunc({
36
+ description: "Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.",
37
+ input: DeveloperMetadataGetInput,
38
+ output: DeveloperMetadataGetOutput,
39
+ func: async ({ googleSheets }, data) => {
40
+ return googleSheets.call("GET", "/v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}", data);
41
+ },
42
+ });
43
+ //# sourceMappingURL=developerMetadataGet.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"developerMetadataGet.function.js","sourceRoot":"","sources":["../../../src/functions/developerMetadataGet.function.ts"],"names":[],"mappings":"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"}