ccs-digitalmarketplace-frameworks 1.3.34 → 1.3.38

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.
Files changed (25) hide show
  1. package/.hypothesis/examples/2807586e3345a769/02dc948b821d17fc +0 -0
  2. package/.hypothesis/examples/2807586e3345a769/071c9f1b90de943a +0 -0
  3. package/.hypothesis/examples/2807586e3345a769/0a5b09786893e705 +0 -0
  4. package/.hypothesis/examples/2807586e3345a769/3e2efd6c7c98200f +0 -0
  5. package/.hypothesis/examples/2807586e3345a769/5f03216bea7f4a34 +0 -0
  6. package/.hypothesis/examples/2807586e3345a769/7441d8c1d2376b0f +0 -0
  7. package/.hypothesis/examples/2807586e3345a769/7637de3e02bc3a69 +0 -0
  8. package/.hypothesis/examples/2807586e3345a769/7784da1027344909 +0 -0
  9. package/.hypothesis/examples/2807586e3345a769/78b3cff43e0678b4 +0 -0
  10. package/.hypothesis/examples/2807586e3345a769/7d07341a1f985ede +0 -0
  11. package/.hypothesis/examples/2807586e3345a769/9b27819a3f4a7cb8 +0 -0
  12. package/.hypothesis/examples/2807586e3345a769/a1d518d3441e62c9 +0 -0
  13. package/.hypothesis/examples/2807586e3345a769/ba23594dc03793d5 +0 -0
  14. package/.hypothesis/examples/2807586e3345a769/d4b7075c7b93997f +0 -0
  15. package/.hypothesis/examples/2807586e3345a769/eff0b3ec1bfd69ad +0 -0
  16. package/.hypothesis/examples/2807586e3345a769/f96dd1fe3f27d815 +0 -0
  17. package/frameworks/digital-outcomes-6/questions/services/InfrastructureOperationsEngineerDayRate.yml +8 -8
  18. package/frameworks/g-cloud-13/metadata/copy_services.yml +2 -0
  19. package/frameworks/g-cloud-13/metadata/following_framework.yml +1 -1
  20. package/frameworks/g-cloud-13/questions/declaration/seriousMisrepresentation.yml +1 -2
  21. package/frameworks/g-cloud-13/questions/declaration/witheldSupportingDocuments.yml +3 -1
  22. package/frameworks/g-cloud-13/questions/services/browsersSupported.yml +1 -9
  23. package/frameworks/g-cloud-13/questions/services/dataStorageAndProcessingLocations.yml +0 -7
  24. package/package.json +1 -1
  25. package/.hypothesis/examples/2807586e3345a769/1cf15542d816e7ce +0 -0
@@ -7,25 +7,25 @@ depends:
7
7
  type: pricing
8
8
 
9
9
  fields:
10
- minimum_price: infrastructureengineerPriceMin
11
- maximum_price: infrastructureengineerPriceMax
10
+ minimum_price: infrastructureoperationsengineerPriceMin
11
+ maximum_price: infrastructureoperationsengineerPriceMax
12
12
  field_defaults:
13
13
  price_unit: Person
14
14
  price_interval: Day
15
15
 
16
16
  validations:
17
17
  - name: answer_required
18
- field: infrastructureengineerPriceMin
18
+ field: infrastructureoperationsengineerPriceMin
19
19
  message: 'You need to answer this question.'
20
20
  - name: not_money_format
21
- field: infrastructureengineerPriceMin
21
+ field: infrastructureoperationsengineerPriceMin
22
22
  message: "Minimum price must be a number, without units, eg 99.95"
23
23
  - name: answer_required
24
- field: infrastructureengineerPriceMax
25
- message: "Enter the amount you will charge for an infrastructure engineer"
24
+ field: infrastructureoperationsengineerPriceMax
25
+ message: "Enter the amount you will charge for an infrastructure operations engineer"
26
26
  - name: not_money_format
27
- field: infrastructureengineerPriceMax
27
+ field: infrastructureoperationsengineerPriceMax
28
28
  message: "Maximum price must be a number, without units, like 99.95"
29
29
  - name: max_less_than_min
30
- field: infrastructureengineerPriceMax
30
+ field: infrastructureoperationsengineerPriceMax
31
31
  message: "Minimum price must be less than maximum price"
@@ -4,4 +4,6 @@ questions_to_exclude:
4
4
  - termsAndConditionsDocumentURL
5
5
  - pricingDocumentURL
6
6
  - sfiaRateDocumentURL
7
+ - dataStorageAndProcessingLocations
8
+ - browsersSupported
7
9
  source_framework: g-cloud-12
@@ -1,4 +1,4 @@
1
1
  framework:
2
- coming: '2525'
2
+ coming: '2023'
3
3
  name: G-Cloud 14
4
4
  slug: g-cloud-14
@@ -1,8 +1,7 @@
1
1
  name: Serious misrepresentation of information
2
2
  question: >
3
- Please confirm whether, within the past 3 years, your organisation or any of your partner organisations has:
3
+ In the last 3 years, has your organisation (or any partner organisation) been guilty of serious misrepresentation of the information required for the fulfilment of the selection criteria?
4
4
 
5
- - withheld such information or failed to submit supporting documents required under <a class="govuk-link" href="https://www.legislation.gov.uk/uksi/2015/102/regulation/59" target="_blank" rel="noopener noreferrer">Regulation 59 of the Public Contracts Regulations 2015(opens in new tab)</a>
6
5
  type: boolean
7
6
  assessment:
8
7
  passIfIn:
@@ -1,6 +1,8 @@
1
1
  name: Withholding information
2
2
  question: >
3
- In the last 3 years, has your organisation (or any partner organisation) been guilty of serious misrepresentation of the information required for the fulfilment of the selection criteria?
3
+ Please confirm whether, within the past 3 years, your organisation or any of your partner organisations has:
4
+
5
+ - withheld such information or failed to submit supporting documents required under <a class="govuk-link" href="https://www.legislation.gov.uk/uksi/2015/102/regulation/59" target="_blank" rel="noopener noreferrer">Regulation 59 of the Public Contracts Regulations 2015(opens in new tab)</a>
4
6
  type: boolean
5
7
  assessment:
6
8
  passIfIn:
@@ -9,14 +9,6 @@ depends:
9
9
 
10
10
  type: checkboxes
11
11
  options:
12
- - label: Internet Explorer 7
13
- value: ie7
14
- - label: Internet Explorer 8
15
- value: ie8
16
- - label: Internet Explorer 9
17
- value: ie9
18
- - label: Internet Explorer 10
19
- value: ie10
20
12
  - label: Internet Explorer 11
21
13
  value: ie11
22
14
  - label: Microsoft Edge
@@ -25,7 +17,7 @@ options:
25
17
  value: firefox
26
18
  - label: Chrome
27
19
  value: chrome
28
- - label: Safari 9+
20
+ - label: Safari
29
21
  value: safari
30
22
  - label: Opera
31
23
  value: opera
@@ -18,13 +18,6 @@ options:
18
18
  question: dataStorageAndProcessingLocations
19
19
  any_of:
20
20
  - uk
21
- - label: EU-US Privacy Shield agreement locations
22
- value: privacy_shield
23
- derived_from:
24
- question: dataStorageAndProcessingLocations
25
- any_of:
26
- - uk
27
- - eea
28
21
  - label: Other locations
29
22
  value: other
30
23
  filter_ignore: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.3.34",
3
+ "version": "1.3.38",
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"