@duvdu-v1/duvdu 1.1.251 → 1.1.252

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.
@@ -69,7 +69,8 @@ export declare enum PERMISSIONS {
69
69
  updatePlatform = "update producer platform",
70
70
  getPlatform = "get producer platform",
71
71
  getContractsCancel = "get contracts cancel",
72
- deleteContractCancel = "delete contract cancel"
72
+ deleteContractCancel = "delete contract cancel",
73
+ acceptContractCancel = "accept contract cancel"
73
74
  }
74
75
  export declare const permissions: {
75
76
  auth: PERMISSIONS[];
@@ -88,6 +88,7 @@ var PERMISSIONS;
88
88
  // contract cancel
89
89
  PERMISSIONS["getContractsCancel"] = "get contracts cancel";
90
90
  PERMISSIONS["deleteContractCancel"] = "delete contract cancel";
91
+ PERMISSIONS["acceptContractCancel"] = "accept contract cancel";
91
92
  })(PERMISSIONS || (exports.PERMISSIONS = PERMISSIONS = {}));
92
93
  exports.permissions = {
93
94
  auth: [
@@ -179,5 +180,6 @@ exports.permissions = {
179
180
  contractCancel: [
180
181
  PERMISSIONS.getContractsCancel,
181
182
  PERMISSIONS.deleteContractCancel,
183
+ PERMISSIONS.acceptContractCancel,
182
184
  ],
183
185
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duvdu-v1/duvdu",
3
- "version": "1.1.251",
3
+ "version": "1.1.252",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [