Skip to content

Commit

Permalink
Release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Jun 21, 2024
1 parent a3f3c27 commit 36ccaa7
Show file tree
Hide file tree
Showing 1,367 changed files with 1,220 additions and 184,384 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/fake-pr-tests.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
35 changes: 17 additions & 18 deletions adapter/0.1.17.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

/**
* Copyright © 2016-2018 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.
*
* 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": [<names of new property>],
Expand Down Expand Up @@ -40,20 +39,20 @@
* },
* }
*/
{
{
"delete": {
"field": {
"number": [ "index_options" ],
"date": [ "index_options" ],
"boolean": [ "index_options" ],
"binary": [ "index_options" ],
"range": [ "index_options" ],
"geo-point": [ "index_options" ],
"geo-shape": [ "index_options" ],
"array": [ "index_options" ],
"nested": [ "index_options" ],
"null": [ "index_options" ],
"object": [ "index_options" ]
"number": ["index_options"],
"date": ["index_options"],
"boolean": ["index_options"],
"binary": ["index_options"],
"range": ["index_options"],
"geo-point": ["index_options"],
"geo-shape": ["index_options"],
"array": ["index_options"],
"nested": ["index_options"],
"null": ["index_options"],
"object": ["index_options"]
}
},
"modify": {
Expand All @@ -69,4 +68,4 @@
}
]
}
}
}
19 changes: 8 additions & 11 deletions adapter/0.1.9.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

/**
* Copyright © 2016-2018 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.
*
* 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": [<names of new property>],
Expand Down Expand Up @@ -40,11 +39,9 @@
* },
* }
*/
{
"add": {
},
"delete": {
},
{
"add": {},
"delete": {},
"modify": {
"container": [
{
Expand Down Expand Up @@ -78,4 +75,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion central_pane/dtdAbbreviation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"bool": "{0/1}",
"bytes": "{BYTES}",
"null": "{null}"
}
}
Loading

0 comments on commit 36ccaa7

Please sign in to comment.