@papi-ai/adapter-pg
Advanced tools
+8
-0
@@ -532,2 +532,10 @@ import * as _papi_ai_shared from '@papi-ai/shared'; | ||
| createTask(task: Omit<CycleTask, 'id'>): Promise<CycleTask>; | ||
| /** | ||
| * Reject a user id that is not a contributor on this project (task-3195, C362). | ||
| * | ||
| * A POSITIVE membership lookup: a failed query throws rather than allowing the | ||
| * write, because on an authorization guard "I could not tell" must never mean | ||
| * "allow". Scoped to this adapter's projectId — never a caller-supplied one. | ||
| */ | ||
| private assertProjectMember; | ||
| updateTask(id: string, updates: Partial<Omit<CycleTask, 'id'>>, _options?: UpdateTaskOptions): Promise<void>; | ||
@@ -534,0 +542,0 @@ /** |
+1
-1
| { | ||
| "name": "@papi-ai/adapter-pg", | ||
| "version": "0.2.12", | ||
| "version": "0.2.13", | ||
| "description": "PAPI PostgreSQL adapter — read/write shared layer entities in PostgreSQL", | ||
@@ -5,0 +5,0 @@ "license": "Elastic-2.0", |
Sorry, the diff of this file is too big to display
310451
0.06%7039
0.13%