@harnessio/react-integration-manager-client 0.3.7 → 0.3.8

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.
@@ -11,6 +11,10 @@ export interface GetAirbyteConnectorCatalogQueryQueryParams {
11
11
  * Type of integration connector
12
12
  */
13
13
  integration_type: string;
14
+ /**
15
+ * Reference to the connector
16
+ */
17
+ connector_ref: string;
14
18
  /**
15
19
  * Filter for specific tables/streams
16
20
  */
@@ -5,5 +5,4 @@ export interface AirbyteFetchAirbyteConnectorCatalogResponse {
5
5
  catalog?: TypesAirbyteCatalogDiscovered;
6
6
  config?: TypesHarnessAirbyteConfig;
7
7
  integration_type?: EnumIntegrationType;
8
- k8s_harness_connector_ref?: string;
9
8
  }
@@ -1,5 +1,5 @@
1
1
  export interface TypesHarnessAirbyteConfig {
2
2
  service_now_harness_connector_ref?: string;
3
- service_now_table_filter?: string;
4
3
  start_date?: string;
4
+ table_filter?: string;
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-integration-manager-client",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Harness React integration manager client - Integration Manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",