New:Socket for Asana Is Now Available.Learn more
Get Started

@papi-ai/adapter-pg

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papi-ai/adapter-pg - npm Package Compare versions

Comparing version
0.2.12
to
0.2.13
+8
-0
dist/index.d.ts

@@ -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