You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twitter-openapi-typescript-generated/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## twitter-openapi-typescript-generated@0.0.6
1
+
## twitter-openapi-typescript-generated@0.0.7
2
2
3
3
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
Copy file name to clipboardExpand all lines: twitter-openapi-typescript-generated/src/apis/DefaultApi.ts
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ import {
24
24
25
25
exportinterfaceGetProfileSpotlightsQueryRequest{
26
26
pathQueryId: string;
27
-
queryId: string;
28
27
variables: string;
29
28
features: string;
30
29
}
@@ -42,10 +41,6 @@ export class DefaultApi extends runtime.BaseAPI {
42
41
thrownewruntime.RequiredError('pathQueryId','Required parameter requestParameters.pathQueryId was null or undefined when calling getProfileSpotlightsQuery.');
thrownewruntime.RequiredError('variables','Required parameter requestParameters.variables was null or undefined when calling getProfileSpotlightsQuery.');
51
46
}
@@ -56,10 +51,6 @@ export class DefaultApi extends runtime.BaseAPI {
@@ -196,10 +179,6 @@ export class TweetApi extends runtime.BaseAPI {
196
179
thrownewruntime.RequiredError('pathQueryId','Required parameter requestParameters.pathQueryId was null or undefined when calling getHomeLatestTimeline.');
@@ -454,10 +413,6 @@ export class TweetApi extends runtime.BaseAPI {
454
413
thrownewruntime.RequiredError('pathQueryId','Required parameter requestParameters.pathQueryId was null or undefined when calling getListLatestTweetsTimeline.');
thrownewruntime.RequiredError('queryId','Required parameter requestParameters.queryId was null or undefined when calling getListLatestTweetsTimeline.');
thrownewruntime.RequiredError('variables','Required parameter requestParameters.variables was null or undefined when calling getListLatestTweetsTimeline.');
463
418
}
@@ -468,10 +423,6 @@ export class TweetApi extends runtime.BaseAPI {
@@ -798,10 +725,6 @@ export class TweetApi extends runtime.BaseAPI {
798
725
thrownewruntime.RequiredError('pathQueryId','Required parameter requestParameters.pathQueryId was null or undefined when calling getUserTweetsAndReplies.');
thrownewruntime.RequiredError('variables','Required parameter requestParameters.variables was null or undefined when calling getUserTweetsAndReplies.');
807
730
}
@@ -812,10 +735,6 @@ export class TweetApi extends runtime.BaseAPI {
Copy file name to clipboardExpand all lines: twitter-openapi-typescript-generated/src/apis/UserApi.ts
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ import {
24
24
25
25
exportinterfaceGetUserByScreenNameRequest{
26
26
pathQueryId: string;
27
-
queryId: string;
28
27
variables: string;
29
28
features: string;
30
29
}
@@ -42,10 +41,6 @@ export class UserApi extends runtime.BaseAPI {
42
41
thrownewruntime.RequiredError('pathQueryId','Required parameter requestParameters.pathQueryId was null or undefined when calling getUserByScreenName.');
0 commit comments