@appflags/common
Advanced tools
| import { Configuration, User } from "../types"; | ||
| export interface GetConfigurationRequest { | ||
| user: User; | ||
| getUpdateAt?: number; | ||
| } | ||
| export interface GetConfigurationResponse { | ||
| configuration: Configuration; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=GetConfiguration.js.map |
| {"version":3,"file":"GetConfiguration.js","sourceRoot":"","sources":["../../src/api-types/GetConfiguration.ts"],"names":[],"mappings":""} |
| export { GetConfigurationRequest, GetConfigurationResponse } from "./GetConfiguration"; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=index.js.map |
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api-types/index.ts"],"names":[],"mappings":""} |
| export interface ConfigurationNotification { | ||
| published: number; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=ConfigurationNotification.js.map |
| {"version":3,"file":"ConfigurationNotification.js","sourceRoot":"","sources":["../../src/types/ConfigurationNotification.ts"],"names":[],"mappings":""} |
+1
-0
| export * from "./types"; | ||
| export * from "./api-types"; |
+1
-0
@@ -14,2 +14,3 @@ "use strict"; | ||
| __exportStar(require("./types"), exports); | ||
| __exportStar(require("./api-types"), exports); | ||
| //# sourceMappingURL=index.js.map |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAuB"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAuB;AACvB,8CAA2B"} |
| export { Configuration, Flag, FlagValue } from "./Configuration"; | ||
| export { ConfigurationNotification } from "./ConfigurationNotification"; | ||
| export { User } from "./User"; |
+1
-1
| { | ||
| "name": "@appflags/common", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
4455
41.16%28
47.37%68
44.68%