Skip to content

Commit 2cc2c70

Browse files
committed
versions
1 parent 8b13870 commit 2cc2c70

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-create-ap-aging-report",
66
name: "Create AP Aging Detail Report",
77
description: "Creates an AP aging report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/apagingdetail#query-a-report)",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-create-bill",
77
name: "Create Bill",
88
description: "Creates a bill. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#create-a-bill)",
9-
version: "0.1.7",
9+
version: "0.1.8",
1010
type: "action",
1111
props: {
1212
quickbooks,

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

+1-1
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 the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#create-a-customer)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-create-invoice",
77
name: "Create Invoice",
88
description: "Creates an invoice. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#create-an-invoice)",
9-
version: "0.1.7",
9+
version: "0.1.8",
1010
type: "action",
1111
props: {
1212
quickbooks,

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

+1-1
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 the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#create-a-payment)",
7-
version: "0.0.6",
7+
version: "0.0.7",
88
type: "action",
99
props: {
1010
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "quickbooks-create-pl-report",
88
name: "Create Profit and Loss Detail Report",
99
description: "Creates a profit and loss report in Quickbooks Online. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/profitandloss#query-a-report)",
10-
version: "0.0.2",
10+
version: "0.0.3",
1111
type: "action",
1212
props: {
1313
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-create-purchase",
77
name: "Create Purchase",
88
description: "Creates a new purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#create-a-purchase)",
9-
version: "0.0.5",
9+
version: "0.0.6",
1010
type: "action",
1111
props: {
1212
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-create-sales-receipt",
77
name: "Create Sales Receipt",
88
description: "Creates a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#create-a-salesreceipt)",
9-
version: "0.0.6",
9+
version: "0.0.7",
1010
type: "action",
1111
props: {
1212
quickbooks,

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

+1-1
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 the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill#read-a-bill)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
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 the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/customer#read-a-customer)",
8-
version: "0.3.7",
8+
version: "0.3.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
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 the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#read-an-invoice)",
8-
version: "0.2.8",
8+
version: "0.2.9",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/get-my-company/get-my-company.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "quickbooks-get-my-company",
55
name: "Get My Company",
66
description: "Gets info about a company. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo)",
7-
version: "0.1.7",
7+
version: "0.1.8",
88
type: "action",
99
props: {
1010
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-payment",
66
name: "Get Payment",
77
description: "Returns info about a payment. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#read-a-payment)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/get-purchase-order/get-purchase-order.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-purchase-order",
66
name: "Get Purchase Order",
77
description: "Returns details about a purchase order. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#read-a-purchase-order)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-purchase",
66
name: "Get Purchase",
77
description: "Returns info about a purchase. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#read-a-purchase)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-sales-receipt",
66
name: "Get Sales Receipt",
77
description: "Returns details about a sales receipt. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt#read-a-salesreceipt)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/get-time-activity/get-time-activity.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-get-time-activity",
66
name: "Get Time Activity",
77
description: "Returns info about an activity. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#read-a-timeactivity-object)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-accounts/search-accounts.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-accounts",
66
name: "Search Accounts",
77
description: "Search for accounts. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account#query-an-account)",
8-
version: "0.2.7",
8+
version: "0.2.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-customers/search-customers.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-customers",
66
name: "Search Customers",
77
description: "Searches for customers. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#query-a-customer)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-invoices/search-invoices.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-invoices",
66
name: "Search Invoices",
77
description: "Searches for invoices. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#query-an-invoice)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-items/search-items.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-items",
66
name: "Search Items",
77
description: "Searches for items. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-products/search-products.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-products",
66
name: "Search Products",
77
description: "Search for products. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-purchases/search-purchases.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "quickbooks-search-purchases",
55
name: "Search Purchases",
66
description: "Searches for purchases. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#query-a-purchase)",
7-
version: "0.0.5",
7+
version: "0.0.6",
88
type: "action",
99
props: {
1010
quickbooks,

components/quickbooks/actions/search-query/search-query.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-query",
66
name: "Search Query",
77
description: "Performs a search query against a Quickbooks entity. [See the documentation](https://developer.intuit.com/app/develophttps://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-services/search-services.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-services",
66
name: "Search Services",
77
description: "Search for services. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#query-an-item)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-time-activities/search-time-activities.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-time-activities",
66
name: "Search Time Activities",
77
description: "Searches for time activities. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity#query-a-timeactivity-object)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/search-vendors/search-vendors.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-search-vendors",
66
name: "Search Vendors",
77
description: "Searches for vendors. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendor#query-a-vendor)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-update-customer",
66
name: "Update Customer",
77
description: "Updates a customer. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer#full-update-a-customer)",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/actions/update-item/update-item.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "quickbooks-update-item",
66
name: "Update Item",
77
description: "Updates an item. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item#full-update-an-item)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
quickbooks,

components/quickbooks/sources/new-customer-created/new-customer-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-customer-created",
77
name: "New Customer Created",
88
description: "Emit new event when a new customer is created.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-customer-updated/new-customer-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-customer-updated",
77
name: "New Customer Updated",
88
description: "Emit new event when a customer is updated.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-employee-created/new-employee-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-employee-created",
77
name: "New Employee Created",
88
description: "Emit new event when a new employee is created.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-employee-updated/new-employee-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-employee-updated",
77
name: "New Employee Updated",
88
description: "Emit new event when an employee is updated.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-invoice-created/new-invoice-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-invoice-created",
77
name: "New Invoice Created",
88
description: "Emit new event when a new invoice is created.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-invoice-updated/new-invoice-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-invoice-updated",
77
name: "New Invoice Updated",
88
description: "Emit new event when an invoice is updated.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-item-created/new-item-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-item-created",
77
name: "New Item Created",
88
description: "Emit new event when a new item is created.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-item-updated/new-item-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-item-updated",
77
name: "New Item Updated",
88
description: "Emit new event when an item is updated.",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)