Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/suppliers/letter-variant/client1-campaign2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"client1-campaign2"
],
"priority": 1,
"status": "INT",
"status": "PROD",
"type": "STANDARD",
"volumeGroupId": "volumeGroup-test3"
"volumeGroupId": "volumeGroup-test4"
}
30 changes: 30 additions & 0 deletions config/suppliers/letter-variant/notify-first-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"constraints": {
"blackCoveragePercentage": {
"operator": "LESS_THAN",
"value": 20
},
"deliveryDays": {
"operator": "LESS_THAN",
"value": 2
},
"sheets": {
"operator": "LESS_THAN",
"value": 5
},
"sides": {
"operator": "LESS_THAN",
"value": 10
}
},
"description": "Black printing, first class postage tariff",
"id": "notify-first-test",
"name": "First class letter",
"packSpecificationIds": [
"notify-first-test"
],
"priority": 10,
"status": "PROD",
"type": "STANDARD",
"volumeGroupId": "volumeGroup-test5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"id": "notify-standard-test1",
"name": "Dev Happy Path",
"packSpecificationIds": [
"notify-c5"
"notify-c5",
"notify-c4"
],
"priority": 50,
"status": "PROD",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"maxWeightGrams": 100,
"size": "STANDARD"
},
"status": "INT",
"status": "PROD",
"updatedAt": "2026-04-14T00:00:00.000Z",
"version": 1
}
48 changes: 48 additions & 0 deletions config/suppliers/pack-specification/notify-first-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"assembly": {
"duplex": true,
"envelopeId": "first-c5",
"paper": {
"colour": "WHITE",
"id": "paper-std-white-80",
"name": "Standard White 80gsm",
"recycled": true,
"size": "A4",
"weightGSM": 80
},
"printColour": "BLACK"
},
"billingId": "notify-first-test",
"constraints": {
"blackCoveragePercentage": {
"operator": "LESS_THAN",
"value": 20
},
"deliveryDays": {
"operator": "LESS_THAN",
"value": 2
},
"sheets": {
"operator": "LESS_THAN",
"value": 5
},
"sides": {
"operator": "LESS_THAN",
"value": 10
}
},
"createdAt": "2026-01-12T00:00:00.000Z",
"description": "First class postage tariff",
"id": "notify-first-test",
"name": "First class",
"postage": {
"deliveryDays": 2,
"id": "first-class",
"maxThicknessMm": 5,
"maxWeightGrams": 100,
"size": "STANDARD"
},
"status": "PROD",
"updatedAt": "2026-01-12T00:00:00.000Z",
"version": 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"allocationPercentage": 100,
"allocationPercentage": 50,
"id": "supplier1-volumeGroup-test3",
"status": "PROD",
"supplier": "supplier1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"allocationPercentage": 50,
"id": "supplier2-volumeGroup-test3",
"status": "PROD",
"supplier": "supplier2",
"volumeGroup": "volumeGroup-test3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"allocationPercentage": 50,
"id": "supplier3-volumeGroup-test4",
"status": "PROD",
"supplier": "supplier3",
"volumeGroup": "volumeGroup-test4"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"allocationPercentage": 50,
"id": "supplier4-volumeGroup-test4",
"status": "PROD",
"supplier": "supplier4",
"volumeGroup": "volumeGroup-test4"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"allocationPercentage": 100,
"id": "supplier5-volumeGroup-test5",
"status": "PROD",
"supplier": "supplier5",
"volumeGroup": "volumeGroup-test5"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"approval": "APPROVED",
"id": "supplier2-client1-campaign1",
"packSpecificationId": "client1-campaign1",
"status": "PROD",
"supplierId": "supplier2"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"approval": "APPROVED",
"id": "supplier3-client1-campaign2",
"packSpecificationId": "client1-campaign2",
"status": "PROD",
"supplierId": "supplier3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"approval": "APPROVED",
"id": "supplier4-client1-campaign2",
"packSpecificationId": "client1-campaign2",
"status": "PROD",
"supplierId": "supplier4"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"approval": "APPROVED",
"id": "supplier5-notify-first-test",
"packSpecificationId": "notify-first-test",
"status": "PROD",
"supplierId": "supplier5"
}
7 changes: 7 additions & 0 deletions config/suppliers/supplier/supplier3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"channelType": "LETTER",
"dailyCapacity": 500000,
"id": "supplier3",
"name": "Supplier3",
"status": "PROD"
}
7 changes: 7 additions & 0 deletions config/suppliers/supplier/supplier4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"channelType": "LETTER",
"dailyCapacity": 500000,
"id": "supplier4",
"name": "Supplier4",
"status": "PROD"
}
7 changes: 7 additions & 0 deletions config/suppliers/supplier/supplier5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"channelType": "LETTER",
"dailyCapacity": 500000,
"id": "supplier5",
"name": "Supplier5",
"status": "PROD"
}
7 changes: 7 additions & 0 deletions config/suppliers/volume-group/volumeGroup-test4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"description": "Dev Test Volume Group 4",
"id": "volumeGroup-test4",
"name": "Dev Test Volume Group 4",
"startDate": "2026-01-01",
"status": "PROD"
}
7 changes: 7 additions & 0 deletions config/suppliers/volume-group/volumeGroup-test5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"description": "Dev Test Volume Group 5",
"id": "volumeGroup-test5",
"name": "Dev Test Volume Group 5",
"startDate": "2026-01-01",
"status": "PROD"
}
Loading
Loading