Skip to content

Commit 7f70d1d

Browse files
committed
versions
1 parent 585708d commit 7f70d1d

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-bill",
66
name: "Create Bill",
77
description: "Creates a bill. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#create-a-bill)",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "action",
1010
props: {
1111
quickbooks,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-customer",
66
name: "Create Customer",
77
description: "Creates a customer. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#create-a-customer)",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "action",
1010
props: {
1111
quickbooks,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-invoice",
66
name: "Create Invoice",
77
description: "Creates an invoice. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#create-an-invoice)",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "action",
1010
props: {
1111
quickbooks,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "quickbooks-create-payment",
55
name: "Create Payment",
66
description: "Creates a payment. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#create-a-payment)",
7-
version: "0.0.4",
7+
version: "0.0.5",
88
type: "action",
99
props: {
1010
quickbooks,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-purchase",
66
name: "Create Purchase",
77
description: "Creates a new purchase. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#create-a-purchase)",
8-
version: "0.0.3",
8+
version: "0.0.4",
99
type: "action",
1010
props: {
1111
quickbooks,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-sales-receipt",
66
name: "Create Sales Receipt",
77
description: "Creates a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#create-a-salesreceipt)",
8-
version: "0.0.4",
8+
version: "0.0.5",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/delete-purchase/delete-purchase.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "quickbooks-delete-purchase",
55
name: "Delete Purchase",
66
description: "Delete a specific purchase. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#delete-a-purchase)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
quickbooks,

components/quickbooks/actions/get-bill/get-bill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-bill",
66
name: "Get Bill",
77
description: "Returns info about a bill. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#read-a-bill)",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/get-customer/get-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-customer",
66
name: "Get Customer",
77
description: "Returns info about a customer. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/customer#read-a-customer)",
8-
version: "0.3.5",
8+
version: "0.3.6",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/get-invoice/get-invoice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-invoice",
66
name: "Get Invoice",
77
description: "Returns info about an invoice. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#read-an-invoice)",
8-
version: "0.2.6",
8+
version: "0.2.7",
99
type: "action",
1010
props: {
1111
quickbooks,

0 commit comments

Comments
 (0)