@xentom/integration-framework 0.0.10 → 0.0.11

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.
@@ -58,7 +58,7 @@ export interface SelectControlOptionsCallbackOptions extends IntegrationOptions<
58
58
  }
59
59
  export interface SelectControlOptionsWithMetadata<S = never> {
60
60
  items: SelectControlOption<S>[];
61
- hasMore: boolean;
61
+ hasMore?: boolean;
62
62
  }
63
63
  export interface SelectControlOption<S = never> {
64
64
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xentom/integration-framework",
3
3
  "description": "A type-safe, declarative framework for building composable workflow integrations using nodes, pins, and rich controls.",
4
- "version": "0.0.10",
4
+ "version": "0.0.11",
5
5
  "license": "MIT",
6
6
  "homepage": "https://xentom.com",
7
7
  "author": {