@worksafevictoria/wcl7.5 1.1.0-beta.65 → 1.1.0-beta.66

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.65",
3
+ "version": "1.1.0-beta.66",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,10 +18,7 @@ export default {
18
18
  },
19
19
  },
20
20
  formid: {
21
- control: 'string',
22
- table: {
23
- disable: true,
24
- },
21
+ control: 'text',
25
22
  },
26
23
  type: {
27
24
  control: 'text',
@@ -65,7 +62,8 @@ export default {
65
62
  preview: true,
66
63
  type: 'api',
67
64
  formid: 'review_of_an_agent_decision',
68
- contentApiUrl: process.env.CONTENT_API_URL,
65
+ // contentApiUrl: process.env.CONTENT_API_URL,
66
+ contentApiUrl: 'https://content-dev-v2.api.worksafe.vic.gov.au',
69
67
  processID: `proc-id-form-api
70
68
  .toLowerCase()
71
69
  .split(' ')
@@ -100,7 +98,8 @@ Files.args = {
100
98
  preview: false,
101
99
  type: 'api',
102
100
  formid: 'bbtest_webform_file_upload',
103
- contentApiUrl: process.env.CONTENT_API_URL,
101
+ // contentApiUrl: process.env.CONTENT_API_URL,
102
+ contentApiUrl: 'https://content-dev-v2.api.worksafe.vic.gov.au',
104
103
  processID: `proc-id-form-api
105
104
  .toLowerCase()
106
105
  .split(' ')