ccs-digitalmarketplace-frameworks 1.2.10 → 1.2.14
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-6/questions/declaration/subcontractingInvoicesPaid.yml +1 -3
- package/frameworks/g-cloud-13/questions/declaration/multiqServiceProfessional.yml +6 -6
- package/frameworks/g-cloud-13/questions/declaration/{serviceCloudServiceProvision.yml → serviceCloudServiceProfessional.yml} +0 -0
- package/frameworks/g-cloud-13/questions/declaration/{serviceCloudServiceProvision2.yml → serviceCloudServiceProfessional2.yml} +0 -0
- package/frameworks/g-cloud-13/questions/declaration/{serviceCloudServiceProvision3.yml → serviceCloudServiceProfessional3.yml} +0 -0
- package/frameworks/g-cloud-13/questions/declaration/{serviceCloudServiceProvision4.yml → serviceCloudServiceProfessional4.yml} +0 -0
- package/frameworks/g-cloud-13/questions/declaration/{serviceCloudServiceProvision5.yml → serviceCloudServiceProfessional5.yml} +0 -0
- package/frameworks/g-cloud-13/questions/declaration/servicesHaveOrprofessionalService.yml +19 -12
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
id: multiqServiceProfessional
|
|
2
|
-
name:
|
|
2
|
+
name: Services are cloud-related (cloud professional)
|
|
3
3
|
question: ""
|
|
4
4
|
|
|
5
5
|
type: multiquestion
|
|
6
6
|
questions:
|
|
7
7
|
- servicesHaveOrprofessionalService
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
8
|
+
- serviceCloudServiceProfessional
|
|
9
|
+
- serviceCloudServiceProfessional2
|
|
10
|
+
- serviceCloudServiceProfessional3
|
|
11
|
+
- serviceCloudServiceProfessional4
|
|
12
|
+
- serviceCloudServiceProfessional5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -5,20 +5,25 @@ question: >
|
|
|
5
5
|
- enable the delivery of cloud services
|
|
6
6
|
- comply with the definition of Cloud Professional Service in the framework agreement
|
|
7
7
|
|
|
8
|
-
type:
|
|
8
|
+
type: radios
|
|
9
|
+
options:
|
|
10
|
+
- label: 'Yes'
|
|
11
|
+
values: cloud-professional-yes
|
|
12
|
+
- label: My organisation isn't submitting cloud professional (lot 4) services
|
|
13
|
+
values: No
|
|
9
14
|
|
|
10
|
-
followup:
|
|
11
|
-
serviceCloudServiceProvision:
|
|
12
|
-
- true
|
|
13
|
-
serviceCloudServiceProvision2:
|
|
14
|
-
- true
|
|
15
|
-
serviceCloudServiceProvision3:
|
|
16
|
-
- true
|
|
17
|
-
serviceCloudServiceProvision4:
|
|
18
|
-
- true
|
|
19
|
-
serviceCloudServiceProvision5:
|
|
20
|
-
- true
|
|
21
15
|
|
|
16
|
+
followup:
|
|
17
|
+
serviceCloudServiceProfessional:
|
|
18
|
+
- 'Yes'
|
|
19
|
+
serviceCloudServiceProfessional2:
|
|
20
|
+
- 'Yes'
|
|
21
|
+
serviceCloudServiceProfessional3:
|
|
22
|
+
- 'Yes'
|
|
23
|
+
serviceCloudServiceProfessional4:
|
|
24
|
+
- 'Yes'
|
|
25
|
+
serviceCloudServiceProfessional5:
|
|
26
|
+
- 'Yes'
|
|
22
27
|
validations:
|
|
23
28
|
# See app/main/helpers/validation.py::G12Validator
|
|
24
29
|
- name: dependent_question_error
|
|
@@ -31,3 +36,5 @@ assessment:
|
|
|
31
36
|
- "My organisation isn't submitting cloud support (lot 4) services"
|
|
32
37
|
|
|
33
38
|
|
|
39
|
+
|
|
40
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|