Skip to content
Merged
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
30 changes: 24 additions & 6 deletions specs/Data-Gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@
},
"expiryDate": {
"$ref": "#/components/schemas/NullableDateTimeStringType",
"description": "Contract expiry date as an ISO 8601 date-time string, or null."
"description": "DEPRECATED: Contract expiry date as an ISO 8601 date-time string, or null."
}
Comment thread
CraigFW marked this conversation as resolved.
},
"required": [
Expand Down Expand Up @@ -3161,6 +3161,10 @@
"type": "object",
"description": "Extension of Provider to include cost breakdowns for the current provider.",
"properties": {
"expirationDate": {
"$ref": "#/components/schemas/NullableDateTimeStringType",
"description": "Preferred planned expiration date as an ISO 8601 date-time string, or null."
},
"costs": {
"$ref": "#/components/schemas/CloudMatrix.Costs",
"description": "Cost breakdown with monthly/annual/contract values."
Expand All @@ -3177,6 +3181,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-01-01T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -3213,7 +3218,7 @@
},
"replacementDate": {
"$ref": "#/components/schemas/NullableDateTimeStringType",
"description": "Planned replacement date as an ISO 8601 date-time string, or null."
"description": "DEPRECATED: Planned replacement date as an ISO 8601 date-time string, or null. Use expirationDate instead."
}
},
"required": [
Expand Down Expand Up @@ -3285,6 +3290,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand All @@ -3303,7 +3309,7 @@
"contractValue": 5003
}
],
"replacementDate": "2026-12-31T00:00:00Z"
"replacementDate": "2026-12-31T00:00:00Z"
},
"notes": "Example notes"
}
Expand Down Expand Up @@ -3554,6 +3560,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -3697,6 +3704,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -4196,6 +4204,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -4478,6 +4487,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -4676,6 +4686,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -4968,7 +4979,7 @@
},
"description": "Collects data from the various SHI Lab products and makes it available in a standardized way.",
"title": "SHI - Data Gateway",
"version": "3.3.0"
"version": "3.3.1"
},
"openapi": "3.1.1",
"paths": {
Expand Down Expand Up @@ -9453,6 +9464,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -10064,6 +10076,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -10259,6 +10272,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -10478,6 +10492,7 @@
"terms": "5 Years",
"contractNumber": "C12345678",
"expiryDate": "2026-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"costs": {
"monthlyCost": 5001,
"annualCost": 5002,
Expand Down Expand Up @@ -10691,7 +10706,8 @@
"contractValue": 5003
}
],
"replacementDate": "2026-12-31T00:00:00Z"
"replacementDate": "2026-12-31T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z"
},
"notes": "Example notes"
}
Expand Down Expand Up @@ -10992,6 +11008,7 @@
"terms": "36 months",
"contractNumber": "Wid-0475477",
"expiryDate": "2026-12-31T23:59:59.000Z",
"expirationDate": "2026-06-01T00:00:00.000Z",
"costs": {
"monthlyCost": 1000,
"annualCost": 2000,
Expand Down Expand Up @@ -11322,6 +11339,7 @@
"terms": "36 months",
"contractNumber": "Wid-0475477",
"expiryDate": "2026-12-31T23:59:59.000Z",
"expirationDate": "2026-06-01T00:00:00.000Z",
"costs": {
"monthlyCost": 1000,
"annualCost": 2000,
Expand Down Expand Up @@ -11783,4 +11801,4 @@
"name": "Cloud Matrix"
}
]
}
}
4 changes: 2 additions & 2 deletions src/dataGateway/TypeScript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dataGateway/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shi-corp/sdk-data-gateway",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"main": "bin/index.js",
"description": "SDK client used to interface with the SHI Data Gateway service.",
Comment thread
CraigFW marked this conversation as resolved.
Expand Down
Loading