@pikku/addon-microsoft-excel 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 (277) 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 +14 -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 +20 -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 +495 -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 +325 -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 +40 -0
  50. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  51. package/dist/.pikku/function/pikku-functions.gen.ts +40 -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 +252 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +269 -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 +19 -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 +79 -0
  103. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  104. package/dist/.pikku/schemas/register.gen.ts +151 -0
  105. package/dist/.pikku/schemas/schemas/CredentialSchema_microsoftExcel.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/SecretSchema_microsoftExcelOAuthApp.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/TableAppendInput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/TableAppendOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/TableConvertToRangeInput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/TableConvertToRangeOutput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/TableCreateInput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/TableCreateOutput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/TableDeleteInput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/TableDeleteOutput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/TableGetColumnsInput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/TableGetColumnsOutput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/TableGetRowsInput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/TableGetRowsOutput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/TableLookupInput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/TableLookupOutput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/VariableSchema_MICROSOFT_EXCEL_BASE_URL.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetInput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetOutput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/WorkbookDeleteInput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/WorkbookDeleteOutput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/WorkbookGetAllInput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/WorkbookGetAllOutput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/WorksheetAppendInput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/WorksheetAppendOutput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/WorksheetClearInput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/WorksheetClearOutput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/WorksheetDeleteInput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/WorksheetDeleteOutput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/WorksheetGetAllInput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/WorksheetGetAllOutput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/WorksheetReadRowsInput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/WorksheetReadRowsOutput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/WorksheetUpdateInput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/WorksheetUpdateOutput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/WorksheetUpsertInput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/WorksheetUpsertOutput.schema.json +1 -0
  142. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  143. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  144. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  145. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  146. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  147. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +10 -0
  148. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
  149. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  150. package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
  151. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  152. package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -0
  153. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  154. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  155. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  156. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  157. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  158. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  159. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  160. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  161. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  162. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  163. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  164. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  165. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  166. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  167. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  168. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  169. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  170. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  171. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  172. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  173. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  174. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  175. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  176. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  177. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  178. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  179. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  180. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  181. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  182. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  183. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  184. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  185. package/dist/src/functions/tableAppend.function.d.ts +25 -0
  186. package/dist/src/functions/tableAppend.function.d.ts.map +1 -0
  187. package/dist/src/functions/tableAppend.function.js +18 -0
  188. package/dist/src/functions/tableAppend.function.js.map +1 -0
  189. package/dist/src/functions/tableConvertToRange.function.d.ts +21 -0
  190. package/dist/src/functions/tableConvertToRange.function.d.ts.map +1 -0
  191. package/dist/src/functions/tableConvertToRange.function.js +17 -0
  192. package/dist/src/functions/tableConvertToRange.function.js.map +1 -0
  193. package/dist/src/functions/tableCreate.function.d.ts +25 -0
  194. package/dist/src/functions/tableCreate.function.d.ts.map +1 -0
  195. package/dist/src/functions/tableCreate.function.js +18 -0
  196. package/dist/src/functions/tableCreate.function.js.map +1 -0
  197. package/dist/src/functions/tableDelete.function.d.ts +21 -0
  198. package/dist/src/functions/tableDelete.function.d.ts.map +1 -0
  199. package/dist/src/functions/tableDelete.function.js +17 -0
  200. package/dist/src/functions/tableDelete.function.js.map +1 -0
  201. package/dist/src/functions/tableGetColumns.function.d.ts +29 -0
  202. package/dist/src/functions/tableGetColumns.function.d.ts.map +1 -0
  203. package/dist/src/functions/tableGetColumns.function.js +19 -0
  204. package/dist/src/functions/tableGetColumns.function.js.map +1 -0
  205. package/dist/src/functions/tableGetRows.function.d.ts +29 -0
  206. package/dist/src/functions/tableGetRows.function.d.ts.map +1 -0
  207. package/dist/src/functions/tableGetRows.function.js +19 -0
  208. package/dist/src/functions/tableGetRows.function.js.map +1 -0
  209. package/dist/src/functions/tableLookup.function.d.ts +29 -0
  210. package/dist/src/functions/tableLookup.function.d.ts.map +1 -0
  211. package/dist/src/functions/tableLookup.function.js +19 -0
  212. package/dist/src/functions/tableLookup.function.js.map +1 -0
  213. package/dist/src/functions/workbookAddWorksheet.function.d.ts +17 -0
  214. package/dist/src/functions/workbookAddWorksheet.function.d.ts.map +1 -0
  215. package/dist/src/functions/workbookAddWorksheet.function.js +16 -0
  216. package/dist/src/functions/workbookAddWorksheet.function.js.map +1 -0
  217. package/dist/src/functions/workbookDelete.function.d.ts +13 -0
  218. package/dist/src/functions/workbookDelete.function.d.ts.map +1 -0
  219. package/dist/src/functions/workbookDelete.function.js +15 -0
  220. package/dist/src/functions/workbookDelete.function.js.map +1 -0
  221. package/dist/src/functions/workbookGetAll.function.d.ts +21 -0
  222. package/dist/src/functions/workbookGetAll.function.d.ts.map +1 -0
  223. package/dist/src/functions/workbookGetAll.function.js +17 -0
  224. package/dist/src/functions/workbookGetAll.function.js.map +1 -0
  225. package/dist/src/functions/worksheetAppend.function.d.ts +21 -0
  226. package/dist/src/functions/worksheetAppend.function.d.ts.map +1 -0
  227. package/dist/src/functions/worksheetAppend.function.js +17 -0
  228. package/dist/src/functions/worksheetAppend.function.js.map +1 -0
  229. package/dist/src/functions/worksheetClear.function.d.ts +21 -0
  230. package/dist/src/functions/worksheetClear.function.d.ts.map +1 -0
  231. package/dist/src/functions/worksheetClear.function.js +17 -0
  232. package/dist/src/functions/worksheetClear.function.js.map +1 -0
  233. package/dist/src/functions/worksheetDelete.function.d.ts +17 -0
  234. package/dist/src/functions/worksheetDelete.function.d.ts.map +1 -0
  235. package/dist/src/functions/worksheetDelete.function.js +16 -0
  236. package/dist/src/functions/worksheetDelete.function.js.map +1 -0
  237. package/dist/src/functions/worksheetGetAll.function.d.ts +21 -0
  238. package/dist/src/functions/worksheetGetAll.function.d.ts.map +1 -0
  239. package/dist/src/functions/worksheetGetAll.function.js +17 -0
  240. package/dist/src/functions/worksheetGetAll.function.js.map +1 -0
  241. package/dist/src/functions/worksheetReadRows.function.d.ts +17 -0
  242. package/dist/src/functions/worksheetReadRows.function.d.ts.map +1 -0
  243. package/dist/src/functions/worksheetReadRows.function.js +16 -0
  244. package/dist/src/functions/worksheetReadRows.function.js.map +1 -0
  245. package/dist/src/functions/worksheetUpdate.function.d.ts +21 -0
  246. package/dist/src/functions/worksheetUpdate.function.d.ts.map +1 -0
  247. package/dist/src/functions/worksheetUpdate.function.js +17 -0
  248. package/dist/src/functions/worksheetUpdate.function.js.map +1 -0
  249. package/dist/src/functions/worksheetUpsert.function.d.ts +21 -0
  250. package/dist/src/functions/worksheetUpsert.function.d.ts.map +1 -0
  251. package/dist/src/functions/worksheetUpsert.function.js +17 -0
  252. package/dist/src/functions/worksheetUpsert.function.js.map +1 -0
  253. package/dist/src/index.d.ts +18 -0
  254. package/dist/src/index.d.ts.map +1 -0
  255. package/dist/src/index.js +18 -0
  256. package/dist/src/index.js.map +1 -0
  257. package/dist/src/microsoft-excel-api.service.d.ts +15 -0
  258. package/dist/src/microsoft-excel-api.service.d.ts.map +1 -0
  259. package/dist/src/microsoft-excel-api.service.js +222 -0
  260. package/dist/src/microsoft-excel-api.service.js.map +1 -0
  261. package/dist/src/microsoft-excel.credential.d.ts +10 -0
  262. package/dist/src/microsoft-excel.credential.d.ts.map +1 -0
  263. package/dist/src/microsoft-excel.credential.js +33 -0
  264. package/dist/src/microsoft-excel.credential.js.map +1 -0
  265. package/dist/src/microsoft-excel.types.d.ts +7 -0
  266. package/dist/src/microsoft-excel.types.d.ts.map +1 -0
  267. package/dist/src/microsoft-excel.types.js +8 -0
  268. package/dist/src/microsoft-excel.types.js.map +1 -0
  269. package/dist/src/microsoft-excel.variable.d.ts +5 -0
  270. package/dist/src/microsoft-excel.variable.d.ts.map +1 -0
  271. package/dist/src/microsoft-excel.variable.js +11 -0
  272. package/dist/src/microsoft-excel.variable.js.map +1 -0
  273. package/dist/src/services.d.ts +2 -0
  274. package/dist/src/services.d.ts.map +1 -0
  275. package/dist/src/services.js +7 -0
  276. package/dist/src/services.js.map +1 -0
  277. package/package.json +39 -0
@@ -0,0 +1,269 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ /**
5
+ * This provides the structure needed for typescript to be aware of RPCs and their return types
6
+ */
7
+
8
+
9
+
10
+
11
+
12
+ export type CredentialSchema_microsoftExcel = {
13
+ accessToken: string;
14
+ refreshToken?: string | undefined;
15
+ }
16
+ export type SecretSchema_microsoftExcelOAuthApp = {
17
+ /** OAuth2 app client ID */
18
+ clientId: string;
19
+ /** OAuth2 app client secret */
20
+ clientSecret: string;
21
+ }
22
+ export type TableAppendInput = {
23
+ workbookId: string;
24
+ worksheetId: string;
25
+ tableId: string;
26
+ values?: {
27
+ [key: string]: unknown;
28
+ }[] | undefined;
29
+ }
30
+ export type TableAppendOutput = {
31
+ [key: string]: unknown;
32
+ }
33
+ export type TableConvertToRangeInput = {
34
+ workbookId: string;
35
+ worksheetId: string;
36
+ tableId: string;
37
+ }
38
+ export type TableConvertToRangeOutput = {
39
+ [key: string]: unknown;
40
+ }
41
+ export type TableCreateInput = {
42
+ workbookId: string;
43
+ worksheetId: string;
44
+ address?: string | undefined;
45
+ hasHeaders?: boolean | undefined;
46
+ }
47
+ export type TableCreateOutput = {
48
+ [key: string]: unknown;
49
+ }
50
+ export type TableDeleteInput = {
51
+ workbookId: string;
52
+ worksheetId: string;
53
+ tableId: string;
54
+ }
55
+ export type TableDeleteOutput = {
56
+ [key: string]: unknown;
57
+ }
58
+ export type TableGetColumnsInput = {
59
+ workbookId: string;
60
+ worksheetId: string;
61
+ tableId: string;
62
+ }
63
+ export type TableGetColumnsOutput = {
64
+ value?: {
65
+ [key: string]: unknown;
66
+ }[] | undefined;
67
+ }
68
+ export type TableGetRowsInput = {
69
+ workbookId: string;
70
+ worksheetId: string;
71
+ tableId: string;
72
+ }
73
+ export type TableGetRowsOutput = {
74
+ value?: {
75
+ [key: string]: unknown;
76
+ }[] | undefined;
77
+ }
78
+ export type TableLookupInput = {
79
+ workbookId: string;
80
+ worksheetId: string;
81
+ tableId: string;
82
+ lookupColumn?: string | undefined;
83
+ lookupValue?: string | undefined;
84
+ }
85
+ export type TableLookupOutput = {
86
+ [key: string]: unknown;
87
+ }
88
+ export type VariableSchema_MICROSOFT_EXCEL_BASE_URL = "https://graph.microsoft.com/v1.0"
89
+ export type WorkbookAddWorksheetInput = {
90
+ workbookId: string;
91
+ name?: string | undefined;
92
+ }
93
+ export type WorkbookAddWorksheetOutput = {
94
+ [key: string]: unknown;
95
+ }
96
+ export type WorkbookDeleteInput = {
97
+ workbookId: string;
98
+ }
99
+ export type WorkbookDeleteOutput = {
100
+ [key: string]: unknown;
101
+ }
102
+ export type WorkbookGetAllInput = {
103
+ workbookId: string;
104
+ }
105
+ export type WorkbookGetAllOutput = {
106
+ value?: {
107
+ [key: string]: unknown;
108
+ }[] | undefined;
109
+ }
110
+ export type WorksheetAppendInput = {
111
+ workbookId: string;
112
+ worksheetId: string;
113
+ values?: {
114
+ [key: string]: unknown;
115
+ }[] | undefined;
116
+ }
117
+ export type WorksheetAppendOutput = {
118
+ [key: string]: unknown;
119
+ }
120
+ export type WorksheetClearInput = {
121
+ workbookId: string;
122
+ worksheetId: string;
123
+ applyTo?: string | undefined;
124
+ }
125
+ export type WorksheetClearOutput = {
126
+ [key: string]: unknown;
127
+ }
128
+ export type WorksheetDeleteInput = {
129
+ workbookId: string;
130
+ worksheetId: string;
131
+ }
132
+ export type WorksheetDeleteOutput = {
133
+ [key: string]: unknown;
134
+ }
135
+ export type WorksheetGetAllInput = {
136
+ workbookId: string;
137
+ }
138
+ export type WorksheetGetAllOutput = {
139
+ value?: {
140
+ [key: string]: unknown;
141
+ }[] | undefined;
142
+ }
143
+ export type WorksheetReadRowsInput = {
144
+ workbookId: string;
145
+ worksheetId: string;
146
+ }
147
+ export type WorksheetReadRowsOutput = {
148
+ [key: string]: unknown;
149
+ }
150
+ export type WorksheetUpdateInput = {
151
+ workbookId: string;
152
+ worksheetId: string;
153
+ values?: {
154
+ [key: string]: unknown;
155
+ }[] | undefined;
156
+ }
157
+ export type WorksheetUpdateOutput = {
158
+ [key: string]: unknown;
159
+ }
160
+ export type WorksheetUpsertInput = {
161
+ workbookId: string;
162
+ worksheetId: string;
163
+ values?: {
164
+ [key: string]: unknown;
165
+ }[] | undefined;
166
+ }
167
+ export type WorksheetUpsertOutput = {
168
+ [key: string]: unknown;
169
+ }
170
+
171
+ interface RPCHandler<I, O> {
172
+ input: I;
173
+ output: O;
174
+ }
175
+
176
+ export type RPCMap = {
177
+ readonly 'workbookGetAll': RPCHandler<WorkbookGetAllInput, WorkbookGetAllOutput>,
178
+ readonly 'workbookAddWorksheet': RPCHandler<WorkbookAddWorksheetInput, WorkbookAddWorksheetOutput>,
179
+ readonly 'workbookDelete': RPCHandler<WorkbookDeleteInput, WorkbookDeleteOutput>,
180
+ readonly 'worksheetGetAll': RPCHandler<WorksheetGetAllInput, WorksheetGetAllOutput>,
181
+ readonly 'worksheetAppend': RPCHandler<WorksheetAppendInput, WorksheetAppendOutput>,
182
+ readonly 'worksheetClear': RPCHandler<WorksheetClearInput, WorksheetClearOutput>,
183
+ readonly 'worksheetDelete': RPCHandler<WorksheetDeleteInput, WorksheetDeleteOutput>,
184
+ readonly 'worksheetReadRows': RPCHandler<WorksheetReadRowsInput, WorksheetReadRowsOutput>,
185
+ readonly 'worksheetUpdate': RPCHandler<WorksheetUpdateInput, WorksheetUpdateOutput>,
186
+ readonly 'worksheetUpsert': RPCHandler<WorksheetUpsertInput, WorksheetUpsertOutput>,
187
+ readonly 'tableCreate': RPCHandler<TableCreateInput, TableCreateOutput>,
188
+ readonly 'tableAppend': RPCHandler<TableAppendInput, TableAppendOutput>,
189
+ readonly 'tableConvertToRange': RPCHandler<TableConvertToRangeInput, TableConvertToRangeOutput>,
190
+ readonly 'tableDelete': RPCHandler<TableDeleteInput, TableDeleteOutput>,
191
+ readonly 'tableGetColumns': RPCHandler<TableGetColumnsInput, TableGetColumnsOutput>,
192
+ readonly 'tableGetRows': RPCHandler<TableGetRowsInput, TableGetRowsOutput>,
193
+ readonly 'tableLookup': RPCHandler<TableLookupInput, TableLookupOutput>,
194
+ };
195
+
196
+
197
+
198
+ // No addon packages, use RPCMap directly
199
+ export type FlattenedRPCMap = RPCMap
200
+
201
+ type IsAny<T> = 0 extends (1 & T) ? true : false
202
+ type IsVoidishInput<T> = IsAny<T> extends true
203
+ ? false
204
+ : [T] extends [void | null | undefined]
205
+ ? true
206
+ : false
207
+
208
+
209
+ export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
210
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
211
+ ? [name: Name]
212
+ : [name: Name, data: FlattenedRPCMap[Name]['input']]
213
+ ) => Promise<FlattenedRPCMap[Name]['output']>
214
+
215
+ export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
216
+ ...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
217
+ ? [name: Name]
218
+ : [name: Name, data: FlattenedRPCMap[Name]['input']]
219
+ ) => Promise<FlattenedRPCMap[Name]['output']>
220
+
221
+ import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
222
+
223
+ import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
224
+
225
+
226
+ type FlattenedAgentMap = AgentMap
227
+
228
+
229
+ import type { PikkuRPC } from '@pikku/core/rpc'
230
+
231
+ interface AIAgentInput {
232
+ message: string
233
+ threadId: string
234
+ resourceId: string
235
+ }
236
+
237
+ export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
238
+ name: Name,
239
+ input: FlattenedWorkflowMap[Name]['input'],
240
+ options?: { startNode?: string }
241
+ ) => Promise<{ runId: string }>
242
+
243
+ export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
244
+ name: Name,
245
+ input: FlattenedWorkflowMap[Name]['input']
246
+ ) => Promise<FlattenedWorkflowMap[Name]['output']>
247
+
248
+ export type TypedWorkflowStatus = (
249
+ workflowName: string,
250
+ runId: string
251
+ ) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
252
+
253
+ type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
254
+ ? (name: string, input: AIAgentInput) => Promise<any>
255
+ : <Name extends keyof FlattenedAgentMap>(
256
+ name: Name,
257
+ input: AIAgentInput
258
+ ) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
259
+
260
+ type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
261
+ ? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
262
+ : <Name extends keyof FlattenedAgentMap>(
263
+ name: Name,
264
+ input: AIAgentInput,
265
+ options?: { requiresToolApproval?: 'all' | 'explicit' | false }
266
+ ) => Promise<void>
267
+
268
+ export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
269
+
@@ -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-microsoft-excel', '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,8BAA8B,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
@@ -0,0 +1,19 @@
1
+ {
2
+ "workbookGetAll": "workbookGetAll",
3
+ "workbookAddWorksheet": "workbookAddWorksheet",
4
+ "workbookDelete": "workbookDelete",
5
+ "worksheetGetAll": "worksheetGetAll",
6
+ "worksheetAppend": "worksheetAppend",
7
+ "worksheetClear": "worksheetClear",
8
+ "worksheetDelete": "worksheetDelete",
9
+ "worksheetReadRows": "worksheetReadRows",
10
+ "worksheetUpdate": "worksheetUpdate",
11
+ "worksheetUpsert": "worksheetUpsert",
12
+ "tableCreate": "tableCreate",
13
+ "tableAppend": "tableAppend",
14
+ "tableConvertToRange": "tableConvertToRange",
15
+ "tableDelete": "tableDelete",
16
+ "tableGetColumns": "tableGetColumns",
17
+ "tableGetRows": "tableGetRows",
18
+ "tableLookup": "tableLookup"
19
+ }
@@ -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-microsoft-excel', '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,79 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as WorkbookGetAllInput from './schemas/WorkbookGetAllInput.schema.json' with { type: 'json' };
6
+ addSchema('WorkbookGetAllInput', WorkbookGetAllInput, '@pikku/addon-microsoft-excel');
7
+ import * as WorkbookGetAllOutput from './schemas/WorkbookGetAllOutput.schema.json' with { type: 'json' };
8
+ addSchema('WorkbookGetAllOutput', WorkbookGetAllOutput, '@pikku/addon-microsoft-excel');
9
+ import * as WorkbookAddWorksheetInput from './schemas/WorkbookAddWorksheetInput.schema.json' with { type: 'json' };
10
+ addSchema('WorkbookAddWorksheetInput', WorkbookAddWorksheetInput, '@pikku/addon-microsoft-excel');
11
+ import * as WorkbookAddWorksheetOutput from './schemas/WorkbookAddWorksheetOutput.schema.json' with { type: 'json' };
12
+ addSchema('WorkbookAddWorksheetOutput', WorkbookAddWorksheetOutput, '@pikku/addon-microsoft-excel');
13
+ import * as WorkbookDeleteInput from './schemas/WorkbookDeleteInput.schema.json' with { type: 'json' };
14
+ addSchema('WorkbookDeleteInput', WorkbookDeleteInput, '@pikku/addon-microsoft-excel');
15
+ import * as WorkbookDeleteOutput from './schemas/WorkbookDeleteOutput.schema.json' with { type: 'json' };
16
+ addSchema('WorkbookDeleteOutput', WorkbookDeleteOutput, '@pikku/addon-microsoft-excel');
17
+ import * as WorksheetGetAllInput from './schemas/WorksheetGetAllInput.schema.json' with { type: 'json' };
18
+ addSchema('WorksheetGetAllInput', WorksheetGetAllInput, '@pikku/addon-microsoft-excel');
19
+ import * as WorksheetGetAllOutput from './schemas/WorksheetGetAllOutput.schema.json' with { type: 'json' };
20
+ addSchema('WorksheetGetAllOutput', WorksheetGetAllOutput, '@pikku/addon-microsoft-excel');
21
+ import * as WorksheetAppendInput from './schemas/WorksheetAppendInput.schema.json' with { type: 'json' };
22
+ addSchema('WorksheetAppendInput', WorksheetAppendInput, '@pikku/addon-microsoft-excel');
23
+ import * as WorksheetAppendOutput from './schemas/WorksheetAppendOutput.schema.json' with { type: 'json' };
24
+ addSchema('WorksheetAppendOutput', WorksheetAppendOutput, '@pikku/addon-microsoft-excel');
25
+ import * as WorksheetClearInput from './schemas/WorksheetClearInput.schema.json' with { type: 'json' };
26
+ addSchema('WorksheetClearInput', WorksheetClearInput, '@pikku/addon-microsoft-excel');
27
+ import * as WorksheetClearOutput from './schemas/WorksheetClearOutput.schema.json' with { type: 'json' };
28
+ addSchema('WorksheetClearOutput', WorksheetClearOutput, '@pikku/addon-microsoft-excel');
29
+ import * as WorksheetDeleteInput from './schemas/WorksheetDeleteInput.schema.json' with { type: 'json' };
30
+ addSchema('WorksheetDeleteInput', WorksheetDeleteInput, '@pikku/addon-microsoft-excel');
31
+ import * as WorksheetDeleteOutput from './schemas/WorksheetDeleteOutput.schema.json' with { type: 'json' };
32
+ addSchema('WorksheetDeleteOutput', WorksheetDeleteOutput, '@pikku/addon-microsoft-excel');
33
+ import * as WorksheetReadRowsInput from './schemas/WorksheetReadRowsInput.schema.json' with { type: 'json' };
34
+ addSchema('WorksheetReadRowsInput', WorksheetReadRowsInput, '@pikku/addon-microsoft-excel');
35
+ import * as WorksheetReadRowsOutput from './schemas/WorksheetReadRowsOutput.schema.json' with { type: 'json' };
36
+ addSchema('WorksheetReadRowsOutput', WorksheetReadRowsOutput, '@pikku/addon-microsoft-excel');
37
+ import * as WorksheetUpdateInput from './schemas/WorksheetUpdateInput.schema.json' with { type: 'json' };
38
+ addSchema('WorksheetUpdateInput', WorksheetUpdateInput, '@pikku/addon-microsoft-excel');
39
+ import * as WorksheetUpdateOutput from './schemas/WorksheetUpdateOutput.schema.json' with { type: 'json' };
40
+ addSchema('WorksheetUpdateOutput', WorksheetUpdateOutput, '@pikku/addon-microsoft-excel');
41
+ import * as WorksheetUpsertInput from './schemas/WorksheetUpsertInput.schema.json' with { type: 'json' };
42
+ addSchema('WorksheetUpsertInput', WorksheetUpsertInput, '@pikku/addon-microsoft-excel');
43
+ import * as WorksheetUpsertOutput from './schemas/WorksheetUpsertOutput.schema.json' with { type: 'json' };
44
+ addSchema('WorksheetUpsertOutput', WorksheetUpsertOutput, '@pikku/addon-microsoft-excel');
45
+ import * as TableCreateInput from './schemas/TableCreateInput.schema.json' with { type: 'json' };
46
+ addSchema('TableCreateInput', TableCreateInput, '@pikku/addon-microsoft-excel');
47
+ import * as TableCreateOutput from './schemas/TableCreateOutput.schema.json' with { type: 'json' };
48
+ addSchema('TableCreateOutput', TableCreateOutput, '@pikku/addon-microsoft-excel');
49
+ import * as TableAppendInput from './schemas/TableAppendInput.schema.json' with { type: 'json' };
50
+ addSchema('TableAppendInput', TableAppendInput, '@pikku/addon-microsoft-excel');
51
+ import * as TableAppendOutput from './schemas/TableAppendOutput.schema.json' with { type: 'json' };
52
+ addSchema('TableAppendOutput', TableAppendOutput, '@pikku/addon-microsoft-excel');
53
+ import * as TableConvertToRangeInput from './schemas/TableConvertToRangeInput.schema.json' with { type: 'json' };
54
+ addSchema('TableConvertToRangeInput', TableConvertToRangeInput, '@pikku/addon-microsoft-excel');
55
+ import * as TableConvertToRangeOutput from './schemas/TableConvertToRangeOutput.schema.json' with { type: 'json' };
56
+ addSchema('TableConvertToRangeOutput', TableConvertToRangeOutput, '@pikku/addon-microsoft-excel');
57
+ import * as TableDeleteInput from './schemas/TableDeleteInput.schema.json' with { type: 'json' };
58
+ addSchema('TableDeleteInput', TableDeleteInput, '@pikku/addon-microsoft-excel');
59
+ import * as TableDeleteOutput from './schemas/TableDeleteOutput.schema.json' with { type: 'json' };
60
+ addSchema('TableDeleteOutput', TableDeleteOutput, '@pikku/addon-microsoft-excel');
61
+ import * as TableGetColumnsInput from './schemas/TableGetColumnsInput.schema.json' with { type: 'json' };
62
+ addSchema('TableGetColumnsInput', TableGetColumnsInput, '@pikku/addon-microsoft-excel');
63
+ import * as TableGetColumnsOutput from './schemas/TableGetColumnsOutput.schema.json' with { type: 'json' };
64
+ addSchema('TableGetColumnsOutput', TableGetColumnsOutput, '@pikku/addon-microsoft-excel');
65
+ import * as TableGetRowsInput from './schemas/TableGetRowsInput.schema.json' with { type: 'json' };
66
+ addSchema('TableGetRowsInput', TableGetRowsInput, '@pikku/addon-microsoft-excel');
67
+ import * as TableGetRowsOutput from './schemas/TableGetRowsOutput.schema.json' with { type: 'json' };
68
+ addSchema('TableGetRowsOutput', TableGetRowsOutput, '@pikku/addon-microsoft-excel');
69
+ import * as TableLookupInput from './schemas/TableLookupInput.schema.json' with { type: 'json' };
70
+ addSchema('TableLookupInput', TableLookupInput, '@pikku/addon-microsoft-excel');
71
+ import * as TableLookupOutput from './schemas/TableLookupOutput.schema.json' with { type: 'json' };
72
+ addSchema('TableLookupOutput', TableLookupOutput, '@pikku/addon-microsoft-excel');
73
+ import * as CredentialSchema_microsoftExcel from './schemas/CredentialSchema_microsoftExcel.schema.json' with { type: 'json' };
74
+ addSchema('CredentialSchema_microsoftExcel', CredentialSchema_microsoftExcel, '@pikku/addon-microsoft-excel');
75
+ import * as SecretSchema_microsoftExcelOAuthApp from './schemas/SecretSchema_microsoftExcelOAuthApp.schema.json' with { type: 'json' };
76
+ addSchema('SecretSchema_microsoftExcelOAuthApp', SecretSchema_microsoftExcelOAuthApp, '@pikku/addon-microsoft-excel');
77
+ import * as VariableSchema_MICROSOFT_EXCEL_BASE_URL from './schemas/VariableSchema_MICROSOFT_EXCEL_BASE_URL.schema.json' with { type: 'json' };
78
+ addSchema('VariableSchema_MICROSOFT_EXCEL_BASE_URL', VariableSchema_MICROSOFT_EXCEL_BASE_URL, '@pikku/addon-microsoft-excel');
79
+ //# 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,151 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema'
5
+
6
+ import * as WorkbookGetAllInput from './schemas/WorkbookGetAllInput.schema.json' with { type: 'json' }
7
+ addSchema('WorkbookGetAllInput', WorkbookGetAllInput, '@pikku/addon-microsoft-excel')
8
+
9
+
10
+ import * as WorkbookGetAllOutput from './schemas/WorkbookGetAllOutput.schema.json' with { type: 'json' }
11
+ addSchema('WorkbookGetAllOutput', WorkbookGetAllOutput, '@pikku/addon-microsoft-excel')
12
+
13
+
14
+ import * as WorkbookAddWorksheetInput from './schemas/WorkbookAddWorksheetInput.schema.json' with { type: 'json' }
15
+ addSchema('WorkbookAddWorksheetInput', WorkbookAddWorksheetInput, '@pikku/addon-microsoft-excel')
16
+
17
+
18
+ import * as WorkbookAddWorksheetOutput from './schemas/WorkbookAddWorksheetOutput.schema.json' with { type: 'json' }
19
+ addSchema('WorkbookAddWorksheetOutput', WorkbookAddWorksheetOutput, '@pikku/addon-microsoft-excel')
20
+
21
+
22
+ import * as WorkbookDeleteInput from './schemas/WorkbookDeleteInput.schema.json' with { type: 'json' }
23
+ addSchema('WorkbookDeleteInput', WorkbookDeleteInput, '@pikku/addon-microsoft-excel')
24
+
25
+
26
+ import * as WorkbookDeleteOutput from './schemas/WorkbookDeleteOutput.schema.json' with { type: 'json' }
27
+ addSchema('WorkbookDeleteOutput', WorkbookDeleteOutput, '@pikku/addon-microsoft-excel')
28
+
29
+
30
+ import * as WorksheetGetAllInput from './schemas/WorksheetGetAllInput.schema.json' with { type: 'json' }
31
+ addSchema('WorksheetGetAllInput', WorksheetGetAllInput, '@pikku/addon-microsoft-excel')
32
+
33
+
34
+ import * as WorksheetGetAllOutput from './schemas/WorksheetGetAllOutput.schema.json' with { type: 'json' }
35
+ addSchema('WorksheetGetAllOutput', WorksheetGetAllOutput, '@pikku/addon-microsoft-excel')
36
+
37
+
38
+ import * as WorksheetAppendInput from './schemas/WorksheetAppendInput.schema.json' with { type: 'json' }
39
+ addSchema('WorksheetAppendInput', WorksheetAppendInput, '@pikku/addon-microsoft-excel')
40
+
41
+
42
+ import * as WorksheetAppendOutput from './schemas/WorksheetAppendOutput.schema.json' with { type: 'json' }
43
+ addSchema('WorksheetAppendOutput', WorksheetAppendOutput, '@pikku/addon-microsoft-excel')
44
+
45
+
46
+ import * as WorksheetClearInput from './schemas/WorksheetClearInput.schema.json' with { type: 'json' }
47
+ addSchema('WorksheetClearInput', WorksheetClearInput, '@pikku/addon-microsoft-excel')
48
+
49
+
50
+ import * as WorksheetClearOutput from './schemas/WorksheetClearOutput.schema.json' with { type: 'json' }
51
+ addSchema('WorksheetClearOutput', WorksheetClearOutput, '@pikku/addon-microsoft-excel')
52
+
53
+
54
+ import * as WorksheetDeleteInput from './schemas/WorksheetDeleteInput.schema.json' with { type: 'json' }
55
+ addSchema('WorksheetDeleteInput', WorksheetDeleteInput, '@pikku/addon-microsoft-excel')
56
+
57
+
58
+ import * as WorksheetDeleteOutput from './schemas/WorksheetDeleteOutput.schema.json' with { type: 'json' }
59
+ addSchema('WorksheetDeleteOutput', WorksheetDeleteOutput, '@pikku/addon-microsoft-excel')
60
+
61
+
62
+ import * as WorksheetReadRowsInput from './schemas/WorksheetReadRowsInput.schema.json' with { type: 'json' }
63
+ addSchema('WorksheetReadRowsInput', WorksheetReadRowsInput, '@pikku/addon-microsoft-excel')
64
+
65
+
66
+ import * as WorksheetReadRowsOutput from './schemas/WorksheetReadRowsOutput.schema.json' with { type: 'json' }
67
+ addSchema('WorksheetReadRowsOutput', WorksheetReadRowsOutput, '@pikku/addon-microsoft-excel')
68
+
69
+
70
+ import * as WorksheetUpdateInput from './schemas/WorksheetUpdateInput.schema.json' with { type: 'json' }
71
+ addSchema('WorksheetUpdateInput', WorksheetUpdateInput, '@pikku/addon-microsoft-excel')
72
+
73
+
74
+ import * as WorksheetUpdateOutput from './schemas/WorksheetUpdateOutput.schema.json' with { type: 'json' }
75
+ addSchema('WorksheetUpdateOutput', WorksheetUpdateOutput, '@pikku/addon-microsoft-excel')
76
+
77
+
78
+ import * as WorksheetUpsertInput from './schemas/WorksheetUpsertInput.schema.json' with { type: 'json' }
79
+ addSchema('WorksheetUpsertInput', WorksheetUpsertInput, '@pikku/addon-microsoft-excel')
80
+
81
+
82
+ import * as WorksheetUpsertOutput from './schemas/WorksheetUpsertOutput.schema.json' with { type: 'json' }
83
+ addSchema('WorksheetUpsertOutput', WorksheetUpsertOutput, '@pikku/addon-microsoft-excel')
84
+
85
+
86
+ import * as TableCreateInput from './schemas/TableCreateInput.schema.json' with { type: 'json' }
87
+ addSchema('TableCreateInput', TableCreateInput, '@pikku/addon-microsoft-excel')
88
+
89
+
90
+ import * as TableCreateOutput from './schemas/TableCreateOutput.schema.json' with { type: 'json' }
91
+ addSchema('TableCreateOutput', TableCreateOutput, '@pikku/addon-microsoft-excel')
92
+
93
+
94
+ import * as TableAppendInput from './schemas/TableAppendInput.schema.json' with { type: 'json' }
95
+ addSchema('TableAppendInput', TableAppendInput, '@pikku/addon-microsoft-excel')
96
+
97
+
98
+ import * as TableAppendOutput from './schemas/TableAppendOutput.schema.json' with { type: 'json' }
99
+ addSchema('TableAppendOutput', TableAppendOutput, '@pikku/addon-microsoft-excel')
100
+
101
+
102
+ import * as TableConvertToRangeInput from './schemas/TableConvertToRangeInput.schema.json' with { type: 'json' }
103
+ addSchema('TableConvertToRangeInput', TableConvertToRangeInput, '@pikku/addon-microsoft-excel')
104
+
105
+
106
+ import * as TableConvertToRangeOutput from './schemas/TableConvertToRangeOutput.schema.json' with { type: 'json' }
107
+ addSchema('TableConvertToRangeOutput', TableConvertToRangeOutput, '@pikku/addon-microsoft-excel')
108
+
109
+
110
+ import * as TableDeleteInput from './schemas/TableDeleteInput.schema.json' with { type: 'json' }
111
+ addSchema('TableDeleteInput', TableDeleteInput, '@pikku/addon-microsoft-excel')
112
+
113
+
114
+ import * as TableDeleteOutput from './schemas/TableDeleteOutput.schema.json' with { type: 'json' }
115
+ addSchema('TableDeleteOutput', TableDeleteOutput, '@pikku/addon-microsoft-excel')
116
+
117
+
118
+ import * as TableGetColumnsInput from './schemas/TableGetColumnsInput.schema.json' with { type: 'json' }
119
+ addSchema('TableGetColumnsInput', TableGetColumnsInput, '@pikku/addon-microsoft-excel')
120
+
121
+
122
+ import * as TableGetColumnsOutput from './schemas/TableGetColumnsOutput.schema.json' with { type: 'json' }
123
+ addSchema('TableGetColumnsOutput', TableGetColumnsOutput, '@pikku/addon-microsoft-excel')
124
+
125
+
126
+ import * as TableGetRowsInput from './schemas/TableGetRowsInput.schema.json' with { type: 'json' }
127
+ addSchema('TableGetRowsInput', TableGetRowsInput, '@pikku/addon-microsoft-excel')
128
+
129
+
130
+ import * as TableGetRowsOutput from './schemas/TableGetRowsOutput.schema.json' with { type: 'json' }
131
+ addSchema('TableGetRowsOutput', TableGetRowsOutput, '@pikku/addon-microsoft-excel')
132
+
133
+
134
+ import * as TableLookupInput from './schemas/TableLookupInput.schema.json' with { type: 'json' }
135
+ addSchema('TableLookupInput', TableLookupInput, '@pikku/addon-microsoft-excel')
136
+
137
+
138
+ import * as TableLookupOutput from './schemas/TableLookupOutput.schema.json' with { type: 'json' }
139
+ addSchema('TableLookupOutput', TableLookupOutput, '@pikku/addon-microsoft-excel')
140
+
141
+
142
+ import * as CredentialSchema_microsoftExcel from './schemas/CredentialSchema_microsoftExcel.schema.json' with { type: 'json' }
143
+ addSchema('CredentialSchema_microsoftExcel', CredentialSchema_microsoftExcel, '@pikku/addon-microsoft-excel')
144
+
145
+
146
+ import * as SecretSchema_microsoftExcelOAuthApp from './schemas/SecretSchema_microsoftExcelOAuthApp.schema.json' with { type: 'json' }
147
+ addSchema('SecretSchema_microsoftExcelOAuthApp', SecretSchema_microsoftExcelOAuthApp, '@pikku/addon-microsoft-excel')
148
+
149
+
150
+ import * as VariableSchema_MICROSOFT_EXCEL_BASE_URL from './schemas/VariableSchema_MICROSOFT_EXCEL_BASE_URL.schema.json' with { type: 'json' }
151
+ addSchema('VariableSchema_MICROSOFT_EXCEL_BASE_URL', VariableSchema_MICROSOFT_EXCEL_BASE_URL, '@pikku/addon-microsoft-excel')
@@ -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":{"clientId":{"type":"string","description":"OAuth2 app client ID"},"clientSecret":{"type":"string","description":"OAuth2 app client secret"}},"required":["clientId","clientSecret"],"additionalProperties":false}