@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.
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
- package/dist/.pikku/addon/pikku-package.gen.js +2 -2
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +3 -2
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -1
- package/dist/.pikku/auth/auth.types.d.ts +1 -1
- package/dist/.pikku/auth/auth.types.js +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +9 -15
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +3 -12
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +314 -287
- package/dist/.pikku/function/pikku-functions.gen.js +27 -27
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +7 -5
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-services.gen.js +5 -3
- package/dist/.pikku/pikku-services.gen.js.map +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +2 -1
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-types.gen.js +3 -1
- package/dist/.pikku/pikku-types.gen.js.map +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +43 -34
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +43 -35
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +200 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -13
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +49 -35
- package/dist/.pikku/schemas/register.gen.js.map +1 -1
- package/dist/.pikku/schemas/schemas/AddonPackageInfo.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/AllMeta.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetAddonInstancesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAddonInstancesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAddonMetaOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetFunctionsMetaOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetOpenapisOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetWebhookDeliveryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowMetaByIdOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeCreateRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeCreateRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeDeleteRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeDeleteRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListDeclaredOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListUserRolesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListUserRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WebhookDeliveryWithAttempts.schema.json +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +6 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +5 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes-meta.gen.json +21 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +36 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js +30 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -3
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +17 -8
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/src/functions/get-addon-instances.function.d.ts +25 -0
- package/dist/src/functions/get-addon-instances.function.d.ts.map +1 -0
- package/dist/src/functions/get-addon-instances.function.js +30 -0
- package/dist/src/functions/get-addon-instances.function.js.map +1 -0
- package/dist/src/functions/get-installed-package.function.d.ts.map +1 -1
- package/dist/src/functions/get-installed-package.function.js +13 -13
- package/dist/src/functions/get-installed-package.function.js.map +1 -1
- package/dist/src/functions/get-openapi-detail.function.d.ts.map +1 -1
- package/dist/src/functions/get-openapi-detail.function.js +3 -9
- package/dist/src/functions/get-openapi-detail.function.js.map +1 -1
- package/dist/src/functions/get-openapis.function.d.ts +3 -3
- package/dist/src/functions/get-openapis.function.d.ts.map +1 -1
- package/dist/src/functions/get-openapis.function.js +3 -12
- package/dist/src/functions/get-openapis.function.js.map +1 -1
- package/dist/src/functions/get-webhook-delivery.function.d.ts +9 -0
- package/dist/src/functions/get-webhook-delivery.function.d.ts.map +1 -0
- package/dist/src/functions/get-webhook-delivery.function.js +14 -0
- package/dist/src/functions/get-webhook-delivery.function.js.map +1 -0
- package/dist/src/functions/install-addon.function.d.ts.map +1 -1
- package/dist/src/functions/install-addon.function.js +65 -11
- package/dist/src/functions/install-addon.function.js.map +1 -1
- package/dist/src/functions/list-webhook-deliveries.function.d.ts +12 -0
- package/dist/src/functions/list-webhook-deliveries.function.d.ts.map +1 -0
- package/dist/src/functions/list-webhook-deliveries.function.js +14 -0
- package/dist/src/functions/list-webhook-deliveries.function.js.map +1 -0
- package/dist/src/functions/scope-add-scope-to-user.function.d.ts +17 -0
- package/dist/src/functions/scope-add-scope-to-user.function.d.ts.map +1 -0
- package/dist/src/functions/scope-add-scope-to-user.function.js +16 -0
- package/dist/src/functions/scope-add-scope-to-user.function.js.map +1 -0
- package/dist/src/functions/scope-add-user-to-role.function.d.ts +17 -0
- package/dist/src/functions/scope-add-user-to-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-add-user-to-role.function.js +16 -0
- package/dist/src/functions/scope-add-user-to-role.function.js.map +1 -0
- package/dist/src/functions/scope-create-role.function.d.ts +20 -0
- package/dist/src/functions/scope-create-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-create-role.function.js +18 -0
- package/dist/src/functions/scope-create-role.function.js.map +1 -0
- package/dist/src/functions/scope-delete-role.function.d.ts +14 -0
- package/dist/src/functions/scope-delete-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-delete-role.function.js +16 -0
- package/dist/src/functions/scope-delete-role.function.js.map +1 -0
- package/dist/src/functions/scope-list-declared.function.d.ts +18 -0
- package/dist/src/functions/scope-list-declared.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-declared.function.js +15 -0
- package/dist/src/functions/scope-list-declared.function.js.map +1 -0
- package/dist/src/functions/scope-list-roles.function.d.ts +9 -0
- package/dist/src/functions/scope-list-roles.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-roles.function.js +14 -0
- package/dist/src/functions/scope-list-roles.function.js.map +1 -0
- package/dist/src/functions/scope-list-user-roles.function.d.ts +20 -0
- package/dist/src/functions/scope-list-user-roles.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-user-roles.function.js +23 -0
- package/dist/src/functions/scope-list-user-roles.function.js.map +1 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.d.ts +17 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.d.ts.map +1 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.js +16 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.js.map +1 -0
- package/dist/src/functions/scope-remove-user-from-role.function.d.ts +17 -0
- package/dist/src/functions/scope-remove-user-from-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-remove-user-from-role.function.js +16 -0
- package/dist/src/functions/scope-remove-user-from-role.function.js.map +1 -0
- package/dist/src/functions/scope-set-role-scopes.function.d.ts +17 -0
- package/dist/src/functions/scope-set-role-scopes.function.d.ts.map +1 -0
- package/dist/src/functions/scope-set-role-scopes.function.js +16 -0
- package/dist/src/functions/scope-set-role-scopes.function.js.map +1 -0
- package/dist/src/functions/take-live-coverage.function.d.ts +1 -1
- package/dist/src/functions/take-live-coverage.function.d.ts.map +1 -1
- package/dist/src/lib/coverage-types.d.ts +25 -0
- package/dist/src/lib/coverage-types.d.ts.map +1 -0
- package/dist/src/lib/coverage-types.js +2 -0
- package/dist/src/lib/coverage-types.js.map +1 -0
- package/dist/src/lib/derive-instance-overrides.d.ts +31 -0
- package/dist/src/lib/derive-instance-overrides.d.ts.map +1 -0
- package/dist/src/lib/derive-instance-overrides.js +72 -0
- package/dist/src/lib/derive-instance-overrides.js.map +1 -0
- package/dist/src/lib/derive-instance-overrides.test.d.ts +2 -0
- package/dist/src/lib/derive-instance-overrides.test.d.ts.map +1 -0
- package/dist/src/lib/derive-instance-overrides.test.js +59 -0
- package/dist/src/lib/derive-instance-overrides.test.js.map +1 -0
- package/dist/src/lib/precise-coverage-map.d.ts +1 -1
- package/dist/src/lib/precise-coverage-map.d.ts.map +1 -1
- package/dist/src/scopes.d.ts +2 -0
- package/dist/src/scopes.d.ts.map +1 -0
- package/dist/src/scopes.js +29 -0
- package/dist/src/scopes.js.map +1 -0
- package/dist/src/services/addon.service.d.ts +37 -0
- package/dist/src/services/addon.service.d.ts.map +1 -1
- package/dist/src/services/addon.service.js +24 -0
- package/dist/src/services/addon.service.js.map +1 -1
- package/dist/src/services/addon.service.test.js +17 -0
- package/dist/src/services/addon.service.test.js.map +1 -1
- package/dist/src/services/wiring.service.d.ts +0 -18
- package/dist/src/services/wiring.service.d.ts.map +1 -1
- package/dist/src/services/wiring.service.js +0 -298
- package/dist/src/services/wiring.service.js.map +1 -1
- package/dist/src/services.d.ts.map +1 -1
- package/dist/src/services.js +3 -4
- package/dist/src/services.js.map +1 -1
- 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": "
|
|
300
|
+
"contractHash": "5d16c6c0257213bd",
|
|
277
301
|
"inputHash": "2abde298",
|
|
278
|
-
"outputHash": "
|
|
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": "
|
|
326
|
+
"contractHash": "d794f5c0684629da",
|
|
303
327
|
"inputHash": "450acb95",
|
|
304
|
-
"outputHash": "
|
|
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": "
|
|
454
|
+
"contractHash": "61ea3ed99f6e8946",
|
|
431
455
|
"inputHash": "bf06e182",
|
|
432
|
-
"outputHash": "
|
|
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": "
|
|
553
|
+
"contractHash": "25b735739e2df67f",
|
|
554
554
|
"inputHash": "f42aa828",
|
|
555
|
-
"outputHash": "
|
|
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": "
|
|
603
|
-
"contractHash": "
|
|
602
|
+
"implementationHash": "8c4aa9d56ff3351b",
|
|
603
|
+
"contractHash": "3f8137c238c93f27",
|
|
604
604
|
"inputHash": "84821b5a",
|
|
605
|
-
"outputHash": "
|
|
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": "
|
|
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
|
-
"
|
|
635
|
+
"addonService"
|
|
636
636
|
]
|
|
637
637
|
}
|
|
638
638
|
},
|
|
@@ -651,14 +651,14 @@
|
|
|
651
651
|
"GetOpenapisOutput"
|
|
652
652
|
],
|
|
653
653
|
"expose": true,
|
|
654
|
-
"implementationHash": "
|
|
655
|
-
"contractHash": "
|
|
654
|
+
"implementationHash": "72e8b9d4d1f6861e",
|
|
655
|
+
"contractHash": "d5a64cb5b6be8fa6",
|
|
656
656
|
"inputHash": "2611b527",
|
|
657
|
-
"outputHash": "
|
|
657
|
+
"outputHash": "b12c2699",
|
|
658
658
|
"services": {
|
|
659
659
|
"optimized": true,
|
|
660
660
|
"services": [
|
|
661
|
-
"
|
|
661
|
+
"addonService"
|
|
662
662
|
]
|
|
663
663
|
}
|
|
664
664
|
},
|
|
@@ -738,28 +738,30 @@
|
|
|
738
738
|
]
|
|
739
739
|
}
|
|
740
740
|
},
|
|
741
|
-
"
|
|
742
|
-
"pikkuFuncId": "
|
|
741
|
+
"getWebhookDelivery": {
|
|
742
|
+
"pikkuFuncId": "getWebhookDelivery",
|
|
743
743
|
"functionType": "user",
|
|
744
744
|
"funcWrapper": "pikkuFunc",
|
|
745
745
|
"sessionless": false,
|
|
746
|
-
"name": "
|
|
747
|
-
"inputSchemaName": "
|
|
748
|
-
"outputSchemaName": "
|
|
746
|
+
"name": "getWebhookDelivery",
|
|
747
|
+
"inputSchemaName": "GetWebhookDeliveryInput",
|
|
748
|
+
"outputSchemaName": "WebhookDeliveryWithAttempts",
|
|
749
749
|
"inputs": [
|
|
750
|
-
"
|
|
750
|
+
"GetWebhookDeliveryInput"
|
|
751
751
|
],
|
|
752
752
|
"outputs": [
|
|
753
|
-
"
|
|
753
|
+
"WebhookDeliveryWithAttempts"
|
|
754
754
|
],
|
|
755
755
|
"expose": true,
|
|
756
|
-
"implementationHash": "
|
|
757
|
-
"contractHash": "
|
|
758
|
-
"inputHash": "
|
|
759
|
-
"outputHash": "
|
|
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": "
|
|
783
|
+
"contractHash": "25ccab986302a048",
|
|
782
784
|
"inputHash": "f967caf6",
|
|
783
|
-
"outputHash": "
|
|
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": "
|
|
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
|
-
"
|
|
999
|
-
"pikkuFuncId": "
|
|
1000
|
+
"listWebhookDeliveries": {
|
|
1001
|
+
"pikkuFuncId": "listWebhookDeliveries",
|
|
1000
1002
|
"functionType": "user",
|
|
1001
1003
|
"funcWrapper": "pikkuFunc",
|
|
1002
1004
|
"sessionless": false,
|
|
1003
|
-
"name": "
|
|
1004
|
-
"inputSchemaName": "
|
|
1005
|
-
"outputSchemaName": "
|
|
1005
|
+
"name": "listWebhookDeliveries",
|
|
1006
|
+
"inputSchemaName": "ListWebhookDeliveriesInput",
|
|
1007
|
+
"outputSchemaName": "ListWebhookDeliveriesOutput",
|
|
1006
1008
|
"inputs": [
|
|
1007
|
-
"
|
|
1009
|
+
"ListWebhookDeliveriesInput"
|
|
1008
1010
|
],
|
|
1009
1011
|
"outputs": [
|
|
1010
|
-
"
|
|
1012
|
+
"ListWebhookDeliveriesOutput"
|
|
1011
1013
|
],
|
|
1012
1014
|
"expose": true,
|
|
1013
|
-
"implementationHash": "
|
|
1014
|
-
"contractHash": "
|
|
1015
|
-
"inputHash": "
|
|
1016
|
-
"outputHash": "
|
|
1015
|
+
"implementationHash": "aa91c19490562217",
|
|
1016
|
+
"contractHash": "669b9393992a828a",
|
|
1017
|
+
"inputHash": "c0b15c7e",
|
|
1018
|
+
"outputHash": "d652baf4",
|
|
1017
1019
|
"services": {
|
|
1018
1020
|
"optimized": true,
|
|
1019
1021
|
"services": [
|
|
1020
|
-
"
|
|
1021
|
-
"metaService",
|
|
1022
|
-
"secrets",
|
|
1023
|
-
"oauthService"
|
|
1022
|
+
"webhookService"
|
|
1024
1023
|
]
|
|
1025
1024
|
}
|
|
1026
1025
|
},
|
|
1027
|
-
"
|
|
1028
|
-
"pikkuFuncId": "
|
|
1026
|
+
"ping": {
|
|
1027
|
+
"pikkuFuncId": "ping",
|
|
1029
1028
|
"functionType": "user",
|
|
1030
1029
|
"funcWrapper": "pikkuFunc",
|
|
1031
1030
|
"sessionless": false,
|
|
1032
|
-
"name": "
|
|
1033
|
-
"inputSchemaName":
|
|
1034
|
-
"outputSchemaName":
|
|
1035
|
-
"inputs": [
|
|
1036
|
-
|
|
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": "
|
|
1041
|
-
"contractHash": "
|
|
1042
|
-
"inputHash": "
|
|
1043
|
-
"outputHash": "
|
|
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
|
-
"
|
|
1055
|
-
"pikkuFuncId": "
|
|
1048
|
+
"readAgentSource": {
|
|
1049
|
+
"pikkuFuncId": "readAgentSource",
|
|
1056
1050
|
"functionType": "user",
|
|
1057
1051
|
"funcWrapper": "pikkuFunc",
|
|
1058
1052
|
"sessionless": false,
|
|
1059
|
-
"name": "
|
|
1060
|
-
"inputSchemaName": "
|
|
1061
|
-
"outputSchemaName": "
|
|
1053
|
+
"name": "readAgentSource",
|
|
1054
|
+
"inputSchemaName": "ReadAgentSourceInput",
|
|
1055
|
+
"outputSchemaName": "ReadAgentSourceOutput",
|
|
1062
1056
|
"inputs": [
|
|
1063
|
-
"
|
|
1057
|
+
"ReadAgentSourceInput"
|
|
1064
1058
|
],
|
|
1065
1059
|
"outputs": [
|
|
1066
|
-
"
|
|
1060
|
+
"ReadAgentSourceOutput"
|
|
1067
1061
|
],
|
|
1068
1062
|
"expose": true,
|
|
1069
|
-
"implementationHash": "
|
|
1070
|
-
"contractHash": "
|
|
1071
|
-
"inputHash": "
|
|
1072
|
-
"outputHash": "
|
|
1063
|
+
"implementationHash": "d12de0c2a94c7e5b",
|
|
1064
|
+
"contractHash": "9ce87ee2b8742dfd",
|
|
1065
|
+
"inputHash": "83d575db",
|
|
1066
|
+
"outputHash": "f79bf1de",
|
|
1073
1067
|
"services": {
|
|
1074
1068
|
"optimized": true,
|
|
1075
1069
|
"services": [
|
|
1076
|
-
"
|
|
1077
|
-
"secrets",
|
|
1078
|
-
"oauthService",
|
|
1079
|
-
"credentialService"
|
|
1070
|
+
"codeEditService"
|
|
1080
1071
|
]
|
|
1081
1072
|
}
|
|
1082
1073
|
},
|
|
1083
|
-
"
|
|
1084
|
-
"pikkuFuncId": "
|
|
1074
|
+
"readFunctionBody": {
|
|
1075
|
+
"pikkuFuncId": "readFunctionBody",
|
|
1085
1076
|
"functionType": "user",
|
|
1086
1077
|
"funcWrapper": "pikkuFunc",
|
|
1087
1078
|
"sessionless": false,
|
|
1088
|
-
"name": "
|
|
1089
|
-
"inputSchemaName": "
|
|
1090
|
-
"outputSchemaName": "
|
|
1079
|
+
"name": "readFunctionBody",
|
|
1080
|
+
"inputSchemaName": "ReadFunctionBodyInput",
|
|
1081
|
+
"outputSchemaName": "ReadFunctionBodyOutput",
|
|
1091
1082
|
"inputs": [
|
|
1092
|
-
"
|
|
1083
|
+
"ReadFunctionBodyInput"
|
|
1093
1084
|
],
|
|
1094
1085
|
"outputs": [
|
|
1095
|
-
"
|
|
1086
|
+
"ReadFunctionBodyOutput"
|
|
1096
1087
|
],
|
|
1097
1088
|
"expose": true,
|
|
1098
|
-
"implementationHash": "
|
|
1099
|
-
"contractHash": "
|
|
1100
|
-
"inputHash": "
|
|
1101
|
-
"outputHash": "
|
|
1089
|
+
"implementationHash": "f11496021f94ed0d",
|
|
1090
|
+
"contractHash": "a2287f39c1eca38b",
|
|
1091
|
+
"inputHash": "3db64982",
|
|
1092
|
+
"outputHash": "3e345ceb",
|
|
1102
1093
|
"services": {
|
|
1103
1094
|
"optimized": true,
|
|
1104
1095
|
"services": [
|
|
1105
|
-
"
|
|
1106
|
-
"metaService",
|
|
1107
|
-
"secrets"
|
|
1096
|
+
"codeEditService"
|
|
1108
1097
|
]
|
|
1109
1098
|
}
|
|
1110
1099
|
},
|
|
1111
|
-
"
|
|
1112
|
-
"pikkuFuncId": "
|
|
1100
|
+
"readFunctionSource": {
|
|
1101
|
+
"pikkuFuncId": "readFunctionSource",
|
|
1113
1102
|
"functionType": "user",
|
|
1114
1103
|
"funcWrapper": "pikkuFunc",
|
|
1115
1104
|
"sessionless": false,
|
|
1116
|
-
"name": "
|
|
1117
|
-
"inputSchemaName": "
|
|
1118
|
-
"outputSchemaName": "
|
|
1105
|
+
"name": "readFunctionSource",
|
|
1106
|
+
"inputSchemaName": "ReadFunctionSourceInput",
|
|
1107
|
+
"outputSchemaName": "ReadFunctionSourceOutput",
|
|
1119
1108
|
"inputs": [
|
|
1120
|
-
"
|
|
1109
|
+
"ReadFunctionSourceInput"
|
|
1121
1110
|
],
|
|
1122
1111
|
"outputs": [
|
|
1123
|
-
"
|
|
1112
|
+
"ReadFunctionSourceOutput"
|
|
1124
1113
|
],
|
|
1125
1114
|
"expose": true,
|
|
1126
|
-
"implementationHash": "
|
|
1127
|
-
"contractHash": "
|
|
1128
|
-
"inputHash": "
|
|
1129
|
-
"outputHash": "
|
|
1115
|
+
"implementationHash": "a534d953ed940622",
|
|
1116
|
+
"contractHash": "2bbd984e00ace4ed",
|
|
1117
|
+
"inputHash": "de816393",
|
|
1118
|
+
"outputHash": "3689cc09",
|
|
1130
1119
|
"services": {
|
|
1131
1120
|
"optimized": true,
|
|
1132
1121
|
"services": [
|
|
1133
|
-
"
|
|
1134
|
-
"metaService",
|
|
1135
|
-
"secrets",
|
|
1136
|
-
"credentialService"
|
|
1122
|
+
"codeEditService"
|
|
1137
1123
|
]
|
|
1138
1124
|
}
|
|
1139
1125
|
},
|
|
1140
|
-
"
|
|
1141
|
-
"pikkuFuncId": "
|
|
1126
|
+
"renderEmailPreview": {
|
|
1127
|
+
"pikkuFuncId": "renderEmailPreview",
|
|
1142
1128
|
"functionType": "user",
|
|
1143
1129
|
"funcWrapper": "pikkuFunc",
|
|
1144
1130
|
"sessionless": false,
|
|
1145
|
-
"name": "
|
|
1146
|
-
"inputSchemaName": "
|
|
1147
|
-
"outputSchemaName": "
|
|
1131
|
+
"name": "renderEmailPreview",
|
|
1132
|
+
"inputSchemaName": "RenderEmailPreviewInput",
|
|
1133
|
+
"outputSchemaName": "RenderEmailPreviewOutput",
|
|
1148
1134
|
"inputs": [
|
|
1149
|
-
"
|
|
1135
|
+
"RenderEmailPreviewInput"
|
|
1150
1136
|
],
|
|
1151
1137
|
"outputs": [
|
|
1152
|
-
"
|
|
1138
|
+
"RenderEmailPreviewOutput"
|
|
1153
1139
|
],
|
|
1154
1140
|
"expose": true,
|
|
1155
|
-
"implementationHash": "
|
|
1156
|
-
"contractHash": "
|
|
1157
|
-
"inputHash": "
|
|
1158
|
-
"outputHash": "
|
|
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
|
-
"
|
|
1168
|
-
"pikkuFuncId": "
|
|
1152
|
+
"runSecurityAudit": {
|
|
1153
|
+
"pikkuFuncId": "runSecurityAudit",
|
|
1169
1154
|
"functionType": "user",
|
|
1170
1155
|
"funcWrapper": "pikkuFunc",
|
|
1171
1156
|
"sessionless": false,
|
|
1172
|
-
"name": "
|
|
1157
|
+
"name": "runSecurityAudit",
|
|
1173
1158
|
"inputSchemaName": null,
|
|
1174
|
-
"outputSchemaName": "
|
|
1159
|
+
"outputSchemaName": "SecurityAuditReport",
|
|
1175
1160
|
"inputs": [],
|
|
1176
1161
|
"outputs": [
|
|
1177
|
-
"
|
|
1162
|
+
"SecurityAuditReport"
|
|
1178
1163
|
],
|
|
1179
1164
|
"expose": true,
|
|
1180
|
-
"implementationHash": "
|
|
1181
|
-
"contractHash": "
|
|
1182
|
-
"inputHash": "
|
|
1183
|
-
"outputHash": "
|
|
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
|
-
"
|
|
1190
|
-
"pikkuFuncId": "
|
|
1176
|
+
"scopeAddScopeToUser": {
|
|
1177
|
+
"pikkuFuncId": "scopeAddScopeToUser",
|
|
1191
1178
|
"functionType": "user",
|
|
1192
1179
|
"funcWrapper": "pikkuFunc",
|
|
1193
1180
|
"sessionless": false,
|
|
1194
|
-
"name": "
|
|
1195
|
-
"inputSchemaName": "
|
|
1196
|
-
"outputSchemaName": "
|
|
1181
|
+
"name": "scopeAddScopeToUser",
|
|
1182
|
+
"inputSchemaName": "ScopeAddScopeToUserInput",
|
|
1183
|
+
"outputSchemaName": "ScopeAddScopeToUserOutput",
|
|
1197
1184
|
"inputs": [
|
|
1198
|
-
"
|
|
1185
|
+
"ScopeAddScopeToUserInput"
|
|
1199
1186
|
],
|
|
1200
1187
|
"outputs": [
|
|
1201
|
-
"
|
|
1188
|
+
"ScopeAddScopeToUserOutput"
|
|
1202
1189
|
],
|
|
1203
1190
|
"expose": true,
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
"
|
|
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
|
-
"
|
|
1201
|
+
"scopeService"
|
|
1212
1202
|
]
|
|
1213
1203
|
}
|
|
1214
1204
|
},
|
|
1215
|
-
"
|
|
1216
|
-
"pikkuFuncId": "
|
|
1205
|
+
"scopeAddUserToRole": {
|
|
1206
|
+
"pikkuFuncId": "scopeAddUserToRole",
|
|
1217
1207
|
"functionType": "user",
|
|
1218
1208
|
"funcWrapper": "pikkuFunc",
|
|
1219
1209
|
"sessionless": false,
|
|
1220
|
-
"name": "
|
|
1221
|
-
"inputSchemaName": "
|
|
1222
|
-
"outputSchemaName": "
|
|
1210
|
+
"name": "scopeAddUserToRole",
|
|
1211
|
+
"inputSchemaName": "ScopeAddUserToRoleInput",
|
|
1212
|
+
"outputSchemaName": "ScopeAddUserToRoleOutput",
|
|
1223
1213
|
"inputs": [
|
|
1224
|
-
"
|
|
1214
|
+
"ScopeAddUserToRoleInput"
|
|
1225
1215
|
],
|
|
1226
1216
|
"outputs": [
|
|
1227
|
-
"
|
|
1217
|
+
"ScopeAddUserToRoleOutput"
|
|
1228
1218
|
],
|
|
1229
1219
|
"expose": true,
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
"
|
|
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
|
-
"
|
|
1230
|
+
"scopeService"
|
|
1238
1231
|
]
|
|
1239
1232
|
}
|
|
1240
1233
|
},
|
|
1241
|
-
"
|
|
1242
|
-
"pikkuFuncId": "
|
|
1234
|
+
"scopeCreateRole": {
|
|
1235
|
+
"pikkuFuncId": "scopeCreateRole",
|
|
1243
1236
|
"functionType": "user",
|
|
1244
1237
|
"funcWrapper": "pikkuFunc",
|
|
1245
1238
|
"sessionless": false,
|
|
1246
|
-
"name": "
|
|
1247
|
-
"inputSchemaName": "
|
|
1248
|
-
"outputSchemaName": "
|
|
1239
|
+
"name": "scopeCreateRole",
|
|
1240
|
+
"inputSchemaName": "ScopeCreateRoleInput",
|
|
1241
|
+
"outputSchemaName": "ScopeCreateRoleOutput",
|
|
1249
1242
|
"inputs": [
|
|
1250
|
-
"
|
|
1243
|
+
"ScopeCreateRoleInput"
|
|
1251
1244
|
],
|
|
1252
1245
|
"outputs": [
|
|
1253
|
-
"
|
|
1246
|
+
"ScopeCreateRoleOutput"
|
|
1254
1247
|
],
|
|
1255
1248
|
"expose": true,
|
|
1256
|
-
"
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
"
|
|
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
|
-
"
|
|
1259
|
+
"scopeService"
|
|
1264
1260
|
]
|
|
1265
1261
|
}
|
|
1266
1262
|
},
|
|
1267
|
-
"
|
|
1268
|
-
"pikkuFuncId": "
|
|
1263
|
+
"scopeDeleteRole": {
|
|
1264
|
+
"pikkuFuncId": "scopeDeleteRole",
|
|
1269
1265
|
"functionType": "user",
|
|
1270
1266
|
"funcWrapper": "pikkuFunc",
|
|
1271
1267
|
"sessionless": false,
|
|
1272
|
-
"name": "
|
|
1273
|
-
"inputSchemaName": "
|
|
1274
|
-
"outputSchemaName": "
|
|
1268
|
+
"name": "scopeDeleteRole",
|
|
1269
|
+
"inputSchemaName": "ScopeDeleteRoleInput",
|
|
1270
|
+
"outputSchemaName": "ScopeDeleteRoleOutput",
|
|
1275
1271
|
"inputs": [
|
|
1276
|
-
"
|
|
1272
|
+
"ScopeDeleteRoleInput"
|
|
1277
1273
|
],
|
|
1278
1274
|
"outputs": [
|
|
1279
|
-
"
|
|
1275
|
+
"ScopeDeleteRoleOutput"
|
|
1280
1276
|
],
|
|
1281
1277
|
"expose": true,
|
|
1282
|
-
"
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
"
|
|
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
|
-
"
|
|
1288
|
+
"scopeService"
|
|
1290
1289
|
]
|
|
1291
1290
|
}
|
|
1292
1291
|
},
|
|
1293
|
-
"
|
|
1294
|
-
"pikkuFuncId": "
|
|
1292
|
+
"scopeListDeclared": {
|
|
1293
|
+
"pikkuFuncId": "scopeListDeclared",
|
|
1295
1294
|
"functionType": "user",
|
|
1296
1295
|
"funcWrapper": "pikkuFunc",
|
|
1297
1296
|
"sessionless": false,
|
|
1298
|
-
"name": "
|
|
1297
|
+
"name": "scopeListDeclared",
|
|
1299
1298
|
"inputSchemaName": null,
|
|
1300
|
-
"outputSchemaName": "
|
|
1299
|
+
"outputSchemaName": "ScopeListDeclaredOutput",
|
|
1301
1300
|
"inputs": [],
|
|
1302
1301
|
"outputs": [
|
|
1303
|
-
"
|
|
1302
|
+
"ScopeListDeclaredOutput"
|
|
1304
1303
|
],
|
|
1305
1304
|
"expose": true,
|
|
1306
|
-
"
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
"
|
|
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
|
-
"
|
|
1315
|
+
"scopeService"
|
|
1314
1316
|
]
|
|
1315
1317
|
}
|
|
1316
1318
|
},
|
|
1317
|
-
"
|
|
1318
|
-
"pikkuFuncId": "
|
|
1319
|
+
"scopeListRoles": {
|
|
1320
|
+
"pikkuFuncId": "scopeListRoles",
|
|
1319
1321
|
"functionType": "user",
|
|
1320
1322
|
"funcWrapper": "pikkuFunc",
|
|
1321
1323
|
"sessionless": false,
|
|
1322
|
-
"name": "
|
|
1324
|
+
"name": "scopeListRoles",
|
|
1323
1325
|
"inputSchemaName": null,
|
|
1324
|
-
"outputSchemaName": "
|
|
1326
|
+
"outputSchemaName": "ScopeListRolesOutput",
|
|
1325
1327
|
"inputs": [],
|
|
1326
1328
|
"outputs": [
|
|
1327
|
-
"
|
|
1329
|
+
"ScopeListRolesOutput"
|
|
1328
1330
|
],
|
|
1329
1331
|
"expose": true,
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
"
|
|
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
|
-
"
|
|
1340
|
-
"pikkuFuncId": "
|
|
1346
|
+
"scopeListUserRoles": {
|
|
1347
|
+
"pikkuFuncId": "scopeListUserRoles",
|
|
1341
1348
|
"functionType": "user",
|
|
1342
1349
|
"funcWrapper": "pikkuFunc",
|
|
1343
1350
|
"sessionless": false,
|
|
1344
|
-
"name": "
|
|
1345
|
-
"inputSchemaName":
|
|
1346
|
-
"outputSchemaName": "
|
|
1347
|
-
"inputs": [
|
|
1351
|
+
"name": "scopeListUserRoles",
|
|
1352
|
+
"inputSchemaName": "ScopeListUserRolesInput",
|
|
1353
|
+
"outputSchemaName": "ScopeListUserRolesOutput",
|
|
1354
|
+
"inputs": [
|
|
1355
|
+
"ScopeListUserRolesInput"
|
|
1356
|
+
],
|
|
1348
1357
|
"outputs": [
|
|
1349
|
-
"
|
|
1358
|
+
"ScopeListUserRolesOutput"
|
|
1350
1359
|
],
|
|
1351
1360
|
"expose": true,
|
|
1352
|
-
"
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
"
|
|
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
|
-
"
|
|
1371
|
+
"scopeService"
|
|
1360
1372
|
]
|
|
1361
1373
|
}
|
|
1362
1374
|
},
|
|
1363
|
-
"
|
|
1364
|
-
"pikkuFuncId": "
|
|
1375
|
+
"scopeRemoveScopeFromUser": {
|
|
1376
|
+
"pikkuFuncId": "scopeRemoveScopeFromUser",
|
|
1365
1377
|
"functionType": "user",
|
|
1366
1378
|
"funcWrapper": "pikkuFunc",
|
|
1367
1379
|
"sessionless": false,
|
|
1368
|
-
"name": "
|
|
1369
|
-
"inputSchemaName":
|
|
1370
|
-
"outputSchemaName": "
|
|
1371
|
-
"inputs": [
|
|
1380
|
+
"name": "scopeRemoveScopeFromUser",
|
|
1381
|
+
"inputSchemaName": "ScopeRemoveScopeFromUserInput",
|
|
1382
|
+
"outputSchemaName": "ScopeRemoveScopeFromUserOutput",
|
|
1383
|
+
"inputs": [
|
|
1384
|
+
"ScopeRemoveScopeFromUserInput"
|
|
1385
|
+
],
|
|
1372
1386
|
"outputs": [
|
|
1373
|
-
"
|
|
1387
|
+
"ScopeRemoveScopeFromUserOutput"
|
|
1374
1388
|
],
|
|
1375
1389
|
"expose": true,
|
|
1376
|
-
"
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
"
|
|
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
|
-
"
|
|
1400
|
+
"scopeService"
|
|
1384
1401
|
]
|
|
1385
1402
|
}
|
|
1386
1403
|
},
|
|
1387
|
-
"
|
|
1388
|
-
"pikkuFuncId": "
|
|
1404
|
+
"scopeRemoveUserFromRole": {
|
|
1405
|
+
"pikkuFuncId": "scopeRemoveUserFromRole",
|
|
1389
1406
|
"functionType": "user",
|
|
1390
|
-
"funcWrapper": "
|
|
1391
|
-
"sessionless":
|
|
1392
|
-
"name": "
|
|
1393
|
-
"inputSchemaName":
|
|
1394
|
-
"outputSchemaName": "
|
|
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
|
-
"
|
|
1445
|
+
"ScopeSetRoleScopesOutput"
|
|
1446
|
+
],
|
|
1447
|
+
"expose": true,
|
|
1448
|
+
"scopes": [
|
|
1449
|
+
"pikku:scopes:manage"
|
|
1398
1450
|
],
|
|
1399
|
-
"implementationHash": "
|
|
1400
|
-
"contractHash": "
|
|
1401
|
-
"inputHash": "
|
|
1402
|
-
"outputHash": "
|
|
1451
|
+
"implementationHash": "1d7d74a1ab2b7a9e",
|
|
1452
|
+
"contractHash": "3c72002e096bedd7",
|
|
1453
|
+
"inputHash": "9db02d43",
|
|
1454
|
+
"outputHash": "c6ce28cf",
|
|
1403
1455
|
"services": {
|
|
1404
1456
|
"optimized": true,
|
|
1405
1457
|
"services": [
|
|
1406
|
-
"
|
|
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",
|