diff --git a/components/quickbooks_sandbox/package.json b/components/quickbooks_sandbox/package.json index b45082f443247..09d6520015efd 100644 --- a/components/quickbooks_sandbox/package.json +++ b/components/quickbooks_sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/quickbooks_sandbox", - "version": "0.2.0", + "version": "0.3.0", "description": "Pipedream Quickbooks Sandbox Components", "main": "quickbooks_sandbox.app.mjs", "keywords": [ @@ -13,6 +13,6 @@ "access": "public" }, "dependencies": { - "@pipedream/quickbooks": "^0.6.1" + "@pipedream/quickbooks": "^0.7.0" } } diff --git a/components/quickbooks_sandbox/sources/new-purchase-created/new-purchase-created.mjs b/components/quickbooks_sandbox/sources/new-purchase-created/new-purchase-created.mjs new file mode 100644 index 0000000000000..bf8606cf50ae0 --- /dev/null +++ b/components/quickbooks_sandbox/sources/new-purchase-created/new-purchase-created.mjs @@ -0,0 +1,22 @@ +import app from "../../quickbooks_sandbox.app.mjs"; +import common from "@pipedream/quickbooks/sources/new-purchase-created/new-purchase-created.mjs"; + +import { adjustPropDefinitions } from "../../common/utils.mjs"; + +const { + name, description, type, ...others +} = common; +const props = adjustPropDefinitions(others.props, app); + +export default { + ...others, + key: "quickbooks_sandbox-new-purchase-created", + version: "0.0.1", + name, + description, + type, + props: { + quickbooks: app, + ...props, + }, +}; diff --git a/components/quickbooks_sandbox/sources/new-purchase-updated/new-purchase-updated.mjs b/components/quickbooks_sandbox/sources/new-purchase-updated/new-purchase-updated.mjs new file mode 100644 index 0000000000000..33e06a789730d --- /dev/null +++ b/components/quickbooks_sandbox/sources/new-purchase-updated/new-purchase-updated.mjs @@ -0,0 +1,22 @@ +import app from "../../quickbooks_sandbox.app.mjs"; +import common from "@pipedream/quickbooks/sources/new-purchase-updated/new-purchase-updated.mjs"; + +import { adjustPropDefinitions } from "../../common/utils.mjs"; + +const { + name, description, type, ...others +} = common; +const props = adjustPropDefinitions(others.props, app); + +export default { + ...others, + key: "quickbooks_sandbox-new-purchase-updated", + version: "0.0.1", + name, + description, + type, + props: { + quickbooks: app, + ...props, + }, +}; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6e00927c63e9..adca9257b10f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11022,8 +11022,8 @@ importers: components/quickbooks_sandbox: dependencies: '@pipedream/quickbooks': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.0 + version: 0.7.0 components/quickemailverification: dependencies: @@ -19335,8 +19335,8 @@ packages: '@pipedream/postgresql@2.2.3': resolution: {integrity: sha512-Co9r4UKvvimEPo9T4v+EfVn/Sqqw8+X7PtvsAF7tydq7CHpkmOT9eYAiD0Kuybg5WbuWuqDaXHHmhVtsAxgpBw==} - '@pipedream/quickbooks@0.6.1': - resolution: {integrity: sha512-17uGEBdLTUk7FkyCwuaNT1eQodvnS4xN+w1+kSdtMw2GV8guzQU9/oB/IjECDDyDvO4Ba0ulfm9xb544bKWf/w==} + '@pipedream/quickbooks@0.7.0': + resolution: {integrity: sha512-x9wDX90dDGw6mfWveMPWDwosm0KaZpxy2cs9Qt+mDPa4VPXYwnIh3EC+rqatnQTMrOWFh85deYJEb5A9xqUuiQ==} '@pipedream/ramp@0.1.2': resolution: {integrity: sha512-vYC5OPJo+kxhYYav5y0Mb7WihbLqNdoUO/CnOH1rHfKKNI4E23LLLLICn3VAl0gRc7xbWLHf4Nmcyjw7qf5k7Q==} @@ -36957,7 +36957,7 @@ snapshots: - debug - pg-native - '@pipedream/quickbooks@0.6.1': + '@pipedream/quickbooks@0.7.0': dependencies: '@pipedream/platform': 3.1.0 transitivePeerDependencies: @@ -37391,6 +37391,8 @@ snapshots: '@putout/operator-filesystem': 5.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3)) '@putout/operator-json': 2.2.0 putout: 36.13.1(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - supports-color '@putout/operator-regexp@1.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3))': dependencies: