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 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
@@ -468,7 +468,8 @@ declare enum ClickAction {
468
468
  F_VerticalViewAttendance = 9,
469
469
  F_ExportAttRpt = 10,
470
470
  F_ExportVerticalView = 11,
471
- P_BIRTHDAY = 12
471
+ P_BIRTHDAY = 12,
472
+ P_CLAIM = 13
472
473
  }
473
474
 
474
475
  declare class Click {
package/dist/index.d.ts CHANGED
@@ -468,7 +468,8 @@ declare enum ClickAction {
468
468
  F_VerticalViewAttendance = 9,
469
469
  F_ExportAttRpt = 10,
470
470
  F_ExportVerticalView = 11,
471
- P_BIRTHDAY = 12
471
+ P_BIRTHDAY = 12,
472
+ P_CLAIM = 13
472
473
  }
473
474
 
474
475
  declare class Click {
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",