@stndrds/schema 1.0.0-alpha.102 → 1.0.0-alpha.104

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/dist/index.d.mts CHANGED
@@ -1100,6 +1100,7 @@ interface ApiKeyAuthContext {
1100
1100
  userId: string | null;
1101
1101
  keyId: string;
1102
1102
  permissions: ApiKeyPermission[];
1103
+ createdBy: string;
1103
1104
  }
1104
1105
  interface CreateApiKeyInput {
1105
1106
  name: string;
package/dist/index.d.ts CHANGED
@@ -1100,6 +1100,7 @@ interface ApiKeyAuthContext {
1100
1100
  userId: string | null;
1101
1101
  keyId: string;
1102
1102
  permissions: ApiKeyPermission[];
1103
+ createdBy: string;
1103
1104
  }
1104
1105
  interface CreateApiKeyInput {
1105
1106
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "1.0.0-alpha.102",
3
+ "version": "1.0.0-alpha.104",
4
4
  "description": "Standard schema definitions and utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -130,7 +130,7 @@
130
130
  "@standard-schema/spec": "^1.1.0",
131
131
  "libphonenumber-js": "^1.12.31",
132
132
  "zod": "^4.2.1",
133
- "@stndrds/constants": "1.0.0-alpha.102"
133
+ "@stndrds/constants": "1.0.0-alpha.104"
134
134
  },
135
135
  "devDependencies": {
136
136
  "@types/node": "^25.0.3",