Skip to content

Commit d88b646

Browse files
committed
fix: exclude unused API from generation
1 parent 7035687 commit d88b646

File tree

7 files changed

+2092
-3385
lines changed

7 files changed

+2092
-3385
lines changed

.openapi-ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

nodes/Liveblocks/LiveblocksTrigger.node.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ export class LiveblocksTrigger implements INodeType {
221221
],
222222
};
223223

224+
/*
225+
The project management API uses a different API key not available to this package
226+
so we cannot automatically check/create webhooks here using webhookMethods
227+
webhookMethods: {}
228+
*/
229+
224230
async webhook(this: IWebhookFunctions): Promise<IWebhookResponseData> {
225231
const credentials = await this.getCredentials('liveblocksWebhookSigningSecretApi');
226232
const webhookSecret = credentials.webhookSigningSecret as string;

nodes/Liveblocks/client/index.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

nodes/Liveblocks/client/sdk.gen.ts

Lines changed: 1 addition & 217 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)