@automate.ax/catalog 0.83.2 → 0.83.3
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 +0 -2
- package/dist/catalog.js +0 -1
- package/package.json +1 -1
- package/src/catalog.ts +0 -1
package/dist/catalog.d.ts
CHANGED
|
@@ -152,7 +152,6 @@ export declare const codexService: {
|
|
|
152
152
|
readonly type: "form";
|
|
153
153
|
}];
|
|
154
154
|
readonly description: "Connect a Codex workspace access token.";
|
|
155
|
-
readonly icon: "openai";
|
|
156
155
|
readonly id: "codex";
|
|
157
156
|
readonly name: "Codex";
|
|
158
157
|
};
|
|
@@ -808,7 +807,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
808
807
|
readonly type: "form";
|
|
809
808
|
}];
|
|
810
809
|
readonly description: "Connect a Codex workspace access token.";
|
|
811
|
-
readonly icon: "openai";
|
|
812
810
|
readonly id: "codex";
|
|
813
811
|
readonly name: "Codex";
|
|
814
812
|
}, {
|
package/dist/catalog.js
CHANGED
package/package.json
CHANGED