@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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { pikkuState } from '@pikku/core/internal';
5
+ import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
6
+ pikkuState('@pikku/addon-google-sheets', 'rpc', 'meta', metaData);
7
+ //# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.js","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,QAAQ,MAAM,4CAA4C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACvF,UAAU,CAAC,4BAA4B,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
@@ -0,0 +1,20 @@
1
+ {
2
+ "create": "create",
3
+ "get": "get",
4
+ "developerMetadataGet": "developerMetadataGet",
5
+ "developerMetadataSearch": "developerMetadataSearch",
6
+ "sheetsCopyTo": "sheetsCopyTo",
7
+ "valuesGet": "valuesGet",
8
+ "valuesUpdate": "valuesUpdate",
9
+ "valuesAppend": "valuesAppend",
10
+ "valuesClear": "valuesClear",
11
+ "valuesBatchClear": "valuesBatchClear",
12
+ "valuesBatchClearByDataFilter": "valuesBatchClearByDataFilter",
13
+ "valuesBatchGet": "valuesBatchGet",
14
+ "valuesBatchGetByDataFilter": "valuesBatchGetByDataFilter",
15
+ "valuesBatchUpdate": "valuesBatchUpdate",
16
+ "valuesBatchUpdateByDataFilter": "valuesBatchUpdateByDataFilter",
17
+ "batchUpdate": "batchUpdate",
18
+ "getByDataFilter": "getByDataFilter",
19
+ "readRows": "readRows"
20
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { pikkuState } from '@pikku/core/internal'
5
+ import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' }
6
+ pikkuState('@pikku/addon-google-sheets', 'rpc', 'meta', metaData as Record<string, string>)
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+ import { CoreScheduledTask } from '@pikku/core/scheduler';
8
+ import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
9
+ /**
10
+ * Type definition for scheduled tasks that run at specified intervals.
11
+ * These are sessionless functions that execute based on cron expressions.
12
+ */
13
+ type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
14
+ /**
15
+ * Registers a scheduled task with the Pikku framework.
16
+ * Tasks run based on cron expressions and are sessionless.
17
+ *
18
+ * @param task - Scheduled task definition with cron expression and handler
19
+ */
20
+ export declare const wireScheduler: (task: SchedulerWiring) => void;
21
+ export {};
22
+ //# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+ import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
8
+ /**
9
+ * Registers a scheduled task with the Pikku framework.
10
+ * Tasks run based on cron expressions and are sessionless.
11
+ *
12
+ * @param task - Scheduled task definition with cron expression and handler
13
+ */
14
+ export const wireScheduler = (task) => {
15
+ wireSchedulerCore(task);
16
+ };
17
+ //# sourceMappingURL=pikku-scheduler-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * Scheduler-specific type definitions for tree-shaking optimization
6
+ */
7
+
8
+ import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
9
+ import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
10
+
11
+ /**
12
+ * Type definition for scheduled tasks that run at specified intervals.
13
+ * These are sessionless functions that execute based on cron expressions.
14
+ */
15
+ type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
16
+
17
+ /**
18
+ * Registers a scheduled task with the Pikku framework.
19
+ * Tasks run based on cron expressions and are sessionless.
20
+ *
21
+ * @param task - Scheduled task definition with cron expression and handler
22
+ */
23
+ export const wireScheduler = (task: SchedulerWiring) => {
24
+ wireSchedulerCore(task as any)
25
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=register.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,83 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as CreateInput from './schemas/CreateInput.schema.json' with { type: 'json' };
6
+ addSchema('CreateInput', CreateInput, '@pikku/addon-google-sheets');
7
+ import * as CreateOutput from './schemas/CreateOutput.schema.json' with { type: 'json' };
8
+ addSchema('CreateOutput', CreateOutput, '@pikku/addon-google-sheets');
9
+ import * as GetInput from './schemas/GetInput.schema.json' with { type: 'json' };
10
+ addSchema('GetInput', GetInput, '@pikku/addon-google-sheets');
11
+ import * as GetOutput from './schemas/GetOutput.schema.json' with { type: 'json' };
12
+ addSchema('GetOutput', GetOutput, '@pikku/addon-google-sheets');
13
+ import * as DeveloperMetadataGetInput from './schemas/DeveloperMetadataGetInput.schema.json' with { type: 'json' };
14
+ addSchema('DeveloperMetadataGetInput', DeveloperMetadataGetInput, '@pikku/addon-google-sheets');
15
+ import * as DeveloperMetadataGetOutput from './schemas/DeveloperMetadataGetOutput.schema.json' with { type: 'json' };
16
+ addSchema('DeveloperMetadataGetOutput', DeveloperMetadataGetOutput, '@pikku/addon-google-sheets');
17
+ import * as DeveloperMetadataSearchInput from './schemas/DeveloperMetadataSearchInput.schema.json' with { type: 'json' };
18
+ addSchema('DeveloperMetadataSearchInput', DeveloperMetadataSearchInput, '@pikku/addon-google-sheets');
19
+ import * as DeveloperMetadataSearchOutput from './schemas/DeveloperMetadataSearchOutput.schema.json' with { type: 'json' };
20
+ addSchema('DeveloperMetadataSearchOutput', DeveloperMetadataSearchOutput, '@pikku/addon-google-sheets');
21
+ import * as SheetsCopyToInput from './schemas/SheetsCopyToInput.schema.json' with { type: 'json' };
22
+ addSchema('SheetsCopyToInput', SheetsCopyToInput, '@pikku/addon-google-sheets');
23
+ import * as SheetsCopyToOutput from './schemas/SheetsCopyToOutput.schema.json' with { type: 'json' };
24
+ addSchema('SheetsCopyToOutput', SheetsCopyToOutput, '@pikku/addon-google-sheets');
25
+ import * as ValuesGetInput from './schemas/ValuesGetInput.schema.json' with { type: 'json' };
26
+ addSchema('ValuesGetInput', ValuesGetInput, '@pikku/addon-google-sheets');
27
+ import * as ValuesGetOutput from './schemas/ValuesGetOutput.schema.json' with { type: 'json' };
28
+ addSchema('ValuesGetOutput', ValuesGetOutput, '@pikku/addon-google-sheets');
29
+ import * as ValuesUpdateInput from './schemas/ValuesUpdateInput.schema.json' with { type: 'json' };
30
+ addSchema('ValuesUpdateInput', ValuesUpdateInput, '@pikku/addon-google-sheets');
31
+ import * as ValuesUpdateOutput from './schemas/ValuesUpdateOutput.schema.json' with { type: 'json' };
32
+ addSchema('ValuesUpdateOutput', ValuesUpdateOutput, '@pikku/addon-google-sheets');
33
+ import * as ValuesAppendInput from './schemas/ValuesAppendInput.schema.json' with { type: 'json' };
34
+ addSchema('ValuesAppendInput', ValuesAppendInput, '@pikku/addon-google-sheets');
35
+ import * as ValuesAppendOutput from './schemas/ValuesAppendOutput.schema.json' with { type: 'json' };
36
+ addSchema('ValuesAppendOutput', ValuesAppendOutput, '@pikku/addon-google-sheets');
37
+ import * as ValuesClearInput from './schemas/ValuesClearInput.schema.json' with { type: 'json' };
38
+ addSchema('ValuesClearInput', ValuesClearInput, '@pikku/addon-google-sheets');
39
+ import * as ValuesClearOutput from './schemas/ValuesClearOutput.schema.json' with { type: 'json' };
40
+ addSchema('ValuesClearOutput', ValuesClearOutput, '@pikku/addon-google-sheets');
41
+ import * as ValuesBatchClearInput from './schemas/ValuesBatchClearInput.schema.json' with { type: 'json' };
42
+ addSchema('ValuesBatchClearInput', ValuesBatchClearInput, '@pikku/addon-google-sheets');
43
+ import * as ValuesBatchClearOutput from './schemas/ValuesBatchClearOutput.schema.json' with { type: 'json' };
44
+ addSchema('ValuesBatchClearOutput', ValuesBatchClearOutput, '@pikku/addon-google-sheets');
45
+ import * as ValuesBatchClearByDataFilterInput from './schemas/ValuesBatchClearByDataFilterInput.schema.json' with { type: 'json' };
46
+ addSchema('ValuesBatchClearByDataFilterInput', ValuesBatchClearByDataFilterInput, '@pikku/addon-google-sheets');
47
+ import * as ValuesBatchClearByDataFilterOutput from './schemas/ValuesBatchClearByDataFilterOutput.schema.json' with { type: 'json' };
48
+ addSchema('ValuesBatchClearByDataFilterOutput', ValuesBatchClearByDataFilterOutput, '@pikku/addon-google-sheets');
49
+ import * as ValuesBatchGetInput from './schemas/ValuesBatchGetInput.schema.json' with { type: 'json' };
50
+ addSchema('ValuesBatchGetInput', ValuesBatchGetInput, '@pikku/addon-google-sheets');
51
+ import * as ValuesBatchGetOutput from './schemas/ValuesBatchGetOutput.schema.json' with { type: 'json' };
52
+ addSchema('ValuesBatchGetOutput', ValuesBatchGetOutput, '@pikku/addon-google-sheets');
53
+ import * as ValuesBatchGetByDataFilterInput from './schemas/ValuesBatchGetByDataFilterInput.schema.json' with { type: 'json' };
54
+ addSchema('ValuesBatchGetByDataFilterInput', ValuesBatchGetByDataFilterInput, '@pikku/addon-google-sheets');
55
+ import * as ValuesBatchGetByDataFilterOutput from './schemas/ValuesBatchGetByDataFilterOutput.schema.json' with { type: 'json' };
56
+ addSchema('ValuesBatchGetByDataFilterOutput', ValuesBatchGetByDataFilterOutput, '@pikku/addon-google-sheets');
57
+ import * as ValuesBatchUpdateInput from './schemas/ValuesBatchUpdateInput.schema.json' with { type: 'json' };
58
+ addSchema('ValuesBatchUpdateInput', ValuesBatchUpdateInput, '@pikku/addon-google-sheets');
59
+ import * as ValuesBatchUpdateOutput from './schemas/ValuesBatchUpdateOutput.schema.json' with { type: 'json' };
60
+ addSchema('ValuesBatchUpdateOutput', ValuesBatchUpdateOutput, '@pikku/addon-google-sheets');
61
+ import * as ValuesBatchUpdateByDataFilterInput from './schemas/ValuesBatchUpdateByDataFilterInput.schema.json' with { type: 'json' };
62
+ addSchema('ValuesBatchUpdateByDataFilterInput', ValuesBatchUpdateByDataFilterInput, '@pikku/addon-google-sheets');
63
+ import * as ValuesBatchUpdateByDataFilterOutput from './schemas/ValuesBatchUpdateByDataFilterOutput.schema.json' with { type: 'json' };
64
+ addSchema('ValuesBatchUpdateByDataFilterOutput', ValuesBatchUpdateByDataFilterOutput, '@pikku/addon-google-sheets');
65
+ import * as BatchUpdateInput from './schemas/BatchUpdateInput.schema.json' with { type: 'json' };
66
+ addSchema('BatchUpdateInput', BatchUpdateInput, '@pikku/addon-google-sheets');
67
+ import * as BatchUpdateOutput from './schemas/BatchUpdateOutput.schema.json' with { type: 'json' };
68
+ addSchema('BatchUpdateOutput', BatchUpdateOutput, '@pikku/addon-google-sheets');
69
+ import * as GetByDataFilterInput from './schemas/GetByDataFilterInput.schema.json' with { type: 'json' };
70
+ addSchema('GetByDataFilterInput', GetByDataFilterInput, '@pikku/addon-google-sheets');
71
+ import * as GetByDataFilterOutput from './schemas/GetByDataFilterOutput.schema.json' with { type: 'json' };
72
+ addSchema('GetByDataFilterOutput', GetByDataFilterOutput, '@pikku/addon-google-sheets');
73
+ import * as ReadRowsInput from './schemas/ReadRowsInput.schema.json' with { type: 'json' };
74
+ addSchema('ReadRowsInput', ReadRowsInput, '@pikku/addon-google-sheets');
75
+ import * as ReadRowsOutput from './schemas/ReadRowsOutput.schema.json' with { type: 'json' };
76
+ addSchema('ReadRowsOutput', ReadRowsOutput, '@pikku/addon-google-sheets');
77
+ import * as CredentialSchema_googleSheets from './schemas/CredentialSchema_googleSheets.schema.json' with { type: 'json' };
78
+ addSchema('CredentialSchema_googleSheets', CredentialSchema_googleSheets, '@pikku/addon-google-sheets');
79
+ import * as SecretSchema_googleSheetsOAuthApp from './schemas/SecretSchema_googleSheetsOAuthApp.schema.json' with { type: 'json' };
80
+ addSchema('SecretSchema_googleSheetsOAuthApp', SecretSchema_googleSheetsOAuthApp, '@pikku/addon-google-sheets');
81
+ import * as VariableSchema_GOOGLE_SHEETS_BASE_URL from './schemas/VariableSchema_GOOGLE_SHEETS_BASE_URL.schema.json' with { type: 'json' };
82
+ addSchema('VariableSchema_GOOGLE_SHEETS_BASE_URL', VariableSchema_GOOGLE_SHEETS_BASE_URL, '@pikku/addon-google-sheets');
83
+ //# sourceMappingURL=register.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,159 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema'
5
+
6
+ import * as CreateInput from './schemas/CreateInput.schema.json' with { type: 'json' }
7
+ addSchema('CreateInput', CreateInput, '@pikku/addon-google-sheets')
8
+
9
+
10
+ import * as CreateOutput from './schemas/CreateOutput.schema.json' with { type: 'json' }
11
+ addSchema('CreateOutput', CreateOutput, '@pikku/addon-google-sheets')
12
+
13
+
14
+ import * as GetInput from './schemas/GetInput.schema.json' with { type: 'json' }
15
+ addSchema('GetInput', GetInput, '@pikku/addon-google-sheets')
16
+
17
+
18
+ import * as GetOutput from './schemas/GetOutput.schema.json' with { type: 'json' }
19
+ addSchema('GetOutput', GetOutput, '@pikku/addon-google-sheets')
20
+
21
+
22
+ import * as DeveloperMetadataGetInput from './schemas/DeveloperMetadataGetInput.schema.json' with { type: 'json' }
23
+ addSchema('DeveloperMetadataGetInput', DeveloperMetadataGetInput, '@pikku/addon-google-sheets')
24
+
25
+
26
+ import * as DeveloperMetadataGetOutput from './schemas/DeveloperMetadataGetOutput.schema.json' with { type: 'json' }
27
+ addSchema('DeveloperMetadataGetOutput', DeveloperMetadataGetOutput, '@pikku/addon-google-sheets')
28
+
29
+
30
+ import * as DeveloperMetadataSearchInput from './schemas/DeveloperMetadataSearchInput.schema.json' with { type: 'json' }
31
+ addSchema('DeveloperMetadataSearchInput', DeveloperMetadataSearchInput, '@pikku/addon-google-sheets')
32
+
33
+
34
+ import * as DeveloperMetadataSearchOutput from './schemas/DeveloperMetadataSearchOutput.schema.json' with { type: 'json' }
35
+ addSchema('DeveloperMetadataSearchOutput', DeveloperMetadataSearchOutput, '@pikku/addon-google-sheets')
36
+
37
+
38
+ import * as SheetsCopyToInput from './schemas/SheetsCopyToInput.schema.json' with { type: 'json' }
39
+ addSchema('SheetsCopyToInput', SheetsCopyToInput, '@pikku/addon-google-sheets')
40
+
41
+
42
+ import * as SheetsCopyToOutput from './schemas/SheetsCopyToOutput.schema.json' with { type: 'json' }
43
+ addSchema('SheetsCopyToOutput', SheetsCopyToOutput, '@pikku/addon-google-sheets')
44
+
45
+
46
+ import * as ValuesGetInput from './schemas/ValuesGetInput.schema.json' with { type: 'json' }
47
+ addSchema('ValuesGetInput', ValuesGetInput, '@pikku/addon-google-sheets')
48
+
49
+
50
+ import * as ValuesGetOutput from './schemas/ValuesGetOutput.schema.json' with { type: 'json' }
51
+ addSchema('ValuesGetOutput', ValuesGetOutput, '@pikku/addon-google-sheets')
52
+
53
+
54
+ import * as ValuesUpdateInput from './schemas/ValuesUpdateInput.schema.json' with { type: 'json' }
55
+ addSchema('ValuesUpdateInput', ValuesUpdateInput, '@pikku/addon-google-sheets')
56
+
57
+
58
+ import * as ValuesUpdateOutput from './schemas/ValuesUpdateOutput.schema.json' with { type: 'json' }
59
+ addSchema('ValuesUpdateOutput', ValuesUpdateOutput, '@pikku/addon-google-sheets')
60
+
61
+
62
+ import * as ValuesAppendInput from './schemas/ValuesAppendInput.schema.json' with { type: 'json' }
63
+ addSchema('ValuesAppendInput', ValuesAppendInput, '@pikku/addon-google-sheets')
64
+
65
+
66
+ import * as ValuesAppendOutput from './schemas/ValuesAppendOutput.schema.json' with { type: 'json' }
67
+ addSchema('ValuesAppendOutput', ValuesAppendOutput, '@pikku/addon-google-sheets')
68
+
69
+
70
+ import * as ValuesClearInput from './schemas/ValuesClearInput.schema.json' with { type: 'json' }
71
+ addSchema('ValuesClearInput', ValuesClearInput, '@pikku/addon-google-sheets')
72
+
73
+
74
+ import * as ValuesClearOutput from './schemas/ValuesClearOutput.schema.json' with { type: 'json' }
75
+ addSchema('ValuesClearOutput', ValuesClearOutput, '@pikku/addon-google-sheets')
76
+
77
+
78
+ import * as ValuesBatchClearInput from './schemas/ValuesBatchClearInput.schema.json' with { type: 'json' }
79
+ addSchema('ValuesBatchClearInput', ValuesBatchClearInput, '@pikku/addon-google-sheets')
80
+
81
+
82
+ import * as ValuesBatchClearOutput from './schemas/ValuesBatchClearOutput.schema.json' with { type: 'json' }
83
+ addSchema('ValuesBatchClearOutput', ValuesBatchClearOutput, '@pikku/addon-google-sheets')
84
+
85
+
86
+ import * as ValuesBatchClearByDataFilterInput from './schemas/ValuesBatchClearByDataFilterInput.schema.json' with { type: 'json' }
87
+ addSchema('ValuesBatchClearByDataFilterInput', ValuesBatchClearByDataFilterInput, '@pikku/addon-google-sheets')
88
+
89
+
90
+ import * as ValuesBatchClearByDataFilterOutput from './schemas/ValuesBatchClearByDataFilterOutput.schema.json' with { type: 'json' }
91
+ addSchema('ValuesBatchClearByDataFilterOutput', ValuesBatchClearByDataFilterOutput, '@pikku/addon-google-sheets')
92
+
93
+
94
+ import * as ValuesBatchGetInput from './schemas/ValuesBatchGetInput.schema.json' with { type: 'json' }
95
+ addSchema('ValuesBatchGetInput', ValuesBatchGetInput, '@pikku/addon-google-sheets')
96
+
97
+
98
+ import * as ValuesBatchGetOutput from './schemas/ValuesBatchGetOutput.schema.json' with { type: 'json' }
99
+ addSchema('ValuesBatchGetOutput', ValuesBatchGetOutput, '@pikku/addon-google-sheets')
100
+
101
+
102
+ import * as ValuesBatchGetByDataFilterInput from './schemas/ValuesBatchGetByDataFilterInput.schema.json' with { type: 'json' }
103
+ addSchema('ValuesBatchGetByDataFilterInput', ValuesBatchGetByDataFilterInput, '@pikku/addon-google-sheets')
104
+
105
+
106
+ import * as ValuesBatchGetByDataFilterOutput from './schemas/ValuesBatchGetByDataFilterOutput.schema.json' with { type: 'json' }
107
+ addSchema('ValuesBatchGetByDataFilterOutput', ValuesBatchGetByDataFilterOutput, '@pikku/addon-google-sheets')
108
+
109
+
110
+ import * as ValuesBatchUpdateInput from './schemas/ValuesBatchUpdateInput.schema.json' with { type: 'json' }
111
+ addSchema('ValuesBatchUpdateInput', ValuesBatchUpdateInput, '@pikku/addon-google-sheets')
112
+
113
+
114
+ import * as ValuesBatchUpdateOutput from './schemas/ValuesBatchUpdateOutput.schema.json' with { type: 'json' }
115
+ addSchema('ValuesBatchUpdateOutput', ValuesBatchUpdateOutput, '@pikku/addon-google-sheets')
116
+
117
+
118
+ import * as ValuesBatchUpdateByDataFilterInput from './schemas/ValuesBatchUpdateByDataFilterInput.schema.json' with { type: 'json' }
119
+ addSchema('ValuesBatchUpdateByDataFilterInput', ValuesBatchUpdateByDataFilterInput, '@pikku/addon-google-sheets')
120
+
121
+
122
+ import * as ValuesBatchUpdateByDataFilterOutput from './schemas/ValuesBatchUpdateByDataFilterOutput.schema.json' with { type: 'json' }
123
+ addSchema('ValuesBatchUpdateByDataFilterOutput', ValuesBatchUpdateByDataFilterOutput, '@pikku/addon-google-sheets')
124
+
125
+
126
+ import * as BatchUpdateInput from './schemas/BatchUpdateInput.schema.json' with { type: 'json' }
127
+ addSchema('BatchUpdateInput', BatchUpdateInput, '@pikku/addon-google-sheets')
128
+
129
+
130
+ import * as BatchUpdateOutput from './schemas/BatchUpdateOutput.schema.json' with { type: 'json' }
131
+ addSchema('BatchUpdateOutput', BatchUpdateOutput, '@pikku/addon-google-sheets')
132
+
133
+
134
+ import * as GetByDataFilterInput from './schemas/GetByDataFilterInput.schema.json' with { type: 'json' }
135
+ addSchema('GetByDataFilterInput', GetByDataFilterInput, '@pikku/addon-google-sheets')
136
+
137
+
138
+ import * as GetByDataFilterOutput from './schemas/GetByDataFilterOutput.schema.json' with { type: 'json' }
139
+ addSchema('GetByDataFilterOutput', GetByDataFilterOutput, '@pikku/addon-google-sheets')
140
+
141
+
142
+ import * as ReadRowsInput from './schemas/ReadRowsInput.schema.json' with { type: 'json' }
143
+ addSchema('ReadRowsInput', ReadRowsInput, '@pikku/addon-google-sheets')
144
+
145
+
146
+ import * as ReadRowsOutput from './schemas/ReadRowsOutput.schema.json' with { type: 'json' }
147
+ addSchema('ReadRowsOutput', ReadRowsOutput, '@pikku/addon-google-sheets')
148
+
149
+
150
+ import * as CredentialSchema_googleSheets from './schemas/CredentialSchema_googleSheets.schema.json' with { type: 'json' }
151
+ addSchema('CredentialSchema_googleSheets', CredentialSchema_googleSheets, '@pikku/addon-google-sheets')
152
+
153
+
154
+ import * as SecretSchema_googleSheetsOAuthApp from './schemas/SecretSchema_googleSheetsOAuthApp.schema.json' with { type: 'json' }
155
+ addSchema('SecretSchema_googleSheetsOAuthApp', SecretSchema_googleSheetsOAuthApp, '@pikku/addon-google-sheets')
156
+
157
+
158
+ import * as VariableSchema_GOOGLE_SHEETS_BASE_URL from './schemas/VariableSchema_GOOGLE_SHEETS_BASE_URL.schema.json' with { type: 'json' }
159
+ addSchema('VariableSchema_GOOGLE_SHEETS_BASE_URL', VariableSchema_GOOGLE_SHEETS_BASE_URL, '@pikku/addon-google-sheets')
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accessToken":{"type":"string"},"refreshToken":{"type":"string"}},"required":["accessToken"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The ID of the spreadsheet to retrieve metadata from."},"metadataId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the developer metadata to retrieve."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"}},"required":["spreadsheetId","metadataId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"location":{"description":"The location where the metadata is associated.","type":"object","properties":{"dimensionRange":{"description":"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.","type":"object","properties":{"dimension":{"description":"The dimension of the span.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"endIndex":{"description":"The end (exclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this span is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startIndex":{"description":"The start (inclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"locationType":{"description":"The type of location this object represents. This field is read-only.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"sheetId":{"description":"The ID of the sheet when metadata is associated with an entire sheet.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spreadsheet":{"description":"True when metadata is associated with an entire spreadsheet.","type":"boolean"}},"additionalProperties":false},"metadataId":{"description":"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.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"metadataKey":{"description":"The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.","type":"string"},"metadataValue":{"description":"Data associated with the metadata's key.","type":"string"},"visibility":{"description":"The metadata visibility. Developer metadata must always have a visibility specified.","type":"string","enum":["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED","DOCUMENT","PROJECT"]}},"additionalProperties":false,"description":"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."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The ID of the spreadsheet to retrieve metadata from."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"},"dataFilters":{"description":"The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response.","type":"array","items":{"type":"object","properties":{"a1Range":{"description":"Selects data that matches the specified A1 range.","type":"string"},"developerMetadataLookup":{"description":"Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.","type":"object","properties":{"locationMatchingStrategy":{"description":"Determines how this lookup matches the location. If this field is specified as EXACT, only developer metadata associated on the exact location specified is matched. If this field is specified to INTERSECTING, developer metadata associated on intersecting locations is also matched. If left unspecified, this field assumes a default value of INTERSECTING. If this field is specified, a metadataLocation must also be specified.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_MATCHING_STRATEGY_UNSPECIFIED","EXACT_LOCATION","INTERSECTING_LOCATION"]},"locationType":{"description":"Limits the selected developer metadata to those entries which are associated with locations of the specified type. For example, when this field is specified as ROW this lookup only considers developer metadata associated on rows. If the field is left unspecified, all location types are considered. This field cannot be specified as SPREADSHEET when the locationMatchingStrategy is specified as INTERSECTING or when the metadataLocation is specified as a non-spreadsheet location: spreadsheet metadata cannot intersect any other developer metadata location. This field also must be left unspecified when the locationMatchingStrategy is specified as EXACT.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"metadataId":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"metadataKey":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.","type":"string"},"metadataLocation":{"description":"Limits the selected developer metadata to those entries associated with the specified location. This field either matches exact locations or all intersecting locations according the specified locationMatchingStrategy.","type":"object","properties":{"dimensionRange":{"description":"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.","type":"object","properties":{"dimension":{"description":"The dimension of the span.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"endIndex":{"description":"The end (exclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this span is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startIndex":{"description":"The start (inclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"locationType":{"description":"The type of location this object represents. This field is read-only.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"sheetId":{"description":"The ID of the sheet when metadata is associated with an entire sheet.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spreadsheet":{"description":"True when metadata is associated with an entire spreadsheet.","type":"boolean"}},"additionalProperties":false},"metadataValue":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.","type":"string"},"visibility":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.","type":"string","enum":["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED","DOCUMENT","PROJECT"]}},"additionalProperties":false},"gridRange":{"description":"Selects data that matches the range described by the GridRange.","type":"object","properties":{"endColumnIndex":{"description":"The end column (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"endRowIndex":{"description":"The end row (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this range is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startColumnIndex":{"description":"The start column (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startRowIndex":{"description":"The start row (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false}}},"required":["spreadsheetId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchedDeveloperMetadata":{"description":"The metadata matching the criteria of the search request.","type":"array","items":{"type":"object","properties":{"dataFilters":{"description":"All filters matching the returned developer metadata.","type":"array","items":{"type":"object","properties":{"a1Range":{"description":"Selects data that matches the specified A1 range.","type":"string"},"developerMetadataLookup":{"description":"Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.","type":"object","properties":{"locationMatchingStrategy":{"description":"Determines how this lookup matches the location. If this field is specified as EXACT, only developer metadata associated on the exact location specified is matched. If this field is specified to INTERSECTING, developer metadata associated on intersecting locations is also matched. If left unspecified, this field assumes a default value of INTERSECTING. If this field is specified, a metadataLocation must also be specified.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_MATCHING_STRATEGY_UNSPECIFIED","EXACT_LOCATION","INTERSECTING_LOCATION"]},"locationType":{"description":"Limits the selected developer metadata to those entries which are associated with locations of the specified type. For example, when this field is specified as ROW this lookup only considers developer metadata associated on rows. If the field is left unspecified, all location types are considered. This field cannot be specified as SPREADSHEET when the locationMatchingStrategy is specified as INTERSECTING or when the metadataLocation is specified as a non-spreadsheet location: spreadsheet metadata cannot intersect any other developer metadata location. This field also must be left unspecified when the locationMatchingStrategy is specified as EXACT.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"metadataId":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"metadataKey":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.","type":"string"},"metadataLocation":{"description":"Limits the selected developer metadata to those entries associated with the specified location. This field either matches exact locations or all intersecting locations according the specified locationMatchingStrategy.","type":"object","properties":{"dimensionRange":{"description":"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.","type":"object","properties":{"dimension":{"description":"The dimension of the span.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"endIndex":{"description":"The end (exclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this span is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startIndex":{"description":"The start (inclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"locationType":{"description":"The type of location this object represents. This field is read-only.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"sheetId":{"description":"The ID of the sheet when metadata is associated with an entire sheet.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spreadsheet":{"description":"True when metadata is associated with an entire spreadsheet.","type":"boolean"}},"additionalProperties":false},"metadataValue":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.","type":"string"},"visibility":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.","type":"string","enum":["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED","DOCUMENT","PROJECT"]}},"additionalProperties":false},"gridRange":{"description":"Selects data that matches the range described by the GridRange.","type":"object","properties":{"endColumnIndex":{"description":"The end column (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"endRowIndex":{"description":"The end row (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this range is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startColumnIndex":{"description":"The start column (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startRowIndex":{"description":"The start row (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false}},"developerMetadata":{"description":"The developer metadata matching the specified filters.","type":"object","properties":{"location":{"description":"The location where the metadata is associated.","type":"object","properties":{"dimensionRange":{"description":"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.","type":"object","properties":{"dimension":{"description":"The dimension of the span.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"endIndex":{"description":"The end (exclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this span is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startIndex":{"description":"The start (inclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"locationType":{"description":"The type of location this object represents. This field is read-only.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"sheetId":{"description":"The ID of the sheet when metadata is associated with an entire sheet.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spreadsheet":{"description":"True when metadata is associated with an entire spreadsheet.","type":"boolean"}},"additionalProperties":false},"metadataId":{"description":"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.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"metadataKey":{"description":"The metadata key. There may be multiple metadata in a spreadsheet with the same key. Developer metadata must always have a key specified.","type":"string"},"metadataValue":{"description":"Data associated with the metadata's key.","type":"string"},"visibility":{"description":"The metadata visibility. Developer metadata must always have a visibility specified.","type":"string","enum":["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED","DOCUMENT","PROJECT"]}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false,"description":"A reply to a developer metadata search request."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The spreadsheet to request."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"},"dataFilters":{"description":"The DataFilters used to select which ranges to retrieve from the spreadsheet.","type":"array","items":{"type":"object","properties":{"a1Range":{"description":"Selects data that matches the specified A1 range.","type":"string"},"developerMetadataLookup":{"description":"Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.","type":"object","properties":{"locationMatchingStrategy":{"description":"Determines how this lookup matches the location. If this field is specified as EXACT, only developer metadata associated on the exact location specified is matched. If this field is specified to INTERSECTING, developer metadata associated on intersecting locations is also matched. If left unspecified, this field assumes a default value of INTERSECTING. If this field is specified, a metadataLocation must also be specified.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_MATCHING_STRATEGY_UNSPECIFIED","EXACT_LOCATION","INTERSECTING_LOCATION"]},"locationType":{"description":"Limits the selected developer metadata to those entries which are associated with locations of the specified type. For example, when this field is specified as ROW this lookup only considers developer metadata associated on rows. If the field is left unspecified, all location types are considered. This field cannot be specified as SPREADSHEET when the locationMatchingStrategy is specified as INTERSECTING or when the metadataLocation is specified as a non-spreadsheet location: spreadsheet metadata cannot intersect any other developer metadata location. This field also must be left unspecified when the locationMatchingStrategy is specified as EXACT.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"metadataId":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_id.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"metadataKey":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.","type":"string"},"metadataLocation":{"description":"Limits the selected developer metadata to those entries associated with the specified location. This field either matches exact locations or all intersecting locations according the specified locationMatchingStrategy.","type":"object","properties":{"dimensionRange":{"description":"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.","type":"object","properties":{"dimension":{"description":"The dimension of the span.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"endIndex":{"description":"The end (exclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this span is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startIndex":{"description":"The start (inclusive) of the span, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"locationType":{"description":"The type of location this object represents. This field is read-only.","type":"string","enum":["DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED","ROW","COLUMN","SHEET","SPREADSHEET"]},"sheetId":{"description":"The ID of the sheet when metadata is associated with an entire sheet.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spreadsheet":{"description":"True when metadata is associated with an entire spreadsheet.","type":"boolean"}},"additionalProperties":false},"metadataValue":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.","type":"string"},"visibility":{"description":"Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.","type":"string","enum":["DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED","DOCUMENT","PROJECT"]}},"additionalProperties":false},"gridRange":{"description":"Selects data that matches the range described by the GridRange.","type":"object","properties":{"endColumnIndex":{"description":"The end column (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"endRowIndex":{"description":"The end row (exclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetId":{"description":"The sheet this range is on.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startColumnIndex":{"description":"The start column (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startRowIndex":{"description":"The start row (inclusive) of the range, or not set if unbounded.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false}},"includeGridData":{"description":"True if grid data should be returned. This parameter is ignored if a field mask was set in the request.","type":"boolean"}},"required":["spreadsheetId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The spreadsheet to request."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"},"includeGridData":{"description":"True if grid data should be returned. This parameter is ignored if a field mask was set in the request.","type":"boolean"},"ranges":{"description":"The ranges to retrieve from the spreadsheet.","type":"array","items":{"type":"string"}}},"required":["spreadsheetId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema"}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The ID of the spreadsheet to read rows from."},"range":{"type":"string","description":"The A1 notation of the range to read, e.g. `Sheet1!A:D`. The first row is treated as the header."},"valueRenderOption":{"description":"How cell values should be represented.","type":"string","enum":["FORMATTED_VALUE","UNFORMATTED_VALUE","FORMULA"]}},"required":["spreadsheetId","range"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"description":"One object per data row, keyed by the header row — ready to fan out over with graph:map."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"clientId":{"type":"string","description":"OAuth2 app client ID"},"clientSecret":{"type":"string","description":"OAuth2 app client secret"}},"required":["clientId","clientSecret"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The ID of the spreadsheet containing the sheet to copy."},"sheetId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the sheet to copy."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"},"destinationSpreadsheetId":{"description":"The ID of the spreadsheet to copy the sheet to.","type":"string"}},"required":["spreadsheetId","sheetId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"dataSourceSheetProperties":{"description":"Output only. If present, the field contains DATA_SOURCE sheet specific properties.","type":"object","properties":{"columns":{"description":"The columns displayed on the sheet, corresponding to the values in RowData.","type":"array","items":{"type":"object","properties":{"formula":{"description":"The formula of the calculated column.","type":"string"},"reference":{"description":"The column reference.","type":"object","properties":{"name":{"description":"The display name of the column. It should be unique within a data source.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}},"dataExecutionStatus":{"description":"The data execution status.","type":"object","properties":{"errorCode":{"description":"The error code.","type":"string","enum":["DATA_EXECUTION_ERROR_CODE_UNSPECIFIED","TIMED_OUT","TOO_MANY_ROWS","TOO_MANY_COLUMNS","TOO_MANY_CELLS","ENGINE","PARAMETER_INVALID","UNSUPPORTED_DATA_TYPE","DUPLICATE_COLUMN_NAMES","INTERRUPTED","CONCURRENT_QUERY","OTHER","TOO_MANY_CHARS_PER_CELL","DATA_NOT_FOUND","PERMISSION_DENIED","MISSING_COLUMN_ALIAS","OBJECT_NOT_FOUND","OBJECT_IN_ERROR_STATE","OBJECT_SPEC_INVALID"]},"errorMessage":{"description":"The error message, which may be empty.","type":"string"},"lastRefreshTime":{"description":"Gets the time the data last successfully refreshed.","type":"string"},"state":{"description":"The state of the data execution.","type":"string","enum":["DATA_EXECUTION_STATE_UNSPECIFIED","NOT_STARTED","RUNNING","SUCCEEDED","FAILED"]}},"additionalProperties":false},"dataSourceId":{"description":"ID of the DataSource the sheet is connected to.","type":"string"}},"additionalProperties":false},"gridProperties":{"description":"Additional properties of the sheet if this sheet is a grid. (If the sheet is an object sheet, containing a chart or image, then this field will be absent.) When writing it is an error to set any grid properties on non-grid sheets. If this sheet is a DATA_SOURCE sheet, this field is output only but contains the properties that reflect how a data source sheet is rendered in the UI, e.g. row_count.","type":"object","properties":{"columnCount":{"description":"The number of columns in the grid.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"columnGroupControlAfter":{"description":"True if the column grouping control toggle is shown after the group.","type":"boolean"},"frozenColumnCount":{"description":"The number of columns that are frozen in the grid.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"frozenRowCount":{"description":"The number of rows that are frozen in the grid.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"hideGridlines":{"description":"True if the grid isn't showing gridlines in the UI.","type":"boolean"},"rowCount":{"description":"The number of rows in the grid.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rowGroupControlAfter":{"description":"True if the row grouping control toggle is shown after the group.","type":"boolean"}},"additionalProperties":false},"hidden":{"description":"True if the sheet is hidden in the UI, false if it's visible.","type":"boolean"},"index":{"description":"The index of the sheet within the spreadsheet. When adding or updating sheet properties, if this field is excluded then the sheet is added or moved to the end of the sheet list. When updating sheet indices or inserting sheets, movement is considered in \"before the move\" indexes. For example, if there were 3 sheets (S1, S2, S3) in order to move S1 ahead of S2 the index would have to be set to 2. A sheet index update request is ignored if the requested index is identical to the sheets current index or if the requested new index is equal to the current sheet index + 1.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rightToLeft":{"description":"True if the sheet is an RTL sheet instead of an LTR sheet.","type":"boolean"},"sheetId":{"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sheetType":{"description":"The type of sheet. Defaults to GRID. This field cannot be changed once set.","type":"string","enum":["SHEET_TYPE_UNSPECIFIED","GRID","OBJECT","DATA_SOURCE"]},"tabColor":{"description":"The color of the tab in the UI. Deprecated: Use tab_color_style.","type":"object","properties":{"alpha":{"description":"The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0).","type":"number"},"blue":{"description":"The amount of blue in the color as a value in the interval [0, 1].","type":"number"},"green":{"description":"The amount of green in the color as a value in the interval [0, 1].","type":"number"},"red":{"description":"The amount of red in the color as a value in the interval [0, 1].","type":"number"}},"additionalProperties":false},"tabColorStyle":{"description":"The color of the tab in the UI. If tab_color is also set, this field takes precedence.","type":"object","properties":{"rgbColor":{"description":"RGB color. The [`alpha`](/sheets/api/reference/rest/v4/spreadsheets/other#Color.FIELDS.alpha) value in the [`Color`](/sheets/api/reference/rest/v4/spreadsheets/other#color) object isn't generally supported.","type":"object","properties":{"alpha":{"description":"The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0).","type":"number"},"blue":{"description":"The amount of blue in the color as a value in the interval [0, 1].","type":"number"},"green":{"description":"The amount of green in the color as a value in the interval [0, 1].","type":"number"},"red":{"description":"The amount of red in the color as a value in the interval [0, 1].","type":"number"}},"additionalProperties":false},"themeColor":{"description":"Theme color.","type":"string","enum":["THEME_COLOR_TYPE_UNSPECIFIED","TEXT","BACKGROUND","ACCENT1","ACCENT2","ACCENT3","ACCENT4","ACCENT5","ACCENT6","LINK"]}},"additionalProperties":false},"title":{"description":"The name of the sheet.","type":"string"}},"additionalProperties":false,"description":"Properties of a sheet."}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"type":"string","description":"The ID of the spreadsheet to update."},"range":{"type":"string","description":"The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table."},"$.xgafv":{"description":"V1 error format.","type":"string","enum":["1","2"]},"access_token":{"description":"OAuth access token.","type":"string"},"alt":{"description":"Data format for response.","type":"string","enum":["json","media","proto"]},"callback":{"description":"JSONP","type":"string"},"fields":{"description":"Selector specifying which fields to include in a partial response.","type":"string"},"key":{"description":"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.","type":"string"},"oauth_token":{"description":"OAuth 2.0 token for the current user.","type":"string"},"prettyPrint":{"description":"Returns response with indentations and line breaks.","type":"boolean"},"quotaUser":{"description":"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.","type":"string"},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","type":"string"},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","type":"string"},"includeValuesInResponse":{"description":"Determines if the update response should include the values of the cells that were appended. By default, responses do not include the updated values.","type":"boolean"},"insertDataOption":{"description":"How the input data should be inserted.","type":"string","enum":["OVERWRITE","INSERT_ROWS"]},"responseDateTimeRenderOption":{"description":"Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.","type":"string","enum":["SERIAL_NUMBER","FORMATTED_STRING"]},"responseValueRenderOption":{"description":"Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.","type":"string","enum":["FORMATTED_VALUE","UNFORMATTED_VALUE","FORMULA"]},"valueInputOption":{"description":"How the input data should be interpreted.","type":"string","enum":["INPUT_VALUE_OPTION_UNSPECIFIED","RAW","USER_ENTERED"]},"majorDimension":{"description":"The major dimension of the values. For output, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. For input, with `range=A1:B2,majorDimension=ROWS` then `[[1,2],[3,4]]` will set `A1=1,B1=2,A2=3,B2=4`. With `range=A1:B2,majorDimension=COLUMNS` then `[[1,2],[3,4]]` will set `A1=1,B1=3,A2=2,B2=4`. When writing, if this field is not set, it defaults to ROWS.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"values":{"description":"The data that was read or to be written. This is an array of arrays, the outer array representing all the data and each inner array representing a major dimension. Each item in the inner array corresponds with one cell. For output, empty trailing rows and columns will not be included. For input, supported value types are: bool, string, and double. Null values will be skipped. To set a cell to an empty value, set the string value to an empty string.","type":"array","items":{"type":"array","items":{}}}},"required":["spreadsheetId","range"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"spreadsheetId":{"description":"The spreadsheet the updates were applied to.","type":"string"},"tableRange":{"description":"The range (in A1 notation) of the table that values are being appended to (before the values were appended). Empty if no table was found.","type":"string"},"updates":{"description":"Information about the updates that were applied.","type":"object","properties":{"spreadsheetId":{"description":"The spreadsheet the updates were applied to.","type":"string"},"updatedCells":{"description":"The number of cells updated.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updatedColumns":{"description":"The number of columns where at least one cell in the column was updated.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updatedData":{"description":"The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`.","type":"object","properties":{"majorDimension":{"description":"The major dimension of the values. For output, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return `[[1,3],[2,4]]`. For input, with `range=A1:B2,majorDimension=ROWS` then `[[1,2],[3,4]]` will set `A1=1,B1=2,A2=3,B2=4`. With `range=A1:B2,majorDimension=COLUMNS` then `[[1,2],[3,4]]` will set `A1=1,B1=3,A2=2,B2=4`. When writing, if this field is not set, it defaults to ROWS.","type":"string","enum":["DIMENSION_UNSPECIFIED","ROWS","COLUMNS"]},"range":{"description":"The range the values cover, in [A1 notation](/sheets/api/guides/concepts#cell). For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.","type":"string"},"values":{"description":"The data that was read or to be written. This is an array of arrays, the outer array representing all the data and each inner array representing a major dimension. Each item in the inner array corresponds with one cell. For output, empty trailing rows and columns will not be included. For input, supported value types are: bool, string, and double. Null values will be skipped. To set a cell to an empty value, set the string value to an empty string.","type":"array","items":{"type":"array","items":{}}}},"additionalProperties":false},"updatedRange":{"description":"The range (in A1 notation) that updates were applied to.","type":"string"},"updatedRows":{"description":"The number of rows where at least one cell in the row was updated.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false,"description":"The response when updating a range of values in a spreadsheet."}