Skip to content

Commit 8ab8b55

Browse files
committed
versions
1 parent 7badfa8 commit 8ab8b55

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

components/dataforseo/actions/get-backlinks-history/get-backlinks-history.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Backlinks History",
66
description:
77
"Get historical backlinks data back to the beginning of 2019. [See the documentation](https://docs.dataforseo.com/v3/backlinks/history/live/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
methods: {
1111
getBacklinksHistory(args = {}) {

components/dataforseo/actions/get-backlinks-summary/get-backlinks-summary.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Get Backlinks Summary",
77
description:
88
"Get an overview of backlinks data available for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/summary/live/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
methods: {
1212
getBacklinksSummary(args = {}) {

components/dataforseo/actions/get-backlinks/get-backlinks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Get Backlinks",
77
description:
88
"Get a list of backlinks and relevant data for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/backlinks/live/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
methods: {
1212
getBacklinks(args = {}) {

components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Bulk Backlinks",
66
description:
77
"Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
methods: {
1111
getBulkBacklinks(args = {}) {

components/dataforseo/actions/get-bulk-ranks/get-bulk-ranks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Bulk Ranks",
66
description:
77
"Get rank scores of specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
methods: {
1111
getBacklinksBulkRanks(args = {}) {

components/dataforseo/actions/get-bulk-referring-domains/get-bulk-referring-domains.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Bulk Referring Domains",
66
description:
77
"Get the number of referring domains pointing to the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
methods: {
1111
getBulkReferringDomains(args = {}) {

components/dataforseo/actions/get-bulk-spam-score/get-bulk-spam-score.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Bulk Spam Score",
66
description:
77
"Get spam scores of the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
methods: {
1111
getBulkSpamScore(args = {}) {

components/dataforseo/actions/get-business-listings/get-business-listings.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "dataforseo-get-business-listings",
55
name: "Get Business Listings",
66
description: "Get Business Listings. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/?bash)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
dataforseo,

components/dataforseo/actions/get-categories-aggregation/get-categories-aggregation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Get Categories Aggregation",
77
description:
88
"Get information about groups of related categories and the number of entities in each category. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
methods: {
1212
getCategoriesAggregation(args = {}) {

components/dataforseo/actions/get-domain-pages-summary/get-domain-pages-summary.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Get Domain Pages Summary",
77
description:
88
"Get detailed summary data on all backlinks and related metrics for each page of the specified domain or subdomain. [See the documentation](https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
methods: {
1212
getDomainPagesSummary(args = {}) {

0 commit comments

Comments
 (0)