@beabee/beabee-common 1.19.2 → 1.19.3

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.
@@ -74,6 +74,7 @@ exports.operatorsByType = {
74
74
  };
75
75
  // More general type to allow mapping while maintaining full type above
76
76
  exports.operatorsByTypeMap = exports.operatorsByType;
77
+ __exportStar(require("./api-keys"), exports);
77
78
  __exportStar(require("./callouts"), exports);
78
79
  __exportStar(require("./contacts"), exports);
79
80
  __exportStar(require("./notices"), exports);
@@ -57,6 +57,7 @@ export const operatorsByType = {
57
57
  };
58
58
  // More general type to allow mapping while maintaining full type above
59
59
  export const operatorsByTypeMap = operatorsByType;
60
+ export * from "./api-keys";
60
61
  export * from "./callouts";
61
62
  export * from "./contacts";
62
63
  export * from "./notices";
@@ -187,6 +187,7 @@ export interface PaginatedQuery {
187
187
  order?: "ASC" | "DESC";
188
188
  rules?: RuleGroup;
189
189
  }
190
+ export * from "./api-keys";
190
191
  export * from "./callouts";
191
192
  export * from "./contacts";
192
193
  export * from "./notices";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",