@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 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
@@ -112,7 +112,6 @@ export const codexService = defineIntegrationService({
112
112
  },
113
113
  ],
114
114
  description: "Connect a Codex workspace access token.",
115
- icon: "openai",
116
115
  id: "codex",
117
116
  name: "Codex",
118
117
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.83.2",
3
+ "version": "0.83.3",
4
4
  "description": "Shared integration service and trigger definitions for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/catalog.ts CHANGED
@@ -123,7 +123,6 @@ export const codexService = defineIntegrationService({
123
123
  },
124
124
  ],
125
125
  description: "Connect a Codex workspace access token.",
126
- icon: "openai",
127
126
  id: "codex",
128
127
  name: "Codex",
129
128
  })