@beabee/beabee-common 1.19.2 → 1.19.4

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.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const apiKeyFilters = {
3
+ exports.apiKeyFilters = void 0;
4
+ exports.apiKeyFilters = {
4
5
  id: {
5
6
  type: "text",
6
7
  },
@@ -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);
@@ -1,4 +1,4 @@
1
- const apiKeyFilters = {
1
+ export const apiKeyFilters = {
2
2
  id: {
3
3
  type: "text",
4
4
  },
@@ -6,4 +6,3 @@ const apiKeyFilters = {
6
6
  type: "date",
7
7
  },
8
8
  };
9
- export {};
@@ -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";
@@ -1,4 +1,4 @@
1
- declare const apiKeyFilters: {
1
+ export declare const apiKeyFilters: {
2
2
  readonly id: {
3
3
  readonly type: "text";
4
4
  };
@@ -7,4 +7,3 @@ declare const apiKeyFilters: {
7
7
  };
8
8
  };
9
9
  export type ApiKeyFilterName = keyof typeof apiKeyFilters;
10
- export {};
@@ -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.4",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",