
* WIP * Added script and making implementation more roboust * Added rollback on issues with the migration * Cleanup the code * Use allSettled instead of all * Do not check spelling in schema files. Schema is pulled from the API and is not controlled by our team * Update the pkg json * Fix typo on log message * Add dedupe to the ignored words. Its used by codegen * Add changesets
5 lines
275 B
TypeScript
5 lines
275 B
TypeScript
export * from "./src/operations/create-app-webhook";
|
|
export * from "./src/operations/modify-app-webhook";
|
|
export * from "./src/operations/remove-app-webhook";
|
|
export * from "./src/operations/get-app-details-and-webhooks-data";
|
|
export * from "./src/webhook-migration-runner";
|