ccs-digitalmarketplace-frameworks 5.1.26 → 5.1.27

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.
@@ -25,7 +25,8 @@
25
25
  - alsoBiddingLot3
26
26
  - adhereToNCSCGuidance
27
27
  - policiesAndControlsInPlace
28
- - highLevelProcedureForContractualExit
28
+ - highLevelProcedureForContractualExitPaasAndSaasAboveOfficial
29
+ - highLevelProcedureForContractualExitPaasAndSaas
29
30
  - howYouEngageInChangeOfService
30
31
 
31
32
  -
@@ -1,6 +1,6 @@
1
+ id: highLevelProcedureForContractualExit
1
2
  name: Your high level procedure for customer contractual exit
2
3
 
3
-
4
4
  question: |
5
5
  <legend class="govuk-fieldset__legend--m">
6
6
  Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
@@ -14,7 +14,6 @@ depends:
14
14
  - "on": route
15
15
  being:
16
16
  - iaas-and-paas
17
- - iaas-and-paas-above-official
18
17
 
19
18
  type: textbox_large
20
19
  max_length_in_words: 250
@@ -0,0 +1,27 @@
1
+ id: highLevelProcedureForContractualExit
2
+ name: Your high level procedure for customer contractual exit
3
+
4
+ question: |
5
+ <legend class="govuk-fieldset__legend--m">
6
+ Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
7
+ Reference 8.7 (Exit Planning in Lot 1b) of Framework Schedule 1 - Specification
8
+ </legend>
9
+
10
+ question_advice: >
11
+ You may refer to publicly available documents where relevant, but must describe the content to show your high level procedure
12
+
13
+ depends:
14
+ - "on": route
15
+ being:
16
+ - iaas-and-paas-above-official
17
+
18
+ type: textbox_large
19
+ max_length_in_words: 250
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: You must enter your procedure
24
+ - name: under_250_words
25
+ message: Your answer must be no more than 250 words
26
+ - name: under_character_limit
27
+ message: Your answer must be no more than 2500 characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.26",
3
+ "version": "5.1.27",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",