diff --git a/adapter/0.1.70.json b/adapter/0.1.70.json new file mode 100644 index 0000000..981a62a --- /dev/null +++ b/adapter/0.1.70.json @@ -0,0 +1,58 @@ +/** + * Copyright © 2016-2024 by IntegrIT S.A. dba Hackolade. All rights reserved. + * + * The copyright to the computer software herein is the property of IntegrIT S.A. + * The software may be used and/or copied only with the written permission of + * IntegrIT S.A. or in accordance with the terms and conditions stipulated in + * the agreement/contract under which the software has been supplied. + * + * { + * "add": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "delete": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "modify": { + * "entity": [ + * { + * "from": { }, + * "to": { } + * } + * ], + * "container": [], + * "model": [], + * "view": [], + * "field": [] + * }, + * } + */ +{ + "modify": { + "field": [ + [ + "convertPropertyValueToType", + { + "fieldKeyword": "sample", + "convertToType": "number", + "dependency": { + "key": "type", + "value": "numeric" + } + } + ] + ] + } +} \ No newline at end of file