@pikku/addon-console 0.12.25 → 0.12.27

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 (212) hide show
  1. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +1 -1
  2. package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
  3. package/dist/.pikku/addon/pikku-package.gen.js +2 -2
  4. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -1
  5. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
  6. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +3 -2
  7. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -1
  8. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -1
  9. package/dist/.pikku/auth/auth.types.d.ts +1 -1
  10. package/dist/.pikku/auth/auth.types.js +1 -1
  11. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  12. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  13. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.d.ts +9 -15
  15. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
  16. package/dist/.pikku/function/pikku-function-types.gen.js +3 -12
  17. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
  18. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  19. package/dist/.pikku/function/pikku-functions-meta.gen.json +314 -287
  20. package/dist/.pikku/function/pikku-functions.gen.js +27 -27
  21. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
  22. package/dist/.pikku/http/pikku-http-types.gen.d.ts +2 -24
  23. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -1
  24. package/dist/.pikku/http/pikku-http-types.gen.js +2 -24
  25. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -1
  26. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  27. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  28. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  30. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  32. package/dist/.pikku/pikku-services.gen.d.ts +7 -5
  33. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
  34. package/dist/.pikku/pikku-services.gen.js +5 -3
  35. package/dist/.pikku/pikku-services.gen.js.map +1 -1
  36. package/dist/.pikku/pikku-types.gen.d.ts +2 -1
  37. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -1
  38. package/dist/.pikku/pikku-types.gen.js +3 -1
  39. package/dist/.pikku/pikku-types.gen.js.map +1 -1
  40. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  41. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +43 -34
  43. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +43 -35
  44. package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +200 -0
  45. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  46. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -13
  47. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  48. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  49. package/dist/.pikku/schemas/register.gen.js +49 -35
  50. package/dist/.pikku/schemas/register.gen.js.map +1 -1
  51. package/dist/.pikku/schemas/schemas/AddonPackageInfo.schema.json +1 -1
  52. package/dist/.pikku/schemas/schemas/AllMeta.schema.json +1 -1
  53. package/dist/.pikku/schemas/schemas/GetAddonInstancesInput.schema.json +1 -0
  54. package/dist/.pikku/schemas/schemas/GetAddonInstancesOutput.schema.json +1 -0
  55. package/dist/.pikku/schemas/schemas/GetAddonMetaOutput.schema.json +1 -1
  56. package/dist/.pikku/schemas/schemas/GetFunctionsMetaOutput.schema.json +1 -1
  57. package/dist/.pikku/schemas/schemas/GetOpenapisOutput.schema.json +1 -1
  58. package/dist/.pikku/schemas/schemas/GetWebhookDeliveryInput.schema.json +1 -0
  59. package/dist/.pikku/schemas/schemas/GetWorkflowMetaByIdOutput.schema.json +1 -1
  60. package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesInput.schema.json +1 -0
  61. package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesOutput.schema.json +1 -0
  62. package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserInput.schema.json +1 -0
  63. package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserOutput.schema.json +1 -0
  64. package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleInput.schema.json +1 -0
  65. package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleOutput.schema.json +1 -0
  66. package/dist/.pikku/schemas/schemas/ScopeCreateRoleInput.schema.json +1 -0
  67. package/dist/.pikku/schemas/schemas/ScopeCreateRoleOutput.schema.json +1 -0
  68. package/dist/.pikku/schemas/schemas/ScopeDeleteRoleInput.schema.json +1 -0
  69. package/dist/.pikku/schemas/schemas/ScopeDeleteRoleOutput.schema.json +1 -0
  70. package/dist/.pikku/schemas/schemas/ScopeListDeclaredOutput.schema.json +1 -0
  71. package/dist/.pikku/schemas/schemas/ScopeListRolesOutput.schema.json +1 -0
  72. package/dist/.pikku/schemas/schemas/ScopeListUserRolesInput.schema.json +1 -0
  73. package/dist/.pikku/schemas/schemas/ScopeListUserRolesOutput.schema.json +1 -0
  74. package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserInput.schema.json +1 -0
  75. package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserOutput.schema.json +1 -0
  76. package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleInput.schema.json +1 -0
  77. package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleOutput.schema.json +1 -0
  78. package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesInput.schema.json +1 -0
  79. package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesOutput.schema.json +1 -0
  80. package/dist/.pikku/schemas/schemas/WebhookDeliveryWithAttempts.schema.json +1 -0
  81. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +6 -0
  82. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +1 -0
  83. package/dist/.pikku/scopes/pikku-scope-types.gen.js +5 -0
  84. package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +1 -0
  85. package/dist/.pikku/scopes/pikku-scopes-meta.gen.json +21 -0
  86. package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +36 -0
  87. package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +1 -0
  88. package/dist/.pikku/scopes/pikku-scopes.gen.js +30 -0
  89. package/dist/.pikku/scopes/pikku-scopes.gen.js.map +1 -0
  90. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  91. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  92. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  93. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -1
  94. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -1
  95. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -1
  96. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -1
  97. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  98. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  99. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  100. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  101. package/dist/.pikku/variables/pikku-variables-meta.gen.json +1 -0
  102. package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -1
  103. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -1
  104. package/dist/.pikku/variables/pikku-variables.gen.js +13 -3
  105. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -1
  106. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
  107. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +17 -8
  108. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
  109. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  110. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
  111. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  112. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
  113. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  114. package/dist/src/functions/get-addon-instances.function.d.ts +25 -0
  115. package/dist/src/functions/get-addon-instances.function.d.ts.map +1 -0
  116. package/dist/src/functions/get-addon-instances.function.js +30 -0
  117. package/dist/src/functions/get-addon-instances.function.js.map +1 -0
  118. package/dist/src/functions/get-installed-package.function.d.ts.map +1 -1
  119. package/dist/src/functions/get-installed-package.function.js +13 -13
  120. package/dist/src/functions/get-installed-package.function.js.map +1 -1
  121. package/dist/src/functions/get-openapi-detail.function.d.ts.map +1 -1
  122. package/dist/src/functions/get-openapi-detail.function.js +3 -9
  123. package/dist/src/functions/get-openapi-detail.function.js.map +1 -1
  124. package/dist/src/functions/get-openapis.function.d.ts +3 -3
  125. package/dist/src/functions/get-openapis.function.d.ts.map +1 -1
  126. package/dist/src/functions/get-openapis.function.js +3 -12
  127. package/dist/src/functions/get-openapis.function.js.map +1 -1
  128. package/dist/src/functions/get-webhook-delivery.function.d.ts +9 -0
  129. package/dist/src/functions/get-webhook-delivery.function.d.ts.map +1 -0
  130. package/dist/src/functions/get-webhook-delivery.function.js +14 -0
  131. package/dist/src/functions/get-webhook-delivery.function.js.map +1 -0
  132. package/dist/src/functions/install-addon.function.d.ts.map +1 -1
  133. package/dist/src/functions/install-addon.function.js +65 -11
  134. package/dist/src/functions/install-addon.function.js.map +1 -1
  135. package/dist/src/functions/list-webhook-deliveries.function.d.ts +12 -0
  136. package/dist/src/functions/list-webhook-deliveries.function.d.ts.map +1 -0
  137. package/dist/src/functions/list-webhook-deliveries.function.js +14 -0
  138. package/dist/src/functions/list-webhook-deliveries.function.js.map +1 -0
  139. package/dist/src/functions/scope-add-scope-to-user.function.d.ts +17 -0
  140. package/dist/src/functions/scope-add-scope-to-user.function.d.ts.map +1 -0
  141. package/dist/src/functions/scope-add-scope-to-user.function.js +16 -0
  142. package/dist/src/functions/scope-add-scope-to-user.function.js.map +1 -0
  143. package/dist/src/functions/scope-add-user-to-role.function.d.ts +17 -0
  144. package/dist/src/functions/scope-add-user-to-role.function.d.ts.map +1 -0
  145. package/dist/src/functions/scope-add-user-to-role.function.js +16 -0
  146. package/dist/src/functions/scope-add-user-to-role.function.js.map +1 -0
  147. package/dist/src/functions/scope-create-role.function.d.ts +20 -0
  148. package/dist/src/functions/scope-create-role.function.d.ts.map +1 -0
  149. package/dist/src/functions/scope-create-role.function.js +18 -0
  150. package/dist/src/functions/scope-create-role.function.js.map +1 -0
  151. package/dist/src/functions/scope-delete-role.function.d.ts +14 -0
  152. package/dist/src/functions/scope-delete-role.function.d.ts.map +1 -0
  153. package/dist/src/functions/scope-delete-role.function.js +16 -0
  154. package/dist/src/functions/scope-delete-role.function.js.map +1 -0
  155. package/dist/src/functions/scope-list-declared.function.d.ts +18 -0
  156. package/dist/src/functions/scope-list-declared.function.d.ts.map +1 -0
  157. package/dist/src/functions/scope-list-declared.function.js +15 -0
  158. package/dist/src/functions/scope-list-declared.function.js.map +1 -0
  159. package/dist/src/functions/scope-list-roles.function.d.ts +9 -0
  160. package/dist/src/functions/scope-list-roles.function.d.ts.map +1 -0
  161. package/dist/src/functions/scope-list-roles.function.js +14 -0
  162. package/dist/src/functions/scope-list-roles.function.js.map +1 -0
  163. package/dist/src/functions/scope-list-user-roles.function.d.ts +20 -0
  164. package/dist/src/functions/scope-list-user-roles.function.d.ts.map +1 -0
  165. package/dist/src/functions/scope-list-user-roles.function.js +23 -0
  166. package/dist/src/functions/scope-list-user-roles.function.js.map +1 -0
  167. package/dist/src/functions/scope-remove-scope-from-user.function.d.ts +17 -0
  168. package/dist/src/functions/scope-remove-scope-from-user.function.d.ts.map +1 -0
  169. package/dist/src/functions/scope-remove-scope-from-user.function.js +16 -0
  170. package/dist/src/functions/scope-remove-scope-from-user.function.js.map +1 -0
  171. package/dist/src/functions/scope-remove-user-from-role.function.d.ts +17 -0
  172. package/dist/src/functions/scope-remove-user-from-role.function.d.ts.map +1 -0
  173. package/dist/src/functions/scope-remove-user-from-role.function.js +16 -0
  174. package/dist/src/functions/scope-remove-user-from-role.function.js.map +1 -0
  175. package/dist/src/functions/scope-set-role-scopes.function.d.ts +17 -0
  176. package/dist/src/functions/scope-set-role-scopes.function.d.ts.map +1 -0
  177. package/dist/src/functions/scope-set-role-scopes.function.js +16 -0
  178. package/dist/src/functions/scope-set-role-scopes.function.js.map +1 -0
  179. package/dist/src/functions/take-live-coverage.function.d.ts +1 -1
  180. package/dist/src/functions/take-live-coverage.function.d.ts.map +1 -1
  181. package/dist/src/lib/coverage-types.d.ts +25 -0
  182. package/dist/src/lib/coverage-types.d.ts.map +1 -0
  183. package/dist/src/lib/coverage-types.js +2 -0
  184. package/dist/src/lib/coverage-types.js.map +1 -0
  185. package/dist/src/lib/derive-instance-overrides.d.ts +31 -0
  186. package/dist/src/lib/derive-instance-overrides.d.ts.map +1 -0
  187. package/dist/src/lib/derive-instance-overrides.js +72 -0
  188. package/dist/src/lib/derive-instance-overrides.js.map +1 -0
  189. package/dist/src/lib/derive-instance-overrides.test.d.ts +2 -0
  190. package/dist/src/lib/derive-instance-overrides.test.d.ts.map +1 -0
  191. package/dist/src/lib/derive-instance-overrides.test.js +59 -0
  192. package/dist/src/lib/derive-instance-overrides.test.js.map +1 -0
  193. package/dist/src/lib/precise-coverage-map.d.ts +1 -1
  194. package/dist/src/lib/precise-coverage-map.d.ts.map +1 -1
  195. package/dist/src/scopes.d.ts +2 -0
  196. package/dist/src/scopes.d.ts.map +1 -0
  197. package/dist/src/scopes.js +29 -0
  198. package/dist/src/scopes.js.map +1 -0
  199. package/dist/src/services/addon.service.d.ts +37 -0
  200. package/dist/src/services/addon.service.d.ts.map +1 -1
  201. package/dist/src/services/addon.service.js +24 -0
  202. package/dist/src/services/addon.service.js.map +1 -1
  203. package/dist/src/services/addon.service.test.js +17 -0
  204. package/dist/src/services/addon.service.test.js.map +1 -1
  205. package/dist/src/services/wiring.service.d.ts +0 -18
  206. package/dist/src/services/wiring.service.d.ts.map +1 -1
  207. package/dist/src/services/wiring.service.js +0 -298
  208. package/dist/src/services/wiring.service.js.map +1 -1
  209. package/dist/src/services.d.ts.map +1 -1
  210. package/dist/src/services.js +3 -4
  211. package/dist/src/services.js.map +1 -1
  212. package/package.json +4 -5
@@ -259,6 +259,30 @@
259
259
  ]
260
260
  }
261
261
  },
262
+ "getAddonInstances": {
263
+ "pikkuFuncId": "getAddonInstances",
264
+ "functionType": "user",
265
+ "funcWrapper": "pikkuFunc",
266
+ "sessionless": false,
267
+ "name": "getAddonInstances",
268
+ "inputSchemaName": "GetAddonInstancesInput",
269
+ "outputSchemaName": "GetAddonInstancesOutput",
270
+ "inputs": [
271
+ "GetAddonInstancesInput"
272
+ ],
273
+ "outputs": [
274
+ "GetAddonInstancesOutput"
275
+ ],
276
+ "expose": true,
277
+ "implementationHash": "aaf21504c28464f8",
278
+ "contractHash": "a0f0bba74c363c18",
279
+ "inputHash": "71254e9e",
280
+ "outputHash": "9f2fff5a",
281
+ "services": {
282
+ "optimized": true,
283
+ "services": []
284
+ }
285
+ },
262
286
  "getAddonMeta": {
263
287
  "pikkuFuncId": "getAddonMeta",
264
288
  "functionType": "user",
@@ -273,9 +297,9 @@
273
297
  ],
274
298
  "expose": true,
275
299
  "implementationHash": "4c36d335dd78f7bb",
276
- "contractHash": "63c688e3ced30dae",
300
+ "contractHash": "5d16c6c0257213bd",
277
301
  "inputHash": "2abde298",
278
- "outputHash": "5cc4ba52",
302
+ "outputHash": "c94cdc17",
279
303
  "services": {
280
304
  "optimized": true,
281
305
  "services": [
@@ -299,9 +323,9 @@
299
323
  ],
300
324
  "expose": true,
301
325
  "implementationHash": "e5f5a6ecf3cd2c76",
302
- "contractHash": "6d36b3b33ef698b2",
326
+ "contractHash": "d794f5c0684629da",
303
327
  "inputHash": "450acb95",
304
- "outputHash": "f6fb5cf0",
328
+ "outputHash": "9519a6a0",
305
329
  "services": {
306
330
  "optimized": true,
307
331
  "services": [
@@ -427,9 +451,9 @@
427
451
  ],
428
452
  "expose": true,
429
453
  "implementationHash": "f95d5f2fceef56bb",
430
- "contractHash": "76b08fcd44354764",
454
+ "contractHash": "61ea3ed99f6e8946",
431
455
  "inputHash": "bf06e182",
432
- "outputHash": "f8569f94",
456
+ "outputHash": "b3bfaf10",
433
457
  "services": {
434
458
  "optimized": true,
435
459
  "services": [
@@ -512,30 +536,6 @@
512
536
  ]
513
537
  }
514
538
  },
515
- "getFunctionCoverage": {
516
- "pikkuFuncId": "getFunctionCoverage",
517
- "functionType": "user",
518
- "funcWrapper": "pikkuFunc",
519
- "sessionless": false,
520
- "name": "getFunctionCoverage",
521
- "inputSchemaName": null,
522
- "outputSchemaName": "FunctionCoverageReport",
523
- "inputs": [],
524
- "outputs": [
525
- "FunctionCoverageReport"
526
- ],
527
- "expose": true,
528
- "implementationHash": "d2790157497b89b8",
529
- "contractHash": "8d09910566c626fd",
530
- "inputHash": "be6c6665",
531
- "outputHash": "0edab773",
532
- "services": {
533
- "optimized": true,
534
- "services": [
535
- "metaService"
536
- ]
537
- }
538
- },
539
539
  "getFunctionsMeta": {
540
540
  "pikkuFuncId": "getFunctionsMeta",
541
541
  "functionType": "user",
@@ -550,9 +550,9 @@
550
550
  ],
551
551
  "expose": true,
552
552
  "implementationHash": "67fbdf8db39fa458",
553
- "contractHash": "4c6a9fb6c6f2fff7",
553
+ "contractHash": "25b735739e2df67f",
554
554
  "inputHash": "f42aa828",
555
- "outputHash": "d1eba393",
555
+ "outputHash": "ee4a26c5",
556
556
  "services": {
557
557
  "optimized": true,
558
558
  "services": [
@@ -599,10 +599,10 @@
599
599
  "AddonPackageInfo"
600
600
  ],
601
601
  "expose": true,
602
- "implementationHash": "a5c2191964c1120f",
603
- "contractHash": "7f4514b40dd68b8b",
602
+ "implementationHash": "8c4aa9d56ff3351b",
603
+ "contractHash": "3f8137c238c93f27",
604
604
  "inputHash": "84821b5a",
605
- "outputHash": "be0b6f33",
605
+ "outputHash": "b558f238",
606
606
  "services": {
607
607
  "optimized": true,
608
608
  "services": [
@@ -625,14 +625,14 @@
625
625
  "GetOpenapiDetailOutput"
626
626
  ],
627
627
  "expose": true,
628
- "implementationHash": "b3859ecdfb5bb746",
628
+ "implementationHash": "89b4e3e8f7036c5d",
629
629
  "contractHash": "ab3426b06a677b45",
630
630
  "inputHash": "c91b6280",
631
631
  "outputHash": "25720c9f",
632
632
  "services": {
633
633
  "optimized": true,
634
634
  "services": [
635
- "variables"
635
+ "addonService"
636
636
  ]
637
637
  }
638
638
  },
@@ -651,14 +651,14 @@
651
651
  "GetOpenapisOutput"
652
652
  ],
653
653
  "expose": true,
654
- "implementationHash": "6c5810bdeb8f74cd",
655
- "contractHash": "b184681aac35af4d",
654
+ "implementationHash": "72e8b9d4d1f6861e",
655
+ "contractHash": "d5a64cb5b6be8fa6",
656
656
  "inputHash": "2611b527",
657
- "outputHash": "a49d1510",
657
+ "outputHash": "b12c2699",
658
658
  "services": {
659
659
  "optimized": true,
660
660
  "services": [
661
- "variables"
661
+ "addonService"
662
662
  ]
663
663
  }
664
664
  },
@@ -738,28 +738,30 @@
738
738
  ]
739
739
  }
740
740
  },
741
- "getStubCalls": {
742
- "pikkuFuncId": "getStubCalls",
741
+ "getWebhookDelivery": {
742
+ "pikkuFuncId": "getWebhookDelivery",
743
743
  "functionType": "user",
744
744
  "funcWrapper": "pikkuFunc",
745
745
  "sessionless": false,
746
- "name": "getStubCalls",
747
- "inputSchemaName": "GetStubCallsInput",
748
- "outputSchemaName": "GetStubCallsOutput",
746
+ "name": "getWebhookDelivery",
747
+ "inputSchemaName": "GetWebhookDeliveryInput",
748
+ "outputSchemaName": "WebhookDeliveryWithAttempts",
749
749
  "inputs": [
750
- "GetStubCallsInput"
750
+ "GetWebhookDeliveryInput"
751
751
  ],
752
752
  "outputs": [
753
- "GetStubCallsOutput"
753
+ "WebhookDeliveryWithAttempts"
754
754
  ],
755
755
  "expose": true,
756
- "implementationHash": "2652be175367e99f",
757
- "contractHash": "da0b46e824d1d957",
758
- "inputHash": "881d663b",
759
- "outputHash": "614c83b6",
756
+ "implementationHash": "f5ab53d864e1beb1",
757
+ "contractHash": "a2b37c62d9535ce2",
758
+ "inputHash": "091ce638",
759
+ "outputHash": "ca3bae74",
760
760
  "services": {
761
761
  "optimized": true,
762
- "services": []
762
+ "services": [
763
+ "webhookService"
764
+ ]
763
765
  }
764
766
  },
765
767
  "getWorkflowMetaById": {
@@ -778,9 +780,9 @@
778
780
  ],
779
781
  "expose": true,
780
782
  "implementationHash": "fc36fbfd935d172b",
781
- "contractHash": "0250db74a05776e4",
783
+ "contractHash": "25ccab986302a048",
782
784
  "inputHash": "f967caf6",
783
- "outputHash": "a3c51613",
785
+ "outputHash": "088aad48",
784
786
  "services": {
785
787
  "optimized": true,
786
788
  "services": [
@@ -958,7 +960,7 @@
958
960
  "InstallAddonOutput"
959
961
  ],
960
962
  "expose": true,
961
- "implementationHash": "b9e9cace8a419a1f",
963
+ "implementationHash": "73e18c069b11a855",
962
964
  "contractHash": "150c3c7624b8bd6d",
963
965
  "inputHash": "b0a5b0d2",
964
966
  "outputHash": "2d935d9a",
@@ -995,415 +997,465 @@
995
997
  ]
996
998
  }
997
999
  },
998
- "oauthConnect": {
999
- "pikkuFuncId": "oauthConnect",
1000
+ "listWebhookDeliveries": {
1001
+ "pikkuFuncId": "listWebhookDeliveries",
1000
1002
  "functionType": "user",
1001
1003
  "funcWrapper": "pikkuFunc",
1002
1004
  "sessionless": false,
1003
- "name": "oauthConnect",
1004
- "inputSchemaName": "OauthConnectInput",
1005
- "outputSchemaName": "OauthConnectOutput",
1005
+ "name": "listWebhookDeliveries",
1006
+ "inputSchemaName": "ListWebhookDeliveriesInput",
1007
+ "outputSchemaName": "ListWebhookDeliveriesOutput",
1006
1008
  "inputs": [
1007
- "OauthConnectInput"
1009
+ "ListWebhookDeliveriesInput"
1008
1010
  ],
1009
1011
  "outputs": [
1010
- "OauthConnectOutput"
1012
+ "ListWebhookDeliveriesOutput"
1011
1013
  ],
1012
1014
  "expose": true,
1013
- "implementationHash": "f95446b356beac71",
1014
- "contractHash": "8e7253eba2241a37",
1015
- "inputHash": "1a42e1a3",
1016
- "outputHash": "36f82230",
1015
+ "implementationHash": "aa91c19490562217",
1016
+ "contractHash": "669b9393992a828a",
1017
+ "inputHash": "c0b15c7e",
1018
+ "outputHash": "d652baf4",
1017
1019
  "services": {
1018
1020
  "optimized": true,
1019
1021
  "services": [
1020
- "logger",
1021
- "metaService",
1022
- "secrets",
1023
- "oauthService"
1022
+ "webhookService"
1024
1023
  ]
1025
1024
  }
1026
1025
  },
1027
- "oauthDisconnect": {
1028
- "pikkuFuncId": "oauthDisconnect",
1026
+ "ping": {
1027
+ "pikkuFuncId": "ping",
1029
1028
  "functionType": "user",
1030
1029
  "funcWrapper": "pikkuFunc",
1031
1030
  "sessionless": false,
1032
- "name": "oauthDisconnect",
1033
- "inputSchemaName": "OauthDisconnectInput",
1034
- "outputSchemaName": null,
1035
- "inputs": [
1036
- "OauthDisconnectInput"
1031
+ "name": "ping",
1032
+ "inputSchemaName": null,
1033
+ "outputSchemaName": "PingOutput",
1034
+ "inputs": [],
1035
+ "outputs": [
1036
+ "PingOutput"
1037
1037
  ],
1038
- "outputs": [],
1039
1038
  "expose": true,
1040
- "implementationHash": "e6a6346583273bca",
1041
- "contractHash": "9e1ed53738f33dbb",
1042
- "inputHash": "5dedeb1a",
1043
- "outputHash": "80787c5b",
1039
+ "implementationHash": "f8b65cb4317cabf3",
1040
+ "contractHash": "fcc0b0976330db7f",
1041
+ "inputHash": "257c0a0a",
1042
+ "outputHash": "9690bdf6",
1044
1043
  "services": {
1045
1044
  "optimized": true,
1046
- "services": [
1047
- "logger",
1048
- "metaService",
1049
- "secrets",
1050
- "credentialService"
1051
- ]
1045
+ "services": []
1052
1046
  }
1053
1047
  },
1054
- "oauthExchangeTokens": {
1055
- "pikkuFuncId": "oauthExchangeTokens",
1048
+ "readAgentSource": {
1049
+ "pikkuFuncId": "readAgentSource",
1056
1050
  "functionType": "user",
1057
1051
  "funcWrapper": "pikkuFunc",
1058
1052
  "sessionless": false,
1059
- "name": "oauthExchangeTokens",
1060
- "inputSchemaName": "OauthExchangeTokensInput",
1061
- "outputSchemaName": "OauthExchangeTokensOutput",
1053
+ "name": "readAgentSource",
1054
+ "inputSchemaName": "ReadAgentSourceInput",
1055
+ "outputSchemaName": "ReadAgentSourceOutput",
1062
1056
  "inputs": [
1063
- "OauthExchangeTokensInput"
1057
+ "ReadAgentSourceInput"
1064
1058
  ],
1065
1059
  "outputs": [
1066
- "OauthExchangeTokensOutput"
1060
+ "ReadAgentSourceOutput"
1067
1061
  ],
1068
1062
  "expose": true,
1069
- "implementationHash": "db6d1bc625508e2c",
1070
- "contractHash": "bfef983e44f9213f",
1071
- "inputHash": "fc0a7e04",
1072
- "outputHash": "02328240",
1063
+ "implementationHash": "d12de0c2a94c7e5b",
1064
+ "contractHash": "9ce87ee2b8742dfd",
1065
+ "inputHash": "83d575db",
1066
+ "outputHash": "f79bf1de",
1073
1067
  "services": {
1074
1068
  "optimized": true,
1075
1069
  "services": [
1076
- "logger",
1077
- "secrets",
1078
- "oauthService",
1079
- "credentialService"
1070
+ "codeEditService"
1080
1071
  ]
1081
1072
  }
1082
1073
  },
1083
- "oauthRefreshToken": {
1084
- "pikkuFuncId": "oauthRefreshToken",
1074
+ "readFunctionBody": {
1075
+ "pikkuFuncId": "readFunctionBody",
1085
1076
  "functionType": "user",
1086
1077
  "funcWrapper": "pikkuFunc",
1087
1078
  "sessionless": false,
1088
- "name": "oauthRefreshToken",
1089
- "inputSchemaName": "OauthRefreshTokenInput",
1090
- "outputSchemaName": "OauthRefreshTokenOutput",
1079
+ "name": "readFunctionBody",
1080
+ "inputSchemaName": "ReadFunctionBodyInput",
1081
+ "outputSchemaName": "ReadFunctionBodyOutput",
1091
1082
  "inputs": [
1092
- "OauthRefreshTokenInput"
1083
+ "ReadFunctionBodyInput"
1093
1084
  ],
1094
1085
  "outputs": [
1095
- "OauthRefreshTokenOutput"
1086
+ "ReadFunctionBodyOutput"
1096
1087
  ],
1097
1088
  "expose": true,
1098
- "implementationHash": "7ab1dc6ad8e459e0",
1099
- "contractHash": "25a9842ce2376366",
1100
- "inputHash": "f5e0d795",
1101
- "outputHash": "3b27bb9f",
1089
+ "implementationHash": "f11496021f94ed0d",
1090
+ "contractHash": "a2287f39c1eca38b",
1091
+ "inputHash": "3db64982",
1092
+ "outputHash": "3e345ceb",
1102
1093
  "services": {
1103
1094
  "optimized": true,
1104
1095
  "services": [
1105
- "logger",
1106
- "metaService",
1107
- "secrets"
1096
+ "codeEditService"
1108
1097
  ]
1109
1098
  }
1110
1099
  },
1111
- "oauthStatus": {
1112
- "pikkuFuncId": "oauthStatus",
1100
+ "readFunctionSource": {
1101
+ "pikkuFuncId": "readFunctionSource",
1113
1102
  "functionType": "user",
1114
1103
  "funcWrapper": "pikkuFunc",
1115
1104
  "sessionless": false,
1116
- "name": "oauthStatus",
1117
- "inputSchemaName": "OauthStatusInput",
1118
- "outputSchemaName": "OauthStatusOutput",
1105
+ "name": "readFunctionSource",
1106
+ "inputSchemaName": "ReadFunctionSourceInput",
1107
+ "outputSchemaName": "ReadFunctionSourceOutput",
1119
1108
  "inputs": [
1120
- "OauthStatusInput"
1109
+ "ReadFunctionSourceInput"
1121
1110
  ],
1122
1111
  "outputs": [
1123
- "OauthStatusOutput"
1112
+ "ReadFunctionSourceOutput"
1124
1113
  ],
1125
1114
  "expose": true,
1126
- "implementationHash": "df9af0cd02c96d2f",
1127
- "contractHash": "5356d6b5c8ed8e34",
1128
- "inputHash": "e98e3087",
1129
- "outputHash": "1e233f19",
1115
+ "implementationHash": "a534d953ed940622",
1116
+ "contractHash": "2bbd984e00ace4ed",
1117
+ "inputHash": "de816393",
1118
+ "outputHash": "3689cc09",
1130
1119
  "services": {
1131
1120
  "optimized": true,
1132
1121
  "services": [
1133
- "logger",
1134
- "metaService",
1135
- "secrets",
1136
- "credentialService"
1122
+ "codeEditService"
1137
1123
  ]
1138
1124
  }
1139
1125
  },
1140
- "oauthTestToken": {
1141
- "pikkuFuncId": "oauthTestToken",
1126
+ "renderEmailPreview": {
1127
+ "pikkuFuncId": "renderEmailPreview",
1142
1128
  "functionType": "user",
1143
1129
  "funcWrapper": "pikkuFunc",
1144
1130
  "sessionless": false,
1145
- "name": "oauthTestToken",
1146
- "inputSchemaName": "OauthTestTokenInput",
1147
- "outputSchemaName": "OauthTestTokenOutput",
1131
+ "name": "renderEmailPreview",
1132
+ "inputSchemaName": "RenderEmailPreviewInput",
1133
+ "outputSchemaName": "RenderEmailPreviewOutput",
1148
1134
  "inputs": [
1149
- "OauthTestTokenInput"
1135
+ "RenderEmailPreviewInput"
1150
1136
  ],
1151
1137
  "outputs": [
1152
- "OauthTestTokenOutput"
1138
+ "RenderEmailPreviewOutput"
1153
1139
  ],
1154
1140
  "expose": true,
1155
- "implementationHash": "22da1674296f0d05",
1156
- "contractHash": "dcf756842218c1cf",
1157
- "inputHash": "b1736aec",
1158
- "outputHash": "b89b8bdc",
1141
+ "implementationHash": "c17cf7a14f41b9f6",
1142
+ "contractHash": "5c0010a01eac05df",
1143
+ "inputHash": "8bb3bf2b",
1144
+ "outputHash": "ccb4573c",
1159
1145
  "services": {
1160
1146
  "optimized": true,
1161
1147
  "services": [
1162
- "metaService",
1163
- "secrets"
1148
+ "metaService"
1164
1149
  ]
1165
1150
  }
1166
1151
  },
1167
- "ping": {
1168
- "pikkuFuncId": "ping",
1152
+ "runSecurityAudit": {
1153
+ "pikkuFuncId": "runSecurityAudit",
1169
1154
  "functionType": "user",
1170
1155
  "funcWrapper": "pikkuFunc",
1171
1156
  "sessionless": false,
1172
- "name": "ping",
1157
+ "name": "runSecurityAudit",
1173
1158
  "inputSchemaName": null,
1174
- "outputSchemaName": "PingOutput",
1159
+ "outputSchemaName": "SecurityAuditReport",
1175
1160
  "inputs": [],
1176
1161
  "outputs": [
1177
- "PingOutput"
1162
+ "SecurityAuditReport"
1178
1163
  ],
1179
1164
  "expose": true,
1180
- "implementationHash": "f8b65cb4317cabf3",
1181
- "contractHash": "fcc0b0976330db7f",
1182
- "inputHash": "257c0a0a",
1183
- "outputHash": "9690bdf6",
1165
+ "implementationHash": "1f6bfefb68cebcfe",
1166
+ "contractHash": "22463118e70324f6",
1167
+ "inputHash": "b49cd137",
1168
+ "outputHash": "8bf5bde3",
1184
1169
  "services": {
1185
1170
  "optimized": true,
1186
- "services": []
1171
+ "services": [
1172
+ "metaService"
1173
+ ]
1187
1174
  }
1188
1175
  },
1189
- "readAgentSource": {
1190
- "pikkuFuncId": "readAgentSource",
1176
+ "scopeAddScopeToUser": {
1177
+ "pikkuFuncId": "scopeAddScopeToUser",
1191
1178
  "functionType": "user",
1192
1179
  "funcWrapper": "pikkuFunc",
1193
1180
  "sessionless": false,
1194
- "name": "readAgentSource",
1195
- "inputSchemaName": "ReadAgentSourceInput",
1196
- "outputSchemaName": "ReadAgentSourceOutput",
1181
+ "name": "scopeAddScopeToUser",
1182
+ "inputSchemaName": "ScopeAddScopeToUserInput",
1183
+ "outputSchemaName": "ScopeAddScopeToUserOutput",
1197
1184
  "inputs": [
1198
- "ReadAgentSourceInput"
1185
+ "ScopeAddScopeToUserInput"
1199
1186
  ],
1200
1187
  "outputs": [
1201
- "ReadAgentSourceOutput"
1188
+ "ScopeAddScopeToUserOutput"
1202
1189
  ],
1203
1190
  "expose": true,
1204
- "implementationHash": "d12de0c2a94c7e5b",
1205
- "contractHash": "9ce87ee2b8742dfd",
1206
- "inputHash": "83d575db",
1207
- "outputHash": "f79bf1de",
1191
+ "scopes": [
1192
+ "pikku:scopes:manage"
1193
+ ],
1194
+ "implementationHash": "8a973adffc67c100",
1195
+ "contractHash": "e2191335667bf9c3",
1196
+ "inputHash": "e0bdcc51",
1197
+ "outputHash": "dbe52008",
1208
1198
  "services": {
1209
1199
  "optimized": true,
1210
1200
  "services": [
1211
- "codeEditService"
1201
+ "scopeService"
1212
1202
  ]
1213
1203
  }
1214
1204
  },
1215
- "readFunctionBody": {
1216
- "pikkuFuncId": "readFunctionBody",
1205
+ "scopeAddUserToRole": {
1206
+ "pikkuFuncId": "scopeAddUserToRole",
1217
1207
  "functionType": "user",
1218
1208
  "funcWrapper": "pikkuFunc",
1219
1209
  "sessionless": false,
1220
- "name": "readFunctionBody",
1221
- "inputSchemaName": "ReadFunctionBodyInput",
1222
- "outputSchemaName": "ReadFunctionBodyOutput",
1210
+ "name": "scopeAddUserToRole",
1211
+ "inputSchemaName": "ScopeAddUserToRoleInput",
1212
+ "outputSchemaName": "ScopeAddUserToRoleOutput",
1223
1213
  "inputs": [
1224
- "ReadFunctionBodyInput"
1214
+ "ScopeAddUserToRoleInput"
1225
1215
  ],
1226
1216
  "outputs": [
1227
- "ReadFunctionBodyOutput"
1217
+ "ScopeAddUserToRoleOutput"
1228
1218
  ],
1229
1219
  "expose": true,
1230
- "implementationHash": "f11496021f94ed0d",
1231
- "contractHash": "a2287f39c1eca38b",
1232
- "inputHash": "3db64982",
1233
- "outputHash": "3e345ceb",
1220
+ "scopes": [
1221
+ "pikku:scopes:manage"
1222
+ ],
1223
+ "implementationHash": "68d92eb95ef9e51b",
1224
+ "contractHash": "e1a91b09f95f4543",
1225
+ "inputHash": "64fc33b0",
1226
+ "outputHash": "90198208",
1234
1227
  "services": {
1235
1228
  "optimized": true,
1236
1229
  "services": [
1237
- "codeEditService"
1230
+ "scopeService"
1238
1231
  ]
1239
1232
  }
1240
1233
  },
1241
- "readFunctionSource": {
1242
- "pikkuFuncId": "readFunctionSource",
1234
+ "scopeCreateRole": {
1235
+ "pikkuFuncId": "scopeCreateRole",
1243
1236
  "functionType": "user",
1244
1237
  "funcWrapper": "pikkuFunc",
1245
1238
  "sessionless": false,
1246
- "name": "readFunctionSource",
1247
- "inputSchemaName": "ReadFunctionSourceInput",
1248
- "outputSchemaName": "ReadFunctionSourceOutput",
1239
+ "name": "scopeCreateRole",
1240
+ "inputSchemaName": "ScopeCreateRoleInput",
1241
+ "outputSchemaName": "ScopeCreateRoleOutput",
1249
1242
  "inputs": [
1250
- "ReadFunctionSourceInput"
1243
+ "ScopeCreateRoleInput"
1251
1244
  ],
1252
1245
  "outputs": [
1253
- "ReadFunctionSourceOutput"
1246
+ "ScopeCreateRoleOutput"
1254
1247
  ],
1255
1248
  "expose": true,
1256
- "implementationHash": "a534d953ed940622",
1257
- "contractHash": "2bbd984e00ace4ed",
1258
- "inputHash": "de816393",
1259
- "outputHash": "3689cc09",
1249
+ "scopes": [
1250
+ "pikku:scopes:manage"
1251
+ ],
1252
+ "implementationHash": "759d827dd166440e",
1253
+ "contractHash": "223589f5814400ee",
1254
+ "inputHash": "5bac8a6a",
1255
+ "outputHash": "354cac09",
1260
1256
  "services": {
1261
1257
  "optimized": true,
1262
1258
  "services": [
1263
- "codeEditService"
1259
+ "scopeService"
1264
1260
  ]
1265
1261
  }
1266
1262
  },
1267
- "renderEmailPreview": {
1268
- "pikkuFuncId": "renderEmailPreview",
1263
+ "scopeDeleteRole": {
1264
+ "pikkuFuncId": "scopeDeleteRole",
1269
1265
  "functionType": "user",
1270
1266
  "funcWrapper": "pikkuFunc",
1271
1267
  "sessionless": false,
1272
- "name": "renderEmailPreview",
1273
- "inputSchemaName": "RenderEmailPreviewInput",
1274
- "outputSchemaName": "RenderEmailPreviewOutput",
1268
+ "name": "scopeDeleteRole",
1269
+ "inputSchemaName": "ScopeDeleteRoleInput",
1270
+ "outputSchemaName": "ScopeDeleteRoleOutput",
1275
1271
  "inputs": [
1276
- "RenderEmailPreviewInput"
1272
+ "ScopeDeleteRoleInput"
1277
1273
  ],
1278
1274
  "outputs": [
1279
- "RenderEmailPreviewOutput"
1275
+ "ScopeDeleteRoleOutput"
1280
1276
  ],
1281
1277
  "expose": true,
1282
- "implementationHash": "c17cf7a14f41b9f6",
1283
- "contractHash": "5c0010a01eac05df",
1284
- "inputHash": "8bb3bf2b",
1285
- "outputHash": "ccb4573c",
1278
+ "scopes": [
1279
+ "pikku:scopes:manage"
1280
+ ],
1281
+ "implementationHash": "50ddf748de93781d",
1282
+ "contractHash": "d318f71c80dc063b",
1283
+ "inputHash": "2b3000d3",
1284
+ "outputHash": "97f5cc49",
1286
1285
  "services": {
1287
1286
  "optimized": true,
1288
1287
  "services": [
1289
- "metaService"
1288
+ "scopeService"
1290
1289
  ]
1291
1290
  }
1292
1291
  },
1293
- "resetLiveCoverage": {
1294
- "pikkuFuncId": "resetLiveCoverage",
1292
+ "scopeListDeclared": {
1293
+ "pikkuFuncId": "scopeListDeclared",
1295
1294
  "functionType": "user",
1296
1295
  "funcWrapper": "pikkuFunc",
1297
1296
  "sessionless": false,
1298
- "name": "resetLiveCoverage",
1297
+ "name": "scopeListDeclared",
1299
1298
  "inputSchemaName": null,
1300
- "outputSchemaName": "ResetLiveCoverageOutput",
1299
+ "outputSchemaName": "ScopeListDeclaredOutput",
1301
1300
  "inputs": [],
1302
1301
  "outputs": [
1303
- "ResetLiveCoverageOutput"
1302
+ "ScopeListDeclaredOutput"
1304
1303
  ],
1305
1304
  "expose": true,
1306
- "implementationHash": "2a1048dcaca25ccb",
1307
- "contractHash": "143843dcf02691e4",
1308
- "inputHash": "8b97b754",
1309
- "outputHash": "74296722",
1305
+ "scopes": [
1306
+ "pikku:scopes:read"
1307
+ ],
1308
+ "implementationHash": "5e78c244ddf2cfc9",
1309
+ "contractHash": "46fe9e75e9ee89e8",
1310
+ "inputHash": "cdcd8b82",
1311
+ "outputHash": "e340c17d",
1310
1312
  "services": {
1311
1313
  "optimized": true,
1312
1314
  "services": [
1313
- "coverageService"
1315
+ "scopeService"
1314
1316
  ]
1315
1317
  }
1316
1318
  },
1317
- "resetStubs": {
1318
- "pikkuFuncId": "resetStubs",
1319
+ "scopeListRoles": {
1320
+ "pikkuFuncId": "scopeListRoles",
1319
1321
  "functionType": "user",
1320
1322
  "funcWrapper": "pikkuFunc",
1321
1323
  "sessionless": false,
1322
- "name": "resetStubs",
1324
+ "name": "scopeListRoles",
1323
1325
  "inputSchemaName": null,
1324
- "outputSchemaName": "ResetStubsOutput",
1326
+ "outputSchemaName": "ScopeListRolesOutput",
1325
1327
  "inputs": [],
1326
1328
  "outputs": [
1327
- "ResetStubsOutput"
1329
+ "ScopeListRolesOutput"
1328
1330
  ],
1329
1331
  "expose": true,
1330
- "implementationHash": "673b0dd15ca65e67",
1331
- "contractHash": "d8239bd0e0749ee9",
1332
- "inputHash": "ade196fb",
1333
- "outputHash": "c784fdb1",
1332
+ "scopes": [
1333
+ "pikku:scopes:read"
1334
+ ],
1335
+ "implementationHash": "33c3e6c254694e00",
1336
+ "contractHash": "3d227586cea69b27",
1337
+ "inputHash": "f9028549",
1338
+ "outputHash": "cc71b773",
1334
1339
  "services": {
1335
1340
  "optimized": true,
1336
- "services": []
1341
+ "services": [
1342
+ "scopeService"
1343
+ ]
1337
1344
  }
1338
1345
  },
1339
- "runFunctionTests": {
1340
- "pikkuFuncId": "runFunctionTests",
1346
+ "scopeListUserRoles": {
1347
+ "pikkuFuncId": "scopeListUserRoles",
1341
1348
  "functionType": "user",
1342
1349
  "funcWrapper": "pikkuFunc",
1343
1350
  "sessionless": false,
1344
- "name": "runFunctionTests",
1345
- "inputSchemaName": null,
1346
- "outputSchemaName": "FunctionCoverageReport",
1347
- "inputs": [],
1351
+ "name": "scopeListUserRoles",
1352
+ "inputSchemaName": "ScopeListUserRolesInput",
1353
+ "outputSchemaName": "ScopeListUserRolesOutput",
1354
+ "inputs": [
1355
+ "ScopeListUserRolesInput"
1356
+ ],
1348
1357
  "outputs": [
1349
- "FunctionCoverageReport"
1358
+ "ScopeListUserRolesOutput"
1350
1359
  ],
1351
1360
  "expose": true,
1352
- "implementationHash": "79bbba7b57e44f4d",
1353
- "contractHash": "08b0a69d946e5aaf",
1354
- "inputHash": "2ed1af09",
1355
- "outputHash": "74b0fac6",
1361
+ "scopes": [
1362
+ "pikku:scopes:read"
1363
+ ],
1364
+ "implementationHash": "f2324450cb109255",
1365
+ "contractHash": "56767e69aab89b76",
1366
+ "inputHash": "de5d4fe8",
1367
+ "outputHash": "df994c3c",
1356
1368
  "services": {
1357
1369
  "optimized": true,
1358
1370
  "services": [
1359
- "metaService"
1371
+ "scopeService"
1360
1372
  ]
1361
1373
  }
1362
1374
  },
1363
- "runSecurityAudit": {
1364
- "pikkuFuncId": "runSecurityAudit",
1375
+ "scopeRemoveScopeFromUser": {
1376
+ "pikkuFuncId": "scopeRemoveScopeFromUser",
1365
1377
  "functionType": "user",
1366
1378
  "funcWrapper": "pikkuFunc",
1367
1379
  "sessionless": false,
1368
- "name": "runSecurityAudit",
1369
- "inputSchemaName": null,
1370
- "outputSchemaName": "SecurityAuditReport",
1371
- "inputs": [],
1380
+ "name": "scopeRemoveScopeFromUser",
1381
+ "inputSchemaName": "ScopeRemoveScopeFromUserInput",
1382
+ "outputSchemaName": "ScopeRemoveScopeFromUserOutput",
1383
+ "inputs": [
1384
+ "ScopeRemoveScopeFromUserInput"
1385
+ ],
1372
1386
  "outputs": [
1373
- "SecurityAuditReport"
1387
+ "ScopeRemoveScopeFromUserOutput"
1374
1388
  ],
1375
1389
  "expose": true,
1376
- "implementationHash": "1f6bfefb68cebcfe",
1377
- "contractHash": "22463118e70324f6",
1378
- "inputHash": "b49cd137",
1379
- "outputHash": "8bf5bde3",
1390
+ "scopes": [
1391
+ "pikku:scopes:manage"
1392
+ ],
1393
+ "implementationHash": "0fb76eedbc494ed5",
1394
+ "contractHash": "4a89ae3d7f60f261",
1395
+ "inputHash": "3dd862ea",
1396
+ "outputHash": "75db1af4",
1380
1397
  "services": {
1381
1398
  "optimized": true,
1382
1399
  "services": [
1383
- "metaService"
1400
+ "scopeService"
1384
1401
  ]
1385
1402
  }
1386
1403
  },
1387
- "streamFunctionTests": {
1388
- "pikkuFuncId": "streamFunctionTests",
1404
+ "scopeRemoveUserFromRole": {
1405
+ "pikkuFuncId": "scopeRemoveUserFromRole",
1389
1406
  "functionType": "user",
1390
- "funcWrapper": "pikkuSessionlessFunc",
1391
- "sessionless": true,
1392
- "name": "streamFunctionTests",
1393
- "inputSchemaName": null,
1394
- "outputSchemaName": "StreamFunctionTestsOutput",
1395
- "inputs": [],
1407
+ "funcWrapper": "pikkuFunc",
1408
+ "sessionless": false,
1409
+ "name": "scopeRemoveUserFromRole",
1410
+ "inputSchemaName": "ScopeRemoveUserFromRoleInput",
1411
+ "outputSchemaName": "ScopeRemoveUserFromRoleOutput",
1412
+ "inputs": [
1413
+ "ScopeRemoveUserFromRoleInput"
1414
+ ],
1415
+ "outputs": [
1416
+ "ScopeRemoveUserFromRoleOutput"
1417
+ ],
1418
+ "expose": true,
1419
+ "scopes": [
1420
+ "pikku:scopes:manage"
1421
+ ],
1422
+ "implementationHash": "a4cd9ac8bda24158",
1423
+ "contractHash": "64f00972592ec04a",
1424
+ "inputHash": "ce192b8a",
1425
+ "outputHash": "c17da240",
1426
+ "services": {
1427
+ "optimized": true,
1428
+ "services": [
1429
+ "scopeService"
1430
+ ]
1431
+ }
1432
+ },
1433
+ "scopeSetRoleScopes": {
1434
+ "pikkuFuncId": "scopeSetRoleScopes",
1435
+ "functionType": "user",
1436
+ "funcWrapper": "pikkuFunc",
1437
+ "sessionless": false,
1438
+ "name": "scopeSetRoleScopes",
1439
+ "inputSchemaName": "ScopeSetRoleScopesInput",
1440
+ "outputSchemaName": "ScopeSetRoleScopesOutput",
1441
+ "inputs": [
1442
+ "ScopeSetRoleScopesInput"
1443
+ ],
1396
1444
  "outputs": [
1397
- "StreamFunctionTestsOutput"
1445
+ "ScopeSetRoleScopesOutput"
1446
+ ],
1447
+ "expose": true,
1448
+ "scopes": [
1449
+ "pikku:scopes:manage"
1398
1450
  ],
1399
- "implementationHash": "d7141f3e977dfb9a",
1400
- "contractHash": "320d5cf8029bcdaf",
1401
- "inputHash": "91459368",
1402
- "outputHash": "a893fe7c",
1451
+ "implementationHash": "1d7d74a1ab2b7a9e",
1452
+ "contractHash": "3c72002e096bedd7",
1453
+ "inputHash": "9db02d43",
1454
+ "outputHash": "c6ce28cf",
1403
1455
  "services": {
1404
1456
  "optimized": true,
1405
1457
  "services": [
1406
- "metaService"
1458
+ "scopeService"
1407
1459
  ]
1408
1460
  }
1409
1461
  },
@@ -1430,31 +1482,6 @@
1430
1482
  ]
1431
1483
  }
1432
1484
  },
1433
- "takeLiveCoverage": {
1434
- "pikkuFuncId": "takeLiveCoverage",
1435
- "functionType": "user",
1436
- "funcWrapper": "pikkuFunc",
1437
- "sessionless": false,
1438
- "name": "takeLiveCoverage",
1439
- "inputSchemaName": null,
1440
- "outputSchemaName": "FunctionCoverageReport",
1441
- "inputs": [],
1442
- "outputs": [
1443
- "FunctionCoverageReport"
1444
- ],
1445
- "expose": true,
1446
- "implementationHash": "963650f4108432f8",
1447
- "contractHash": "2ad1b697a37a21de",
1448
- "inputHash": "5e52be7b",
1449
- "outputHash": "13353482",
1450
- "services": {
1451
- "optimized": true,
1452
- "services": [
1453
- "coverageService",
1454
- "metaService"
1455
- ]
1456
- }
1457
- },
1458
1485
  "updateAgentConfig": {
1459
1486
  "pikkuFuncId": "updateAgentConfig",
1460
1487
  "functionType": "user",