cyc-type-def 5.4.0 → 5.6.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
@@ -554,6 +554,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
554
554
  ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
555
555
  ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
556
556
  ClickAction2[ClickAction2["P_Calendar"] = 19] = "P_Calendar";
557
+ ClickAction2[ClickAction2["P_Group"] = 20] = "P_Group";
557
558
  return ClickAction2;
558
559
  })(ClickAction || {});
559
560
 
@@ -615,6 +616,7 @@ var MsjJoinStatusInfo = {
615
616
  var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
616
617
  DialogAction2["EDIT"] = "edit";
617
618
  DialogAction2["ADD"] = "add";
619
+ DialogAction2["DEL"] = "delete";
618
620
  return DialogAction2;
619
621
  })(DialogAction || {});
620
622
 
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 {
@@ -495,7 +496,8 @@ declare enum ClickAction {
495
496
  P_MSJ_Progress = 16,
496
497
  P_Stats = 17,
497
498
  P_Stats_Baptism = 18,
498
- P_Calendar = 19
499
+ P_Calendar = 19,
500
+ P_Group = 20
499
501
  }
500
502
 
501
503
  declare class Click {
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 {
@@ -495,7 +496,8 @@ declare enum ClickAction {
495
496
  P_MSJ_Progress = 16,
496
497
  P_Stats = 17,
497
498
  P_Stats_Baptism = 18,
498
- P_Calendar = 19
499
+ P_Calendar = 19,
500
+ P_Group = 20
499
501
  }
500
502
 
501
503
  declare class Click {
package/dist/index.js CHANGED
@@ -494,6 +494,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
494
494
  ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
495
495
  ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
496
496
  ClickAction2[ClickAction2["P_Calendar"] = 19] = "P_Calendar";
497
+ ClickAction2[ClickAction2["P_Group"] = 20] = "P_Group";
497
498
  return ClickAction2;
498
499
  })(ClickAction || {});
499
500
 
@@ -555,6 +556,7 @@ var MsjJoinStatusInfo = {
555
556
  var DialogAction = /* @__PURE__ */ ((DialogAction2) => {
556
557
  DialogAction2["EDIT"] = "edit";
557
558
  DialogAction2["ADD"] = "add";
559
+ DialogAction2["DEL"] = "delete";
558
560
  return DialogAction2;
559
561
  })(DialogAction || {});
560
562
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "5.4.0",
3
+ "version": "5.6.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",