dataforseo-client 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -16
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -7,20 +7,21 @@ This is a TypeScript client providing you, as a developer, with a tool for obtai
7
7
 
8
8
  DataForSEO API uses REST technology for interchanging data between your application and our service. The data exchange is made through the widely used HTTP protocol, which allows using our API with almost any programming language.
9
9
 
10
- Client contains 12 sections (aka APIs):
11
-
12
- - SERP ([source docs](./docs/classes/SerpApi.md) | [api docs](https://docs.dataforseo.com/v3/serp/overview/?bash))
13
- - Keywords Data ([source docs](./docs/classes/KeywordsDataApi.md) | [api docs](https://docs.dataforseo.com/v3/keywords_data/overview/?bash))
14
- - Domain Analytics ([source docs](./docs/classes/DomainAnalyticsApi.md) | [api docs](https://docs.dataforseo.com/v3/domain_analytics/overview/?bash))
15
- - DataForSEO Labs ([source docs](./docs/classes/DataforseoLabsApi.md) | [api docs](https://docs.dataforseo.com/v3/dataforseo_labs/overview/?bash))
16
- - Backlinks ([source docs](./docs/classes/BacklinksApi.md) | [api docs](https://docs.dataforseo.com/v3/backlinks/overview/?bash))
17
- - OnPage ([source docs](./docs/classes/OnPageApi.md) | [api docs](https://docs.dataforseo.com/v3/on_page/overview/?bash))
18
- - Content Analysis ([source docs](./docs/classes/ContentAnalysisApi.md) | [api docs](https://docs.dataforseo.com/v3/content_analysis/overview/?bash))
19
- - Content Generation ([source docs](./docs/classes/ContentGenerationApi.md) | [api docs](https://docs.dataforseo.com/v3/content_generation/overview/?bash))
20
- - Merchant ([source docs](./docs/classes/MerchantApi.md) | [api docs](https://docs.dataforseo.com/v3/merchant/overview/?bash))
21
- - App Data ([source docs](./docs/classes/AppDataApi.md) | [api docs](https://docs.dataforseo.com/v3/app_data/overview/?bash))
22
- - Business Data ([source docs](./docs/classes/BusinessDataApi.md) | [api docs](https://docs.dataforseo.com/v3/business_data/overview/?bash))
23
- - Appendix ([source docs](./docs/classes/AppendixApi.md) | [api docs](https://docs.dataforseo.com/v3/appendix/user_data/?bash))
10
+ Client contains 13 sections (aka APIs):
11
+
12
+ - AI Optimization API (source docs | api docs)
13
+ - SERP ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/SerpApi.md) | [api docs](https://docs.dataforseo.com/v3/serp/overview/?bash))
14
+ - Keywords Data ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/KeywordsDataApi.md) | [api docs](https://docs.dataforseo.com/v3/keywords_data/overview/?bash))
15
+ - Domain Analytics ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/DomainAnalyticsApi.md) | [api docs](https://docs.dataforseo.com/v3/domain_analytics/overview/?bash))
16
+ - DataForSEO Labs ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/DataforseoLabsApi.md) | [api docs](https://docs.dataforseo.com/v3/dataforseo_labs/overview/?bash))
17
+ - Backlinks ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/BacklinksApi.md) | [api docs](https://docs.dataforseo.com/v3/backlinks/overview/?bash))
18
+ - OnPage ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/OnPageApi.md) | [api docs](https://docs.dataforseo.com/v3/on_page/overview/?bash))
19
+ - Content Analysis ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/ContentAnalysisApi.md) | [api docs](https://docs.dataforseo.com/v3/content_analysis/overview/?bash))
20
+ - Content Generation ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/ContentGenerationApi.md) | [api docs](https://docs.dataforseo.com/v3/content_generation/overview/?bash))
21
+ - Merchant ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/MerchantApi.md) | [api docs](https://docs.dataforseo.com/v3/merchant/overview/?bash))
22
+ - App Data ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/AppDataApi.md) | [api docs](https://docs.dataforseo.com/v3/app_data/overview/?bash))
23
+ - Business Data ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/BusinessDataApi.md) | [api docs](https://docs.dataforseo.com/v3/business_data/overview/?bash))
24
+ - Appendix ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/AppendixApi.md) | [api docs](https://docs.dataforseo.com/v3/appendix/user_data/?bash))
24
25
 
25
26
  API Contains 2 types of requests:
26
27
 
@@ -31,11 +32,11 @@ For more details, please follow [here](https://docs.dataforseo.com/v3/?bash)
31
32
 
32
33
  ## YAML Spec
33
34
 
34
- Our API description is based on the OpenAPI [syntax](https://spec.openapis.org/oas/v3.1.0) in YAML format. The YAML file is attached to the project [here](./openapi_specification.yaml)
35
+ Our API description is based on the OpenAPI [syntax](https://spec.openapis.org/oas/v3.1.0) in YAML format. The YAML file is attached to the project [here](https://github.com/dataforseo/OpenApiDocumentation)
35
36
 
36
37
  ## Documentation
37
38
 
38
- The documentation for code objects, formatted in Markdown (.md) is available [here](./docs/). Official documentation for DataForSEO API is available [here](https://docs.dataforseo.com/v3/?bash).
39
+ The documentation for code objects, formatted in Markdown (.md) is available [here](https://github.com/dataforseo/TypeScriptClient/tree/master/docs). Official documentation for DataForSEO API is available [here](https://docs.dataforseo.com/v3/?bash).
39
40
 
40
41
  ## Code generation
41
42
 
package/package.json CHANGED
@@ -1,18 +1,17 @@
1
1
  {
2
2
  "name": "dataforseo-client",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
7
7
  "description": "API client that provide services of DataForSeo API \n\n For more information about client code generation, please follow to github",
8
8
  "scripts": {
9
- "fix": "node fix-esm-imports.js",
10
9
  "build:esm": "tsc -p tsconfig.esm.json && node fix-esm-imports.js",
11
10
  "build:cjs": "tsc -p tsconfig.cjs.json",
12
11
  "build": "npm run build:esm && npm run build:cjs",
13
12
  "test": "jest --verbose"
14
13
  },
15
- "files": [
14
+ "files":[
16
15
  "dist",
17
16
  "README.md",
18
17
  "package.json"
@@ -33,9 +32,9 @@
33
32
  },
34
33
  "sideEffects": false,
35
34
  "devDependencies": {
36
- "@types/jest": "^29.0.0",
37
35
  "jest": "^29.0.0",
38
36
  "ts-jest": "^29.0.0",
37
+ "@types/jest": "^29.0.0",
39
38
  "typescript": "^5.0.0"
40
39
  },
41
40
  "repository": {
@@ -45,4 +44,4 @@
45
44
  "author": "dataforseo",
46
45
  "license": "ISC",
47
46
  "homepage": "https://github.com/dataforseo/TypeScriptClient#readme"
48
- }
47
+ }