Skip to content

Commit

Permalink
release(0.2.26): Release typescript-fetch SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Dec 9, 2024
1 parent 7c17441 commit d95e2b8
Show file tree
Hide file tree
Showing 125 changed files with 128 additions and 127 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @emergentmethods/asknews-typescript-sdk@0.2.25
## @emergentmethods/asknews-typescript-sdk@0.2.26

Typescript SDK for the AskNews API.
This SDK utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
Expand All @@ -21,7 +21,7 @@ It can be used in both TypeScript and JavaScript. In TypeScript, the definition
### Installation

```
npm install @emergentmethods/[email protected].25 --save
npm install @emergentmethods/[email protected].26 --save
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emergentmethods/asknews-typescript-sdk",
"version": "0.2.25",
"version": "0.2.26",
"description": "Typescript SDK for AskNews API",
"author": "Emergent Methods <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/AnalyticsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/ChatApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
5 changes: 3 additions & 2 deletions src/apis/ForecastApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -134,7 +134,8 @@ export type GetForecastMethodEnum = typeof GetForecastMethodEnum[keyof typeof Ge
export const GetForecastModelEnum = {
Gpt4o: 'gpt-4o',
Gpt4oMini: 'gpt-4o-mini',
Claude35SonnetLatestclaude35Sonnet20240620: 'claude-3-5-sonnet-latestclaude-3-5-sonnet-20240620',
Claude35SonnetLatest: 'claude-3-5-sonnet-latest',
Claude35Sonnet20240620: 'claude-3-5-sonnet-20240620',
O1Mini: 'o1-mini'
} as const;
export type GetForecastModelEnum = typeof GetForecastModelEnum[keyof typeof GetForecastModelEnum];
Expand Down
2 changes: 1 addition & 1 deletion src/apis/GraphApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/NewsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/PingApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/ProfileApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/RedditApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/StoriesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/WebsearchApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel11.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel14.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel15.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel16.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel17.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel18.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel19.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel21.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel22.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel23.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel24.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel25.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel26.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel27.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel28.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel29.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel30.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel31.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel33.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel34.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel35.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AbcAPIErrorModel36.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.15.9
* The version of the OpenAPI document: 0.15.10
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit d95e2b8

Please sign in to comment.