Skip to content

Commit dd554f6

Browse files
committed
[GitHub Actions] Generate NodeJS SDK v3.176.0 from OAS repo
1 parent 313fb2b commit dd554f6

469 files changed

Lines changed: 844 additions & 464 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.175.0",
3+
"version": "3.176.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/neynarxyz/nodejs-sdk.git"

src/api/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ docs/CreateX402Signature200ResponsePayloadAuthorization.md
132132
docs/CreateX402SignatureRequest.md
133133
docs/CreateX402SignatureRequestPaymentRequirements.md
134134
docs/CreateX402SignatureRequestPaymentRequirementsAcceptsInner.md
135+
docs/CreateX402Siwx200Response.md
136+
docs/CreateX402SiwxRequest.md
135137
docs/DeleteCastReqBody.md
136138
docs/DeleteDeployment200Response.md
137139
docs/DeleteDeploymentRequest.md
@@ -580,6 +582,8 @@ models/create-x402-signature-request.ts
580582
models/create-x402-signature200-response-payload-authorization.ts
581583
models/create-x402-signature200-response-payload.ts
582584
models/create-x402-signature200-response.ts
585+
models/create-x402-siwx-request.ts
586+
models/create-x402-siwx200-response.ts
583587
models/delete-cast-req-body.ts
584588
models/delete-deployment-request.ts
585589
models/delete-deployment200-response.ts

src/api/api.ts

Lines changed: 2 additions & 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.175.0
7+
* The version of the OpenAPI document: 3.176.0
88
* Contact: team@neynar.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -200,6 +200,7 @@ export { OnchainApiFactory } from './apis/onchain-api';
200200
export type { OnchainApiInterface } from './apis/onchain-api';
201201
export type { OnchainApiBatchGetTokenMetadataRequest } from './apis/onchain-api';
202202
export type { OnchainApiCreateX402SignatureRequest } from './apis/onchain-api';
203+
export type { OnchainApiCreateX402SiwxRequest } from './apis/onchain-api';
203204
export type { OnchainApiDeployErc721Request } from './apis/onchain-api';
204205
export type { OnchainApiDeployFungibleRequest } from './apis/onchain-api';
205206
export type { OnchainApiFetchBulkRelevantFungibleOwnersRequest } from './apis/onchain-api';

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.175.0
7+
* The version of the OpenAPI document: 3.176.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.175.0
7+
* The version of the OpenAPI document: 3.176.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.175.0
7+
* The version of the OpenAPI document: 3.176.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.175.0
7+
* The version of the OpenAPI document: 3.176.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.175.0
7+
* The version of the OpenAPI document: 3.176.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.175.0
7+
* The version of the OpenAPI document: 3.176.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)