@laboratory-one/api-components 0.0.34 → 0.0.36

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/README.md CHANGED
@@ -9,3 +9,4 @@ yalc add @laboratory-one/api-components
9
9
  y generate
10
10
  y build
11
11
  y publish
12
+
@@ -5,6 +5,7 @@ export declare const SUBJECTS: {
5
5
  readonly MOMENTAI: "momentai";
6
6
  readonly ANKI: "anki";
7
7
  readonly METABOTS: "metabots";
8
+ readonly TASTEBUD: "tastebud";
8
9
  };
9
10
  export type Subject = (typeof SUBJECTS)[keyof typeof SUBJECTS];
10
11
  //# 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;;;;;;;CAOX,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;;;;;;;;CAQX,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
@@ -8,5 +8,6 @@ exports.SUBJECTS = {
8
8
  MOMENTAI: 'momentai',
9
9
  ANKI: 'anki',
10
10
  METABOTS: 'metabots',
11
+ TASTEBUD: 'tastebud',
11
12
  };
12
13
  //# 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;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"]}
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;IACpB,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 TASTEBUD: 'tastebud',\n} as const;\n\nexport type Subject = (typeof SUBJECTS)[keyof typeof SUBJECTS];\n"]}