Files
supabase/web/spec/tsdoc_v2/postgrest.json
2022-08-16 15:38:40 +08:00

11177 lines
240 KiB
JSON

{
"id": 0,
"name": "@supabase/postgrest-js",
"kind": 1,
"kindString": "Project",
"flags": {},
"originalName": "",
"children": [
{
"id": 481,
"name": "PostgrestBuilder",
"kind": 128,
"kindString": "Class",
"flags": {
"isAbstract": true
},
"children": [
{
"id": 482,
"name": "constructor",
"kind": 512,
"kindString": "Constructor",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 18,
"character": 2
}
],
"signatures": [
{
"id": 483,
"name": "new PostgrestBuilder",
"kind": 16384,
"kindString": "Constructor signature",
"flags": {},
"typeParameter": [
{
"id": 484,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"parameters": [
{
"id": 485,
"name": "builder",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "default"
}
}
],
"type": {
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 498,
"name": "allowEmpty",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 16,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 490,
"name": "body",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 12,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "unknown"
}
},
{
"id": 493,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 15,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 494,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 495,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 496,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 497,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
}
},
{
"id": 488,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 10,
"character": 12
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 486,
"name": "method",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 8,
"character": 12
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "GET"
},
{
"type": "literal",
"value": "HEAD"
},
{
"type": "literal",
"value": "POST"
},
{
"type": "literal",
"value": "PATCH"
},
{
"type": "literal",
"value": "DELETE"
}
]
}
},
{
"id": 489,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 11,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 491,
"name": "shouldThrowOnError",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 13,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"defaultValue": "false"
},
{
"id": 492,
"name": "signal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 14,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
}
},
{
"id": 487,
"name": "url",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 9,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "URL",
"package": "typescript",
"name": "URL"
}
},
{
"id": 501,
"name": "then",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 48,
"character": 2
}
],
"signatures": [
{
"id": 502,
"name": "then",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"typeParameter": [
{
"id": 503,
"name": "TResult1",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
},
{
"id": 504,
"name": "TResult2",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "intrinsic",
"name": "never"
}
}
],
"parameters": [
{
"id": 505,
"name": "onfulfilled",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 506,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 507,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 508,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
},
{
"id": 509,
"name": "onrejected",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 510,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 511,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 512,
"name": "reason",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
]
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"implementationOf": {
"type": "reference",
"name": "PromiseLike.then"
}
}
],
"implementationOf": {
"type": "reference",
"name": "PromiseLike.then"
}
},
{
"id": 499,
"name": "throwOnError",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 43,
"character": 2
}
],
"signatures": [
{
"id": 500,
"name": "throwOnError",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "If there's an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response.",
"text": "{@link https://github.com/supabase/supabase-js/issues/92}\n"
},
"type": {
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "default"
}
}
]
}
],
"groups": [
{
"title": "Constructors",
"kind": 512,
"children": [
482
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
498,
490,
493,
488,
486,
489,
491,
492,
487
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
501,
499
]
}
],
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 5,
"character": 30
}
],
"typeParameter": [
{
"id": 513,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"extendedBy": [
{
"type": "reference",
"id": 392,
"name": "PostgrestTransformBuilder"
}
],
"implementedTypes": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 484,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
},
{
"id": 1,
"name": "PostgrestClient",
"kind": 128,
"kindString": "Class",
"flags": {},
"children": [
{
"id": 2,
"name": "constructor",
"kind": 512,
"kindString": "Constructor",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 29,
"character": 2
}
],
"signatures": [
{
"id": 3,
"name": "new PostgrestClient",
"kind": 16384,
"kindString": "Constructor signature",
"flags": {},
"comment": {
"shortText": "Creates a PostgREST client."
},
"typeParameter": [
{
"id": 4,
"name": "Database",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "intrinsic",
"name": "any"
}
},
{
"id": 5,
"name": "SchemaName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"default": {
"type": "conditional",
"checkType": {
"type": "literal",
"value": "public"
},
"extendsType": {
"type": "typeOperator",
"operator": "keyof",
"target": {
"type": "reference",
"id": 4,
"name": "Database"
}
},
"trueType": {
"type": "literal",
"value": "public"
},
"falseType": {
"type": "intersection",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "typeOperator",
"operator": "keyof",
"target": {
"type": "reference",
"id": 4,
"name": "Database"
}
}
]
}
}
},
{
"id": 6,
"name": "Schema",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericSchema"
},
"default": {
"type": "conditional",
"checkType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 5,
"name": "SchemaName"
},
"objectType": {
"type": "reference",
"id": 4,
"name": "Database"
}
},
"extendsType": {
"type": "reference",
"name": "GenericSchema"
},
"trueType": {
"type": "indexedAccess",
"indexType": {
"type": "intrinsic",
"name": "any"
},
"objectType": {
"type": "intrinsic",
"name": "any"
}
},
"falseType": {
"type": "intrinsic",
"name": "any"
}
}
}
],
"parameters": [
{
"id": 7,
"name": "url",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "URL of the PostgREST endpoint."
},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 8,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 9,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 12,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 38,
"character": 6
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 13,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 14,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 15,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 16,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
}
},
{
"id": 10,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 36,
"character": 6
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 11,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 37,
"character": 6
}
],
"type": {
"type": "reference",
"id": 5,
"name": "SchemaName"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
12,
10,
11
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 1,
"typeArguments": [
{
"type": "reference",
"id": 4,
"name": "Database"
},
{
"type": "reference",
"id": 5,
"name": "SchemaName"
},
{
"type": "reference",
"id": 6,
"name": "Schema"
}
],
"name": "default"
}
}
]
},
{
"id": 20,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 19,
"character": 2
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 21,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 22,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 23,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 24,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
}
},
{
"id": 18,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 17,
"character": 2
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 19,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 18,
"character": 2
}
],
"type": {
"type": "reference",
"id": 5,
"name": "SchemaName"
}
},
{
"id": 17,
"name": "url",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 16,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 25,
"name": "from",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 52,
"character": 2
}
],
"signatures": [
{
"id": 26,
"name": "from",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Perform a table operation."
},
"typeParameter": [
{
"id": 27,
"name": "TableName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 28,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericTable"
}
}
],
"parameters": [
{
"id": 29,
"name": "table",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The table name to operate on.\n"
},
"type": {
"type": "reference",
"id": 27,
"name": "TableName"
}
}
],
"type": {
"type": "reference",
"id": 46,
"typeArguments": [
{
"type": "reference",
"id": 28,
"name": "Table"
}
],
"name": "default"
}
},
{
"id": 30,
"name": "from",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 31,
"name": "table",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 46,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "default"
}
}
]
},
{
"id": 32,
"name": "rpc",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 76,
"character": 2
}
],
"signatures": [
{
"id": 33,
"name": "rpc",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Perform a function call."
},
"typeParameter": [
{
"id": 34,
"name": "FunctionName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 35,
"name": "Function_",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericFunction"
}
}
],
"parameters": [
{
"id": 36,
"name": "fn",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The function name to call."
},
"type": {
"type": "reference",
"id": 34,
"name": "FunctionName"
}
},
{
"id": 37,
"name": "args",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The parameters to pass to the function call."
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Args"
},
"objectType": {
"type": "reference",
"id": 35,
"name": "Function_"
}
},
"defaultValue": "{}"
},
{
"id": 38,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 39,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 41,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 88,
"character": 6
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 40,
"name": "head",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 87,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 42,
"name": "rollback",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 89,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
41,
40,
42
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "conditional",
"checkType": {
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Returns"
},
"objectType": {
"type": "reference",
"id": 35,
"name": "Function_"
}
},
"extendsType": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "any"
}
},
"trueType": {
"type": "conditional",
"checkType": {
"type": "indexedAccess",
"indexType": {
"type": "intrinsic",
"name": "number"
},
"objectType": {
"type": "indexedAccess",
"indexType": {
"type": "intrinsic",
"name": "any"
},
"objectType": {
"type": "intrinsic",
"name": "any"
}
}
},
"extendsType": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
"trueType": {
"type": "indexedAccess",
"indexType": {
"type": "intrinsic",
"name": "any"
},
"objectType": {
"type": "intrinsic",
"name": "any"
}
},
"falseType": {
"type": "intrinsic",
"name": "never"
}
},
"falseType": {
"type": "intrinsic",
"name": "never"
}
},
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Returns"
},
"objectType": {
"type": "reference",
"id": 35,
"name": "Function_"
}
}
],
"name": "default"
}
}
]
}
],
"groups": [
{
"title": "Constructors",
"kind": 512,
"children": [
2
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
20,
18,
19,
17
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
25,
32
]
}
],
"sources": [
{
"fileName": "src/PostgrestClient.ts",
"line": 7,
"character": 21
}
],
"typeParameter": [
{
"id": 43,
"name": "Database",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "intrinsic",
"name": "any"
}
},
{
"id": 44,
"name": "SchemaName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intersection",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "typeOperator",
"operator": "keyof",
"target": {
"type": "reference",
"id": 4,
"name": "Database"
}
}
]
},
"default": {
"type": "conditional",
"checkType": {
"type": "literal",
"value": "public"
},
"extendsType": {
"type": "typeOperator",
"operator": "keyof",
"target": {
"type": "reference",
"id": 4,
"name": "Database"
}
},
"trueType": {
"type": "literal",
"value": "public"
},
"falseType": {
"type": "intersection",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "typeOperator",
"operator": "keyof",
"target": {
"type": "reference",
"id": 4,
"name": "Database"
}
}
]
}
}
},
{
"id": 45,
"name": "Schema",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericSchema"
},
"default": {
"type": "conditional",
"checkType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 5,
"name": "SchemaName"
},
"objectType": {
"type": "reference",
"id": 4,
"name": "Database"
}
},
"extendsType": {
"type": "reference",
"name": "GenericSchema"
},
"trueType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 5,
"name": "SchemaName"
},
"objectType": {
"type": "reference",
"id": 4,
"name": "Database"
}
},
"falseType": {
"type": "intrinsic",
"name": "any"
}
}
}
]
},
{
"id": 111,
"name": "PostgrestFilterBuilder",
"kind": 128,
"kindString": "Class",
"flags": {},
"children": [
{
"id": 112,
"name": "constructor",
"kind": 512,
"kindString": "Constructor",
"flags": {},
"signatures": [
{
"id": 113,
"name": "new PostgrestFilterBuilder",
"kind": 16384,
"kindString": "Constructor signature",
"flags": {},
"typeParameter": [
{
"id": 114,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 115,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"parameters": [
{
"id": 116,
"name": "builder",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 394,
"name": "default.constructor"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 393,
"name": "default.constructor"
}
},
{
"id": 375,
"name": "allowEmpty",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 16,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"id": 464,
"name": "default.allowEmpty"
}
},
{
"id": 367,
"name": "body",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 12,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "unknown"
},
"inheritedFrom": {
"type": "reference",
"id": 456,
"name": "default.body"
}
},
{
"id": 370,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 15,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 371,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 372,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 373,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 374,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
},
"inheritedFrom": {
"type": "reference",
"id": 459,
"name": "default.fetch"
}
},
{
"id": 365,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 10,
"character": 12
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
"inheritedFrom": {
"type": "reference",
"id": 454,
"name": "default.headers"
}
},
{
"id": 363,
"name": "method",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 8,
"character": 12
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "GET"
},
{
"type": "literal",
"value": "HEAD"
},
{
"type": "literal",
"value": "POST"
},
{
"type": "literal",
"value": "PATCH"
},
{
"type": "literal",
"value": "DELETE"
}
]
},
"inheritedFrom": {
"type": "reference",
"id": 452,
"name": "default.method"
}
},
{
"id": 366,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 11,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"id": 455,
"name": "default.schema"
}
},
{
"id": 368,
"name": "shouldThrowOnError",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 13,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"defaultValue": "false",
"inheritedFrom": {
"type": "reference",
"id": 457,
"name": "default.shouldThrowOnError"
}
},
{
"id": 369,
"name": "signal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 14,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
},
"inheritedFrom": {
"type": "reference",
"id": 458,
"name": "default.signal"
}
},
{
"id": 364,
"name": "url",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 9,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "URL",
"package": "typescript",
"name": "URL"
},
"inheritedFrom": {
"type": "reference",
"id": 453,
"name": "default.url"
}
},
{
"id": 343,
"name": "abortSignal",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 110,
"character": 2
}
],
"signatures": [
{
"id": 344,
"name": "abortSignal",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Sets the AbortSignal for the fetch request."
},
"parameters": [
{
"id": 345,
"name": "signal",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 433,
"name": "default.abortSignal"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 432,
"name": "default.abortSignal"
}
},
{
"id": 221,
"name": "containedBy",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 250,
"character": 2
}
],
"signatures": [
{
"id": 222,
"name": "containedBy",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose json, array, or range value on the stated `column` is\ncontained by the specified `value`."
},
"typeParameter": [
{
"id": 223,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 224,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 223,
"name": "ColumnName"
}
},
{
"id": 225,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "array",
"elementType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 223,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 226,
"name": "containedBy",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 227,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 228,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "unknown"
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 213,
"name": "contains",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 223,
"character": 2
}
],
"signatures": [
{
"id": 214,
"name": "contains",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose json, array, or range value on the stated `column`\ncontains the values specified in `value`."
},
"typeParameter": [
{
"id": 215,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 216,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 215,
"name": "ColumnName"
}
},
{
"id": 217,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "array",
"elementType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 215,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 218,
"name": "contains",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 219,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 220,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "unknown"
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 350,
"name": "csv",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 138,
"character": 2
}
],
"signatures": [
{
"id": 351,
"name": "csv",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Set the response type to CSV."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 440,
"name": "default.csv"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 439,
"name": "default.csv"
}
},
{
"id": 133,
"name": "eq",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 72,
"character": 2
}
],
"signatures": [
{
"id": 134,
"name": "eq",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` exactly matches the\nspecified `value`."
},
"typeParameter": [
{
"id": 135,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 136,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 135,
"name": "ColumnName"
}
},
{
"id": 137,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 135,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 138,
"name": "eq",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 139,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 140,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 354,
"name": "explain",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 160,
"character": 2
}
],
"signatures": [
{
"id": 355,
"name": "explain",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Obtains the EXPLAIN plan for this request."
},
"parameters": [
{
"id": 356,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 357,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 358,
"name": "analyze",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 167,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 361,
"name": "buffers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 170,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 360,
"name": "settings",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 169,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 359,
"name": "verbose",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 168,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 362,
"name": "wal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 171,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
358,
361,
360,
359,
362
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
],
"name": "PostgrestResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 444,
"name": "default.explain"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 443,
"name": "default.explain"
}
},
{
"id": 293,
"name": "filter",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 406,
"character": 2
}
],
"signatures": [
{
"id": 294,
"name": "filter",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose `column` satisfies the filter."
},
"typeParameter": [
{
"id": 295,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 296,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 295,
"name": "ColumnName"
}
},
{
"id": 297,
"name": "operator",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The operator to filter with."
},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"name": "FilterOperator"
},
{
"type": "literal",
"value": "not.eq"
},
{
"type": "literal",
"value": "not.neq"
},
{
"type": "literal",
"value": "not.gt"
},
{
"type": "literal",
"value": "not.gte"
},
{
"type": "literal",
"value": "not.lt"
},
{
"type": "literal",
"value": "not.lte"
},
{
"type": "literal",
"value": "not.like"
},
{
"type": "literal",
"value": "not.ilike"
},
{
"type": "literal",
"value": "not.is"
},
{
"type": "literal",
"value": "not.in"
},
{
"type": "literal",
"value": "not.cs"
},
{
"type": "literal",
"value": "not.cd"
},
{
"type": "literal",
"value": "not.sl"
},
{
"type": "literal",
"value": "not.sr"
},
{
"type": "literal",
"value": "not.nxl"
},
{
"type": "literal",
"value": "not.nxr"
},
{
"type": "literal",
"value": "not.adj"
},
{
"type": "literal",
"value": "not.ov"
},
{
"type": "literal",
"value": "not.fts"
},
{
"type": "literal",
"value": "not.plfts"
},
{
"type": "literal",
"value": "not.phfts"
},
{
"type": "literal",
"value": "not.wfts"
}
]
}
},
{
"id": 298,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 299,
"name": "filter",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 300,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 301,
"name": "operator",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 302,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 352,
"name": "geojson",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 146,
"character": 2
}
],
"signatures": [
{
"id": 353,
"name": "geojson",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Set the response type to GeoJSON."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 442,
"name": "default.geojson"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 441,
"name": "default.geojson"
}
},
{
"id": 149,
"name": "gt",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 100,
"character": 2
}
],
"signatures": [
{
"id": 150,
"name": "gt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` is greater than the\nspecified `value`."
},
"typeParameter": [
{
"id": 151,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 152,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 151,
"name": "ColumnName"
}
},
{
"id": 153,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 151,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 154,
"name": "gt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 155,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 156,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 157,
"name": "gte",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 114,
"character": 2
}
],
"signatures": [
{
"id": 158,
"name": "gte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` is greater than or\nequal to the specified `value`."
},
"typeParameter": [
{
"id": 159,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 160,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 159,
"name": "ColumnName"
}
},
{
"id": 161,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 159,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 162,
"name": "gte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 163,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 164,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 189,
"name": "ilike",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 170,
"character": 2
}
],
"signatures": [
{
"id": 190,
"name": "ilike",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value in the stated `column` matches the supplied\n`pattern` (case insensitive)."
},
"typeParameter": [
{
"id": 191,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 192,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 191,
"name": "ColumnName"
}
},
{
"id": 193,
"name": "pattern",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The pattern to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 194,
"name": "ilike",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 195,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 196,
"name": "pattern",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 205,
"name": "in",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 201,
"character": 2
}
],
"signatures": [
{
"id": 206,
"name": "in",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` is found on the\nspecified `values`."
},
"typeParameter": [
{
"id": 207,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 208,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 207,
"name": "ColumnName"
}
},
{
"id": 209,
"name": "values",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The values to filter with.\n"
},
"type": {
"type": "array",
"elementType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 207,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 210,
"name": "in",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 211,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 212,
"name": "values",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "unknown"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 197,
"name": "is",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 184,
"character": 2
}
],
"signatures": [
{
"id": 198,
"name": "is",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "A check for exact equality (null, true, false), finds all rows whose\nvalue on the stated `column` exactly match the specified `value`."
},
"typeParameter": [
{
"id": 199,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 200,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 199,
"name": "ColumnName"
}
},
{
"id": 201,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "intersection",
"types": [
{
"type": "intersection",
"types": [
{
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 199,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
},
{
"type": "literal",
"value": null
}
]
},
{
"type": "intersection",
"types": [
{
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 199,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
},
{
"type": "literal",
"value": false
}
]
},
{
"type": "intersection",
"types": [
{
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 199,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
},
{
"type": "literal",
"value": true
}
]
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 202,
"name": "is",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 203,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 204,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "intrinsic",
"name": "boolean"
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 181,
"name": "like",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 156,
"character": 2
}
],
"signatures": [
{
"id": 182,
"name": "like",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value in the stated `column` matches the supplied\n`pattern` (case sensitive)."
},
"typeParameter": [
{
"id": 183,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 184,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 183,
"name": "ColumnName"
}
},
{
"id": 185,
"name": "pattern",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The pattern to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 186,
"name": "like",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 187,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 188,
"name": "pattern",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 330,
"name": "limit",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 85,
"character": 2
}
],
"signatures": [
{
"id": 331,
"name": "limit",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Limits the result with the specified `count`."
},
"parameters": [
{
"id": 332,
"name": "count",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The maximum no. of rows to limit to."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 333,
"name": "foreignTable",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The foreign table to use (for foreign columns).\n"
},
"originalName": "__namedParameters",
"type": {
"type": "reflection",
"declaration": {
"id": 334,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 335,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 85,
"character": 43
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
335
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 420,
"name": "default.limit"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 419,
"name": "default.limit"
}
},
{
"id": 165,
"name": "lt",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 128,
"character": 2
}
],
"signatures": [
{
"id": 166,
"name": "lt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` is less than the\nspecified `value`."
},
"typeParameter": [
{
"id": 167,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 168,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 167,
"name": "ColumnName"
}
},
{
"id": 169,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 167,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 170,
"name": "lt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 171,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 172,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 173,
"name": "lte",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 142,
"character": 2
}
],
"signatures": [
{
"id": 174,
"name": "lte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` is less than or equal\nto the specified `value`."
},
"typeParameter": [
{
"id": 175,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 176,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 175,
"name": "ColumnName"
}
},
{
"id": 177,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 175,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 178,
"name": "lte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 179,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 180,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 303,
"name": "match",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 423,
"character": 2
}
],
"signatures": [
{
"id": 304,
"name": "match",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose columns match the specified `query` object."
},
"typeParameter": [
{
"id": 305,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 306,
"name": "query",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The object to filter with, with column names as keys mapped\n to their filter values.\n"
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 305,
"name": "ColumnName"
},
{
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 305,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 307,
"name": "match",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 308,
"name": "query",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 348,
"name": "maybeSingle",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 129,
"character": 2
}
],
"signatures": [
{
"id": 349,
"name": "maybeSingle",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Retrieves at most one row from the result. Result must be at most one row\n(e.g. using `eq` on a UNIQUE column), otherwise this will result in an\nerror."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 518,
"typeArguments": [
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "PostgrestMaybeSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 438,
"name": "default.maybeSingle"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 437,
"name": "default.maybeSingle"
}
},
{
"id": 141,
"name": "neq",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 86,
"character": 2
}
],
"signatures": [
{
"id": 142,
"name": "neq",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose value on the stated `column` doesn't match the\nspecified `value`."
},
"typeParameter": [
{
"id": 143,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 144,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 143,
"name": "ColumnName"
}
},
{
"id": 145,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 143,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 146,
"name": "neq",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 147,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 148,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 117,
"name": "not",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 42,
"character": 2
}
],
"signatures": [
{
"id": 118,
"name": "not",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows which doesn't satisfy the filter."
},
"typeParameter": [
{
"id": 119,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 120,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 119,
"name": "ColumnName"
}
},
{
"id": 121,
"name": "operator",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The operator to filter with."
},
"type": {
"type": "reference",
"name": "FilterOperator"
}
},
{
"id": 122,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 119,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 123,
"name": "not",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 124,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 125,
"name": "operator",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 126,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "unknown"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 127,
"name": "or",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 59,
"character": 2
}
],
"signatures": [
{
"id": 128,
"name": "or",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows satisfying at least one of the filters."
},
"parameters": [
{
"id": 129,
"name": "filters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The filters to use, separated by commas."
},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 130,
"name": "foreignTable",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The foreign table to use (if `column` is a foreign column).\n"
},
"originalName": "__namedParameters",
"type": {
"type": "reflection",
"declaration": {
"id": 131,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 132,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 59,
"character": 42
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
132
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 314,
"name": "order",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 51,
"character": 2
}
],
"signatures": [
{
"id": 315,
"name": "order",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Orders the result with the specified `column`."
},
"typeParameter": [
{
"id": 316,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 317,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to order on."
},
"type": {
"type": "reference",
"id": 316,
"name": "ColumnName"
}
},
{
"id": 318,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 319,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 320,
"name": "ascending",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 322,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 59
}
],
"type": {
"type": "intrinsic",
"name": "undefined"
}
},
{
"id": 321,
"name": "nullsFirst",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 37
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
320,
322,
321
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 404,
"name": "default.order"
}
},
{
"id": 323,
"name": "order",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 324,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 325,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 326,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 327,
"name": "ascending",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 329,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 59
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 328,
"name": "nullsFirst",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 37
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
327,
329,
328
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 412,
"name": "default.order"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 403,
"name": "default.order"
}
},
{
"id": 269,
"name": "overlaps",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 346,
"character": 2
}
],
"signatures": [
{
"id": 270,
"name": "overlaps",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose array or range value on the stated `column` overlaps\n(has a value in common) with the specified `value`."
},
"typeParameter": [
{
"id": 271,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 272,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 271,
"name": "ColumnName"
}
},
{
"id": 273,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The value to filter with.\n"
},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "array",
"elementType": {
"type": "indexedAccess",
"indexType": {
"type": "reference",
"id": 271,
"name": "ColumnName"
},
"objectType": {
"type": "reference",
"id": 114,
"name": "Table"
}
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 274,
"name": "overlaps",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 275,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 276,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "unknown"
}
}
]
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 336,
"name": "range",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 98,
"character": 2
}
],
"signatures": [
{
"id": 337,
"name": "range",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Limits the result to rows within the specified range, inclusive."
},
"parameters": [
{
"id": 338,
"name": "from",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The starting index from which to limit the result, inclusive."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 339,
"name": "to",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The last index to which to limit the result, inclusive."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 340,
"name": "foreignTable",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The foreign table to use (for foreign columns).\n"
},
"originalName": "__namedParameters",
"type": {
"type": "reflection",
"declaration": {
"id": 341,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 342,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 98,
"character": 54
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
342
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 426,
"name": "default.range"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 425,
"name": "default.range"
}
},
{
"id": 261,
"name": "rangeAdjacent",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 332,
"character": 2
}
],
"signatures": [
{
"id": 262,
"name": "rangeAdjacent",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose range value on the stated `column` is adjacent to\nthe specified `range`."
},
"typeParameter": [
{
"id": 263,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 264,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 263,
"name": "ColumnName"
}
},
{
"id": 265,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The range to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 266,
"name": "rangeAdjacent",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 267,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 268,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 237,
"name": "rangeGt",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 290,
"character": 2
}
],
"signatures": [
{
"id": 238,
"name": "rangeGt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose range value on the stated `column` is strictly to\nthe right of the specified `range`."
},
"typeParameter": [
{
"id": 239,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 240,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 239,
"name": "ColumnName"
}
},
{
"id": 241,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The range to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 242,
"name": "rangeGt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 243,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 244,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 245,
"name": "rangeGte",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 304,
"character": 2
}
],
"signatures": [
{
"id": 246,
"name": "rangeGte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose range value on the stated `column` does not extend\nto the left of the specified `range`."
},
"typeParameter": [
{
"id": 247,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 248,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 247,
"name": "ColumnName"
}
},
{
"id": 249,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The range to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 250,
"name": "rangeGte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 251,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 252,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 229,
"name": "rangeLt",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 276,
"character": 2
}
],
"signatures": [
{
"id": 230,
"name": "rangeLt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose range value on the stated `column` is strictly to the\nleft of the specified `range`."
},
"typeParameter": [
{
"id": 231,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 232,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 231,
"name": "ColumnName"
}
},
{
"id": 233,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The range to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 234,
"name": "rangeLt",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 235,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 236,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 253,
"name": "rangeLte",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 318,
"character": 2
}
],
"signatures": [
{
"id": 254,
"name": "rangeLte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose range value on the stated `column` does not extend\nto the right of the specified `range`."
},
"typeParameter": [
{
"id": 255,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 256,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 255,
"name": "ColumnName"
}
},
{
"id": 257,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The range to filter with.\n"
},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 258,
"name": "rangeLte",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 259,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 260,
"name": "range",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 309,
"name": "select",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 18,
"character": 2
}
],
"signatures": [
{
"id": 310,
"name": "select",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs vertical filtering with SELECT."
},
"typeParameter": [
{
"id": 311,
"name": "Query",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"default": {
"type": "literal",
"value": "*"
}
},
{
"id": 312,
"name": "NewResult",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "conditional",
"checkType": {
"type": "reference",
"id": 311,
"name": "Query"
},
"extendsType": {
"type": "literal",
"value": "*"
},
"trueType": {
"type": "literal",
"value": "*"
},
"falseType": {
"type": "reference",
"id": 311,
"name": "Query"
}
}
],
"name": "GetResult"
}
}
],
"parameters": [
{
"id": 313,
"name": "columns",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "The columns to retrieve, separated by commas.\n"
},
"type": {
"type": "reference",
"id": 311,
"name": "Query"
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 312,
"name": "NewResult"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 399,
"name": "default.select"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 398,
"name": "default.select"
}
},
{
"id": 346,
"name": "single",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 119,
"character": 2
}
],
"signatures": [
{
"id": 347,
"name": "single",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Retrieves only one row from the result. Result must be one row (e.g. using\n`limit`), otherwise this will result in an error."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 436,
"name": "default.single"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 435,
"name": "default.single"
}
},
{
"id": 277,
"name": "textSearch",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 371,
"character": 2
}
],
"signatures": [
{
"id": 278,
"name": "textSearch",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Finds all rows whose text or tsvector value on the stated `column` matches\nthe tsquery in `query`."
},
"typeParameter": [
{
"id": 279,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 280,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to filter on."
},
"type": {
"type": "reference",
"id": 279,
"name": "ColumnName"
}
},
{
"id": 281,
"name": "query",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The Postgres tsquery string to filter with."
},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 282,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 283,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 284,
"name": "config",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 374,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 285,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 374,
"character": 33
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "plain"
},
{
"type": "literal",
"value": "phrase"
},
{
"type": "literal",
"value": "websearch"
}
]
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
284,
285
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 286,
"name": "textSearch",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 287,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 288,
"name": "query",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 289,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 290,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 291,
"name": "config",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 379,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 292,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 379,
"character": 33
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "plain"
},
{
"type": "literal",
"value": "phrase"
},
{
"type": "literal",
"value": "websearch"
}
]
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
291,
292
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 378,
"name": "then",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 48,
"character": 2
}
],
"signatures": [
{
"id": 379,
"name": "then",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"typeParameter": [
{
"id": 380,
"name": "TResult1",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
},
{
"id": 381,
"name": "TResult2",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "intrinsic",
"name": "never"
}
}
],
"parameters": [
{
"id": 382,
"name": "onfulfilled",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 383,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 384,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 385,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
},
{
"id": 386,
"name": "onrejected",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 387,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 388,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 389,
"name": "reason",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
]
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 468,
"name": "default.then"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 467,
"name": "default.then"
}
},
{
"id": 376,
"name": "throwOnError",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 43,
"character": 2
}
],
"signatures": [
{
"id": 377,
"name": "throwOnError",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "If there's an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response.",
"text": "{@link https://github.com/supabase/supabase-js/issues/92}\n"
},
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 466,
"name": "default.throwOnError"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 465,
"name": "default.throwOnError"
}
}
],
"groups": [
{
"title": "Constructors",
"kind": 512,
"children": [
112
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
375,
367,
370,
365,
363,
366,
368,
369,
364
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
343,
221,
213,
350,
133,
354,
293,
352,
149,
157,
189,
205,
197,
181,
330,
165,
173,
303,
348,
141,
117,
127,
314,
269,
336,
261,
237,
245,
229,
253,
309,
346,
277,
378,
376
]
}
],
"sources": [
{
"fileName": "src/PostgrestFilterBuilder.ts",
"line": 31,
"character": 21
}
],
"typeParameter": [
{
"id": 390,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 391,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"extendedTypes": [
{
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 114,
"name": "Table"
},
{
"type": "reference",
"id": 115,
"name": "Result"
}
],
"name": "default"
}
]
},
{
"id": 46,
"name": "PostgrestQueryBuilder",
"kind": 128,
"kindString": "Class",
"flags": {},
"children": [
{
"id": 47,
"name": "constructor",
"kind": 512,
"kindString": "Constructor",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 13,
"character": 2
}
],
"signatures": [
{
"id": 48,
"name": "new PostgrestQueryBuilder",
"kind": 16384,
"kindString": "Constructor signature",
"flags": {},
"typeParameter": [
{
"id": 49,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericTable"
}
}
],
"parameters": [
{
"id": 50,
"name": "url",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "URL",
"package": "typescript",
"name": "URL"
}
},
{
"id": 51,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 52,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 55,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 22,
"character": 6
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 56,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 57,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 58,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 59,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
}
},
{
"id": 53,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 20,
"character": 6
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 54,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 21,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
55,
53,
54
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 46,
"typeArguments": [
{
"type": "reference",
"id": 49,
"name": "Table"
}
],
"name": "default"
}
}
]
},
{
"id": 64,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 11,
"character": 2
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 65,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 66,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 67,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 68,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
}
},
{
"id": 61,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 8,
"character": 2
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 62,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 9,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 63,
"name": "signal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 10,
"character": 2
}
],
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
}
},
{
"id": 60,
"name": "url",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 7,
"character": 2
}
],
"type": {
"type": "reference",
"qualifiedName": "URL",
"package": "typescript",
"name": "URL"
}
},
{
"id": 104,
"name": "delete",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 228,
"character": 2
}
],
"signatures": [
{
"id": 105,
"name": "delete",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs a DELETE on the table."
},
"parameters": [
{
"id": 106,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 107,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 108,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Count algorithm to use to count rows in a table."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 233,
"character": 4
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 109,
"name": "rollback",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Rollback the operation"
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 235,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
108,
109
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "intrinsic",
"name": "undefined"
}
],
"name": "default"
}
}
]
},
{
"id": 78,
"name": "insert",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 86,
"character": 2
}
],
"signatures": [
{
"id": 79,
"name": "insert",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs an INSERT into the table."
},
"typeParameter": [
{
"id": 80,
"name": "Row",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
}
],
"parameters": [
{
"id": 81,
"name": "values",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The values to insert.\n"
},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 80,
"name": "Row"
},
{
"type": "array",
"elementType": {
"type": "reference",
"id": 80,
"name": "Row"
}
}
]
}
},
{
"id": 82,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 83,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 84,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Count algorithm to use to count rows in a table."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 93,
"character": 6
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 85,
"name": "rollback",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Rollback the operation"
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 95,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
84,
85
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "intrinsic",
"name": "undefined"
}
],
"name": "default"
}
}
]
},
{
"id": 69,
"name": "select",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 36,
"character": 2
}
],
"signatures": [
{
"id": 70,
"name": "select",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs vertical filtering with SELECT."
},
"typeParameter": [
{
"id": 71,
"name": "Query",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"default": {
"type": "literal",
"value": "*"
}
},
{
"id": 72,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "conditional",
"checkType": {
"type": "reference",
"id": 71,
"name": "Query"
},
"extendsType": {
"type": "literal",
"value": "*"
},
"trueType": {
"type": "literal",
"value": "*"
},
"falseType": {
"type": "reference",
"id": 71,
"name": "Query"
}
}
],
"name": "GetResult"
}
}
],
"parameters": [
{
"id": 73,
"name": "columns",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "The columns to retrieve, separated by commas.\n"
},
"type": {
"type": "reference",
"id": 71,
"name": "Query"
}
},
{
"id": 74,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 75,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 77,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Count algorithm to use to count rows in a table."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 48,
"character": 6
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 76,
"name": "head",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "When set to true, select will void data."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 46,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
77,
76
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "reference",
"id": 72,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 96,
"name": "update",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 188,
"character": 2
}
],
"signatures": [
{
"id": 97,
"name": "update",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs an UPDATE on the table."
},
"typeParameter": [
{
"id": 98,
"name": "Row",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
}
],
"parameters": [
{
"id": 99,
"name": "values",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The values to update.\n"
},
"type": {
"type": "reference",
"id": 98,
"name": "Row"
}
},
{
"id": 100,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 101,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 102,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Count algorithm to use to count rows in a table."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 195,
"character": 6
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 103,
"name": "rollback",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Rollback the operation"
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 197,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
102,
103
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "intrinsic",
"name": "undefined"
}
],
"name": "default"
}
}
]
},
{
"id": 86,
"name": "upsert",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 137,
"character": 2
}
],
"signatures": [
{
"id": 87,
"name": "upsert",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs an UPSERT into the table."
},
"typeParameter": [
{
"id": 88,
"name": "Row",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
}
],
"parameters": [
{
"id": 89,
"name": "values",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The values to insert.\n"
},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 88,
"name": "Row"
},
{
"type": "array",
"elementType": {
"type": "reference",
"id": 88,
"name": "Row"
}
}
]
}
},
{
"id": 90,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 91,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 93,
"name": "count",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Count algorithm to use to count rows in a table."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 148,
"character": 6
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "exact"
},
{
"type": "literal",
"value": "planned"
},
{
"type": "literal",
"value": "estimated"
}
]
}
},
{
"id": 94,
"name": "ignoreDuplicates",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Specifies if duplicate rows should be ignored and not inserted."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 150,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 92,
"name": "onConflict",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "By specifying the `on_conflict` query parameter, you can make UPSERT work on a column(s) that has a UNIQUE constraint."
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 146,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 95,
"name": "rollback",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "Rollback the operation"
},
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 152,
"character": 6
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
93,
94,
92,
95
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 111,
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "Row"
},
"objectType": {
"type": "reference",
"id": 49,
"name": "Table"
}
},
{
"type": "intrinsic",
"name": "undefined"
}
],
"name": "default"
}
}
]
}
],
"groups": [
{
"title": "Constructors",
"kind": 512,
"children": [
47
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
64,
61,
62,
63,
60
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
104,
78,
69,
96,
86
]
}
],
"sources": [
{
"fileName": "src/PostgrestQueryBuilder.ts",
"line": 6,
"character": 21
}
],
"typeParameter": [
{
"id": 110,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"name": "GenericTable"
}
}
]
},
{
"id": 392,
"name": "PostgrestTransformBuilder",
"kind": 128,
"kindString": "Class",
"flags": {},
"comment": {
"shortText": "Post-filters (transforms)"
},
"children": [
{
"id": 393,
"name": "constructor",
"kind": 512,
"kindString": "Constructor",
"flags": {},
"signatures": [
{
"id": 394,
"name": "new PostgrestTransformBuilder",
"kind": 16384,
"kindString": "Constructor signature",
"flags": {},
"typeParameter": [
{
"id": 395,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 396,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"parameters": [
{
"id": 397,
"name": "builder",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 483,
"name": "default.constructor"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 482,
"name": "default.constructor"
}
},
{
"id": 464,
"name": "allowEmpty",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 16,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"id": 498,
"name": "default.allowEmpty"
}
},
{
"id": 456,
"name": "body",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 12,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "unknown"
},
"inheritedFrom": {
"type": "reference",
"id": 490,
"name": "default.body"
}
},
{
"id": 459,
"name": "fetch",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 15,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 460,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 461,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 462,
"name": "input",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "RequestInfo",
"package": "typescript",
"name": "RequestInfo"
}
},
{
"id": 463,
"name": "init",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "RequestInit",
"package": "typescript",
"name": "RequestInit"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "Response",
"package": "typescript",
"name": "Response"
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
},
"inheritedFrom": {
"type": "reference",
"id": 493,
"name": "default.fetch"
}
},
{
"id": 454,
"name": "headers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 10,
"character": 12
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "string"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
"inheritedFrom": {
"type": "reference",
"id": 488,
"name": "default.headers"
}
},
{
"id": 452,
"name": "method",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 8,
"character": 12
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "GET"
},
{
"type": "literal",
"value": "HEAD"
},
{
"type": "literal",
"value": "POST"
},
{
"type": "literal",
"value": "PATCH"
},
{
"type": "literal",
"value": "DELETE"
}
]
},
"inheritedFrom": {
"type": "reference",
"id": 486,
"name": "default.method"
}
},
{
"id": 455,
"name": "schema",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 11,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"id": 489,
"name": "default.schema"
}
},
{
"id": 457,
"name": "shouldThrowOnError",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 13,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"defaultValue": "false",
"inheritedFrom": {
"type": "reference",
"id": 491,
"name": "default.shouldThrowOnError"
}
},
{
"id": 458,
"name": "signal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true,
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 14,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
},
"inheritedFrom": {
"type": "reference",
"id": 492,
"name": "default.signal"
}
},
{
"id": 453,
"name": "url",
"kind": 1024,
"kindString": "Property",
"flags": {
"isProtected": true
},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 9,
"character": 12
}
],
"type": {
"type": "reference",
"qualifiedName": "URL",
"package": "typescript",
"name": "URL"
},
"inheritedFrom": {
"type": "reference",
"id": 487,
"name": "default.url"
}
},
{
"id": 432,
"name": "abortSignal",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 110,
"character": 2
}
],
"signatures": [
{
"id": 433,
"name": "abortSignal",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Sets the AbortSignal for the fetch request."
},
"parameters": [
{
"id": 434,
"name": "signal",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "AbortSignal",
"package": "typescript",
"name": "AbortSignal"
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 439,
"name": "csv",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 138,
"character": 2
}
],
"signatures": [
{
"id": 440,
"name": "csv",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Set the response type to CSV."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
}
]
},
{
"id": 443,
"name": "explain",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 160,
"character": 2
}
],
"signatures": [
{
"id": 444,
"name": "explain",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Obtains the EXPLAIN plan for this request."
},
"parameters": [
{
"id": 445,
"name": "__namedParameters",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 446,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 447,
"name": "analyze",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 167,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 450,
"name": "buffers",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 170,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 449,
"name": "settings",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 169,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 448,
"name": "verbose",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 168,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 451,
"name": "wal",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 171,
"character": 4
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
447,
450,
449,
448,
451
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
],
"name": "PostgrestResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
}
]
},
{
"id": 441,
"name": "geojson",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 146,
"character": 2
}
],
"signatures": [
{
"id": 442,
"name": "geojson",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Set the response type to GeoJSON."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
}
]
},
{
"id": 419,
"name": "limit",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 85,
"character": 2
}
],
"signatures": [
{
"id": 420,
"name": "limit",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Limits the result with the specified `count`."
},
"parameters": [
{
"id": 421,
"name": "count",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The maximum no. of rows to limit to."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 422,
"name": "foreignTable",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The foreign table to use (for foreign columns).\n"
},
"originalName": "__namedParameters",
"type": {
"type": "reflection",
"declaration": {
"id": 423,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 424,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 85,
"character": 43
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
424
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 437,
"name": "maybeSingle",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 129,
"character": 2
}
],
"signatures": [
{
"id": 438,
"name": "maybeSingle",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Retrieves at most one row from the result. Result must be at most one row\n(e.g. using `eq` on a UNIQUE column), otherwise this will result in an\nerror."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 518,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "PostgrestMaybeSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
}
]
},
{
"id": 403,
"name": "order",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 51,
"character": 2
}
],
"signatures": [
{
"id": 404,
"name": "order",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Orders the result with the specified `column`."
},
"typeParameter": [
{
"id": 405,
"name": "ColumnName",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"parameters": [
{
"id": 406,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The column to order on."
},
"type": {
"type": "reference",
"id": 316,
"name": "ColumnName"
}
},
{
"id": 407,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 408,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 409,
"name": "ascending",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 411,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 59
}
],
"type": {
"type": "intrinsic",
"name": "undefined"
}
},
{
"id": 410,
"name": "nullsFirst",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 53,
"character": 37
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
409,
411,
410
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
},
{
"id": 412,
"name": "order",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 413,
"name": "column",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 414,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reflection",
"declaration": {
"id": 415,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 416,
"name": "ascending",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 16
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 418,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 59
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 417,
"name": "nullsFirst",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 57,
"character": 37
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
416,
418,
417
]
}
]
}
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 425,
"name": "range",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 98,
"character": 2
}
],
"signatures": [
{
"id": 426,
"name": "range",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Limits the result to rows within the specified range, inclusive."
},
"parameters": [
{
"id": 427,
"name": "from",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The starting index from which to limit the result, inclusive."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 428,
"name": "to",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The last index to which to limit the result, inclusive."
},
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 429,
"name": "foreignTable",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The foreign table to use (for foreign columns).\n"
},
"originalName": "__namedParameters",
"type": {
"type": "reflection",
"declaration": {
"id": 430,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 431,
"name": "foreignTable",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 98,
"character": 54
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
431
]
}
]
}
},
"defaultValue": "{}"
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
}
]
},
{
"id": 398,
"name": "select",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 18,
"character": 2
}
],
"signatures": [
{
"id": 399,
"name": "select",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Performs vertical filtering with SELECT."
},
"typeParameter": [
{
"id": 400,
"name": "Query",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"default": {
"type": "literal",
"value": "*"
}
},
{
"id": 401,
"name": "NewResult",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "conditional",
"checkType": {
"type": "reference",
"id": 311,
"name": "Query"
},
"extendsType": {
"type": "literal",
"value": "*"
},
"trueType": {
"type": "literal",
"value": "*"
},
"falseType": {
"type": "reference",
"id": 311,
"name": "Query"
}
}
],
"name": "GetResult"
}
}
],
"parameters": [
{
"id": 402,
"name": "columns",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"comment": {
"shortText": "The columns to retrieve, separated by commas.\n"
},
"type": {
"type": "reference",
"id": 311,
"name": "Query"
}
}
],
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 312,
"name": "NewResult"
}
],
"name": "default"
}
}
]
},
{
"id": 435,
"name": "single",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 119,
"character": 2
}
],
"signatures": [
{
"id": 436,
"name": "single",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Retrieves only one row from the result. Result must be one row (e.g. using\n`limit`), otherwise this will result in an error."
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "PostgrestSingleResponse"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
}
]
},
{
"id": 467,
"name": "then",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 48,
"character": 2
}
],
"signatures": [
{
"id": 468,
"name": "then",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"typeParameter": [
{
"id": 469,
"name": "TResult1",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
},
{
"id": 470,
"name": "TResult2",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"default": {
"type": "intrinsic",
"name": "never"
}
}
],
"parameters": [
{
"id": 471,
"name": "onfulfilled",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 472,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 473,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 474,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 514,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "PostgrestResponse"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
},
{
"id": 475,
"name": "onrejected",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reflection",
"declaration": {
"id": 476,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 477,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 478,
"name": "reason",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
}
]
}
}
]
}
}
]
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "reference",
"id": 380,
"name": "TResult1"
},
{
"type": "reference",
"id": 381,
"name": "TResult2"
}
]
}
],
"qualifiedName": "PromiseLike",
"package": "typescript",
"name": "PromiseLike"
},
"inheritedFrom": {
"type": "reference",
"id": 502,
"name": "default.then"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 501,
"name": "default.then"
}
},
{
"id": 465,
"name": "throwOnError",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "src/PostgrestBuilder.ts",
"line": 43,
"character": 2
}
],
"signatures": [
{
"id": 466,
"name": "throwOnError",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "If there's an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response.",
"text": "{@link https://github.com/supabase/supabase-js/issues/92}\n"
},
"type": {
"type": "reference",
"id": 392,
"typeArguments": [
{
"type": "reference",
"id": 395,
"name": "Table"
},
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
},
"inheritedFrom": {
"type": "reference",
"id": 500,
"name": "default.throwOnError"
}
}
],
"inheritedFrom": {
"type": "reference",
"id": 499,
"name": "default.throwOnError"
}
}
],
"groups": [
{
"title": "Constructors",
"kind": 512,
"children": [
393
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
464,
456,
459,
454,
452,
455,
457,
458,
453
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
432,
439,
443,
441,
419,
437,
403,
425,
398,
435,
467,
465
]
}
],
"sources": [
{
"fileName": "src/PostgrestTransformBuilder.ts",
"line": 9,
"character": 21
}
],
"typeParameter": [
{
"id": 479,
"name": "Table",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "unknown"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
}
},
{
"id": 480,
"name": "Result",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"extendedTypes": [
{
"type": "reference",
"id": 481,
"typeArguments": [
{
"type": "reference",
"id": 396,
"name": "Result"
}
],
"name": "default"
}
],
"extendedBy": [
{
"type": "reference",
"id": 111,
"name": "PostgrestFilterBuilder"
}
]
},
{
"id": 520,
"name": "PostgrestError",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"comment": {
"shortText": "Error format",
"text": "{@link https://postgrest.org/en/stable/api.html?highlight=options#errors-and-http-status-codes}\n"
},
"sources": [
{
"fileName": "src/types.ts",
"line": 8,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 521,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 525,
"name": "code",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 12,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 523,
"name": "details",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 10,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 524,
"name": "hint",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 11,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 522,
"name": "message",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 9,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
525,
523,
524,
522
]
}
],
"sources": [
{
"fileName": "src/types.ts",
"line": 8,
"character": 29
}
]
}
}
},
{
"id": 518,
"name": "PostgrestMaybeSingleResponse",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 45,
"character": 12
}
],
"typeParameter": [
{
"id": 519,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"type": {
"type": "reference",
"id": 516,
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "reference",
"id": 519,
"name": "T"
},
{
"type": "intrinsic",
"name": "undefined"
}
]
}
],
"name": "PostgrestSingleResponse"
}
},
{
"id": 514,
"name": "PostgrestResponse",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 35,
"character": 12
}
],
"typeParameter": [
{
"id": 515,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 515,
"name": "T"
}
],
"name": "PostgrestResponseSuccess"
},
{
"type": "reference",
"name": "PostgrestResponseFailure"
}
]
}
},
{
"id": 516,
"name": "PostgrestSingleResponse",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "src/types.ts",
"line": 42,
"character": 12
}
],
"typeParameter": [
{
"id": 517,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 517,
"name": "T"
}
],
"name": "PostgrestSingleResponseSuccess"
},
{
"type": "reference",
"name": "PostgrestResponseFailure"
}
]
}
}
],
"groups": [
{
"title": "Classes",
"kind": 128,
"children": [
481,
1,
111,
46,
392
]
},
{
"title": "Type Aliases",
"kind": 4194304,
"children": [
520,
518,
514,
516
]
}
],
"sources": [
{
"fileName": "src/index.ts",
"line": 1,
"character": 0
}
]
}