@chili-publish/studio-connectors 1.29.1 → 1.31.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -47,6 +47,7 @@ export interface ConnectorConfigValue<Type, ContextType> {
47
47
  readonly displayName: string;
48
48
  readonly type: Type;
49
49
  readonly context?: ContextType[];
50
+ readonly helpText?: string;
50
51
  }
51
52
  /**
52
53
  * Interface for the constructor of ConnectorHttpError.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chili-publish/studio-connectors",
3
- "version": "1.29.1",
3
+ "version": "1.31.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "type": "module",
6
6
  "files": [