Skip to content

Commit 9246a30

Browse files
committed
[GitHub Actions] Generate NodeJS SDK v3.30.0 from OAS repo
1 parent df8ab99 commit 9246a30

352 files changed

Lines changed: 698 additions & 348 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

oas

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neynar/nodejs-sdk",
3-
"version": "3.29.0",
3+
"version": "3.30.0",
44
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

src/api/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ models/fetch-relevant-frames200-response-relevant-frames-inner-frame.ts
135135
models/fetch-relevant-frames200-response-relevant-frames-inner.ts
136136
models/fetch-relevant-frames200-response.ts
137137
models/fetch-user-interactions200-response.ts
138+
models/fetch-user-reciprocal-followers200-response.ts
138139
models/fname-availability-response.ts
139140
models/follow-req-body.ts
140141
models/follow-response.ts
@@ -236,6 +237,7 @@ models/reaction-with-cast-info.ts
236237
models/reaction-with-user-info.ts
237238
models/reactions-cast-response.ts
238239
models/reactions-response.ts
240+
models/reciprocal-follower.ts
239241
models/register-auth-address-developer-managed-signed-key-req-body.ts
240242
models/register-developer-managed-signed-key-req-body.ts
241243
models/register-signed-key-for-developer-managed-auth-address200-response.ts

src/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/action-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/agents-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/app-host-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/auth-address-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/ban-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/api/apis/block-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Neynar API
55
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
66
*
7-
* The version of the OpenAPI document: 3.29.0
7+
* The version of the OpenAPI document: 3.30.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)