@laboratory-one/api-components 0.0.34 → 0.0.35
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/src/ability/subject.enum.d.ts +1 -0
- package/dist/src/ability/subject.enum.d.ts.map +1 -1
- package/dist/src/ability/subject.enum.js +1 -0
- package/dist/src/ability/subject.enum.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/ability/subject.enum.ts +1 -0
|
@@ -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
|
|
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"}
|
|
@@ -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"]}
|