@neutron.co.id/operasional-modules 1.3.0-beta.1 → 1.3.0-beta.2

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.
@@ -1,4 +1,4 @@
1
- export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "user" | "type" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "informationCheckIn" | "note">;
1
+ export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "checkInAt" | "staff" | "building" | "user" | "student" | "teacher" | "informationCheckIn" | "note">;
2
2
  export type TCheckInModel = typeof CheckInModel;
3
3
  export declare const fragments: {
4
4
  item: Schema.CheckIn;
@@ -1,2 +1,2 @@
1
1
  import { Resource } from '@neon.id/context';
2
- export declare const CheckInResource: Resource<Schema.CheckIn, import("@neon.id/model").Model<"neu:tempat:checkIn", "user" | "type" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "informationCheckIn" | "note">>;
2
+ export declare const CheckInResource: Resource<Schema.CheckIn, import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "checkInAt" | "staff" | "building" | "user" | "student" | "teacher" | "informationCheckIn" | "note">>;
@@ -1,7 +1,8 @@
1
1
  import { ResourceUtil } from "@neon.id/office";
2
2
  export const CheckInCollectionView = ResourceUtil.createCollection({
3
3
  name: "default",
4
- definition: "neu:tempat:checkIn"
4
+ definition: "neu:tempat:checkIn",
5
+ columns: ["type", "checkInAt", "staff", "building"]
5
6
  });
6
7
  export const CheckInSingleView = ResourceUtil.createSingle({
7
8
  name: "default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-modules",
3
- "version": "1.3.0-beta.1",
3
+ "version": "1.3.0-beta.2",
4
4
  "description": "Modules of Neutron.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "build": 21
74
+ "build": 22
75
75
  }