ccs-digitalmarketplace-frameworks 4.7.5 → 4.7.6

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.
@@ -3,6 +3,8 @@
3
3
  slug: details-of-the-contract
4
4
  editable: True
5
5
  questions:
6
+ - bidderCompanyName
7
+ - bidderDunsNumber
6
8
  - contractTitle
7
9
  - multiqNameOfSupplierSame
8
10
  - contractStartDate
@@ -0,0 +1,13 @@
1
+ id: name
2
+ name: Bidder company name
3
+ question: Bidder company name
4
+ type: display
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ - isaas
12
+ - saas
13
+ - cloud-support
@@ -0,0 +1,13 @@
1
+ id: dunsNumber
2
+ name: Bidder DUNS number
3
+ question: Bidder DUNS number
4
+ type: display
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ - isaas
12
+ - saas
13
+ - cloud-support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.7.5",
3
+ "version": "4.7.6",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",