@neutron.co.id/operasional-modules 1.12.2-beta.1 → 1.12.4-beta.1

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.
@@ -0,0 +1,3 @@
1
+ import { Resource } from '@neon.id/context';
2
+ import { type Schema } from '@neutron.co.id/sentral-models';
3
+ export declare const CheckInResource: Resource<Schema.CheckIn, import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "nameStaff" | "branch" | "user" | "note" | "latitude" | "longitude" | "building" | "checkInAt" | "informationCheckIn" | "staff" | "statusGPS" | "student" | "teacher" | "virtualStaff", Schema.CheckIn>>;
@@ -1,7 +1,7 @@
1
1
  import { Resource } from "@neon.id/context";
2
2
  import {
3
3
  CheckInModel
4
- } from "@neutron.co.id/tempat-models";
4
+ } from "@neutron.co.id/sentral-models";
5
5
  export const CheckInResource = Resource.define({
6
6
  model: CheckInModel,
7
7
  collection: {
@@ -1,3 +1,3 @@
1
1
  import { Resource } from '@neon.id/context';
2
2
  import { type Schema } from '@neutron.co.id/personalia-models';
3
- export declare const StaffResource: Resource<Schema.Staff, import("@neon.id/model").Model<"neu:personalia:staff", "status" | "branch" | "user" | "point" | "image" | "name" | "note" | "birthDate" | "branches" | "birthPlace" | "kubikAt" | "kubikStatus" | "nik" | "virtualRoles" | "workCome" | "workHome" | "workNote" | "workStatus", Schema.Staff>>;
3
+ export declare const StaffResource: Resource<Schema.Staff, import("@neon.id/model").Model<"neu:personalia:staff", "status" | "branch" | "user" | "point" | "image" | "name" | "note" | "branches" | "birthDate" | "birthPlace" | "kubikAt" | "kubikStatus" | "nik" | "virtualRoles" | "workCome" | "workHome" | "workNote" | "workStatus", Schema.Staff>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-modules",
3
- "version": "1.12.2-beta.1",
3
+ "version": "1.12.4-beta.1",
4
4
  "description": "Modules of Neutron Operasional.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "build": 97
88
+ "build": 99
89
89
  }