cyc-type-def 5.1.3 → 5.2.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 +3 -0
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -550,6 +550,9 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
550
550
|
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
551
551
|
ClickAction2[ClickAction2["P_SETTING"] = 14] = "P_SETTING";
|
|
552
552
|
ClickAction2[ClickAction2["P_MSJ_STUDENT_RECORD"] = 15] = "P_MSJ_STUDENT_RECORD";
|
|
553
|
+
ClickAction2[ClickAction2["P_MSJ_Progress"] = 16] = "P_MSJ_Progress";
|
|
554
|
+
ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
|
|
555
|
+
ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
|
|
553
556
|
return ClickAction2;
|
|
554
557
|
})(ClickAction || {});
|
|
555
558
|
|
package/dist/index.d.cts
CHANGED
|
@@ -491,7 +491,10 @@ declare enum ClickAction {
|
|
|
491
491
|
P_BIRTHDAY = 12,
|
|
492
492
|
P_CLAIM = 13,
|
|
493
493
|
P_SETTING = 14,
|
|
494
|
-
P_MSJ_STUDENT_RECORD = 15
|
|
494
|
+
P_MSJ_STUDENT_RECORD = 15,
|
|
495
|
+
P_MSJ_Progress = 16,
|
|
496
|
+
P_Stats = 17,
|
|
497
|
+
P_Stats_Baptism = 18
|
|
495
498
|
}
|
|
496
499
|
|
|
497
500
|
declare class Click {
|
package/dist/index.d.ts
CHANGED
|
@@ -491,7 +491,10 @@ declare enum ClickAction {
|
|
|
491
491
|
P_BIRTHDAY = 12,
|
|
492
492
|
P_CLAIM = 13,
|
|
493
493
|
P_SETTING = 14,
|
|
494
|
-
P_MSJ_STUDENT_RECORD = 15
|
|
494
|
+
P_MSJ_STUDENT_RECORD = 15,
|
|
495
|
+
P_MSJ_Progress = 16,
|
|
496
|
+
P_Stats = 17,
|
|
497
|
+
P_Stats_Baptism = 18
|
|
495
498
|
}
|
|
496
499
|
|
|
497
500
|
declare class Click {
|
package/dist/index.js
CHANGED
|
@@ -490,6 +490,9 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
490
490
|
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
491
491
|
ClickAction2[ClickAction2["P_SETTING"] = 14] = "P_SETTING";
|
|
492
492
|
ClickAction2[ClickAction2["P_MSJ_STUDENT_RECORD"] = 15] = "P_MSJ_STUDENT_RECORD";
|
|
493
|
+
ClickAction2[ClickAction2["P_MSJ_Progress"] = 16] = "P_MSJ_Progress";
|
|
494
|
+
ClickAction2[ClickAction2["P_Stats"] = 17] = "P_Stats";
|
|
495
|
+
ClickAction2[ClickAction2["P_Stats_Baptism"] = 18] = "P_Stats_Baptism";
|
|
493
496
|
return ClickAction2;
|
|
494
497
|
})(ClickAction || {});
|
|
495
498
|
|