@laboratory-one/api-components 0.0.31 → 0.0.33

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.
@@ -4,6 +4,7 @@ export declare const ACTIONS: {
4
4
  readonly READ: "read";
5
5
  readonly UPDATE: "update";
6
6
  readonly DELETE: "delete";
7
+ readonly ADMIN: "admin";
7
8
  };
8
9
  export type Action = (typeof ACTIONS)[keyof typeof ACTIONS];
9
10
  //# sourceMappingURL=action.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"action.enum.d.ts","sourceRoot":"","sources":["../../../src/ability/action.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"action.enum.d.ts","sourceRoot":"","sources":["../../../src/ability/action.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;CAOV,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC"}
@@ -7,5 +7,6 @@ exports.ACTIONS = {
7
7
  READ: 'read',
8
8
  UPDATE: 'update',
9
9
  DELETE: 'delete',
10
+ ADMIN: 'admin',
10
11
  };
11
12
  //# sourceMappingURL=action.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"action.enum.js","sourceRoot":"","sources":["../../../src/ability/action.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC","sourcesContent":["export const ACTIONS = {\n MANAGE: 'manage',\n CREATE: 'create',\n READ: 'read',\n UPDATE: 'update',\n DELETE: 'delete',\n} as const;\n\nexport type Action = (typeof ACTIONS)[keyof typeof ACTIONS];\n"]}
1
+ {"version":3,"file":"action.enum.js","sourceRoot":"","sources":["../../../src/ability/action.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACN,CAAC","sourcesContent":["export const ACTIONS = {\n MANAGE: 'manage',\n CREATE: 'create',\n READ: 'read',\n UPDATE: 'update',\n DELETE: 'delete',\n ADMIN: 'admin',\n} as const;\n\nexport type Action = (typeof ACTIONS)[keyof typeof ACTIONS];\n"]}
@@ -4,6 +4,7 @@ export declare const SUBJECTS: {
4
4
  readonly SUNG_JINWOO: "sung-jinwoo";
5
5
  readonly MOMENTAI: "momentai";
6
6
  readonly ANKI: "anki";
7
+ readonly METABOTS: "metabots";
7
8
  };
8
9
  export type Subject = (typeof SUBJECTS)[keyof typeof SUBJECTS];
9
10
  //# sourceMappingURL=subject.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"subject.enum.d.ts","sourceRoot":"","sources":["../../../src/ability/subject.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;CAMX,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"subject.enum.d.ts","sourceRoot":"","sources":["../../../src/ability/subject.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;CAOX,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
@@ -7,5 +7,6 @@ exports.SUBJECTS = {
7
7
  SUNG_JINWOO: 'sung-jinwoo',
8
8
  MOMENTAI: 'momentai',
9
9
  ANKI: 'anki',
10
+ METABOTS: 'metabots',
10
11
  };
11
12
  //# sourceMappingURL=subject.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"subject.enum.js","sourceRoot":"","sources":["../../../src/ability/subject.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG;IACtB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;CACJ,CAAC","sourcesContent":["export const SUBJECTS = {\n ALL: 'all',\n AUTH: 'auth',\n SUNG_JINWOO: 'sung-jinwoo',\n MOMENTAI: 'momentai',\n ANKI: 'anki',\n} as const;\n\nexport type Subject = (typeof SUBJECTS)[keyof typeof SUBJECTS];\n"]}
1
+ {"version":3,"file":"subject.enum.js","sourceRoot":"","sources":["../../../src/ability/subject.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG;IACtB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC","sourcesContent":["export const SUBJECTS = {\n ALL: 'all',\n AUTH: 'auth',\n SUNG_JINWOO: 'sung-jinwoo',\n MOMENTAI: 'momentai',\n ANKI: 'anki',\n METABOTS: 'metabots',\n} as const;\n\nexport type Subject = (typeof SUBJECTS)[keyof typeof SUBJECTS];\n"]}