cyc-type-def 3.0.4 → 3.0.5
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 +1 -0
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -536,6 +536,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
536
536
|
ClickAction2[ClickAction2["F_ExportAttRpt"] = 10] = "F_ExportAttRpt";
|
|
537
537
|
ClickAction2[ClickAction2["F_ExportVerticalView"] = 11] = "F_ExportVerticalView";
|
|
538
538
|
ClickAction2[ClickAction2["P_BIRTHDAY"] = 12] = "P_BIRTHDAY";
|
|
539
|
+
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
539
540
|
return ClickAction2;
|
|
540
541
|
})(ClickAction || {});
|
|
541
542
|
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -487,6 +487,7 @@ var ClickAction = /* @__PURE__ */ ((ClickAction2) => {
|
|
|
487
487
|
ClickAction2[ClickAction2["F_ExportAttRpt"] = 10] = "F_ExportAttRpt";
|
|
488
488
|
ClickAction2[ClickAction2["F_ExportVerticalView"] = 11] = "F_ExportVerticalView";
|
|
489
489
|
ClickAction2[ClickAction2["P_BIRTHDAY"] = 12] = "P_BIRTHDAY";
|
|
490
|
+
ClickAction2[ClickAction2["P_CLAIM"] = 13] = "P_CLAIM";
|
|
490
491
|
return ClickAction2;
|
|
491
492
|
})(ClickAction || {});
|
|
492
493
|
|