@truedat/core 5.3.3 → 5.4.1
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.1",
|
|
4
4
|
"description": "Truedat Web Core",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"react-dom": ">= 16.8.6 < 17",
|
|
118
118
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "9fe624f3a1f5366c03d532c68e741622e8356608"
|
|
121
121
|
}
|
|
@@ -97,7 +97,7 @@ exports[`<CatalogMenu /> matches the latest snapshot 1`] = `
|
|
|
97
97
|
<a
|
|
98
98
|
aria-checked="false"
|
|
99
99
|
class="item"
|
|
100
|
-
href="/
|
|
100
|
+
href="/bulkUpdateTemplateContentEvents"
|
|
101
101
|
name="structures_upload_events"
|
|
102
102
|
role="option"
|
|
103
103
|
>
|
package/src/routes.js
CHANGED
|
@@ -174,8 +174,8 @@ export const SOURCE_JOBS = "/sources/:sourceId/jobs";
|
|
|
174
174
|
export const SOURCE_JOBS_NEW = "/sources/:sourceId/jobs/new";
|
|
175
175
|
export const STRUCTURE = "/structures/:id";
|
|
176
176
|
export const STRUCTURES = "/structures";
|
|
177
|
-
export const STRUCTURES_BULK_UPDATE = "/structures/
|
|
178
|
-
export const STRUCTURES_UPLOAD_EVENTS = "/
|
|
177
|
+
export const STRUCTURES_BULK_UPDATE = "/structures/bulkUpdate";
|
|
178
|
+
export const STRUCTURES_UPLOAD_EVENTS = "/bulkUpdateTemplateContentEvents";
|
|
179
179
|
export const STRUCTURE_CHILDREN = "/structures/:id/children";
|
|
180
180
|
export const STRUCTURE_EVENTS = "/structures/:id/events";
|
|
181
181
|
export const STRUCTURE_GRANTS = "/structures/:id/grants";
|