chore: Replace references to deprecated services

This commit is contained in:
Dries Augustyns
2025-12-31 15:08:26 +01:00
parent 289c633189
commit 7648f6e1eb
51 changed files with 163 additions and 183 deletions
+15 -13
View File
@@ -6,12 +6,12 @@
"version": "1.0.0",
"contact": {
"name": "Plunk Support",
"url": "https://useplunk.com"
"url": "https://next.useplunk.com"
}
},
"servers": [
{
"url": "https://api.useplunk.com",
"url": "https://next-api.useplunk.com",
"description": "Production server"
}
],
@@ -694,7 +694,16 @@
"description": "Array of human-readable reasons describing the verification results"
}
},
"required": ["email", "valid", "isDisposable", "isTypo", "isPlusAddressed", "domainExists", "hasMxRecords", "reasons"]
"required": [
"email",
"valid",
"isDisposable",
"isTypo",
"isPlusAddressed",
"domainExists",
"hasMxRecords",
"reasons"
]
}
}
},
@@ -711,9 +720,7 @@
"isPlusAddressed": false,
"domainExists": true,
"hasMxRecords": true,
"reasons": [
"Email appears to be valid"
]
"reasons": ["Email appears to be valid"]
}
}
},
@@ -730,10 +737,7 @@
"domainExists": false,
"hasMxRecords": false,
"suggestedEmail": "[email protected]",
"reasons": [
"Possible typo detected, did you mean gmail.com?",
"Domain does not exist"
]
"reasons": ["Possible typo detected, did you mean gmail.com?", "Domain does not exist"]
}
}
},
@@ -749,9 +753,7 @@
"isPlusAddressed": false,
"domainExists": true,
"hasMxRecords": true,
"reasons": [
"Email appears to be valid"
]
"reasons": ["Email appears to be valid"]
}
}
}