cyc-type-def 5.4.0 → 5.5.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.
package/dist/index.cjs CHANGED
@@ -615,6 +615,7 @@ var MsjJoinStatusInfo = {
615
615
  var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
616
616
  DialogAction2["EDIT"] = "edit";
617
617
  DialogAction2["ADD"] = "add";
618
+ DialogAction2["DEL"] = "delete";
618
619
  return DialogAction2;
619
620
  })(DialogAction || {});
620
621
 
package/dist/index.d.cts CHANGED
@@ -465,7 +465,8 @@ declare class AppUser {
465
465
 
466
466
  declare enum DialogAction {
467
467
  EDIT = "edit",
468
- ADD = "add"
468
+ ADD = "add",
469
+ DEL = "delete"
469
470
  }
470
471
 
471
472
  interface BaseDialog {
package/dist/index.d.ts CHANGED
@@ -465,7 +465,8 @@ declare class AppUser {
465
465
 
466
466
  declare enum DialogAction {
467
467
  EDIT = "edit",
468
- ADD = "add"
468
+ ADD = "add",
469
+ DEL = "delete"
469
470
  }
470
471
 
471
472
  interface BaseDialog {
package/dist/index.js CHANGED
@@ -555,6 +555,7 @@ var MsjJoinStatusInfo = {
555
555
  var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
556
556
  DialogAction2["EDIT"] = "edit";
557
557
  DialogAction2["ADD"] = "add";
558
+ DialogAction2["DEL"] = "delete";
558
559
  return DialogAction2;
559
560
  })(DialogAction || {});
560
561
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",