@coveo/platform-client 58.15.0 → 58.17.0
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.
|
@@ -119,6 +119,10 @@ export interface ExposureReport {
|
|
|
119
119
|
* The reason behind the exposure report for a given API key
|
|
120
120
|
*/
|
|
121
121
|
reason: string;
|
|
122
|
+
/**
|
|
123
|
+
* A list of reasons behind the exposure report for a given API key
|
|
124
|
+
*/
|
|
125
|
+
reasons: string[];
|
|
122
126
|
/**
|
|
123
127
|
* The date the key should be deactivated
|
|
124
128
|
*/
|