@pikku/addon-woocommerce 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.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +437 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +287 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +36 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +36 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +209 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +224 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +17 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +69 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +131 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_woocommerce.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CustomerUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OrderUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ProductUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_WOOCOMMERCE_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/customerCreate.function.d.ts +37 -0
- package/dist/src/functions/customerCreate.function.d.ts.map +1 -0
- package/dist/src/functions/customerCreate.function.js +21 -0
- package/dist/src/functions/customerCreate.function.js.map +1 -0
- package/dist/src/functions/customerDelete.function.d.ts +21 -0
- package/dist/src/functions/customerDelete.function.d.ts.map +1 -0
- package/dist/src/functions/customerDelete.function.js +17 -0
- package/dist/src/functions/customerDelete.function.js.map +1 -0
- package/dist/src/functions/customerGet.function.d.ts +25 -0
- package/dist/src/functions/customerGet.function.d.ts.map +1 -0
- package/dist/src/functions/customerGet.function.js +18 -0
- package/dist/src/functions/customerGet.function.js.map +1 -0
- package/dist/src/functions/customerGetAll.function.d.ts +17 -0
- package/dist/src/functions/customerGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/customerGetAll.function.js +16 -0
- package/dist/src/functions/customerGetAll.function.js.map +1 -0
- package/dist/src/functions/customerUpdate.function.d.ts +29 -0
- package/dist/src/functions/customerUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/customerUpdate.function.js +19 -0
- package/dist/src/functions/customerUpdate.function.js.map +1 -0
- package/dist/src/functions/orderCreate.function.d.ts +29 -0
- package/dist/src/functions/orderCreate.function.d.ts.map +1 -0
- package/dist/src/functions/orderCreate.function.js +19 -0
- package/dist/src/functions/orderCreate.function.js.map +1 -0
- package/dist/src/functions/orderDelete.function.d.ts +21 -0
- package/dist/src/functions/orderDelete.function.d.ts.map +1 -0
- package/dist/src/functions/orderDelete.function.js +17 -0
- package/dist/src/functions/orderDelete.function.js.map +1 -0
- package/dist/src/functions/orderGet.function.d.ts +21 -0
- package/dist/src/functions/orderGet.function.d.ts.map +1 -0
- package/dist/src/functions/orderGet.function.js +17 -0
- package/dist/src/functions/orderGet.function.js.map +1 -0
- package/dist/src/functions/orderGetAll.function.d.ts +17 -0
- package/dist/src/functions/orderGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/orderGetAll.function.js +16 -0
- package/dist/src/functions/orderGetAll.function.js.map +1 -0
- package/dist/src/functions/orderUpdate.function.d.ts +25 -0
- package/dist/src/functions/orderUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/orderUpdate.function.js +18 -0
- package/dist/src/functions/orderUpdate.function.js.map +1 -0
- package/dist/src/functions/productCreate.function.d.ts +37 -0
- package/dist/src/functions/productCreate.function.d.ts.map +1 -0
- package/dist/src/functions/productCreate.function.js +21 -0
- package/dist/src/functions/productCreate.function.js.map +1 -0
- package/dist/src/functions/productDelete.function.d.ts +21 -0
- package/dist/src/functions/productDelete.function.d.ts.map +1 -0
- package/dist/src/functions/productDelete.function.js +17 -0
- package/dist/src/functions/productDelete.function.js.map +1 -0
- package/dist/src/functions/productGet.function.d.ts +25 -0
- package/dist/src/functions/productGet.function.d.ts.map +1 -0
- package/dist/src/functions/productGet.function.js +18 -0
- package/dist/src/functions/productGet.function.js.map +1 -0
- package/dist/src/functions/productGetAll.function.d.ts +17 -0
- package/dist/src/functions/productGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/productGetAll.function.js +16 -0
- package/dist/src/functions/productGetAll.function.js.map +1 -0
- package/dist/src/functions/productUpdate.function.d.ts +29 -0
- package/dist/src/functions/productUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/productUpdate.function.js +19 -0
- package/dist/src/functions/productUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +16 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +16 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/dist/src/woocommerce-api.service.d.ts +10 -0
- package/dist/src/woocommerce-api.service.d.ts.map +1 -0
- package/dist/src/woocommerce-api.service.js +177 -0
- package/dist/src/woocommerce-api.service.js.map +1 -0
- package/dist/src/woocommerce.credential.d.ts +5 -0
- package/dist/src/woocommerce.credential.d.ts.map +1 -0
- package/dist/src/woocommerce.credential.js +13 -0
- package/dist/src/woocommerce.credential.js.map +1 -0
- package/dist/src/woocommerce.types.d.ts +7 -0
- package/dist/src/woocommerce.types.d.ts.map +1 -0
- package/dist/src/woocommerce.types.js +8 -0
- package/dist/src/woocommerce.types.js.map +1 -0
- package/dist/src/woocommerce.variable.d.ts +5 -0
- package/dist/src/woocommerce.variable.d.ts.map +1 -0
- package/dist/src/woocommerce.variable.js +11 -0
- package/dist/src/woocommerce.variable.js.map +1 -0
- package/package.json +39 -0
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as ProductGetAllInput from './schemas/ProductGetAllInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('ProductGetAllInput', ProductGetAllInput, '@pikku/addon-woocommerce');
|
|
7
|
+
import * as ProductGetAllOutput from './schemas/ProductGetAllOutput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('ProductGetAllOutput', ProductGetAllOutput, '@pikku/addon-woocommerce');
|
|
9
|
+
import * as ProductCreateInput from './schemas/ProductCreateInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('ProductCreateInput', ProductCreateInput, '@pikku/addon-woocommerce');
|
|
11
|
+
import * as ProductCreateOutput from './schemas/ProductCreateOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('ProductCreateOutput', ProductCreateOutput, '@pikku/addon-woocommerce');
|
|
13
|
+
import * as ProductGetInput from './schemas/ProductGetInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('ProductGetInput', ProductGetInput, '@pikku/addon-woocommerce');
|
|
15
|
+
import * as ProductGetOutput from './schemas/ProductGetOutput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('ProductGetOutput', ProductGetOutput, '@pikku/addon-woocommerce');
|
|
17
|
+
import * as ProductUpdateInput from './schemas/ProductUpdateInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('ProductUpdateInput', ProductUpdateInput, '@pikku/addon-woocommerce');
|
|
19
|
+
import * as ProductUpdateOutput from './schemas/ProductUpdateOutput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('ProductUpdateOutput', ProductUpdateOutput, '@pikku/addon-woocommerce');
|
|
21
|
+
import * as ProductDeleteInput from './schemas/ProductDeleteInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('ProductDeleteInput', ProductDeleteInput, '@pikku/addon-woocommerce');
|
|
23
|
+
import * as ProductDeleteOutput from './schemas/ProductDeleteOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('ProductDeleteOutput', ProductDeleteOutput, '@pikku/addon-woocommerce');
|
|
25
|
+
import * as OrderGetAllInput from './schemas/OrderGetAllInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('OrderGetAllInput', OrderGetAllInput, '@pikku/addon-woocommerce');
|
|
27
|
+
import * as OrderGetAllOutput from './schemas/OrderGetAllOutput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('OrderGetAllOutput', OrderGetAllOutput, '@pikku/addon-woocommerce');
|
|
29
|
+
import * as OrderCreateInput from './schemas/OrderCreateInput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('OrderCreateInput', OrderCreateInput, '@pikku/addon-woocommerce');
|
|
31
|
+
import * as OrderCreateOutput from './schemas/OrderCreateOutput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('OrderCreateOutput', OrderCreateOutput, '@pikku/addon-woocommerce');
|
|
33
|
+
import * as OrderGetInput from './schemas/OrderGetInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('OrderGetInput', OrderGetInput, '@pikku/addon-woocommerce');
|
|
35
|
+
import * as OrderGetOutput from './schemas/OrderGetOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('OrderGetOutput', OrderGetOutput, '@pikku/addon-woocommerce');
|
|
37
|
+
import * as OrderUpdateInput from './schemas/OrderUpdateInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('OrderUpdateInput', OrderUpdateInput, '@pikku/addon-woocommerce');
|
|
39
|
+
import * as OrderUpdateOutput from './schemas/OrderUpdateOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('OrderUpdateOutput', OrderUpdateOutput, '@pikku/addon-woocommerce');
|
|
41
|
+
import * as OrderDeleteInput from './schemas/OrderDeleteInput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('OrderDeleteInput', OrderDeleteInput, '@pikku/addon-woocommerce');
|
|
43
|
+
import * as OrderDeleteOutput from './schemas/OrderDeleteOutput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('OrderDeleteOutput', OrderDeleteOutput, '@pikku/addon-woocommerce');
|
|
45
|
+
import * as CustomerGetAllInput from './schemas/CustomerGetAllInput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('CustomerGetAllInput', CustomerGetAllInput, '@pikku/addon-woocommerce');
|
|
47
|
+
import * as CustomerGetAllOutput from './schemas/CustomerGetAllOutput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('CustomerGetAllOutput', CustomerGetAllOutput, '@pikku/addon-woocommerce');
|
|
49
|
+
import * as CustomerCreateInput from './schemas/CustomerCreateInput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('CustomerCreateInput', CustomerCreateInput, '@pikku/addon-woocommerce');
|
|
51
|
+
import * as CustomerCreateOutput from './schemas/CustomerCreateOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('CustomerCreateOutput', CustomerCreateOutput, '@pikku/addon-woocommerce');
|
|
53
|
+
import * as CustomerGetInput from './schemas/CustomerGetInput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('CustomerGetInput', CustomerGetInput, '@pikku/addon-woocommerce');
|
|
55
|
+
import * as CustomerGetOutput from './schemas/CustomerGetOutput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('CustomerGetOutput', CustomerGetOutput, '@pikku/addon-woocommerce');
|
|
57
|
+
import * as CustomerUpdateInput from './schemas/CustomerUpdateInput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('CustomerUpdateInput', CustomerUpdateInput, '@pikku/addon-woocommerce');
|
|
59
|
+
import * as CustomerUpdateOutput from './schemas/CustomerUpdateOutput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('CustomerUpdateOutput', CustomerUpdateOutput, '@pikku/addon-woocommerce');
|
|
61
|
+
import * as CustomerDeleteInput from './schemas/CustomerDeleteInput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('CustomerDeleteInput', CustomerDeleteInput, '@pikku/addon-woocommerce');
|
|
63
|
+
import * as CustomerDeleteOutput from './schemas/CustomerDeleteOutput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('CustomerDeleteOutput', CustomerDeleteOutput, '@pikku/addon-woocommerce');
|
|
65
|
+
import * as CredentialSchema_woocommerce from './schemas/CredentialSchema_woocommerce.schema.json' with { type: 'json' };
|
|
66
|
+
addSchema('CredentialSchema_woocommerce', CredentialSchema_woocommerce, '@pikku/addon-woocommerce');
|
|
67
|
+
import * as VariableSchema_WOOCOMMERCE_BASE_URL from './schemas/VariableSchema_WOOCOMMERCE_BASE_URL.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('VariableSchema_WOOCOMMERCE_BASE_URL', VariableSchema_WOOCOMMERCE_BASE_URL, '@pikku/addon-woocommerce');
|
|
69
|
+
//# 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,131 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as ProductGetAllInput from './schemas/ProductGetAllInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('ProductGetAllInput', ProductGetAllInput, '@pikku/addon-woocommerce')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as ProductGetAllOutput from './schemas/ProductGetAllOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('ProductGetAllOutput', ProductGetAllOutput, '@pikku/addon-woocommerce')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as ProductCreateInput from './schemas/ProductCreateInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('ProductCreateInput', ProductCreateInput, '@pikku/addon-woocommerce')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as ProductCreateOutput from './schemas/ProductCreateOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('ProductCreateOutput', ProductCreateOutput, '@pikku/addon-woocommerce')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as ProductGetInput from './schemas/ProductGetInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('ProductGetInput', ProductGetInput, '@pikku/addon-woocommerce')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as ProductGetOutput from './schemas/ProductGetOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('ProductGetOutput', ProductGetOutput, '@pikku/addon-woocommerce')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as ProductUpdateInput from './schemas/ProductUpdateInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('ProductUpdateInput', ProductUpdateInput, '@pikku/addon-woocommerce')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as ProductUpdateOutput from './schemas/ProductUpdateOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('ProductUpdateOutput', ProductUpdateOutput, '@pikku/addon-woocommerce')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as ProductDeleteInput from './schemas/ProductDeleteInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('ProductDeleteInput', ProductDeleteInput, '@pikku/addon-woocommerce')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as ProductDeleteOutput from './schemas/ProductDeleteOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('ProductDeleteOutput', ProductDeleteOutput, '@pikku/addon-woocommerce')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as OrderGetAllInput from './schemas/OrderGetAllInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('OrderGetAllInput', OrderGetAllInput, '@pikku/addon-woocommerce')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as OrderGetAllOutput from './schemas/OrderGetAllOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('OrderGetAllOutput', OrderGetAllOutput, '@pikku/addon-woocommerce')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as OrderCreateInput from './schemas/OrderCreateInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('OrderCreateInput', OrderCreateInput, '@pikku/addon-woocommerce')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as OrderCreateOutput from './schemas/OrderCreateOutput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('OrderCreateOutput', OrderCreateOutput, '@pikku/addon-woocommerce')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as OrderGetInput from './schemas/OrderGetInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('OrderGetInput', OrderGetInput, '@pikku/addon-woocommerce')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as OrderGetOutput from './schemas/OrderGetOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('OrderGetOutput', OrderGetOutput, '@pikku/addon-woocommerce')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as OrderUpdateInput from './schemas/OrderUpdateInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('OrderUpdateInput', OrderUpdateInput, '@pikku/addon-woocommerce')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as OrderUpdateOutput from './schemas/OrderUpdateOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('OrderUpdateOutput', OrderUpdateOutput, '@pikku/addon-woocommerce')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as OrderDeleteInput from './schemas/OrderDeleteInput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('OrderDeleteInput', OrderDeleteInput, '@pikku/addon-woocommerce')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as OrderDeleteOutput from './schemas/OrderDeleteOutput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('OrderDeleteOutput', OrderDeleteOutput, '@pikku/addon-woocommerce')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as CustomerGetAllInput from './schemas/CustomerGetAllInput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('CustomerGetAllInput', CustomerGetAllInput, '@pikku/addon-woocommerce')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as CustomerGetAllOutput from './schemas/CustomerGetAllOutput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('CustomerGetAllOutput', CustomerGetAllOutput, '@pikku/addon-woocommerce')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as CustomerCreateInput from './schemas/CustomerCreateInput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('CustomerCreateInput', CustomerCreateInput, '@pikku/addon-woocommerce')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as CustomerCreateOutput from './schemas/CustomerCreateOutput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('CustomerCreateOutput', CustomerCreateOutput, '@pikku/addon-woocommerce')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as CustomerGetInput from './schemas/CustomerGetInput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('CustomerGetInput', CustomerGetInput, '@pikku/addon-woocommerce')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as CustomerGetOutput from './schemas/CustomerGetOutput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('CustomerGetOutput', CustomerGetOutput, '@pikku/addon-woocommerce')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as CustomerUpdateInput from './schemas/CustomerUpdateInput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('CustomerUpdateInput', CustomerUpdateInput, '@pikku/addon-woocommerce')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as CustomerUpdateOutput from './schemas/CustomerUpdateOutput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('CustomerUpdateOutput', CustomerUpdateOutput, '@pikku/addon-woocommerce')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as CustomerDeleteInput from './schemas/CustomerDeleteInput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('CustomerDeleteInput', CustomerDeleteInput, '@pikku/addon-woocommerce')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as CustomerDeleteOutput from './schemas/CustomerDeleteOutput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('CustomerDeleteOutput', CustomerDeleteOutput, '@pikku/addon-woocommerce')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as CredentialSchema_woocommerce from './schemas/CredentialSchema_woocommerce.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('CredentialSchema_woocommerce', CredentialSchema_woocommerce, '@pikku/addon-woocommerce')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as VariableSchema_WOOCOMMERCE_BASE_URL from './schemas/VariableSchema_WOOCOMMERCE_BASE_URL.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('VariableSchema_WOOCOMMERCE_BASE_URL', VariableSchema_WOOCOMMERCE_BASE_URL, '@pikku/addon-woocommerce')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"apiKey":{"type":"string","description":"WooCommerce API key"}},"required":["apiKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"email":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"username":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"},"email":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"customerId":{"type":"string"}},"required":["customerId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"per_page":{"type":"number"},"page":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"customerId":{"type":"string"}},"required":["customerId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"},"email":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"customerId":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"}},"required":["customerId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"status":{"type":"string"},"currency":{"type":"string"},"customer_id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"orderId":{"type":"string"}},"required":["orderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"per_page":{"type":"number"},"page":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"orderId":{"type":"string"}},"required":["orderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"orderId":{"type":"string"},"status":{"type":"string"}},"required":["orderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"regular_price":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"productId":{"type":"string"}},"required":["productId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"per_page":{"type":"number"},"page":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"productId":{"type":"string"}},"required":["productId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"productId":{"type":"string"},"name":{"type":"string"},"regular_price":{"type":"string"}},"required":["productId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"number"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","default":"https://example.com/wp-json/wc/v3","type":"string","enum":["https://example.com/wp-json/wc/v3"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
export interface CredentialsMap {
|
|
7
|
+
}
|
|
8
|
+
export type SecretId = keyof CredentialsMap;
|
|
9
|
+
export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
10
|
+
constructor(secrets: SecretService);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=pikku-secrets.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,MAAM,WAAW,cAAc;CAE9B;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAA;AAM3C,qBAAa,kBAAmB,SAAQ,sBAAsB,CAAC,cAAc,CAAC;gBAChE,OAAO,EAAE,aAAa;CAGnC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
const CREDENTIALS_META = {};
|
|
6
|
+
export class TypedSecretService extends CoreTypedSecretService {
|
|
7
|
+
constructor(secrets) {
|
|
8
|
+
super(secrets, CREDENTIALS_META);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=pikku-secrets.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AASxG,MAAM,gBAAgB,GAAmC,EAExD,CAAA;AAED,MAAM,OAAO,kBAAmB,SAAQ,sBAAsC;IAC5E,YAAY,OAAsB;QAChC,KAAK,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;IAClC,CAAC;CACF"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService, type CredentialMeta } from '@pikku/core/services'
|
|
5
|
+
import type { SecretService } from '@pikku/core/services'
|
|
6
|
+
|
|
7
|
+
export interface CredentialsMap {
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type SecretId = keyof CredentialsMap
|
|
12
|
+
|
|
13
|
+
const CREDENTIALS_META: Record<string, CredentialMeta> = {
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
18
|
+
constructor(secrets: SecretService) {
|
|
19
|
+
super(secrets, CREDENTIALS_META)
|
|
20
|
+
}
|
|
21
|
+
}
|