Skip to content

Commit 47c76ac

Browse files
committed
update @pipedream/quickbooks version`
1 parent 91f7856 commit 47c76ac

File tree

49 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+50
-50
lines changed

components/quickbooks_sandbox/actions/create-ap-aging-report/create-ap-aging-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-ap-aging-report",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-bill/create-bill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-bill",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-customer/create-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-customer",
14-
version: "0.1.4",
14+
version: "0.1.5",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-estimate/create-estimate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-estimate",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-invoice/create-invoice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-invoice",
14-
version: "0.1.4",
14+
version: "0.1.5",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-payment/create-payment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-payment",
14-
version: "0.1.4",
14+
version: "0.1.5",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-pl-report/create-pl-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-pl-report",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-purchase-order/create-purchase-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-purchase-order",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-purchase/create-purchase.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-purchase",
14-
version: "0.1.4",
14+
version: "0.1.5",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-sales-receipt/create-sales-receipt.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-create-sales-receipt",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
name,
1616
description,
1717
type,

0 commit comments

Comments
 (0)