@ampsec/platform-client 26.1.0 → 27.0.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.
|
@@ -34,7 +34,7 @@ export type FindingUpsertDto = BaseUpsertDto & {
|
|
|
34
34
|
* "Resets" notifications schedule after pause or failed verification.
|
|
35
35
|
* Defaults to "NOW".
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
nextNotificationAfter?: string;
|
|
38
38
|
/** Number of times this finding was marked PENDING_VERIFIED. Defaults to `0` */
|
|
39
39
|
verificationCount?: number;
|
|
40
40
|
};
|
package/package.json
CHANGED
package/src/dto/findings.dto.ts
CHANGED
|
@@ -35,7 +35,7 @@ export type FindingUpsertDto = BaseUpsertDto & {
|
|
|
35
35
|
* "Resets" notifications schedule after pause or failed verification.
|
|
36
36
|
* Defaults to "NOW".
|
|
37
37
|
*/
|
|
38
|
-
|
|
38
|
+
nextNotificationAfter?: string;
|
|
39
39
|
/** Number of times this finding was marked PENDING_VERIFIED. Defaults to `0` */
|
|
40
40
|
verificationCount?: number;
|
|
41
41
|
};
|