akeyless-types-commons 1.0.80 → 1.0.82

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.
@@ -326,5 +326,5 @@ export interface GprsItem {
326
326
  response: string;
327
327
  content: string;
328
328
  details: TObject<any>;
329
- status: "new" | "delivered" | "failed" | "delivered" | "responded";
329
+ status: "new" | "failed" | "delivered" | "responded";
330
330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {