Skip to content

Commit 59a40fe

Browse files
committed
refactoring
1 parent be43604 commit 59a40fe

File tree

31 files changed

+161
-161
lines changed

31 files changed

+161
-161
lines changed

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import quickbooks from "../../quickbooks.app.mjs";
44
export default {
55
key: "quickbooks-get-bill",
66
name: "Get Bill",
7-
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)",
7+
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)",
88
version: "0.1.6",
99
type: "action",
1010
props: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import quickbooks from "../../quickbooks.app.mjs";
44
export default {
55
key: "quickbooks-get-customer",
66
name: "Get Customer",
7-
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)",
7+
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)",
88
version: "0.3.6",
99
type: "action",
1010
props: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import quickbooks from "../../quickbooks.app.mjs";
44
export default {
55
key: "quickbooks-get-invoice",
66
name: "Get Invoice",
7-
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)",
7+
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)",
88
version: "0.2.7",
99
type: "action",
1010
props: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import quickbooks from "../../quickbooks.app.mjs";
33
export default {
44
key: "quickbooks-get-my-company",
55
name: "Get My Company",
6-
description: "Gets info about a company. [See docs here](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo)",
6+
description: "Gets info about a company. [See the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/companyinfo)",
77
version: "0.1.6",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)