cyc-type-def 3.0.3 → 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 +3 -1
- package/dist/index.d.ts +3 -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
|
@@ -447,6 +447,7 @@ declare class AppUser {
|
|
|
447
447
|
pastoral_team?: PastoralTeam;
|
|
448
448
|
permissions?: string[];
|
|
449
449
|
assigned_cg?: AssignedCG[];
|
|
450
|
+
idSheep?: string;
|
|
450
451
|
constructor(id: string, name: string, phoneNum: string, permission: string);
|
|
451
452
|
}
|
|
452
453
|
|
|
@@ -467,7 +468,8 @@ declare enum ClickAction {
|
|
|
467
468
|
F_VerticalViewAttendance = 9,
|
|
468
469
|
F_ExportAttRpt = 10,
|
|
469
470
|
F_ExportVerticalView = 11,
|
|
470
|
-
P_BIRTHDAY = 12
|
|
471
|
+
P_BIRTHDAY = 12,
|
|
472
|
+
P_CLAIM = 13
|
|
471
473
|
}
|
|
472
474
|
|
|
473
475
|
declare class Click {
|
package/dist/index.d.ts
CHANGED
|
@@ -447,6 +447,7 @@ declare class AppUser {
|
|
|
447
447
|
pastoral_team?: PastoralTeam;
|
|
448
448
|
permissions?: string[];
|
|
449
449
|
assigned_cg?: AssignedCG[];
|
|
450
|
+
idSheep?: string;
|
|
450
451
|
constructor(id: string, name: string, phoneNum: string, permission: string);
|
|
451
452
|
}
|
|
452
453
|
|
|
@@ -467,7 +468,8 @@ declare enum ClickAction {
|
|
|
467
468
|
F_VerticalViewAttendance = 9,
|
|
468
469
|
F_ExportAttRpt = 10,
|
|
469
470
|
F_ExportVerticalView = 11,
|
|
470
|
-
P_BIRTHDAY = 12
|
|
471
|
+
P_BIRTHDAY = 12,
|
|
472
|
+
P_CLAIM = 13
|
|
471
473
|
}
|
|
472
474
|
|
|
473
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
|
|