From 050a04acafe5b586cd2e58acca656a2359fd730d Mon Sep 17 00:00:00 2001 From: AASHISH MALIK Date: Fri, 8 Mar 2024 12:17:32 +0530 Subject: [PATCH 1/2] fix: move assosiation to required field hs for retl connection (#1262) --- .../destinations/hs/ui-config.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/configurations/destinations/hs/ui-config.json b/src/configurations/destinations/hs/ui-config.json index 997933543..635ea2fed 100644 --- a/src/configurations/destinations/hs/ui-config.json +++ b/src/configurations/destinations/hs/ui-config.json @@ -94,6 +94,20 @@ } ] } + }, + { + "type": "checkbox", + "label": "Create associations between object records", + "configKey": "doAssociation", + "default": false, + "preRequisites": { + "fields": [ + { + "configKey": "apiVersion", + "value": "newApi" + } + ] + } } ] } @@ -136,20 +150,6 @@ "regexErrorMessage": "Invalid Hub ID", "placeholder": "e.g: 74X991", "note": "Your Hub ID (under account name)" - }, - { - "type": "checkbox", - "label": "Create associations between object records", - "configKey": "doAssociation", - "default": false, - "preRequisites": { - "fields": [ - { - "configKey": "apiVersion", - "value": "newApi" - } - ] - } } ] } From 6e48669585af0c8f100338dc46daa1ee85eef72e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 8 Mar 2024 06:50:31 +0000 Subject: [PATCH 2/2] chore(release): 1.67.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff59484a..76adadf2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.67.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.67.0...v1.67.1) (2024-03-08) + + +### Bug Fixes + +* move assosiation to required field hs for retl connection ([#1262](https://github.com/rudderlabs/rudder-config-schema/issues/1262)) ([050a04a](https://github.com/rudderlabs/rudder-config-schema/commit/050a04acafe5b586cd2e58acca656a2359fd730d)) + ## [1.67.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.66.1...v1.67.0) (2024-03-04) diff --git a/package-lock.json b/package-lock.json index 8342a68a4..8c47a3990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.67.0", + "version": "1.67.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.67.0", + "version": "1.67.1", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 995b9a7fb..8d77e4cf7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.67.0", + "version": "1.67.1", "description": "", "main": "src/index.ts", "private": true,