@autobe/utils 0.15.0 → 0.16.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobe/utils",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "AI backend server code generator",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [],
@@ -27,7 +27,7 @@
27
27
  "@samchon/openapi": "^4.6.0",
28
28
  "tstl": "^3.0.0",
29
29
  "typia": "^9.6.0",
30
- "@autobe/interface": "^0.15.0"
30
+ "@autobe/interface": "^0.16.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "rimraf": "^6.0.1",
@@ -1,5 +0,0 @@
1
- export declare namespace AutoBeRealizeAuthorizationFileSystem {
2
- const getDecoratorPath: (name: string) => string;
3
- const getPayloadPath: (name: string) => string;
4
- const getProviderPath: (name: string) => string;
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AutoBeRealizeAuthorizationFileSystem = void 0;
4
- var AutoBeRealizeAuthorizationFileSystem;
5
- (function (AutoBeRealizeAuthorizationFileSystem) {
6
- AutoBeRealizeAuthorizationFileSystem.getDecoratorPath = (name) => `src/decorators/${name}.ts`;
7
- AutoBeRealizeAuthorizationFileSystem.getPayloadPath = (name) => `src/decorators/payload/${name}.ts`;
8
- AutoBeRealizeAuthorizationFileSystem.getProviderPath = (name) => `src/providers/authorize/${name}.ts`;
9
- })(AutoBeRealizeAuthorizationFileSystem || (exports.AutoBeRealizeAuthorizationFileSystem = AutoBeRealizeAuthorizationFileSystem = {}));
10
- //# sourceMappingURL=AutoBeRealizeAuthorizationFileSystem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AutoBeRealizeAuthorizationFileSystem.js","sourceRoot":"","sources":["../../src/realize/AutoBeRealizeAuthorizationFileSystem.ts"],"names":[],"mappings":";;;AAAA,IAAiB,oCAAoC,CAQpD;AARD,WAAiB,oCAAoC;IACtC,qDAAgB,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,kBAAkB,IAAI,KAAK,CAAC;IAEjE,mDAAc,GAAG,CAAC,IAAY,EAAE,EAAE,CAC7C,0BAA0B,IAAI,KAAK,CAAC;IAEzB,oDAAe,GAAG,CAAC,IAAY,EAAE,EAAE,CAC9C,2BAA2B,IAAI,KAAK,CAAC;AACzC,CAAC,EARgB,oCAAoC,oDAApC,oCAAoC,QAQpD"}
@@ -1 +0,0 @@
1
- export * from "./AutoBeRealizeAuthorizationFileSystem";
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./AutoBeRealizeAuthorizationFileSystem"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/realize/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yEAAuD"}
@@ -1,9 +0,0 @@
1
- export namespace AutoBeRealizeAuthorizationFileSystem {
2
- export const getDecoratorPath = (name: string) => `src/decorators/${name}.ts`;
3
-
4
- export const getPayloadPath = (name: string) =>
5
- `src/decorators/payload/${name}.ts`;
6
-
7
- export const getProviderPath = (name: string) =>
8
- `src/providers/authorize/${name}.ts`;
9
- }
@@ -1 +0,0 @@
1
- export * from "./AutoBeRealizeAuthorizationFileSystem";