@automate.ax/catalog 0.83.0 → 0.83.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/catalog.d.ts +2 -2
- package/dist/catalog.js +1 -1
- package/package.json +1 -1
- package/src/catalog.ts +1 -1
package/dist/catalog.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ export declare const convexService: {
|
|
|
200
200
|
readonly label: "Webhook signing secret";
|
|
201
201
|
readonly name: "webhookSecret";
|
|
202
202
|
readonly placeholder: "At least 32 characters";
|
|
203
|
-
readonly required:
|
|
203
|
+
readonly required: false;
|
|
204
204
|
}];
|
|
205
205
|
readonly id: "deployment-key";
|
|
206
206
|
readonly name: "Deployment key";
|
|
@@ -854,7 +854,7 @@ export declare const integrationCatalog: readonly [{
|
|
|
854
854
|
readonly label: "Webhook signing secret";
|
|
855
855
|
readonly name: "webhookSecret";
|
|
856
856
|
readonly placeholder: "At least 32 characters";
|
|
857
|
-
readonly required:
|
|
857
|
+
readonly required: false;
|
|
858
858
|
}];
|
|
859
859
|
readonly id: "deployment-key";
|
|
860
860
|
readonly name: "Deployment key";
|
package/dist/catalog.js
CHANGED
package/package.json
CHANGED
package/src/catalog.ts
CHANGED