ccs-digitalmarketplace-frameworks 3.12.15 → 3.12.16
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/declaration/listMultiqKeySubcontractorsDetails.yml +1 -1
- package/package.json +1 -1
- package/requirements-dev.txt +2 -2
- package/requirements.in +1 -1
- package/requirements.txt +1 -1
- package/schema_generator/validation.py +0 -1
- package/schemas/questions.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.16",
|
|
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"
|
package/requirements-dev.txt
CHANGED
|
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
|
|
|
30
30
|
# via
|
|
31
31
|
# -r requirements.txt
|
|
32
32
|
# ccs-digitalmarketplace-utils
|
|
33
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
33
|
+
ccs-digitalmarketplace-content-loader==13.3.0
|
|
34
34
|
# via -r requirements.txt
|
|
35
35
|
ccs-digitalmarketplace-utils==69.0.0
|
|
36
36
|
# via
|
|
@@ -108,7 +108,7 @@ govuk-country-register==0.5.0
|
|
|
108
108
|
# via
|
|
109
109
|
# -r requirements.txt
|
|
110
110
|
# ccs-digitalmarketplace-utils
|
|
111
|
-
hypothesis==6.124.
|
|
111
|
+
hypothesis==6.124.7
|
|
112
112
|
# via -r requirements-dev.in
|
|
113
113
|
idna==3.7
|
|
114
114
|
# via
|
package/requirements.in
CHANGED
package/requirements.txt
CHANGED
|
@@ -16,7 +16,7 @@ cachelib==0.13.0
|
|
|
16
16
|
# via flask-session
|
|
17
17
|
ccs-digitalmarketplace-apiclient==28.0.0
|
|
18
18
|
# via ccs-digitalmarketplace-utils
|
|
19
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
19
|
+
ccs-digitalmarketplace-content-loader==13.3.0
|
|
20
20
|
# via -r requirements.in
|
|
21
21
|
ccs-digitalmarketplace-utils==69.0.0
|
|
22
22
|
# via
|
|
@@ -821,7 +821,6 @@ QUESTION_TYPES = {
|
|
|
821
821
|
'number': number_property,
|
|
822
822
|
'multiquestion': multiquestion,
|
|
823
823
|
'list_multiquestion': list_multiquestion,
|
|
824
|
-
'list_multiquestion_server_side': list_multiquestion,
|
|
825
824
|
'checkbox_tree': checkbox_tree_property,
|
|
826
825
|
'date': date_property
|
|
827
826
|
}
|
package/schemas/questions.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"questions": {
|
|
7
7
|
"properties": {
|
|
8
|
-
"type": {"enum": ["multiquestion", "dynamic_list", "list_multiquestion"
|
|
8
|
+
"type": {"enum": ["multiquestion", "dynamic_list", "list_multiquestion"]}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"number_of_items": {
|
|
12
12
|
"properties": {
|
|
13
|
-
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes"
|
|
13
|
+
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes"]}
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"column_width": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"type": {
|
|
68
68
|
"enum": [
|
|
69
69
|
"boolean", "text", "radios", "list", "boolean_list", "checkboxes", "service_id",
|
|
70
|
-
"pricing", "upload", "number", "textbox_large", "multiquestion", "dynamic_list", "list_multiquestion",
|
|
70
|
+
"pricing", "upload", "number", "textbox_large", "multiquestion", "dynamic_list", "list_multiquestion",
|
|
71
71
|
"email", "checkbox_tree", "date"
|
|
72
72
|
]
|
|
73
73
|
},
|