@keystrokehq/platform 0.1.185 → 0.1.187
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/internal.d.cts +1 -1
- package/dist/internal.d.mts +1 -1
- package/package.json +3 -3
package/dist/internal.d.cts
CHANGED
|
@@ -205,7 +205,7 @@ declare function ensureProjectRepositoryReady(input: {
|
|
|
205
205
|
//#endregion
|
|
206
206
|
//#region ../../packages/access-control/dist/index.d.mts
|
|
207
207
|
//#region src/actions.d.ts
|
|
208
|
-
declare const actions: readonly ("
|
|
208
|
+
declare const actions: readonly ("organization:update" | "organization:delete" | "users:manage" | "users:invite" | "apiKeys:read" | "apiKeys:create" | "managedServices:read" | "managedServices:manage" | "project:read" | "project:deploy" | "project:run" | "project:update" | "project:delete" | "project:manage-members" | "project:invite" | "billing:manage" | "brains:create")[];
|
|
209
209
|
type Action = (typeof actions)[number]; //#endregion
|
|
210
210
|
//#region src/check-permission.d.ts
|
|
211
211
|
//#endregion
|
package/dist/internal.d.mts
CHANGED
|
@@ -205,7 +205,7 @@ declare function ensureProjectRepositoryReady(input: {
|
|
|
205
205
|
//#endregion
|
|
206
206
|
//#region ../../packages/access-control/dist/index.d.mts
|
|
207
207
|
//#region src/actions.d.ts
|
|
208
|
-
declare const actions: readonly ("
|
|
208
|
+
declare const actions: readonly ("organization:update" | "organization:delete" | "users:manage" | "users:invite" | "apiKeys:read" | "apiKeys:create" | "managedServices:read" | "managedServices:manage" | "project:read" | "project:deploy" | "project:run" | "project:update" | "project:delete" | "project:manage-members" | "project:invite" | "billing:manage" | "brains:create")[];
|
|
209
209
|
type Action = (typeof actions)[number]; //#endregion
|
|
210
210
|
//#region src/check-permission.d.ts
|
|
211
211
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/platform",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.187",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"tsx": "^4.21.0",
|
|
69
69
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
70
70
|
"vitest": "^4.1.7",
|
|
71
|
-
"@keystrokehq/
|
|
71
|
+
"@keystrokehq/tsconfig": "0.0.3",
|
|
72
72
|
"@keystrokehq/tsdown-config": "0.0.5",
|
|
73
73
|
"@keystrokehq/vitest-config": "0.0.7",
|
|
74
|
-
"@keystrokehq/
|
|
74
|
+
"@keystrokehq/oxlint-config": "0.0.4"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "tsdown",
|