@stndrds/schema 1.0.0-alpha.77 → 1.0.0-alpha.79

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.
@@ -109,6 +109,8 @@ interface FeatureFlagsRepository {
109
109
  level?: FlagLevel;
110
110
  /** Filter by target ID (tenantId or userId) */
111
111
  targetId?: string;
112
+ /** Filter by flag names (for efficient single/batch lookups) */
113
+ flagNames?: string[];
112
114
  }): Promise<FlagOverride[]>;
113
115
  /**
114
116
  * Create or update an override.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "1.0.0-alpha.77",
3
+ "version": "1.0.0-alpha.79",
4
4
  "description": "Standard schema definitions and utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "libphonenumber-js": "^1.12.31",
37
37
  "pdf-lib": "^1.17.1",
38
38
  "zod": "^4.2.1",
39
- "@stndrds/constants": "1.0.0-alpha.77"
39
+ "@stndrds/constants": "1.0.0-alpha.79"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.0.3",
@@ -1,23 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
- var _chunkJZO52C3Fjs = require('./chunk-JZO52C3F.js');
12
- require('./chunk-3RG5ZIWI.js');
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
- exports.ALL_SYSTEM_RESOURCES = _chunkJZO52C3Fjs.ALL_SYSTEM_RESOURCES; exports.DEFAULT_ROLES = _chunkJZO52C3Fjs.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunkJZO52C3Fjs.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_LABELS = _chunkJZO52C3Fjs.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunkJZO52C3Fjs.DEFAULT_ROLE_PERMISSIONS; exports.SYSTEM_RESOURCES = _chunkJZO52C3Fjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunkJZO52C3Fjs.SYSTEM_RESOURCE_LABELS; exports.isAdminRole = _chunkJZO52C3Fjs.isAdminRole; exports.isDefaultRole = _chunkJZO52C3Fjs.isDefaultRole;