ccs-digitalmarketplace-frameworks 3.3.0 → 3.3.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/frameworks/digital-outcomes-and-specialists-7/questions/services/icoRegistered.yml +1 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/icoRegistrationReference.yml +2 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqIcoRegistered.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqOtherTradeOrIndustryBodies.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/otherTradeOrIndustryBodies.yml +2 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/otherTradeOrIndustryBodiesOther.yml +4 -3
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
name: Registration reference
|
|
1
2
|
question: Enter your registration reference
|
|
2
3
|
|
|
3
4
|
depends:
|
|
@@ -12,5 +13,5 @@ hidden: true
|
|
|
12
13
|
validations:
|
|
13
14
|
- name: answer_required
|
|
14
15
|
message: Enter your registration reference
|
|
15
|
-
- name:
|
|
16
|
+
- name: under_10_words
|
|
16
17
|
message: "Your answer must be no longer than 10 words"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
name: Other trade or industry bodies you are a member of
|
|
2
|
+
question: Specify any other trade or industry bodies you are a member of
|
|
2
3
|
|
|
3
4
|
depends:
|
|
4
5
|
- "on": lot
|
|
@@ -11,8 +12,8 @@ hidden: true
|
|
|
11
12
|
|
|
12
13
|
validations:
|
|
13
14
|
- name: answer_required
|
|
14
|
-
message: Enter any other trade or industry bodies you a member of
|
|
15
|
-
- name:
|
|
15
|
+
message: Enter any other trade or industry bodies you are a member of
|
|
16
|
+
- name: under_200_words
|
|
16
17
|
message: "Your answer must be no more than 200 words"
|
|
17
18
|
- name: under_character_limit
|
|
18
19
|
message: "Your answer must be no more than 2000 characters"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|