From 0ad0cb9b3f79de25df00b67e77aff3c6f3820f2e Mon Sep 17 00:00:00 2001 From: Wen Bo Xie <5532241+w3b6x9@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:50:32 -0800 Subject: [PATCH] docs: update Realtime subscribe docs (#12063) * docs: update Realtime subscribe docs * Update spec/supabase_js_v2.yml Co-authored-by: dng --------- Co-authored-by: dng --- apps/docs/pages/guides/api.mdx | 1 + spec/api_v0_openapi.json | 3 +- spec/enrichments/tsdoc_v2/combined.json | 11999 +++++++++------- spec/enrichments/tsdoc_v2/gotrue.json | 2552 ++-- .../tsdoc_v2/gotrue_dereferenced.json | 4038 +++--- spec/enrichments/tsdoc_v2/realtime.json | 1457 +- .../tsdoc_v2/realtime_dereferenced.json | 6721 +++++---- spec/enrichments/tsdoc_v2/storage.json | 160 +- .../tsdoc_v2/storage_dereferenced.json | 238 +- spec/storage_v0_openapi.json | 4 +- spec/supabase_js_v2.yml | 11 +- spec/transforms/api_v0_openapi_deparsed.json | 6 - .../storage_v0_openapi_deparsed.json | 9 + 13 files changed, 15072 insertions(+), 12127 deletions(-) diff --git a/apps/docs/pages/guides/api.mdx b/apps/docs/pages/guides/api.mdx index 4dad9373119cf..c8fe10114a662 100644 --- a/apps/docs/pages/guides/api.mdx +++ b/apps/docs/pages/guides/api.mdx @@ -55,6 +55,7 @@ GraphQL in Supabase works through [pg_graphql](https://supabase.com/blog/pg-grap Supabase provides a Realtime API using [Realtime](https://github.com/supabase/realtime). You can use this to listen to database changes over websockets. Realtime leverages PostgreSQL's built-in logical replication. You can manage your Realtime API simply by managing Postgres publications. +Go to your project's [Replication section](https://app.supabase.com/project/_/database/replication) to get started. ## Getting started diff --git a/spec/api_v0_openapi.json b/spec/api_v0_openapi.json index 0411bac6db7af..3b1688724e93e 100644 --- a/spec/api_v0_openapi.json +++ b/spec/api_v0_openapi.json @@ -1151,8 +1151,7 @@ "created_at": { "type": "number" }, "updated_at": { "type": "number" }, "verify_jwt": { "type": "boolean" }, - "import_map": { "type": "boolean" }, - "body": { "type": "string" } + "import_map": { "type": "boolean" } }, "required": ["id", "slug", "name", "status", "version", "created_at", "updated_at"] }, diff --git a/spec/enrichments/tsdoc_v2/combined.json b/spec/enrichments/tsdoc_v2/combined.json index 57242f4b5bf21..06f1d93beed6e 100644 --- a/spec/enrichments/tsdoc_v2/combined.json +++ b/spec/enrichments/tsdoc_v2/combined.json @@ -5984,14 +5984,14 @@ "originalName": "", "children": [ { - "id": 740, + "id": 750, "name": "AuthApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 741, + "id": 751, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -5999,20 +5999,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 17, + "line": 19, "character": 2 } ], "signatures": [ { - "id": 742, + "id": 752, "name": "new AuthApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 743, + "id": 753, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -6023,7 +6023,7 @@ } }, { - "id": 744, + "id": 754, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -6036,24 +6036,24 @@ ], "type": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 745, + "id": 755, "name": "status", "kind": 1024, "kindString": "Property", @@ -6061,17 +6061,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 15, + "line": 17, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 746, + "id": 756, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -6079,13 +6084,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 23, + "line": 25, "character": 2 } ], "signatures": [ { - "id": 747, + "id": 757, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -6093,14 +6098,14 @@ "type": { "type": "reflection", "declaration": { - "id": 748, + "id": 758, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 750, + "id": 760, "name": "message", "kind": 1024, "kindString": "Property", @@ -6108,7 +6113,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 26, + "line": 28, "character": 6 } ], @@ -6119,7 +6124,7 @@ "defaultValue": "..." }, { - "id": 749, + "id": 759, "name": "name", "kind": 1024, "kindString": "Property", @@ -6127,7 +6132,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 25, + "line": 27, "character": 6 } ], @@ -6138,7 +6143,7 @@ "defaultValue": "..." }, { - "id": 751, + "id": 761, "name": "status", "kind": 1024, "kindString": "Property", @@ -6146,7 +6151,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 27, + "line": 29, "character": 6 } ], @@ -6161,7 +6166,7 @@ { "title": "Properties", "kind": 1024, - "children": [750, 749, 751] + "children": [760, 759, 761] } ] } @@ -6174,43 +6179,43 @@ { "title": "Constructors", "kind": 512, - "children": [741] + "children": [751] }, { "title": "Properties", "kind": 1024, - "children": [745] + "children": [755] }, { "title": "Methods", "kind": 2048, - "children": [746] + "children": [756] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 14, + "line": 16, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 735, + "id": 743, "name": "AuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 736, + "id": 744, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -6218,20 +6223,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 4, + "line": 5, "character": 2 } ], "signatures": [ { - "id": 737, + "id": 745, "name": "new AuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 738, + "id": 746, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -6240,11 +6245,24 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 747, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, "overwrites": { @@ -6257,13 +6275,45 @@ "type": "reference", "name": "Error.constructor" } + }, + { + "id": 748, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [736] + "children": [744] + }, + { + "title": "Properties", + "kind": 1024, + "children": [748] } ], "sources": [ @@ -6284,30 +6334,30 @@ "extendedBy": [ { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 801, + "id": 812, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -6315,20 +6365,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 2 } ], "signatures": [ { - "id": 802, + "id": 813, "name": "new AuthImplicitGrantRedirectError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 803, + "id": 814, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -6339,7 +6389,7 @@ } }, { - "id": 804, + "id": 815, "name": "details", "kind": 32768, "kindString": "Parameter", @@ -6354,14 +6404,14 @@ { "type": "reflection", "declaration": { - "id": 805, + "id": 816, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 807, + "id": 818, "name": "code", "kind": 1024, "kindString": "Property", @@ -6369,7 +6419,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 57 } ], @@ -6379,7 +6429,7 @@ } }, { - "id": 806, + "id": 817, "name": "error", "kind": 1024, "kindString": "Property", @@ -6387,7 +6437,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 42 } ], @@ -6401,7 +6451,7 @@ { "title": "Properties", "kind": 1024, - "children": [807, 806] + "children": [818, 817] } ] } @@ -6413,24 +6463,24 @@ ], "type": { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 808, + "id": 819, "name": "details", "kind": 1024, "kindString": "Property", @@ -6438,7 +6488,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 2 } ], @@ -6452,14 +6502,14 @@ { "type": "reflection", "declaration": { - "id": 809, + "id": 820, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 811, + "id": 822, "name": "code", "kind": 1024, "kindString": "Property", @@ -6467,7 +6517,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -6477,7 +6527,7 @@ } }, { - "id": 810, + "id": 821, "name": "error", "kind": 1024, "kindString": "Property", @@ -6485,7 +6535,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -6499,7 +6549,7 @@ { "title": "Properties", "kind": 1024, - "children": [811, 810] + "children": [822, 821] } ] } @@ -6509,7 +6559,7 @@ "defaultValue": "null" }, { - "id": 822, + "id": 833, "name": "name", "kind": 1024, "kindString": "Property", @@ -6517,7 +6567,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -6527,12 +6577,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 823, + "id": 834, "name": "status", "kind": 1024, "kindString": "Property", @@ -6540,7 +6590,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -6550,12 +6600,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 812, + "id": 823, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -6563,13 +6613,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 83, + "line": 85, "character": 2 } ], "signatures": [ { - "id": 813, + "id": 824, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -6577,14 +6627,14 @@ "type": { "type": "reflection", "declaration": { - "id": 814, + "id": 825, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 818, + "id": 829, "name": "details", "kind": 1024, "kindString": "Property", @@ -6592,7 +6642,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 88, + "line": 90, "character": 6 } ], @@ -6606,14 +6656,14 @@ { "type": "reflection", "declaration": { - "id": 819, + "id": 830, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 821, + "id": 832, "name": "code", "kind": 1024, "kindString": "Property", @@ -6621,7 +6671,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -6631,7 +6681,7 @@ } }, { - "id": 820, + "id": 831, "name": "error", "kind": 1024, "kindString": "Property", @@ -6639,7 +6689,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -6653,7 +6703,7 @@ { "title": "Properties", "kind": 1024, - "children": [821, 820] + "children": [832, 831] } ] } @@ -6663,7 +6713,7 @@ "defaultValue": "..." }, { - "id": 816, + "id": 827, "name": "message", "kind": 1024, "kindString": "Property", @@ -6671,7 +6721,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 86, + "line": 88, "character": 6 } ], @@ -6682,7 +6732,7 @@ "defaultValue": "..." }, { - "id": 815, + "id": 826, "name": "name", "kind": 1024, "kindString": "Property", @@ -6690,7 +6740,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 85, + "line": 87, "character": 6 } ], @@ -6701,7 +6751,7 @@ "defaultValue": "..." }, { - "id": 817, + "id": 828, "name": "status", "kind": 1024, "kindString": "Property", @@ -6709,7 +6759,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 87, + "line": 89, "character": 6 } ], @@ -6724,21 +6774,21 @@ { "title": "Properties", "kind": 1024, - "children": [818, 816, 815, 817] + "children": [829, 827, 826, 828] } ] } }, "overwrites": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "overwrites": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -6747,43 +6797,43 @@ { "title": "Constructors", "kind": 512, - "children": [801] + "children": [812] }, { "title": "Properties", "kind": 1024, - "children": [808, 822, 823] + "children": [819, 833, 834] }, { "title": "Methods", "kind": 2048, - "children": [812] + "children": [823] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 76, + "line": 78, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 788, + "id": 799, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -6791,20 +6841,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 71, + "line": 73, "character": 2 } ], "signatures": [ { - "id": 789, + "id": 800, "name": "new AuthInvalidCredentialsError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 790, + "id": 801, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -6817,24 +6867,24 @@ ], "type": { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 791, + "id": 802, "name": "name", "kind": 1024, "kindString": "Property", @@ -6842,7 +6892,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -6852,12 +6902,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 792, + "id": 803, "name": "status", "kind": 1024, "kindString": "Property", @@ -6865,7 +6915,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -6875,12 +6925,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 793, + "id": 804, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -6888,13 +6938,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 794, + "id": 805, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -6902,14 +6952,14 @@ "type": { "type": "reflection", "declaration": { - "id": 795, + "id": 806, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 797, + "id": 808, "name": "message", "kind": 1024, "kindString": "Property", @@ -6917,7 +6967,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -6928,7 +6978,7 @@ "defaultValue": "..." }, { - "id": 796, + "id": 807, "name": "name", "kind": 1024, "kindString": "Property", @@ -6936,7 +6986,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -6947,7 +6997,7 @@ "defaultValue": "..." }, { - "id": 798, + "id": 809, "name": "status", "kind": 1024, "kindString": "Property", @@ -6955,7 +7005,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -6970,21 +7020,21 @@ { "title": "Properties", "kind": 1024, - "children": [797, 796, 798] + "children": [808, 807, 809] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -6993,43 +7043,43 @@ { "title": "Constructors", "kind": 512, - "children": [788] + "children": [799] }, { "title": "Properties", "kind": 1024, - "children": [791, 792] + "children": [802, 803] }, { "title": "Methods", "kind": 2048, - "children": [793] + "children": [804] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 70, + "line": 72, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 825, + "id": 836, "name": "AuthRetryableFetchError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 826, + "id": 837, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -7037,20 +7087,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 94, + "line": 96, "character": 2 } ], "signatures": [ { - "id": 827, + "id": 838, "name": "new AuthRetryableFetchError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 828, + "id": 839, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -7061,7 +7111,7 @@ } }, { - "id": 829, + "id": 840, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -7074,24 +7124,24 @@ ], "type": { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 830, + "id": 841, "name": "name", "kind": 1024, "kindString": "Property", @@ -7099,7 +7149,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -7109,12 +7159,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 831, + "id": 842, "name": "status", "kind": 1024, "kindString": "Property", @@ -7122,7 +7172,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -7132,12 +7182,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 832, + "id": 843, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -7145,13 +7195,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 833, + "id": 844, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -7159,14 +7209,14 @@ "type": { "type": "reflection", "declaration": { - "id": 834, + "id": 845, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 836, + "id": 847, "name": "message", "kind": 1024, "kindString": "Property", @@ -7174,7 +7224,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -7185,7 +7235,7 @@ "defaultValue": "..." }, { - "id": 835, + "id": 846, "name": "name", "kind": 1024, "kindString": "Property", @@ -7193,7 +7243,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -7204,7 +7254,7 @@ "defaultValue": "..." }, { - "id": 837, + "id": 848, "name": "status", "kind": 1024, "kindString": "Property", @@ -7212,7 +7262,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -7227,21 +7277,21 @@ { "title": "Properties", "kind": 1024, - "children": [836, 835, 837] + "children": [847, 846, 848] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -7250,43 +7300,43 @@ { "title": "Constructors", "kind": 512, - "children": [826] + "children": [837] }, { "title": "Properties", "kind": 1024, - "children": [830, 831] + "children": [841, 842] }, { "title": "Methods", "kind": 2048, - "children": [832] + "children": [843] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 93, + "line": 95, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 775, + "id": 786, "name": "AuthSessionMissingError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 776, + "id": 787, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -7294,37 +7344,37 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 65, + "line": 67, "character": 2 } ], "signatures": [ { - "id": 777, + "id": 788, "name": "new AuthSessionMissingError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "type": { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 778, + "id": 789, "name": "name", "kind": 1024, "kindString": "Property", @@ -7332,7 +7382,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -7342,12 +7392,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 779, + "id": 790, "name": "status", "kind": 1024, "kindString": "Property", @@ -7355,7 +7405,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -7365,12 +7415,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 780, + "id": 791, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -7378,13 +7428,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 781, + "id": 792, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -7392,14 +7442,14 @@ "type": { "type": "reflection", "declaration": { - "id": 782, + "id": 793, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 784, + "id": 795, "name": "message", "kind": 1024, "kindString": "Property", @@ -7407,7 +7457,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -7418,7 +7468,7 @@ "defaultValue": "..." }, { - "id": 783, + "id": 794, "name": "name", "kind": 1024, "kindString": "Property", @@ -7426,7 +7476,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -7437,7 +7487,7 @@ "defaultValue": "..." }, { - "id": 785, + "id": 796, "name": "status", "kind": 1024, "kindString": "Property", @@ -7445,7 +7495,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -7460,21 +7510,21 @@ { "title": "Properties", "kind": 1024, - "children": [784, 783, 785] + "children": [795, 794, 796] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -7483,43 +7533,43 @@ { "title": "Constructors", "kind": 512, - "children": [776] + "children": [787] }, { "title": "Properties", "kind": 1024, - "children": [778, 779] + "children": [789, 790] }, { "title": "Methods", "kind": 2048, - "children": [780] + "children": [791] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 64, + "line": 66, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 753, + "id": 763, "name": "AuthUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 754, + "id": 764, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -7527,20 +7577,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 39, + "line": 41, "character": 2 } ], "signatures": [ { - "id": 755, + "id": 765, "name": "new AuthUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 756, + "id": 766, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -7551,7 +7601,7 @@ } }, { - "id": 757, + "id": 767, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -7564,24 +7614,24 @@ ], "type": { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 758, + "id": 768, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -7589,7 +7639,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 37, + "line": 39, "character": 2 } ], @@ -7597,44 +7647,76 @@ "type": "intrinsic", "name": "unknown" } + }, + { + "id": 769, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 748, + "name": "AuthError.status" + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [754] + "children": [764] }, { "title": "Properties", "kind": 1024, - "children": [758] + "children": [768, 769] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 36, + "line": 38, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 760, + "id": 771, "name": "CustomAuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 761, + "id": 772, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -7642,20 +7724,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 49, + "line": 51, "character": 2 } ], "signatures": [ { - "id": 762, + "id": 773, "name": "new CustomAuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 763, + "id": 774, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -7666,7 +7748,7 @@ } }, { - "id": 764, + "id": 775, "name": "name", "kind": 32768, "kindString": "Parameter", @@ -7677,7 +7759,7 @@ } }, { - "id": 765, + "id": 776, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -7690,24 +7772,24 @@ ], "type": { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 766, + "id": 777, "name": "name", "kind": 1024, "kindString": "Property", @@ -7715,7 +7797,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -7729,7 +7811,7 @@ } }, { - "id": 767, + "id": 778, "name": "status", "kind": 1024, "kindString": "Property", @@ -7737,17 +7819,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 768, + "id": 779, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -7755,13 +7842,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 769, + "id": 780, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -7769,14 +7856,14 @@ "type": { "type": "reflection", "declaration": { - "id": 770, + "id": 781, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 772, + "id": 783, "name": "message", "kind": 1024, "kindString": "Property", @@ -7784,7 +7871,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -7795,7 +7882,7 @@ "defaultValue": "..." }, { - "id": 771, + "id": 782, "name": "name", "kind": 1024, "kindString": "Property", @@ -7803,7 +7890,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -7814,7 +7901,7 @@ "defaultValue": "..." }, { - "id": 773, + "id": 784, "name": "status", "kind": 1024, "kindString": "Property", @@ -7822,7 +7909,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -7837,7 +7924,7 @@ { "title": "Properties", "kind": 1024, - "children": [772, 771, 773] + "children": [783, 782, 784] } ] } @@ -7850,52 +7937,52 @@ { "title": "Constructors", "kind": 512, - "children": [761] + "children": [772] }, { "title": "Properties", "kind": 1024, - "children": [766, 767] + "children": [777, 778] }, { "title": "Methods", "kind": 2048, - "children": [768] + "children": [779] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 46, + "line": 48, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ], "extendedBy": [ { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" } ] @@ -8138,10 +8225,10 @@ ], "type": { "type": "reference", - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "dereferenced": { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -8157,14 +8244,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -8184,17 +8271,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -8210,21 +8297,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -8235,7 +8322,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -8245,7 +8332,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -8256,7 +8343,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -8270,13 +8357,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -8291,7 +8378,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -8303,14 +8390,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -8320,17 +8407,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -8346,21 +8433,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -8371,7 +8458,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -8385,13 +8472,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -8406,7 +8493,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -8422,13 +8509,13 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] @@ -8467,17 +8554,17 @@ "flags": {}, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -8501,7 +8588,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -8525,7 +8612,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -8549,12 +8636,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -8577,12 +8664,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -8606,7 +8693,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -8629,12 +8716,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -8657,12 +8744,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -8686,7 +8773,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -8714,7 +8801,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -8727,7 +8814,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -8740,7 +8827,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -8760,7 +8847,7 @@ "sources": [ { "fileName": "src/GoTrueAdminApi.ts", - "line": 260, + "line": 262, "character": 8 } ], @@ -8782,12 +8869,27 @@ "kindString": "Parameter", "flags": {}, "comment": { - "shortText": "The user id you want to remove.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + "shortText": "The user id you want to remove." }, "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 70, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" } ], "type": { @@ -8795,7 +8897,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -8838,10 +8940,10 @@ "flags": {}, "type": { "type": "reference", - "id": 544, + "id": 552, "name": "GenerateLinkParams", "dereferenced": { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -8849,7 +8951,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -8857,7 +8959,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -8865,21 +8967,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -8887,7 +8989,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -8897,7 +8999,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -8907,7 +9009,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -8916,7 +9018,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -8939,7 +9041,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -8947,7 +9049,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -8957,7 +9059,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -8965,7 +9067,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -8979,13 +9081,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -8993,7 +9095,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -9001,21 +9103,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -9026,7 +9128,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -9036,7 +9138,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -9046,7 +9148,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -9055,7 +9157,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -9078,7 +9180,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -9086,7 +9188,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -9109,13 +9211,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -9123,7 +9225,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -9131,21 +9233,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -9156,7 +9258,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -9166,7 +9268,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -9176,7 +9278,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -9185,7 +9287,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -9199,7 +9301,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -9207,7 +9309,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -9221,13 +9323,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -9235,7 +9337,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -9243,21 +9345,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -9268,7 +9370,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -9278,7 +9380,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -9289,7 +9391,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -9299,7 +9401,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -9309,7 +9411,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -9318,7 +9420,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -9332,7 +9434,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -9340,7 +9442,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -9363,13 +9465,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -9387,7 +9489,7 @@ "typeArguments": [ { "type": "reference", - "id": 545, + "id": 553, "name": "GenerateLinkResponse" } ], @@ -9442,7 +9544,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -9570,7 +9672,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -9619,10 +9721,10 @@ }, "type": { "type": "reference", - "id": 725, + "id": 733, "name": "PageParams", "dereferenced": { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -9630,21 +9732,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -9657,7 +9759,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -9667,7 +9769,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -9680,7 +9782,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -9694,13 +9796,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -9785,7 +9887,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -9802,7 +9904,7 @@ }, { "type": "reference", - "id": 718, + "id": 726, "name": "Pagination" } ] @@ -9910,7 +10012,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -10025,7 +10127,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -10095,17 +10197,17 @@ }, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -10129,7 +10231,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -10153,7 +10255,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -10177,12 +10279,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -10205,12 +10307,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -10234,7 +10336,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -10257,12 +10359,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -10285,12 +10387,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -10314,7 +10416,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -10342,7 +10444,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -10355,7 +10457,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -10368,7 +10470,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -10406,14 +10508,14 @@ ] }, { - "id": 76, + "id": 77, "name": "GoTrueClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 77, + "id": 78, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -10421,13 +10523,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 127, + "line": 135, "character": 2 } ], "signatures": [ { - "id": 78, + "id": 79, "name": "new GoTrueClient", "kind": 16384, "kindString": "Constructor signature", @@ -10437,17 +10539,17 @@ }, "parameters": [ { - "id": 79, + "id": 80, "name": "options", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "dereferenced": { - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -10462,14 +10564,14 @@ "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 297, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 305, "name": "autoRefreshToken", "kind": 1024, "kindString": "Property", @@ -10489,7 +10591,7 @@ } }, { - "id": 297, + "id": 304, "name": "detectSessionInUrl", "kind": 1024, "kindString": "Property", @@ -10509,7 +10611,7 @@ } }, { - "id": 301, + "id": 308, "name": "fetch", "kind": 1024, "kindString": "Property", @@ -10529,7 +10631,7 @@ } }, { - "id": 292, + "id": 299, "name": "headers", "kind": 1024, "kindString": "Property", @@ -10546,7 +10648,7 @@ "type": { "type": "reflection", "declaration": { - "id": 293, + "id": 300, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -10559,14 +10661,14 @@ } ], "indexSignature": { - "id": 294, + "id": 301, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 295, + "id": 302, "name": "key", "kind": 32768, "flags": {}, @@ -10585,7 +10687,7 @@ } }, { - "id": 299, + "id": 306, "name": "persistSession", "kind": 1024, "kindString": "Property", @@ -10605,7 +10707,7 @@ } }, { - "id": 300, + "id": 307, "name": "storage", "kind": 1024, "kindString": "Property", @@ -10621,10 +10723,10 @@ ], "type": { "type": "reference", - "id": 707, + "id": 715, "name": "SupportedStorage", "dereferenced": { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -10632,7 +10734,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -10677,7 +10779,7 @@ } }, { - "id": 296, + "id": 303, "name": "storageKey", "kind": 1024, "kindString": "Property", @@ -10697,7 +10799,7 @@ } }, { - "id": 291, + "id": 298, "name": "url", "kind": 1024, "kindString": "Property", @@ -10721,7 +10823,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 297, 301, 292, 299, 300, 296, 291] + "children": [305, 304, 308, 299, 306, 307, 303, 298] } ], "sources": [ @@ -10739,14 +10841,14 @@ ], "type": { "type": "reference", - "id": 76, + "id": 77, "name": "default" } } ] }, { - "id": 80, + "id": 81, "name": "admin", "kind": 1024, "kindString": "Property", @@ -10757,7 +10859,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 87, + "line": 96, "character": 2 } ], @@ -11003,10 +11105,10 @@ ], "type": { "type": "reference", - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "dereferenced": { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -11022,14 +11124,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -11049,17 +11151,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -11075,21 +11177,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -11100,7 +11202,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -11110,7 +11212,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -11121,7 +11223,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -11135,13 +11237,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -11156,7 +11258,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -11168,14 +11270,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -11185,17 +11287,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -11211,21 +11313,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -11236,7 +11338,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -11250,13 +11352,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -11271,7 +11373,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -11287,13 +11389,13 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] @@ -11332,17 +11434,17 @@ "flags": {}, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -11366,7 +11468,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -11390,7 +11492,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -11414,12 +11516,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -11442,12 +11544,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -11471,7 +11573,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -11494,12 +11596,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -11522,12 +11624,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -11551,7 +11653,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -11579,7 +11681,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -11592,7 +11694,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -11605,7 +11707,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -11625,7 +11727,7 @@ "sources": [ { "fileName": "src/GoTrueAdminApi.ts", - "line": 260, + "line": 262, "character": 8 } ], @@ -11647,12 +11749,27 @@ "kindString": "Parameter", "flags": {}, "comment": { - "shortText": "The user id you want to remove.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + "shortText": "The user id you want to remove." }, "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 70, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" } ], "type": { @@ -11660,7 +11777,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -11703,10 +11820,10 @@ "flags": {}, "type": { "type": "reference", - "id": 544, + "id": 552, "name": "GenerateLinkParams", "dereferenced": { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -11714,7 +11831,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -11722,7 +11839,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -11730,21 +11847,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -11752,7 +11869,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -11762,7 +11879,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -11772,7 +11889,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -11781,7 +11898,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -11804,7 +11921,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -11812,7 +11929,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -11822,7 +11939,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -11830,7 +11947,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -11844,13 +11961,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -11858,7 +11975,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -11866,21 +11983,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -11891,7 +12008,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -11901,7 +12018,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -11911,7 +12028,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -11920,7 +12037,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -11943,7 +12060,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -11951,7 +12068,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -11974,13 +12091,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -11988,7 +12105,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -11996,21 +12113,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -12021,7 +12138,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -12031,7 +12148,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -12041,7 +12158,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -12050,7 +12167,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -12064,7 +12181,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -12072,7 +12189,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -12086,13 +12203,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -12100,7 +12217,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -12108,21 +12225,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -12133,7 +12250,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -12143,7 +12260,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -12154,7 +12271,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -12164,7 +12281,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -12174,7 +12291,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -12183,7 +12300,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -12197,7 +12314,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -12205,7 +12322,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -12228,13 +12345,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -12252,7 +12369,7 @@ "typeArguments": [ { "type": "reference", - "id": 545, + "id": 553, "name": "GenerateLinkResponse" } ], @@ -12307,7 +12424,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -12435,7 +12552,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -12484,10 +12601,10 @@ }, "type": { "type": "reference", - "id": 725, + "id": 733, "name": "PageParams", "dereferenced": { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -12495,21 +12612,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -12522,7 +12639,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -12532,7 +12649,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -12545,7 +12662,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -12559,13 +12676,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -12650,7 +12767,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -12667,7 +12784,7 @@ }, { "type": "reference", - "id": 718, + "id": 726, "name": "Pagination" } ] @@ -12775,7 +12892,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -12890,7 +13007,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -12960,17 +13077,17 @@ }, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -12994,7 +13111,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -13018,7 +13135,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -13042,12 +13159,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -13070,12 +13187,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -13099,7 +13216,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -13122,12 +13239,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -13150,12 +13267,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -13179,7 +13296,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -13207,7 +13324,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -13220,7 +13337,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -13233,7 +13350,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -13273,7 +13390,7 @@ } }, { - "id": 81, + "id": 82, "name": "mfa", "kind": 1024, "kindString": "Property", @@ -13284,16 +13401,16 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 91, + "line": 100, "character": 2 } ], "type": { "type": "reference", - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "dereferenced": { - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "kind": 256, "kindString": "Interface", @@ -13303,14 +13420,14 @@ }, "children": [ { - "id": 659, + "id": 667, "name": "challenge", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 660, + "id": 668, "name": "challenge", "kind": 4096, "kindString": "Call signature", @@ -13320,17 +13437,17 @@ }, "parameters": [ { - "id": 661, + "id": 669, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 579, + "id": 587, "name": "MFAChallengeParams", "dereferenced": { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -13338,21 +13455,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13363,7 +13480,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -13377,13 +13494,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -13398,7 +13515,7 @@ "typeArguments": [ { "type": "reference", - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse" } ], @@ -13410,14 +13527,14 @@ ] }, { - "id": 668, + "id": 676, "name": "challengeAndVerify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 669, + "id": 677, "name": "challengeAndVerify", "kind": 4096, "kindString": "Call signature", @@ -13427,17 +13544,17 @@ }, "parameters": [ { - "id": 670, + "id": 678, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "dereferenced": { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -13445,21 +13562,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -13470,7 +13587,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -13480,7 +13597,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13491,7 +13608,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -13505,13 +13622,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -13526,7 +13643,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -13538,14 +13655,14 @@ ] }, { - "id": 656, + "id": 664, "name": "enroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 657, + "id": 665, "name": "enroll", "kind": 4096, "kindString": "Call signature", @@ -13556,17 +13673,17 @@ }, "parameters": [ { - "id": 658, + "id": 666, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 566, + "id": 574, "name": "MFAEnrollParams", "dereferenced": { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -13574,21 +13691,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -13599,7 +13716,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -13609,7 +13726,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -13622,7 +13739,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -13632,7 +13749,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -13645,7 +13762,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -13659,13 +13776,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -13680,7 +13797,7 @@ "typeArguments": [ { "type": "reference", - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse" } ], @@ -13692,14 +13809,14 @@ ] }, { - "id": 673, + "id": 681, "name": "getAuthenticatorAssuranceLevel", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 674, + "id": 682, "name": "getAuthenticatorAssuranceLevel", "kind": 4096, "kindString": "Call signature", @@ -13713,7 +13830,7 @@ "typeArguments": [ { "type": "reference", - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" } ], @@ -13725,14 +13842,14 @@ ] }, { - "id": 671, + "id": 679, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 672, + "id": 680, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -13759,7 +13876,7 @@ "typeArguments": [ { "type": "reference", - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse" } ], @@ -13771,14 +13888,14 @@ ] }, { - "id": 665, + "id": 673, "name": "unenroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 666, + "id": 674, "name": "unenroll", "kind": 4096, "kindString": "Call signature", @@ -13788,17 +13905,17 @@ }, "parameters": [ { - "id": 667, + "id": 675, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "dereferenced": { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -13806,21 +13923,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13831,7 +13948,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -13845,13 +13962,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -13866,7 +13983,7 @@ "typeArguments": [ { "type": "reference", - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse" } ], @@ -13878,14 +13995,14 @@ ] }, { - "id": 662, + "id": 670, "name": "verify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 663, + "id": 671, "name": "verify", "kind": 4096, "kindString": "Call signature", @@ -13895,17 +14012,17 @@ }, "parameters": [ { - "id": 664, + "id": 672, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 574, + "id": 582, "name": "MFAVerifyParams", "dereferenced": { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -13913,21 +14030,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -13938,7 +14055,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -13948,7 +14065,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -13959,7 +14076,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -13969,7 +14086,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13980,7 +14097,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -13994,13 +14111,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -14015,7 +14132,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -14031,13 +14148,13 @@ { "title": "Methods", "kind": 2048, - "children": [659, 668, 656, 673, 671, 665, 662] + "children": [667, 676, 664, 681, 679, 673, 670] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 759, + "line": 761, "character": 17 } ] @@ -14053,7 +14170,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 501, + "line": 511, "character": 8 } ], @@ -14091,7 +14208,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 503, + "line": 513, "character": 8 } ], @@ -14113,13 +14230,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 504, + "line": 514, "character": 10 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -14143,7 +14260,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 506, + "line": 516, "character": 8 } ], @@ -14180,7 +14297,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 509, + "line": 519, "character": 8 } ], @@ -14202,7 +14319,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 510, + "line": 520, "character": 10 } ], @@ -14231,13 +14348,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 512, + "line": 522, "character": 8 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -14269,7 +14386,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 515, + "line": 525, "character": 8 } ], @@ -14291,7 +14408,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 516, + "line": 526, "character": 10 } ], @@ -14320,7 +14437,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 518, + "line": 528, "character": 8 } ], @@ -14358,7 +14475,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 564, + "line": 574, "character": 8 } ], @@ -14395,7 +14512,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -14415,7 +14532,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 162, + "line": 171, "character": 2 } ], @@ -14434,7 +14551,7 @@ "typeArguments": [ { "type": "reference", - "id": 708, + "id": 716, "name": "InitializeResult" } ], @@ -14454,7 +14571,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 848, + "line": 859, "character": 2 } ], @@ -14502,7 +14619,7 @@ "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent" } }, @@ -14521,7 +14638,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -14556,7 +14673,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 4 } ], @@ -14578,23 +14695,23 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 12 } ], "type": { "type": "reference", - "id": 422, + "id": 429, "name": "Subscription", "dereferenced": { - "id": 422, + "id": 429, "name": "Subscription", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 423, + "id": 430, "name": "id", "kind": 1024, "kindString": "Property", @@ -14615,7 +14732,7 @@ } }, { - "id": 424, + "id": 431, "name": "callback", "kind": 2048, "kindString": "Method", @@ -14629,7 +14746,7 @@ ], "signatures": [ { - "id": 425, + "id": 432, "name": "callback", "kind": 4096, "kindString": "Call signature", @@ -14639,17 +14756,17 @@ }, "parameters": [ { - "id": 426, + "id": 433, "name": "event", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent", "dereferenced": { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -14689,7 +14806,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -14712,7 +14829,7 @@ } }, { - "id": 427, + "id": 434, "name": "session", "kind": 32768, "kindString": "Parameter", @@ -14726,7 +14843,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -14741,7 +14858,7 @@ ] }, { - "id": 428, + "id": 435, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -14755,7 +14872,7 @@ ], "signatures": [ { - "id": 429, + "id": 436, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -14775,12 +14892,12 @@ { "title": "Properties", "kind": 1024, - "children": [423] + "children": [430] }, { "title": "Methods", "kind": 2048, - "children": [424, 428] + "children": [431, 435] } ], "sources": [ @@ -14826,7 +14943,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 8 } ], @@ -14870,7 +14987,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 42 } ], @@ -14896,7 +15013,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -14916,7 +15033,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 871, + "line": 882, "character": 8 } ], @@ -14974,7 +15091,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 875, + "line": 886, "character": 6 } ], @@ -14997,7 +15114,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 874, + "line": 885, "character": 6 } ], @@ -15043,7 +15160,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 879, + "line": 890, "character": 8 } ], @@ -15067,7 +15184,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 880, + "line": 891, "character": 8 } ], @@ -15104,7 +15221,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 8 } ], @@ -15122,13 +15239,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 20 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -15161,7 +15278,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 640, + "line": 650, "character": 8 } ], @@ -15203,7 +15320,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 641, + "line": 651, "character": 4 } ], @@ -15221,7 +15338,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 642, + "line": 652, "character": 4 } ], @@ -15247,7 +15364,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -15267,7 +15384,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 349, + "line": 358, "character": 8 } ], @@ -15290,10 +15407,10 @@ "flags": {}, "type": { "type": "reference", - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "dereferenced": { - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "kind": 4194304, "kindString": "Type alias", @@ -15308,14 +15425,14 @@ "type": { "type": "reflection", "declaration": { - "id": 480, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 482, + "id": 489, "name": "options", "kind": 1024, "kindString": "Property", @@ -15332,14 +15449,14 @@ "type": { "type": "reflection", "declaration": { - "id": 483, + "id": 490, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 486, + "id": 493, "name": "queryParams", "kind": 1024, "kindString": "Property", @@ -15359,7 +15476,7 @@ "type": { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -15372,14 +15489,14 @@ } ], "indexSignature": { - "id": 488, + "id": 495, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 489, + "id": 496, "name": "key", "kind": 32768, "flags": {}, @@ -15398,7 +15515,7 @@ } }, { - "id": 484, + "id": 491, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -15421,7 +15538,7 @@ } }, { - "id": 485, + "id": 492, "name": "scopes", "kind": 1024, "kindString": "Property", @@ -15442,13 +15559,36 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 497, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 444, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", "kind": 1024, - "children": [486, 484, 485] + "children": [493, 491, 492, 497] } ], "sources": [ @@ -15462,7 +15602,7 @@ } }, { - "id": 481, + "id": 488, "name": "provider", "kind": 1024, "kindString": "Property", @@ -15479,10 +15619,10 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider", "dereferenced": { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -15574,7 +15714,7 @@ { "title": "Properties", "kind": 1024, - "children": [482, 481] + "children": [489, 488] } ], "sources": [ @@ -15595,7 +15735,7 @@ "typeArguments": [ { "type": "reference", - "id": 315, + "id": 322, "name": "OAuthResponse" } ], @@ -15615,7 +15755,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 369, + "line": 379, "character": 8 } ], @@ -15639,10 +15779,10 @@ "flags": {}, "type": { "type": "reference", - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "dereferenced": { - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "kind": 4194304, "kindString": "Type alias", @@ -15660,14 +15800,14 @@ { "type": "reflection", "declaration": { - "id": 464, + "id": 471, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 465, + "id": 472, "name": "email", "kind": 1024, "kindString": "Property", @@ -15688,7 +15828,7 @@ } }, { - "id": 466, + "id": 473, "name": "options", "kind": 1024, "kindString": "Property", @@ -15705,14 +15845,14 @@ "type": { "type": "reflection", "declaration": { - "id": 467, + "id": 474, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 471, + "id": 478, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -15735,7 +15875,7 @@ } }, { - "id": 470, + "id": 477, "name": "data", "kind": 1024, "kindString": "Property", @@ -15759,7 +15899,7 @@ } }, { - "id": 468, + "id": 475, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -15782,7 +15922,7 @@ } }, { - "id": 469, + "id": 476, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -15809,7 +15949,7 @@ { "title": "Properties", "kind": 1024, - "children": [471, 470, 468, 469] + "children": [478, 477, 475, 476] } ], "sources": [ @@ -15827,7 +15967,7 @@ { "title": "Properties", "kind": 1024, - "children": [465, 466] + "children": [472, 473] } ], "sources": [ @@ -15842,14 +15982,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 479, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 474, + "id": 481, "name": "options", "kind": 1024, "kindString": "Property", @@ -15866,14 +16006,14 @@ "type": { "type": "reflection", "declaration": { - "id": 475, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 478, + "id": 485, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -15896,7 +16036,7 @@ } }, { - "id": 477, + "id": 484, "name": "data", "kind": 1024, "kindString": "Property", @@ -15920,7 +16060,7 @@ } }, { - "id": 476, + "id": 483, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -15947,7 +16087,7 @@ { "title": "Properties", "kind": 1024, - "children": [478, 477, 476] + "children": [485, 484, 483] } ], "sources": [ @@ -15961,7 +16101,7 @@ } }, { - "id": 473, + "id": 480, "name": "phone", "kind": 1024, "kindString": "Property", @@ -15986,7 +16126,7 @@ { "title": "Properties", "kind": 1024, - "children": [474, 473] + "children": [481, 480] } ], "sources": [ @@ -16009,7 +16149,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -16029,7 +16169,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 297, + "line": 306, "character": 8 } ], @@ -16053,10 +16193,10 @@ "flags": {}, "type": { "type": "reference", - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "dereferenced": { - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -16074,14 +16214,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "email", "kind": 1024, "kindString": "Property", @@ -16102,7 +16242,7 @@ } }, { - "id": 452, + "id": 459, "name": "options", "kind": 1024, "kindString": "Property", @@ -16119,14 +16259,14 @@ "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 455, + "id": 462, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -16149,7 +16289,7 @@ } }, { - "id": 454, + "id": 461, "name": "data", "kind": 1024, "kindString": "Property", @@ -16177,7 +16317,7 @@ { "title": "Properties", "kind": 1024, - "children": [455, 454] + "children": [462, 461] } ], "sources": [ @@ -16191,7 +16331,7 @@ } }, { - "id": 451, + "id": 458, "name": "password", "kind": 1024, "kindString": "Property", @@ -16216,7 +16356,7 @@ { "title": "Properties", "kind": 1024, - "children": [450, 452, 451] + "children": [457, 459, 458] } ], "sources": [ @@ -16231,14 +16371,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 459, + "id": 466, "name": "options", "kind": 1024, "kindString": "Property", @@ -16255,14 +16395,14 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 462, + "id": 469, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -16285,7 +16425,7 @@ } }, { - "id": 461, + "id": 468, "name": "data", "kind": 1024, "kindString": "Property", @@ -16313,7 +16453,7 @@ { "title": "Properties", "kind": 1024, - "children": [462, 461] + "children": [469, 468] } ], "sources": [ @@ -16327,7 +16467,7 @@ } }, { - "id": 458, + "id": 465, "name": "password", "kind": 1024, "kindString": "Property", @@ -16348,7 +16488,7 @@ } }, { - "id": 457, + "id": 464, "name": "phone", "kind": 1024, "kindString": "Property", @@ -16373,7 +16513,7 @@ { "title": "Properties", "kind": 1024, - "children": [459, 458, 457] + "children": [466, 465, 464] } ], "sources": [ @@ -16396,7 +16536,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -16416,7 +16556,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 472, + "line": 482, "character": 8 } ], @@ -16446,10 +16586,10 @@ "flags": {}, "type": { "type": "reference", - "id": 509, + "id": 517, "name": "SignInWithSSO", "dereferenced": { - "id": 509, + "id": 517, "name": "SignInWithSSO", "kind": 4194304, "kindString": "Type alias", @@ -16457,7 +16597,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 12 } ], @@ -16467,14 +16607,14 @@ { "type": "reflection", "declaration": { - "id": 510, + "id": 518, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 511, + "id": 519, "name": "options", "kind": 1024, "kindString": "Property", @@ -16484,21 +16624,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 512, + "id": 520, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 514, + "id": 522, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -16511,7 +16651,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 489, + "line": 491, "character": 4 } ], @@ -16521,7 +16661,7 @@ } }, { - "id": 513, + "id": 521, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -16534,7 +16674,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 487, + "line": 489, "character": 4 } ], @@ -16548,13 +16688,13 @@ { "title": "Properties", "kind": 1024, - "children": [514, 513] + "children": [522, 521] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 12 } ] @@ -16566,13 +16706,13 @@ { "title": "Properties", "kind": 1024, - "children": [511] + "children": [519] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 28 } ] @@ -16584,14 +16724,14 @@ { "type": "reflection", "declaration": { - "id": 515, + "id": 523, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 516, + "id": 524, "name": "providerId", "kind": 1024, "kindString": "Property", @@ -16602,7 +16742,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 494, + "line": 496, "character": 6 } ], @@ -16616,13 +16756,13 @@ { "title": "Properties", "kind": 1024, - "children": [516] + "children": [524] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 492, + "line": 494, "character": 4 } ] @@ -16631,14 +16771,14 @@ { "type": "reflection", "declaration": { - "id": 517, + "id": 525, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 518, + "id": 526, "name": "domain", "kind": 1024, "kindString": "Property", @@ -16649,7 +16789,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 498, + "line": 500, "character": 6 } ], @@ -16663,13 +16803,13 @@ { "title": "Properties", "kind": 1024, - "children": [518] + "children": [526] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 496, + "line": 498, "character": 4 } ] @@ -16688,7 +16828,7 @@ "typeArguments": [ { "type": "reference", - "id": 328, + "id": 335, "name": "SSOResponse" } ], @@ -16708,7 +16848,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 8 } ], @@ -16744,7 +16884,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 29 } ], @@ -16757,7 +16897,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -16790,7 +16930,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 229, + "line": 238, "character": 8 } ], @@ -16815,10 +16955,10 @@ "flags": {}, "type": { "type": "reference", - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "dereferenced": { - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -16836,14 +16976,14 @@ { "type": "reflection", "declaration": { - "id": 433, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 434, + "id": 441, "name": "email", "kind": 1024, "kindString": "Property", @@ -16864,7 +17004,7 @@ } }, { - "id": 436, + "id": 443, "name": "options", "kind": 1024, "kindString": "Property", @@ -16881,14 +17021,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 440, + "id": 447, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -16911,7 +17051,7 @@ } }, { - "id": 439, + "id": 446, "name": "data", "kind": 1024, "kindString": "Property", @@ -16935,7 +17075,7 @@ } }, { - "id": 438, + "id": 445, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -16962,7 +17102,7 @@ { "title": "Properties", "kind": 1024, - "children": [440, 439, 438] + "children": [447, 446, 445] } ], "sources": [ @@ -16976,7 +17116,7 @@ } }, { - "id": 435, + "id": 442, "name": "password", "kind": 1024, "kindString": "Property", @@ -17001,7 +17141,7 @@ { "title": "Properties", "kind": 1024, - "children": [434, 436, 435] + "children": [441, 443, 442] } ], "sources": [ @@ -17016,14 +17156,14 @@ { "type": "reflection", "declaration": { - "id": 441, + "id": 448, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 451, "name": "options", "kind": 1024, "kindString": "Property", @@ -17040,14 +17180,14 @@ "type": { "type": "reflection", "declaration": { - "id": 445, + "id": 452, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 447, + "id": 454, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -17070,7 +17210,7 @@ } }, { - "id": 446, + "id": 453, "name": "data", "kind": 1024, "kindString": "Property", @@ -17098,7 +17238,7 @@ { "title": "Properties", "kind": 1024, - "children": [447, 446] + "children": [454, 453] } ], "sources": [ @@ -17112,7 +17252,7 @@ } }, { - "id": 443, + "id": 450, "name": "password", "kind": 1024, "kindString": "Property", @@ -17133,7 +17273,7 @@ } }, { - "id": 442, + "id": 449, "name": "phone", "kind": 1024, "kindString": "Property", @@ -17158,7 +17298,7 @@ { "title": "Properties", "kind": 1024, - "children": [444, 443, 442] + "children": [451, 450, 449] } ], "sources": [ @@ -17181,7 +17321,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -17192,6 +17332,83 @@ } ] }, + { + "id": 252, + "name": "startAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1106, + "character": 8 + } + ], + "signatures": [ + { + "id": 253, + "name": "startAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Starts an auto-refresh process in the background. The session is checked\nevery few seconds. Close to the time of expiration a process is started to\nrefresh the session. If refreshing fails it will be retried for as long as\nnecessary.", + "text": "If you set the {@link GoTrueClientOptions#autoRefreshToken} you don't need\nto call this function, it will be called for you.\n\nOn browsers the refresh process works only when the tab/window is in the\nforeground to conserve resources as well as prevent race conditions and\nflooding auth with requests.\n\nOn non-browser platforms the refresh process works *continuously* in the\nbackground, which may not be desirable. You should hook into your\nplatform's foreground indication mechanism and call these methods\nappropriately to conserve resources.\n\n{@see #stopAutoRefresh}\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 254, + "name": "stopAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1121, + "character": 8 + } + ], + "signatures": [ + { + "id": 255, + "name": "stopAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Stops an active auto refresh process running in the background (if any).\nSee {@link #startAutoRefresh} for more details." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, { "id": 145, "name": "updateUser", @@ -17201,7 +17418,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 593, + "line": 603, "character": 8 } ], @@ -17224,17 +17441,17 @@ "flags": {}, "type": { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes", "dereferenced": { - "id": 407, + "id": 414, "name": "UserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 411, + "id": 418, "name": "data", "kind": 1024, "kindString": "Property", @@ -17258,7 +17475,7 @@ } }, { - "id": 408, + "id": 415, "name": "email", "kind": 1024, "kindString": "Property", @@ -17281,7 +17498,7 @@ } }, { - "id": 410, + "id": 417, "name": "password", "kind": 1024, "kindString": "Property", @@ -17304,7 +17521,7 @@ } }, { - "id": 409, + "id": 416, "name": "phone", "kind": 1024, "kindString": "Property", @@ -17331,7 +17548,7 @@ { "title": "Properties", "kind": 1024, - "children": [411, 408, 410, 409] + "children": [418, 415, 417, 416] } ], "sources": [ @@ -17344,7 +17561,7 @@ "extendedBy": [ { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } ] @@ -17357,7 +17574,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -17377,7 +17594,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 413, + "line": 423, "character": 8 } ], @@ -17400,10 +17617,10 @@ "flags": {}, "type": { "type": "reference", - "id": 490, + "id": 498, "name": "VerifyOtpParams", "dereferenced": { - "id": 490, + "id": 498, "name": "VerifyOtpParams", "kind": 4194304, "kindString": "Type alias", @@ -17411,7 +17628,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 446, + "line": 448, "character": 12 } ], @@ -17419,14 +17636,14 @@ "type": "union", "types": [ { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -17436,21 +17653,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -17469,7 +17686,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -17479,7 +17696,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -17492,7 +17709,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -17506,14 +17723,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -17524,7 +17741,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -17534,7 +17751,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -17545,7 +17762,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -17555,7 +17772,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -17566,16 +17783,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -17583,7 +17800,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -17608,26 +17825,26 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -17638,7 +17855,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -17648,7 +17865,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -17658,21 +17875,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -17685,7 +17902,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -17695,7 +17912,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -17708,7 +17925,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -17722,14 +17939,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -17740,7 +17957,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -17750,7 +17967,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -17761,16 +17978,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -17778,7 +17995,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -17815,13 +18032,13 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] @@ -17837,7 +18054,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -17853,31 +18070,31 @@ { "title": "Constructors", "kind": 512, - "children": [77] + "children": [78] }, { "title": "Properties", "kind": 1024, - "children": [80, 81] + "children": [81, 82] }, { "title": "Methods", "kind": 2048, "children": [ - 125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 145, 119 + 125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 252, 254, 145, 119 ] } ], "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 82, + "line": 91, "character": 21 } ] }, { - "id": 357, + "id": 364, "name": "AMREntry", "kind": 256, "kindString": "Interface", @@ -17894,7 +18111,7 @@ }, "children": [ { - "id": 358, + "id": 365, "name": "method", "kind": 1024, "kindString": "Property", @@ -17915,7 +18132,7 @@ } }, { - "id": 359, + "id": 366, "name": "timestamp", "kind": 1024, "kindString": "Property", @@ -17940,7 +18157,7 @@ { "title": "Properties", "kind": 1024, - "children": [358, 359] + "children": [365, 366] } ], "sources": [ @@ -17952,14 +18169,14 @@ ] }, { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -17983,7 +18200,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -18007,7 +18224,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -18031,12 +18248,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -18059,12 +18276,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -18088,7 +18305,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -18111,12 +18328,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -18139,12 +18356,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -18168,7 +18385,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -18196,7 +18413,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -18209,13 +18426,13 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] }, { - "id": 371, + "id": 378, "name": "Factor", "kind": 256, "kindString": "Interface", @@ -18239,7 +18456,7 @@ }, "children": [ { - "id": 376, + "id": 383, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -18257,7 +18474,7 @@ } }, { - "id": 374, + "id": 381, "name": "factor_type", "kind": 1024, "kindString": "Property", @@ -18278,7 +18495,7 @@ } }, { - "id": 373, + "id": 380, "name": "friendly_name", "kind": 1024, "kindString": "Property", @@ -18301,7 +18518,7 @@ } }, { - "id": 372, + "id": 379, "name": "id", "kind": 1024, "kindString": "Property", @@ -18322,7 +18539,7 @@ } }, { - "id": 375, + "id": 382, "name": "status", "kind": 1024, "kindString": "Property", @@ -18352,7 +18569,7 @@ } }, { - "id": 377, + "id": 384, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -18374,7 +18591,7 @@ { "title": "Properties", "kind": 1024, - "children": [376, 374, 373, 372, 375, 377] + "children": [383, 381, 380, 379, 382, 384] } ], "sources": [ @@ -18386,14 +18603,14 @@ ] }, { - "id": 541, + "id": 549, "name": "GenerateLinkOptions", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 542, + "id": 550, "name": "data", "kind": 1024, "kindString": "Property", @@ -18407,7 +18624,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 540, + "line": 542, "character": 2 } ], @@ -18417,7 +18634,7 @@ } }, { - "id": 543, + "id": 551, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -18430,7 +18647,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 542, + "line": 544, "character": 2 } ], @@ -18444,19 +18661,19 @@ { "title": "Properties", "kind": 1024, - "children": [542, 543] + "children": [550, 551] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 534, + "line": 536, "character": 17 } ] }, { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -18472,14 +18689,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -18499,17 +18716,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -18525,21 +18742,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -18550,7 +18767,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -18560,7 +18777,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -18571,7 +18788,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -18585,13 +18802,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -18606,7 +18823,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -18618,14 +18835,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -18635,17 +18852,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -18661,21 +18878,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -18686,7 +18903,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -18700,13 +18917,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -18721,7 +18938,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -18737,19 +18954,19 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] }, { - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "kind": 256, "kindString": "Interface", @@ -18759,14 +18976,14 @@ }, "children": [ { - "id": 659, + "id": 667, "name": "challenge", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 660, + "id": 668, "name": "challenge", "kind": 4096, "kindString": "Call signature", @@ -18776,17 +18993,17 @@ }, "parameters": [ { - "id": 661, + "id": 669, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 579, + "id": 587, "name": "MFAChallengeParams", "dereferenced": { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -18794,21 +19011,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -18819,7 +19036,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -18833,13 +19050,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -18854,7 +19071,7 @@ "typeArguments": [ { "type": "reference", - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse" } ], @@ -18866,14 +19083,14 @@ ] }, { - "id": 668, + "id": 676, "name": "challengeAndVerify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 669, + "id": 677, "name": "challengeAndVerify", "kind": 4096, "kindString": "Call signature", @@ -18883,17 +19100,17 @@ }, "parameters": [ { - "id": 670, + "id": 678, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "dereferenced": { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -18901,21 +19118,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -18926,7 +19143,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -18936,7 +19153,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -18947,7 +19164,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -18961,13 +19178,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -18982,7 +19199,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -18994,14 +19211,14 @@ ] }, { - "id": 656, + "id": 664, "name": "enroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 657, + "id": 665, "name": "enroll", "kind": 4096, "kindString": "Call signature", @@ -19012,17 +19229,17 @@ }, "parameters": [ { - "id": 658, + "id": 666, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 566, + "id": 574, "name": "MFAEnrollParams", "dereferenced": { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -19030,21 +19247,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -19055,7 +19272,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -19065,7 +19282,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -19078,7 +19295,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -19088,7 +19305,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -19101,7 +19318,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -19115,13 +19332,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -19136,7 +19353,7 @@ "typeArguments": [ { "type": "reference", - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse" } ], @@ -19148,14 +19365,14 @@ ] }, { - "id": 673, + "id": 681, "name": "getAuthenticatorAssuranceLevel", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 674, + "id": 682, "name": "getAuthenticatorAssuranceLevel", "kind": 4096, "kindString": "Call signature", @@ -19169,7 +19386,7 @@ "typeArguments": [ { "type": "reference", - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" } ], @@ -19181,14 +19398,14 @@ ] }, { - "id": 671, + "id": 679, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 672, + "id": 680, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -19215,7 +19432,7 @@ "typeArguments": [ { "type": "reference", - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse" } ], @@ -19227,14 +19444,14 @@ ] }, { - "id": 665, + "id": 673, "name": "unenroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 666, + "id": 674, "name": "unenroll", "kind": 4096, "kindString": "Call signature", @@ -19244,17 +19461,17 @@ }, "parameters": [ { - "id": 667, + "id": 675, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "dereferenced": { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -19262,21 +19479,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -19287,7 +19504,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -19301,13 +19518,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -19322,7 +19539,7 @@ "typeArguments": [ { "type": "reference", - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse" } ], @@ -19334,14 +19551,14 @@ ] }, { - "id": 662, + "id": 670, "name": "verify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 663, + "id": 671, "name": "verify", "kind": 4096, "kindString": "Call signature", @@ -19351,17 +19568,17 @@ }, "parameters": [ { - "id": 664, + "id": 672, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 574, + "id": 582, "name": "MFAVerifyParams", "dereferenced": { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -19369,21 +19586,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -19394,7 +19611,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -19404,7 +19621,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -19415,7 +19632,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -19425,7 +19642,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -19436,7 +19653,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -19450,13 +19667,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -19471,7 +19688,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -19487,26 +19704,26 @@ { "title": "Methods", "kind": 2048, - "children": [659, 668, 656, 673, 671, 665, 662] + "children": [667, 676, 664, 681, 679, 673, 670] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 759, + "line": 761, "character": 17 } ] }, { - "id": 348, + "id": 355, "name": "Session", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 351, + "id": 358, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -19527,7 +19744,7 @@ } }, { - "id": 354, + "id": 361, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -19550,7 +19767,7 @@ } }, { - "id": 353, + "id": 360, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -19571,7 +19788,7 @@ } }, { - "id": 350, + "id": 357, "name": "provider_refresh_token", "kind": 1024, "kindString": "Property", @@ -19603,7 +19820,7 @@ } }, { - "id": 349, + "id": 356, "name": "provider_token", "kind": 1024, "kindString": "Property", @@ -19635,7 +19852,7 @@ } }, { - "id": 352, + "id": 359, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -19656,7 +19873,7 @@ } }, { - "id": 355, + "id": 362, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -19674,7 +19891,7 @@ } }, { - "id": 356, + "id": 363, "name": "user", "kind": 1024, "kindString": "Property", @@ -19688,17 +19905,17 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User", "dereferenced": { - "id": 385, + "id": 392, "name": "User", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 395, + "id": 402, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -19718,7 +19935,7 @@ } }, { - "id": 387, + "id": 394, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -19732,17 +19949,17 @@ ], "type": { "type": "reference", - "id": 378, + "id": 385, "name": "UserAppMetadata", "dereferenced": { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -19766,7 +19983,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -19777,14 +19994,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -19803,7 +20020,7 @@ } }, { - "id": 389, + "id": 396, "name": "aud", "kind": 1024, "kindString": "Property", @@ -19821,7 +20038,7 @@ } }, { - "id": 390, + "id": 397, "name": "confirmation_sent_at", "kind": 1024, "kindString": "Property", @@ -19841,7 +20058,7 @@ } }, { - "id": 399, + "id": 406, "name": "confirmed_at", "kind": 1024, "kindString": "Property", @@ -19861,7 +20078,7 @@ } }, { - "id": 398, + "id": 405, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -19879,7 +20096,7 @@ } }, { - "id": 396, + "id": 403, "name": "email", "kind": 1024, "kindString": "Property", @@ -19899,7 +20116,7 @@ } }, { - "id": 392, + "id": 399, "name": "email_change_sent_at", "kind": 1024, "kindString": "Property", @@ -19919,7 +20136,7 @@ } }, { - "id": 400, + "id": 407, "name": "email_confirmed_at", "kind": 1024, "kindString": "Property", @@ -19939,7 +20156,7 @@ } }, { - "id": 406, + "id": 413, "name": "factors", "kind": 1024, "kindString": "Property", @@ -19957,13 +20174,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 386, + "id": 393, "name": "id", "kind": 1024, "kindString": "Property", @@ -19981,7 +20198,7 @@ } }, { - "id": 405, + "id": 412, "name": "identities", "kind": 1024, "kindString": "Property", @@ -19999,13 +20216,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 360, + "id": 367, "name": "UserIdentity" } } }, { - "id": 394, + "id": 401, "name": "invited_at", "kind": 1024, "kindString": "Property", @@ -20025,7 +20242,7 @@ } }, { - "id": 402, + "id": 409, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -20045,7 +20262,7 @@ } }, { - "id": 393, + "id": 400, "name": "new_email", "kind": 1024, "kindString": "Property", @@ -20065,7 +20282,7 @@ } }, { - "id": 397, + "id": 404, "name": "phone", "kind": 1024, "kindString": "Property", @@ -20085,7 +20302,7 @@ } }, { - "id": 401, + "id": 408, "name": "phone_confirmed_at", "kind": 1024, "kindString": "Property", @@ -20105,7 +20322,7 @@ } }, { - "id": 391, + "id": 398, "name": "recovery_sent_at", "kind": 1024, "kindString": "Property", @@ -20125,7 +20342,7 @@ } }, { - "id": 403, + "id": 410, "name": "role", "kind": 1024, "kindString": "Property", @@ -20145,7 +20362,7 @@ } }, { - "id": 404, + "id": 411, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -20165,7 +20382,7 @@ } }, { - "id": 388, + "id": 395, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -20179,10 +20396,10 @@ ], "type": { "type": "reference", - "id": 382, + "id": 389, "name": "UserMetadata", "dereferenced": { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -20195,14 +20412,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -20226,8 +20443,8 @@ "title": "Properties", "kind": 1024, "children": [ - 395, 387, 389, 390, 399, 398, 396, 392, 400, 406, 386, 405, 394, 402, 393, - 397, 401, 391, 403, 404, 388 + 402, 394, 396, 397, 406, 405, 403, 399, 407, 413, 393, 412, 401, 409, 400, + 404, 408, 398, 410, 411, 395 ] } ], @@ -20246,7 +20463,7 @@ { "title": "Properties", "kind": 1024, - "children": [351, 354, 353, 350, 349, 352, 355, 356] + "children": [358, 361, 360, 357, 356, 359, 362, 363] } ], "sources": [ @@ -20258,14 +20475,14 @@ ] }, { - "id": 422, + "id": 429, "name": "Subscription", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 423, + "id": 430, "name": "id", "kind": 1024, "kindString": "Property", @@ -20286,7 +20503,7 @@ } }, { - "id": 424, + "id": 431, "name": "callback", "kind": 2048, "kindString": "Method", @@ -20300,7 +20517,7 @@ ], "signatures": [ { - "id": 425, + "id": 432, "name": "callback", "kind": 4096, "kindString": "Call signature", @@ -20310,17 +20527,17 @@ }, "parameters": [ { - "id": 426, + "id": 433, "name": "event", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent", "dereferenced": { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -20360,7 +20577,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -20383,7 +20600,7 @@ } }, { - "id": 427, + "id": 434, "name": "session", "kind": 32768, "kindString": "Parameter", @@ -20397,7 +20614,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -20412,7 +20629,7 @@ ] }, { - "id": 428, + "id": 435, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -20426,7 +20643,7 @@ ], "signatures": [ { - "id": 429, + "id": 436, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -20446,12 +20663,12 @@ { "title": "Properties", "kind": 1024, - "children": [423] + "children": [430] }, { "title": "Methods", "kind": 2048, - "children": [424, 428] + "children": [431, 435] } ], "sources": [ @@ -20463,14 +20680,14 @@ ] }, { - "id": 430, + "id": 437, "name": "UpdatableFactorAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 431, + "id": 438, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -20492,7 +20709,7 @@ { "title": "Properties", "kind": 1024, - "children": [431] + "children": [438] } ], "sources": [ @@ -20504,14 +20721,14 @@ ] }, { - "id": 385, + "id": 392, "name": "User", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 395, + "id": 402, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -20531,7 +20748,7 @@ } }, { - "id": 387, + "id": 394, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -20545,17 +20762,17 @@ ], "type": { "type": "reference", - "id": 378, + "id": 385, "name": "UserAppMetadata", "dereferenced": { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -20579,7 +20796,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -20590,14 +20807,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -20616,7 +20833,7 @@ } }, { - "id": 389, + "id": 396, "name": "aud", "kind": 1024, "kindString": "Property", @@ -20634,7 +20851,7 @@ } }, { - "id": 390, + "id": 397, "name": "confirmation_sent_at", "kind": 1024, "kindString": "Property", @@ -20654,7 +20871,7 @@ } }, { - "id": 399, + "id": 406, "name": "confirmed_at", "kind": 1024, "kindString": "Property", @@ -20674,7 +20891,7 @@ } }, { - "id": 398, + "id": 405, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -20692,7 +20909,7 @@ } }, { - "id": 396, + "id": 403, "name": "email", "kind": 1024, "kindString": "Property", @@ -20712,7 +20929,7 @@ } }, { - "id": 392, + "id": 399, "name": "email_change_sent_at", "kind": 1024, "kindString": "Property", @@ -20732,7 +20949,7 @@ } }, { - "id": 400, + "id": 407, "name": "email_confirmed_at", "kind": 1024, "kindString": "Property", @@ -20752,7 +20969,7 @@ } }, { - "id": 406, + "id": 413, "name": "factors", "kind": 1024, "kindString": "Property", @@ -20770,13 +20987,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 386, + "id": 393, "name": "id", "kind": 1024, "kindString": "Property", @@ -20794,7 +21011,7 @@ } }, { - "id": 405, + "id": 412, "name": "identities", "kind": 1024, "kindString": "Property", @@ -20812,13 +21029,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 360, + "id": 367, "name": "UserIdentity" } } }, { - "id": 394, + "id": 401, "name": "invited_at", "kind": 1024, "kindString": "Property", @@ -20838,7 +21055,7 @@ } }, { - "id": 402, + "id": 409, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -20858,7 +21075,7 @@ } }, { - "id": 393, + "id": 400, "name": "new_email", "kind": 1024, "kindString": "Property", @@ -20878,7 +21095,7 @@ } }, { - "id": 397, + "id": 404, "name": "phone", "kind": 1024, "kindString": "Property", @@ -20898,7 +21115,7 @@ } }, { - "id": 401, + "id": 408, "name": "phone_confirmed_at", "kind": 1024, "kindString": "Property", @@ -20918,7 +21135,7 @@ } }, { - "id": 391, + "id": 398, "name": "recovery_sent_at", "kind": 1024, "kindString": "Property", @@ -20938,7 +21155,7 @@ } }, { - "id": 403, + "id": 410, "name": "role", "kind": 1024, "kindString": "Property", @@ -20958,7 +21175,7 @@ } }, { - "id": 404, + "id": 411, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -20978,7 +21195,7 @@ } }, { - "id": 388, + "id": 395, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -20992,10 +21209,10 @@ ], "type": { "type": "reference", - "id": 382, + "id": 389, "name": "UserMetadata", "dereferenced": { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -21008,14 +21225,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -21039,8 +21256,8 @@ "title": "Properties", "kind": 1024, "children": [ - 395, 387, 389, 390, 399, 398, 396, 392, 400, 406, 386, 405, 394, 402, 393, 397, 401, - 391, 403, 404, 388 + 402, 394, 396, 397, 406, 405, 403, 399, 407, 413, 393, 412, 401, 409, 400, 404, 408, + 398, 410, 411, 395 ] } ], @@ -21053,14 +21270,14 @@ ] }, { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -21084,7 +21301,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -21095,14 +21312,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -21119,14 +21336,14 @@ } }, { - "id": 407, + "id": 414, "name": "UserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 411, + "id": 418, "name": "data", "kind": 1024, "kindString": "Property", @@ -21150,7 +21367,7 @@ } }, { - "id": 408, + "id": 415, "name": "email", "kind": 1024, "kindString": "Property", @@ -21173,7 +21390,7 @@ } }, { - "id": 410, + "id": 417, "name": "password", "kind": 1024, "kindString": "Property", @@ -21196,7 +21413,7 @@ } }, { - "id": 409, + "id": 416, "name": "phone", "kind": 1024, "kindString": "Property", @@ -21223,7 +21440,7 @@ { "title": "Properties", "kind": 1024, - "children": [411, 408, 410, 409] + "children": [418, 415, 417, 416] } ], "sources": [ @@ -21236,20 +21453,20 @@ "extendedBy": [ { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } ] }, { - "id": 360, + "id": 367, "name": "UserIdentity", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 368, + "id": 375, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -21267,7 +21484,7 @@ } }, { - "id": 361, + "id": 368, "name": "id", "kind": 1024, "kindString": "Property", @@ -21285,7 +21502,7 @@ } }, { - "id": 363, + "id": 370, "name": "identity_data", "kind": 1024, "kindString": "Property", @@ -21300,20 +21517,20 @@ "type": { "type": "reflection", "declaration": { - "id": 364, + "id": 371, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 365, + "id": 372, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 366, + "id": 373, "name": "key", "kind": 32768, "flags": {}, @@ -21332,7 +21549,7 @@ } }, { - "id": 369, + "id": 376, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -21350,7 +21567,7 @@ } }, { - "id": 367, + "id": 374, "name": "provider", "kind": 1024, "kindString": "Property", @@ -21368,7 +21585,7 @@ } }, { - "id": 370, + "id": 377, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -21388,7 +21605,7 @@ } }, { - "id": 362, + "id": 369, "name": "user_id", "kind": 1024, "kindString": "Property", @@ -21410,7 +21627,7 @@ { "title": "Properties", "kind": 1024, - "children": [368, 361, 363, 369, 367, 370, 362] + "children": [375, 368, 370, 376, 374, 377, 369] } ], "sources": [ @@ -21422,7 +21639,7 @@ ] }, { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -21435,14 +21652,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -21459,14 +21676,14 @@ } }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -21477,7 +21694,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -21487,7 +21704,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -21497,21 +21714,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -21524,7 +21741,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -21534,7 +21751,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -21547,7 +21764,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -21561,14 +21778,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -21579,7 +21796,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -21589,7 +21806,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -21600,16 +21817,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -21617,7 +21834,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -21654,26 +21871,26 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] }, { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -21683,21 +21900,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -21716,7 +21933,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -21726,7 +21943,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -21739,7 +21956,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -21753,14 +21970,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -21771,7 +21988,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -21781,7 +21998,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -21792,7 +22009,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -21802,7 +22019,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -21813,16 +22030,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -21830,7 +22047,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -21855,19 +22072,19 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -21907,7 +22124,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -21928,7 +22145,7 @@ } }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -21946,7 +22163,7 @@ } }, { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -21962,21 +22179,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -21987,7 +22204,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -21997,7 +22214,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -22008,7 +22225,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -22022,13 +22239,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -22036,7 +22253,7 @@ } }, { - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse", "kind": 4194304, "kindString": "Type alias", @@ -22052,7 +22269,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 825, + "line": 827, "character": 12 } ], @@ -22062,14 +22279,14 @@ { "type": "reflection", "declaration": { - "id": 676, + "id": 684, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 677, + "id": 685, "name": "data", "kind": 1024, "kindString": "Property", @@ -22077,21 +22294,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 686, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 679, + "id": 687, "name": "id", "kind": 1024, "kindString": "Property", @@ -22102,7 +22319,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 829, + "line": 831, "character": 8 } ], @@ -22116,13 +22333,13 @@ { "title": "Properties", "kind": 1024, - "children": [679] + "children": [687] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 12 } ] @@ -22130,7 +22347,7 @@ } }, { - "id": 680, + "id": 688, "name": "error", "kind": 1024, "kindString": "Property", @@ -22138,7 +22355,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 831, + "line": 833, "character": 6 } ], @@ -22152,13 +22369,13 @@ { "title": "Properties", "kind": 1024, - "children": [677, 680] + "children": [685, 688] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 826, + "line": 828, "character": 4 } ] @@ -22167,14 +22384,14 @@ { "type": "reflection", "declaration": { - "id": 681, + "id": 689, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 682, + "id": 690, "name": "data", "kind": 1024, "kindString": "Property", @@ -22182,7 +22399,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 6 } ], @@ -22192,7 +22409,7 @@ } }, { - "id": 683, + "id": 691, "name": "error", "kind": 1024, "kindString": "Property", @@ -22200,13 +22417,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -22215,13 +22432,13 @@ { "title": "Properties", "kind": 1024, - "children": [682, 683] + "children": [690, 691] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 4 } ] @@ -22231,7 +22448,7 @@ } }, { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -22247,21 +22464,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -22272,7 +22489,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -22286,13 +22503,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -22300,7 +22517,7 @@ } }, { - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -22316,7 +22533,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 849, + "line": 851, "character": 12 } ], @@ -22326,14 +22543,14 @@ { "type": "reflection", "declaration": { - "id": 689, + "id": 697, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 690, + "id": 698, "name": "data", "kind": 1024, "kindString": "Property", @@ -22341,21 +22558,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 699, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 692, + "id": 700, "name": "factors", "kind": 1024, "kindString": "Property", @@ -22366,7 +22583,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 853, + "line": 855, "character": 8 } ], @@ -22374,7 +22591,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -22384,13 +22601,13 @@ { "title": "Properties", "kind": 1024, - "children": [692] + "children": [700] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 12 } ] @@ -22398,7 +22615,7 @@ } }, { - "id": 693, + "id": 701, "name": "error", "kind": 1024, "kindString": "Property", @@ -22406,7 +22623,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 855, + "line": 857, "character": 6 } ], @@ -22420,13 +22637,13 @@ { "title": "Properties", "kind": 1024, - "children": [690, 693] + "children": [698, 701] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 850, + "line": 852, "character": 4 } ] @@ -22435,14 +22652,14 @@ { "type": "reflection", "declaration": { - "id": 694, + "id": 702, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 695, + "id": 703, "name": "data", "kind": 1024, "kindString": "Property", @@ -22450,7 +22667,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 6 } ], @@ -22460,7 +22677,7 @@ } }, { - "id": 696, + "id": 704, "name": "error", "kind": 1024, "kindString": "Property", @@ -22468,13 +22685,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -22483,13 +22700,13 @@ { "title": "Properties", "kind": 1024, - "children": [695, 696] + "children": [703, 704] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 4 } ] @@ -22499,7 +22716,7 @@ } }, { - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse", "kind": 4194304, "kindString": "Type alias", @@ -22507,7 +22724,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 702, + "line": 704, "character": 12 } ], @@ -22517,14 +22734,14 @@ { "type": "reflection", "declaration": { - "id": 624, + "id": 632, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 625, + "id": 633, "name": "data", "kind": 1024, "kindString": "Property", @@ -22532,21 +22749,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 626, + "id": 634, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 628, + "id": 636, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -22557,7 +22774,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 709, + "line": 711, "character": 8 } ], @@ -22567,7 +22784,7 @@ } }, { - "id": 627, + "id": 635, "name": "id", "kind": 1024, "kindString": "Property", @@ -22578,7 +22795,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 706, + "line": 708, "character": 8 } ], @@ -22592,13 +22809,13 @@ { "title": "Properties", "kind": 1024, - "children": [628, 627] + "children": [636, 635] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 12 } ] @@ -22606,7 +22823,7 @@ } }, { - "id": 629, + "id": 637, "name": "error", "kind": 1024, "kindString": "Property", @@ -22614,7 +22831,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 711, + "line": 713, "character": 6 } ], @@ -22628,13 +22845,13 @@ { "title": "Properties", "kind": 1024, - "children": [625, 629] + "children": [633, 637] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 703, + "line": 705, "character": 4 } ] @@ -22643,14 +22860,14 @@ { "type": "reflection", "declaration": { - "id": 630, + "id": 638, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 631, + "id": 639, "name": "data", "kind": 1024, "kindString": "Property", @@ -22658,7 +22875,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 6 } ], @@ -22668,7 +22885,7 @@ } }, { - "id": 632, + "id": 640, "name": "error", "kind": 1024, "kindString": "Property", @@ -22676,13 +22893,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -22691,13 +22908,13 @@ { "title": "Properties", "kind": 1024, - "children": [631, 632] + "children": [639, 640] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 4 } ] @@ -22707,7 +22924,7 @@ } }, { - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -22715,7 +22932,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 659, + "line": 661, "character": 12 } ], @@ -22725,14 +22942,14 @@ { "type": "reflection", "declaration": { - "id": 600, + "id": 608, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 601, + "id": 609, "name": "data", "kind": 1024, "kindString": "Property", @@ -22740,21 +22957,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 602, + "id": 610, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 603, + "id": 611, "name": "id", "kind": 1024, "kindString": "Property", @@ -22765,7 +22982,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 663, + "line": 665, "character": 8 } ], @@ -22775,7 +22992,7 @@ } }, { - "id": 605, + "id": 613, "name": "totp", "kind": 1024, "kindString": "Property", @@ -22786,21 +23003,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 606, + "id": 614, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 607, + "id": 615, "name": "qr_code", "kind": 1024, "kindString": "Property", @@ -22811,7 +23028,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 673, + "line": 675, "character": 10 } ], @@ -22821,7 +23038,7 @@ } }, { - "id": 608, + "id": 616, "name": "secret", "kind": 1024, "kindString": "Property", @@ -22832,7 +23049,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 678, + "line": 680, "character": 10 } ], @@ -22842,7 +23059,7 @@ } }, { - "id": 609, + "id": 617, "name": "uri", "kind": 1024, "kindString": "Property", @@ -22853,7 +23070,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 682, + "line": 684, "character": 10 } ], @@ -22867,13 +23084,13 @@ { "title": "Properties", "kind": 1024, - "children": [607, 608, 609] + "children": [615, 616, 617] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 14 } ] @@ -22881,7 +23098,7 @@ } }, { - "id": 604, + "id": 612, "name": "type", "kind": 1024, "kindString": "Property", @@ -22892,7 +23109,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 666, + "line": 668, "character": 8 } ], @@ -22906,13 +23123,13 @@ { "title": "Properties", "kind": 1024, - "children": [603, 605, 604] + "children": [611, 613, 612] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 12 } ] @@ -22920,7 +23137,7 @@ } }, { - "id": 610, + "id": 618, "name": "error", "kind": 1024, "kindString": "Property", @@ -22928,7 +23145,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 685, + "line": 687, "character": 6 } ], @@ -22942,13 +23159,13 @@ { "title": "Properties", "kind": 1024, - "children": [601, 610] + "children": [609, 618] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 660, + "line": 662, "character": 4 } ] @@ -22957,14 +23174,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 619, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 612, + "id": 620, "name": "data", "kind": 1024, "kindString": "Property", @@ -22972,7 +23189,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 688, + "line": 690, "character": 6 } ], @@ -22982,7 +23199,7 @@ } }, { - "id": 613, + "id": 621, "name": "error", "kind": 1024, "kindString": "Property", @@ -22990,13 +23207,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 689, + "line": 691, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23005,13 +23222,13 @@ { "title": "Properties", "kind": 1024, - "children": [612, 613] + "children": [620, 621] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 687, + "line": 689, "character": 4 } ] @@ -23021,7 +23238,7 @@ } }, { - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "kind": 4194304, "kindString": "Type alias", @@ -23029,7 +23246,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 730, + "line": 732, "character": 12 } ], @@ -23039,14 +23256,14 @@ { "type": "reflection", "declaration": { - "id": 645, + "id": 653, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 646, + "id": 654, "name": "data", "kind": 1024, "kindString": "Property", @@ -23054,21 +23271,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 647, + "id": 655, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 650, + "id": 658, "name": "currentAuthenticationMethods", "kind": 1024, "kindString": "Property", @@ -23079,7 +23296,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 749, + "line": 751, "character": 8 } ], @@ -23087,13 +23304,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 357, + "id": 364, "name": "AMREntry" } } }, { - "id": 648, + "id": 656, "name": "currentLevel", "kind": 1024, "kindString": "Property", @@ -23104,7 +23321,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 734, + "line": 736, "character": 8 } ], @@ -23113,7 +23330,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -23124,7 +23341,7 @@ } }, { - "id": 649, + "id": 657, "name": "nextLevel", "kind": 1024, "kindString": "Property", @@ -23141,7 +23358,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 742, + "line": 744, "character": 8 } ], @@ -23150,7 +23367,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -23165,13 +23382,13 @@ { "title": "Properties", "kind": 1024, - "children": [650, 648, 649] + "children": [658, 656, 657] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 12 } ] @@ -23179,7 +23396,7 @@ } }, { - "id": 651, + "id": 659, "name": "error", "kind": 1024, "kindString": "Property", @@ -23187,7 +23404,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 751, + "line": 753, "character": 6 } ], @@ -23201,13 +23418,13 @@ { "title": "Properties", "kind": 1024, - "children": [646, 651] + "children": [654, 659] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 731, + "line": 733, "character": 4 } ] @@ -23216,14 +23433,14 @@ { "type": "reflection", "declaration": { - "id": 652, + "id": 660, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 653, + "id": 661, "name": "data", "kind": 1024, "kindString": "Property", @@ -23231,7 +23448,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 6 } ], @@ -23241,7 +23458,7 @@ } }, { - "id": 654, + "id": 662, "name": "error", "kind": 1024, "kindString": "Property", @@ -23249,13 +23466,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23264,13 +23481,13 @@ { "title": "Properties", "kind": 1024, - "children": [653, 654] + "children": [661, 662] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 4 } ] @@ -23280,7 +23497,7 @@ } }, { - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -23288,7 +23505,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 715, + "line": 717, "character": 12 } ], @@ -23298,14 +23515,14 @@ { "type": "reflection", "declaration": { - "id": 634, + "id": 642, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 635, + "id": 643, "name": "data", "kind": 1024, "kindString": "Property", @@ -23313,21 +23530,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 636, + "id": 644, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 637, + "id": 645, "name": "all", "kind": 1024, "kindString": "Property", @@ -23338,7 +23555,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 719, + "line": 721, "character": 8 } ], @@ -23346,13 +23563,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 638, + "id": 646, "name": "totp", "kind": 1024, "kindString": "Property", @@ -23363,7 +23580,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 722, + "line": 724, "character": 8 } ], @@ -23371,7 +23588,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -23381,13 +23598,13 @@ { "title": "Properties", "kind": 1024, - "children": [637, 638] + "children": [645, 646] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 12 } ] @@ -23395,7 +23612,7 @@ } }, { - "id": 639, + "id": 647, "name": "error", "kind": 1024, "kindString": "Property", @@ -23403,7 +23620,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 724, + "line": 726, "character": 6 } ], @@ -23417,13 +23634,13 @@ { "title": "Properties", "kind": 1024, - "children": [635, 639] + "children": [643, 647] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 716, + "line": 718, "character": 4 } ] @@ -23432,14 +23649,14 @@ { "type": "reflection", "declaration": { - "id": 640, + "id": 648, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 641, + "id": 649, "name": "data", "kind": 1024, "kindString": "Property", @@ -23447,7 +23664,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 6 } ], @@ -23457,7 +23674,7 @@ } }, { - "id": 642, + "id": 650, "name": "error", "kind": 1024, "kindString": "Property", @@ -23465,13 +23682,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23480,13 +23697,13 @@ { "title": "Properties", "kind": 1024, - "children": [641, 642] + "children": [649, 650] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 4 } ] @@ -23496,7 +23713,7 @@ } }, { - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -23504,7 +23721,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 692, + "line": 694, "character": 12 } ], @@ -23514,14 +23731,14 @@ { "type": "reflection", "declaration": { - "id": 615, + "id": 623, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 616, + "id": 624, "name": "data", "kind": 1024, "kindString": "Property", @@ -23529,21 +23746,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 617, + "id": 625, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 618, + "id": 626, "name": "id", "kind": 1024, "kindString": "Property", @@ -23554,7 +23771,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 696, + "line": 698, "character": 8 } ], @@ -23568,13 +23785,13 @@ { "title": "Properties", "kind": 1024, - "children": [618] + "children": [626] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 12 } ] @@ -23582,7 +23799,7 @@ } }, { - "id": 619, + "id": 627, "name": "error", "kind": 1024, "kindString": "Property", @@ -23590,7 +23807,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 698, + "line": 700, "character": 6 } ], @@ -23604,13 +23821,13 @@ { "title": "Properties", "kind": 1024, - "children": [616, 619] + "children": [624, 627] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 693, + "line": 695, "character": 4 } ] @@ -23619,14 +23836,14 @@ { "type": "reflection", "declaration": { - "id": 620, + "id": 628, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 621, + "id": 629, "name": "data", "kind": 1024, "kindString": "Property", @@ -23634,7 +23851,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 6 } ], @@ -23644,7 +23861,7 @@ } }, { - "id": 622, + "id": 630, "name": "error", "kind": 1024, "kindString": "Property", @@ -23652,13 +23869,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23667,13 +23884,13 @@ { "title": "Properties", "kind": 1024, - "children": [621, 622] + "children": [629, 630] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 4 } ] @@ -23683,7 +23900,7 @@ } }, { - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse", "kind": 4194304, "kindString": "Type alias", @@ -23691,7 +23908,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 634, + "line": 636, "character": 12 } ], @@ -23701,14 +23918,14 @@ { "type": "reflection", "declaration": { - "id": 587, + "id": 595, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 588, + "id": 596, "name": "data", "kind": 1024, "kindString": "Property", @@ -23716,21 +23933,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 589, + "id": 597, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 590, + "id": 598, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -23741,7 +23958,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 638, + "line": 640, "character": 8 } ], @@ -23751,7 +23968,7 @@ } }, { - "id": 592, + "id": 600, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -23762,7 +23979,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 644, + "line": 646, "character": 8 } ], @@ -23772,7 +23989,7 @@ } }, { - "id": 593, + "id": 601, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -23783,7 +24000,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 647, + "line": 649, "character": 8 } ], @@ -23793,7 +24010,7 @@ } }, { - "id": 591, + "id": 599, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -23804,7 +24021,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 641, + "line": 643, "character": 8 } ], @@ -23814,7 +24031,7 @@ } }, { - "id": 594, + "id": 602, "name": "user", "kind": 1024, "kindString": "Property", @@ -23825,13 +24042,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 650, + "line": 652, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -23840,13 +24057,13 @@ { "title": "Properties", "kind": 1024, - "children": [590, 592, 593, 591, 594] + "children": [598, 600, 601, 599, 602] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 12 } ] @@ -23854,7 +24071,7 @@ } }, { - "id": 595, + "id": 603, "name": "error", "kind": 1024, "kindString": "Property", @@ -23862,7 +24079,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 652, + "line": 654, "character": 6 } ], @@ -23876,13 +24093,13 @@ { "title": "Properties", "kind": 1024, - "children": [588, 595] + "children": [596, 603] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 635, + "line": 637, "character": 4 } ] @@ -23891,14 +24108,14 @@ { "type": "reflection", "declaration": { - "id": 596, + "id": 604, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 597, + "id": 605, "name": "data", "kind": 1024, "kindString": "Property", @@ -23906,7 +24123,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 655, + "line": 657, "character": 6 } ], @@ -23916,7 +24133,7 @@ } }, { - "id": 598, + "id": 606, "name": "error", "kind": 1024, "kindString": "Property", @@ -23924,13 +24141,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 656, + "line": 658, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23939,13 +24156,13 @@ { "title": "Properties", "kind": 1024, - "children": [597, 598] + "children": [605, 606] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 654, + "line": 656, "character": 4 } ] @@ -23955,7 +24172,7 @@ } }, { - "id": 302, + "id": 309, "name": "AuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -23973,14 +24190,14 @@ { "type": "reflection", "declaration": { - "id": 303, + "id": 310, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 311, "name": "data", "kind": 1024, "kindString": "Property", @@ -23995,14 +24212,14 @@ "type": { "type": "reflection", "declaration": { - "id": 305, + "id": 312, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 307, + "id": 314, "name": "session", "kind": 1024, "kindString": "Property", @@ -24019,7 +24236,7 @@ "types": [ { "type": "reference", - "id": 348, + "id": 355, "name": "Session" }, { @@ -24030,7 +24247,7 @@ } }, { - "id": 306, + "id": 313, "name": "user", "kind": 1024, "kindString": "Property", @@ -24047,7 +24264,7 @@ "types": [ { "type": "reference", - "id": 385, + "id": 392, "name": "User" }, { @@ -24062,7 +24279,7 @@ { "title": "Properties", "kind": 1024, - "children": [307, 306] + "children": [314, 313] } ], "sources": [ @@ -24076,7 +24293,7 @@ } }, { - "id": 308, + "id": 315, "name": "error", "kind": 1024, "kindString": "Property", @@ -24098,7 +24315,7 @@ { "title": "Properties", "kind": 1024, - "children": [304, 308] + "children": [311, 315] } ], "sources": [ @@ -24113,14 +24330,14 @@ { "type": "reflection", "declaration": { - "id": 309, + "id": 316, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 310, + "id": 317, "name": "data", "kind": 1024, "kindString": "Property", @@ -24135,14 +24352,14 @@ "type": { "type": "reflection", "declaration": { - "id": 311, + "id": 318, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 313, + "id": 320, "name": "session", "kind": 1024, "kindString": "Property", @@ -24160,7 +24377,7 @@ } }, { - "id": 312, + "id": 319, "name": "user", "kind": 1024, "kindString": "Property", @@ -24182,7 +24399,7 @@ { "title": "Properties", "kind": 1024, - "children": [313, 312] + "children": [320, 319] } ], "sources": [ @@ -24196,7 +24413,7 @@ } }, { - "id": 314, + "id": 321, "name": "error", "kind": 1024, "kindString": "Property", @@ -24210,7 +24427,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -24219,7 +24436,7 @@ { "title": "Properties", "kind": 1024, - "children": [310, 314] + "children": [317, 321] } ], "sources": [ @@ -24235,7 +24452,7 @@ } }, { - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels", "kind": 4194304, "kindString": "Type alias", @@ -24243,7 +24460,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 728, + "line": 730, "character": 12 } ], @@ -24262,7 +24479,7 @@ } }, { - "id": 711, + "id": 719, "name": "CallRefreshTokenResult", "kind": 4194304, "kindString": "Type alias", @@ -24270,7 +24487,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 903, + "line": 905, "character": 12 } ], @@ -24280,14 +24497,14 @@ { "type": "reflection", "declaration": { - "id": 712, + "id": 720, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 714, + "id": 722, "name": "error", "kind": 1024, "kindString": "Property", @@ -24295,7 +24512,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 906, + "line": 908, "character": 6 } ], @@ -24305,7 +24522,7 @@ } }, { - "id": 713, + "id": 721, "name": "session", "kind": 1024, "kindString": "Property", @@ -24313,13 +24530,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 905, + "line": 907, "character": 6 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -24328,13 +24545,13 @@ { "title": "Properties", "kind": 1024, - "children": [714, 713] + "children": [722, 721] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 904, + "line": 906, "character": 4 } ] @@ -24343,14 +24560,14 @@ { "type": "reflection", "declaration": { - "id": 715, + "id": 723, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 717, + "id": 725, "name": "error", "kind": 1024, "kindString": "Property", @@ -24358,18 +24575,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 910, + "line": 912, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } }, { - "id": 716, + "id": 724, "name": "session", "kind": 1024, "kindString": "Property", @@ -24377,7 +24594,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 909, + "line": 911, "character": 6 } ], @@ -24391,13 +24608,13 @@ { "title": "Properties", "kind": 1024, - "children": [717, 716] + "children": [725, 724] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 908, + "line": 910, "character": 4 } ] @@ -24407,7 +24624,7 @@ } }, { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -24415,7 +24632,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -24446,7 +24663,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -24454,21 +24671,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -24479,7 +24696,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -24489,7 +24706,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -24500,7 +24717,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -24510,7 +24727,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -24520,7 +24737,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -24529,7 +24746,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -24543,7 +24760,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -24551,7 +24768,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -24574,13 +24791,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -24588,7 +24805,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -24596,21 +24813,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -24621,7 +24838,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -24631,7 +24848,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -24641,7 +24858,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -24650,7 +24867,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -24673,7 +24890,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -24681,7 +24898,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -24704,13 +24921,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -24718,7 +24935,7 @@ } }, { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -24726,7 +24943,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -24734,7 +24951,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -24742,21 +24959,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -24764,7 +24981,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -24774,7 +24991,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -24784,7 +25001,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -24793,7 +25010,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -24816,7 +25033,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -24824,7 +25041,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -24834,7 +25051,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -24842,7 +25059,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -24856,13 +25073,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -24870,7 +25087,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -24878,21 +25095,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -24903,7 +25120,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -24913,7 +25130,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -24923,7 +25140,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -24932,7 +25149,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -24955,7 +25172,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -24963,7 +25180,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -24986,13 +25203,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -25000,7 +25217,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -25008,21 +25225,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -25033,7 +25250,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -25043,7 +25260,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -25053,7 +25270,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -25062,7 +25279,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -25076,7 +25293,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -25084,7 +25301,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -25098,13 +25315,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -25112,7 +25329,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -25120,21 +25337,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -25145,7 +25362,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -25155,7 +25372,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -25166,7 +25383,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -25176,7 +25393,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -25186,7 +25403,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -25195,7 +25412,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -25209,7 +25426,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -25217,7 +25434,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -25240,13 +25457,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -25257,7 +25474,7 @@ } }, { - "id": 558, + "id": 566, "name": "GenerateLinkProperties", "kind": 4194304, "kindString": "Type alias", @@ -25268,21 +25485,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 559, + "id": 567, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 560, + "id": 568, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -25293,7 +25510,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 573, + "line": 575, "character": 2 } ], @@ -25303,7 +25520,7 @@ } }, { - "id": 561, + "id": 569, "name": "email_otp", "kind": 1024, "kindString": "Property", @@ -25314,7 +25531,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 578, + "line": 580, "character": 2 } ], @@ -25324,7 +25541,7 @@ } }, { - "id": 562, + "id": 570, "name": "hashed_token", "kind": 1024, "kindString": "Property", @@ -25335,7 +25552,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 582, + "line": 584, "character": 2 } ], @@ -25345,7 +25562,7 @@ } }, { - "id": 563, + "id": 571, "name": "redirect_to", "kind": 1024, "kindString": "Property", @@ -25356,7 +25573,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 584, + "line": 586, "character": 2 } ], @@ -25366,7 +25583,7 @@ } }, { - "id": 564, + "id": 572, "name": "verification_type", "kind": 1024, "kindString": "Property", @@ -25377,16 +25594,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 586, + "line": 588, "character": 2 } ], "type": { "type": "reference", - "id": 565, + "id": 573, "name": "GenerateLinkType", "dereferenced": { - "id": 565, + "id": 573, "name": "GenerateLinkType", "kind": 4194304, "kindString": "Type alias", @@ -25394,7 +25611,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 589, + "line": 591, "character": 12 } ], @@ -25435,13 +25652,13 @@ { "title": "Properties", "kind": 1024, - "children": [560, 561, 562, 563, 564] + "children": [568, 569, 570, 571, 572] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 37 } ] @@ -25449,7 +25666,7 @@ } }, { - "id": 545, + "id": 553, "name": "GenerateLinkResponse", "kind": 4194304, "kindString": "Type alias", @@ -25457,7 +25674,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 551, + "line": 553, "character": 12 } ], @@ -25467,14 +25684,14 @@ { "type": "reflection", "declaration": { - "id": 546, + "id": 554, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 547, + "id": 555, "name": "data", "kind": 1024, "kindString": "Property", @@ -25482,21 +25699,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 548, + "id": 556, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 549, + "id": 557, "name": "properties", "kind": 1024, "kindString": "Property", @@ -25504,18 +25721,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 554, + "line": 556, "character": 8 } ], "type": { "type": "reference", - "id": 558, + "id": 566, "name": "GenerateLinkProperties" } }, { - "id": 550, + "id": 558, "name": "user", "kind": 1024, "kindString": "Property", @@ -25523,13 +25740,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 555, + "line": 557, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -25538,13 +25755,13 @@ { "title": "Properties", "kind": 1024, - "children": [549, 550] + "children": [557, 558] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 12 } ] @@ -25552,7 +25769,7 @@ } }, { - "id": 551, + "id": 559, "name": "error", "kind": 1024, "kindString": "Property", @@ -25560,7 +25777,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 557, + "line": 559, "character": 6 } ], @@ -25574,13 +25791,13 @@ { "title": "Properties", "kind": 1024, - "children": [547, 551] + "children": [555, 559] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 552, + "line": 554, "character": 4 } ] @@ -25589,14 +25806,14 @@ { "type": "reflection", "declaration": { - "id": 552, + "id": 560, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 553, + "id": 561, "name": "data", "kind": 1024, "kindString": "Property", @@ -25604,21 +25821,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 562, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 555, + "id": 563, "name": "properties", "kind": 1024, "kindString": "Property", @@ -25626,7 +25843,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 561, + "line": 563, "character": 8 } ], @@ -25636,7 +25853,7 @@ } }, { - "id": 556, + "id": 564, "name": "user", "kind": 1024, "kindString": "Property", @@ -25644,7 +25861,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 562, + "line": 564, "character": 8 } ], @@ -25658,13 +25875,13 @@ { "title": "Properties", "kind": 1024, - "children": [555, 556] + "children": [563, 564] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 12 } ] @@ -25672,7 +25889,7 @@ } }, { - "id": 557, + "id": 565, "name": "error", "kind": 1024, "kindString": "Property", @@ -25680,13 +25897,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 564, + "line": 566, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -25695,13 +25912,13 @@ { "title": "Properties", "kind": 1024, - "children": [553, 557] + "children": [561, 565] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 559, + "line": 561, "character": 4 } ] @@ -25711,7 +25928,7 @@ } }, { - "id": 565, + "id": 573, "name": "GenerateLinkType", "kind": 4194304, "kindString": "Type alias", @@ -25719,7 +25936,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 589, + "line": 591, "character": 12 } ], @@ -25754,7 +25971,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -25762,21 +25979,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -25787,7 +26004,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -25797,7 +26014,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -25807,7 +26024,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -25816,7 +26033,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -25830,7 +26047,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -25838,7 +26055,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -25852,13 +26069,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -25866,7 +26083,7 @@ } }, { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -25874,21 +26091,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -25896,7 +26113,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -25906,7 +26123,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -25916,7 +26133,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -25925,7 +26142,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -25948,7 +26165,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -25956,7 +26173,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -25966,7 +26183,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -25974,7 +26191,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -25988,13 +26205,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -26002,7 +26219,7 @@ } }, { - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -26017,14 +26234,14 @@ "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 297, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 305, "name": "autoRefreshToken", "kind": 1024, "kindString": "Property", @@ -26044,7 +26261,7 @@ } }, { - "id": 297, + "id": 304, "name": "detectSessionInUrl", "kind": 1024, "kindString": "Property", @@ -26064,7 +26281,7 @@ } }, { - "id": 301, + "id": 308, "name": "fetch", "kind": 1024, "kindString": "Property", @@ -26084,7 +26301,7 @@ } }, { - "id": 292, + "id": 299, "name": "headers", "kind": 1024, "kindString": "Property", @@ -26101,7 +26318,7 @@ "type": { "type": "reflection", "declaration": { - "id": 293, + "id": 300, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -26114,14 +26331,14 @@ } ], "indexSignature": { - "id": 294, + "id": 301, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 295, + "id": 302, "name": "key", "kind": 32768, "flags": {}, @@ -26140,7 +26357,7 @@ } }, { - "id": 299, + "id": 306, "name": "persistSession", "kind": 1024, "kindString": "Property", @@ -26160,7 +26377,7 @@ } }, { - "id": 300, + "id": 307, "name": "storage", "kind": 1024, "kindString": "Property", @@ -26176,10 +26393,10 @@ ], "type": { "type": "reference", - "id": 707, + "id": 715, "name": "SupportedStorage", "dereferenced": { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -26187,7 +26404,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -26232,7 +26449,7 @@ } }, { - "id": 296, + "id": 303, "name": "storageKey", "kind": 1024, "kindString": "Property", @@ -26252,7 +26469,7 @@ } }, { - "id": 291, + "id": 298, "name": "url", "kind": 1024, "kindString": "Property", @@ -26276,7 +26493,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 297, 301, 292, 299, 300, 296, 291] + "children": [305, 304, 308, 299, 306, 307, 303, 298] } ], "sources": [ @@ -26290,7 +26507,7 @@ } }, { - "id": 708, + "id": 716, "name": "InitializeResult", "kind": 4194304, "kindString": "Type alias", @@ -26298,21 +26515,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 717, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 710, + "id": 718, "name": "error", "kind": 1024, "kindString": "Property", @@ -26320,7 +26537,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 33 } ], @@ -26329,7 +26546,7 @@ "types": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, { @@ -26344,13 +26561,13 @@ { "title": "Properties", "kind": 1024, - "children": [710] + "children": [718] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 31 } ] @@ -26358,7 +26575,7 @@ } }, { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -26366,21 +26583,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -26391,7 +26608,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -26401,7 +26618,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -26412,7 +26629,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -26426,13 +26643,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -26440,7 +26657,7 @@ } }, { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -26448,21 +26665,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -26473,7 +26690,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -26487,13 +26704,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -26501,7 +26718,7 @@ } }, { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -26509,21 +26726,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -26534,7 +26751,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -26544,7 +26761,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -26557,7 +26774,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -26567,7 +26784,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -26580,7 +26797,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -26594,13 +26811,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -26608,7 +26825,7 @@ } }, { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -26616,21 +26833,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -26641,7 +26858,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -26655,13 +26872,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -26669,7 +26886,7 @@ } }, { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -26677,21 +26894,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -26702,7 +26919,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -26712,7 +26929,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -26723,7 +26940,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -26733,7 +26950,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -26744,7 +26961,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -26758,13 +26975,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -26772,7 +26989,7 @@ } }, { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -26780,7 +26997,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -26799,7 +27016,7 @@ } }, { - "id": 315, + "id": 322, "name": "OAuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -26817,14 +27034,14 @@ { "type": "reflection", "declaration": { - "id": 316, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 317, + "id": 324, "name": "data", "kind": 1024, "kindString": "Property", @@ -26839,14 +27056,14 @@ "type": { "type": "reflection", "declaration": { - "id": 318, + "id": 325, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 319, + "id": 326, "name": "provider", "kind": 1024, "kindString": "Property", @@ -26860,12 +27077,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 320, + "id": 327, "name": "url", "kind": 1024, "kindString": "Property", @@ -26887,7 +27104,7 @@ { "title": "Properties", "kind": 1024, - "children": [319, 320] + "children": [326, 327] } ], "sources": [ @@ -26901,7 +27118,7 @@ } }, { - "id": 321, + "id": 328, "name": "error", "kind": 1024, "kindString": "Property", @@ -26923,7 +27140,7 @@ { "title": "Properties", "kind": 1024, - "children": [317, 321] + "children": [324, 328] } ], "sources": [ @@ -26938,14 +27155,14 @@ { "type": "reflection", "declaration": { - "id": 322, + "id": 329, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 323, + "id": 330, "name": "data", "kind": 1024, "kindString": "Property", @@ -26960,14 +27177,14 @@ "type": { "type": "reflection", "declaration": { - "id": 324, + "id": 331, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 325, + "id": 332, "name": "provider", "kind": 1024, "kindString": "Property", @@ -26981,12 +27198,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 326, + "id": 333, "name": "url", "kind": 1024, "kindString": "Property", @@ -27008,7 +27225,7 @@ { "title": "Properties", "kind": 1024, - "children": [325, 326] + "children": [332, 333] } ], "sources": [ @@ -27022,7 +27239,7 @@ } }, { - "id": 327, + "id": 334, "name": "error", "kind": 1024, "kindString": "Property", @@ -27036,7 +27253,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -27045,7 +27262,7 @@ { "title": "Properties", "kind": 1024, - "children": [323, 327] + "children": [330, 334] } ], "sources": [ @@ -27061,7 +27278,7 @@ } }, { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -27069,21 +27286,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -27096,7 +27313,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -27106,7 +27323,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -27119,7 +27336,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -27133,13 +27350,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -27147,7 +27364,7 @@ } }, { - "id": 718, + "id": 726, "name": "Pagination", "kind": 4194304, "kindString": "Type alias", @@ -27155,21 +27372,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 719, + "id": 727, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 721, + "id": 729, "name": "lastPage", "kind": 1024, "kindString": "Property", @@ -27177,7 +27394,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 916, + "line": 918, "character": 2 } ], @@ -27187,7 +27404,7 @@ } }, { - "id": 720, + "id": 728, "name": "nextPage", "kind": 1024, "kindString": "Property", @@ -27195,7 +27412,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 915, + "line": 917, "character": 2 } ], @@ -27214,7 +27431,7 @@ } }, { - "id": 722, + "id": 730, "name": "total", "kind": 1024, "kindString": "Property", @@ -27222,7 +27439,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 917, + "line": 919, "character": 2 } ], @@ -27236,25 +27453,25 @@ { "title": "Properties", "kind": 1024, - "children": [721, 720, 722] + "children": [729, 728, 730] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 25 } ], "indexSignature": { - "id": 723, + "id": 731, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 724, + "id": 732, "name": "key", "kind": 32768, "flags": {}, @@ -27273,7 +27490,7 @@ } }, { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -27359,7 +27576,7 @@ } }, { - "id": 328, + "id": 335, "name": "SSOResponse", "kind": 4194304, "kindString": "Type alias", @@ -27377,14 +27594,14 @@ { "type": "reflection", "declaration": { - "id": 329, + "id": 336, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 330, + "id": 337, "name": "data", "kind": 1024, "kindString": "Property", @@ -27399,14 +27616,14 @@ "type": { "type": "reflection", "declaration": { - "id": 331, + "id": 338, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 332, + "id": 339, "name": "url", "kind": 1024, "kindString": "Property", @@ -27431,7 +27648,7 @@ { "title": "Properties", "kind": 1024, - "children": [332] + "children": [339] } ], "sources": [ @@ -27445,7 +27662,7 @@ } }, { - "id": 333, + "id": 340, "name": "error", "kind": 1024, "kindString": "Property", @@ -27467,7 +27684,7 @@ { "title": "Properties", "kind": 1024, - "children": [330, 333] + "children": [337, 340] } ], "sources": [ @@ -27482,14 +27699,14 @@ { "type": "reflection", "declaration": { - "id": 334, + "id": 341, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 335, + "id": 342, "name": "data", "kind": 1024, "kindString": "Property", @@ -27507,7 +27724,7 @@ } }, { - "id": 336, + "id": 343, "name": "error", "kind": 1024, "kindString": "Property", @@ -27521,7 +27738,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -27530,7 +27747,7 @@ { "title": "Properties", "kind": 1024, - "children": [335, 336] + "children": [342, 343] } ], "sources": [ @@ -27546,7 +27763,7 @@ } }, { - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "kind": 4194304, "kindString": "Type alias", @@ -27561,14 +27778,14 @@ "type": { "type": "reflection", "declaration": { - "id": 480, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 482, + "id": 489, "name": "options", "kind": 1024, "kindString": "Property", @@ -27585,14 +27802,14 @@ "type": { "type": "reflection", "declaration": { - "id": 483, + "id": 490, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 486, + "id": 493, "name": "queryParams", "kind": 1024, "kindString": "Property", @@ -27612,7 +27829,7 @@ "type": { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -27625,14 +27842,14 @@ } ], "indexSignature": { - "id": 488, + "id": 495, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 489, + "id": 496, "name": "key", "kind": 32768, "flags": {}, @@ -27651,7 +27868,7 @@ } }, { - "id": 484, + "id": 491, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -27674,7 +27891,7 @@ } }, { - "id": 485, + "id": 492, "name": "scopes", "kind": 1024, "kindString": "Property", @@ -27695,13 +27912,36 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 497, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 444, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", "kind": 1024, - "children": [486, 484, 485] + "children": [493, 491, 492, 497] } ], "sources": [ @@ -27715,7 +27955,7 @@ } }, { - "id": 481, + "id": 488, "name": "provider", "kind": 1024, "kindString": "Property", @@ -27732,10 +27972,10 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider", "dereferenced": { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -27827,7 +28067,7 @@ { "title": "Properties", "kind": 1024, - "children": [482, 481] + "children": [489, 488] } ], "sources": [ @@ -27841,7 +28081,7 @@ } }, { - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -27859,14 +28099,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "email", "kind": 1024, "kindString": "Property", @@ -27887,7 +28127,7 @@ } }, { - "id": 452, + "id": 459, "name": "options", "kind": 1024, "kindString": "Property", @@ -27904,14 +28144,14 @@ "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 455, + "id": 462, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -27934,7 +28174,7 @@ } }, { - "id": 454, + "id": 461, "name": "data", "kind": 1024, "kindString": "Property", @@ -27962,7 +28202,7 @@ { "title": "Properties", "kind": 1024, - "children": [455, 454] + "children": [462, 461] } ], "sources": [ @@ -27976,7 +28216,7 @@ } }, { - "id": 451, + "id": 458, "name": "password", "kind": 1024, "kindString": "Property", @@ -28001,7 +28241,7 @@ { "title": "Properties", "kind": 1024, - "children": [450, 452, 451] + "children": [457, 459, 458] } ], "sources": [ @@ -28016,14 +28256,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 459, + "id": 466, "name": "options", "kind": 1024, "kindString": "Property", @@ -28040,14 +28280,14 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 462, + "id": 469, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -28070,7 +28310,7 @@ } }, { - "id": 461, + "id": 468, "name": "data", "kind": 1024, "kindString": "Property", @@ -28098,7 +28338,7 @@ { "title": "Properties", "kind": 1024, - "children": [462, 461] + "children": [469, 468] } ], "sources": [ @@ -28112,7 +28352,7 @@ } }, { - "id": 458, + "id": 465, "name": "password", "kind": 1024, "kindString": "Property", @@ -28133,7 +28373,7 @@ } }, { - "id": 457, + "id": 464, "name": "phone", "kind": 1024, "kindString": "Property", @@ -28158,7 +28398,7 @@ { "title": "Properties", "kind": 1024, - "children": [459, 458, 457] + "children": [466, 465, 464] } ], "sources": [ @@ -28174,7 +28414,7 @@ } }, { - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "kind": 4194304, "kindString": "Type alias", @@ -28192,14 +28432,14 @@ { "type": "reflection", "declaration": { - "id": 464, + "id": 471, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 465, + "id": 472, "name": "email", "kind": 1024, "kindString": "Property", @@ -28220,7 +28460,7 @@ } }, { - "id": 466, + "id": 473, "name": "options", "kind": 1024, "kindString": "Property", @@ -28237,14 +28477,14 @@ "type": { "type": "reflection", "declaration": { - "id": 467, + "id": 474, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 471, + "id": 478, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -28267,7 +28507,7 @@ } }, { - "id": 470, + "id": 477, "name": "data", "kind": 1024, "kindString": "Property", @@ -28291,7 +28531,7 @@ } }, { - "id": 468, + "id": 475, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -28314,7 +28554,7 @@ } }, { - "id": 469, + "id": 476, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -28341,7 +28581,7 @@ { "title": "Properties", "kind": 1024, - "children": [471, 470, 468, 469] + "children": [478, 477, 475, 476] } ], "sources": [ @@ -28359,7 +28599,7 @@ { "title": "Properties", "kind": 1024, - "children": [465, 466] + "children": [472, 473] } ], "sources": [ @@ -28374,14 +28614,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 479, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 474, + "id": 481, "name": "options", "kind": 1024, "kindString": "Property", @@ -28398,14 +28638,14 @@ "type": { "type": "reflection", "declaration": { - "id": 475, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 478, + "id": 485, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -28428,7 +28668,7 @@ } }, { - "id": 477, + "id": 484, "name": "data", "kind": 1024, "kindString": "Property", @@ -28452,7 +28692,7 @@ } }, { - "id": 476, + "id": 483, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -28479,7 +28719,7 @@ { "title": "Properties", "kind": 1024, - "children": [478, 477, 476] + "children": [485, 484, 483] } ], "sources": [ @@ -28493,7 +28733,7 @@ } }, { - "id": 473, + "id": 480, "name": "phone", "kind": 1024, "kindString": "Property", @@ -28518,7 +28758,7 @@ { "title": "Properties", "kind": 1024, - "children": [474, 473] + "children": [481, 480] } ], "sources": [ @@ -28534,7 +28774,7 @@ } }, { - "id": 509, + "id": 517, "name": "SignInWithSSO", "kind": 4194304, "kindString": "Type alias", @@ -28542,7 +28782,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 12 } ], @@ -28552,14 +28792,14 @@ { "type": "reflection", "declaration": { - "id": 510, + "id": 518, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 511, + "id": 519, "name": "options", "kind": 1024, "kindString": "Property", @@ -28569,21 +28809,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 512, + "id": 520, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 514, + "id": 522, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -28596,7 +28836,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 489, + "line": 491, "character": 4 } ], @@ -28606,7 +28846,7 @@ } }, { - "id": 513, + "id": 521, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -28619,7 +28859,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 487, + "line": 489, "character": 4 } ], @@ -28633,13 +28873,13 @@ { "title": "Properties", "kind": 1024, - "children": [514, 513] + "children": [522, 521] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 12 } ] @@ -28651,13 +28891,13 @@ { "title": "Properties", "kind": 1024, - "children": [511] + "children": [519] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 28 } ] @@ -28669,14 +28909,14 @@ { "type": "reflection", "declaration": { - "id": 515, + "id": 523, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 516, + "id": 524, "name": "providerId", "kind": 1024, "kindString": "Property", @@ -28687,7 +28927,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 494, + "line": 496, "character": 6 } ], @@ -28701,13 +28941,13 @@ { "title": "Properties", "kind": 1024, - "children": [516] + "children": [524] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 492, + "line": 494, "character": 4 } ] @@ -28716,14 +28956,14 @@ { "type": "reflection", "declaration": { - "id": 517, + "id": 525, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 518, + "id": 526, "name": "domain", "kind": 1024, "kindString": "Property", @@ -28734,7 +28974,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 498, + "line": 500, "character": 6 } ], @@ -28748,13 +28988,13 @@ { "title": "Properties", "kind": 1024, - "children": [518] + "children": [526] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 496, + "line": 498, "character": 4 } ] @@ -28766,7 +29006,7 @@ } }, { - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -28784,14 +29024,14 @@ { "type": "reflection", "declaration": { - "id": 433, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 434, + "id": 441, "name": "email", "kind": 1024, "kindString": "Property", @@ -28812,7 +29052,7 @@ } }, { - "id": 436, + "id": 443, "name": "options", "kind": 1024, "kindString": "Property", @@ -28829,14 +29069,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 440, + "id": 447, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -28859,7 +29099,7 @@ } }, { - "id": 439, + "id": 446, "name": "data", "kind": 1024, "kindString": "Property", @@ -28883,7 +29123,7 @@ } }, { - "id": 438, + "id": 445, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -28910,7 +29150,7 @@ { "title": "Properties", "kind": 1024, - "children": [440, 439, 438] + "children": [447, 446, 445] } ], "sources": [ @@ -28924,7 +29164,7 @@ } }, { - "id": 435, + "id": 442, "name": "password", "kind": 1024, "kindString": "Property", @@ -28949,7 +29189,7 @@ { "title": "Properties", "kind": 1024, - "children": [434, 436, 435] + "children": [441, 443, 442] } ], "sources": [ @@ -28964,14 +29204,14 @@ { "type": "reflection", "declaration": { - "id": 441, + "id": 448, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 451, "name": "options", "kind": 1024, "kindString": "Property", @@ -28988,14 +29228,14 @@ "type": { "type": "reflection", "declaration": { - "id": 445, + "id": 452, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 447, + "id": 454, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -29018,7 +29258,7 @@ } }, { - "id": 446, + "id": 453, "name": "data", "kind": 1024, "kindString": "Property", @@ -29046,7 +29286,7 @@ { "title": "Properties", "kind": 1024, - "children": [447, 446] + "children": [454, 453] } ], "sources": [ @@ -29060,7 +29300,7 @@ } }, { - "id": 443, + "id": 450, "name": "password", "kind": 1024, "kindString": "Property", @@ -29081,7 +29321,7 @@ } }, { - "id": 442, + "id": 449, "name": "phone", "kind": 1024, "kindString": "Property", @@ -29106,7 +29346,7 @@ { "title": "Properties", "kind": 1024, - "children": [444, 443, 442] + "children": [451, 450, 449] } ], "sources": [ @@ -29122,7 +29362,7 @@ } }, { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -29130,7 +29370,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -29173,7 +29413,7 @@ } }, { - "id": 337, + "id": 344, "name": "UserResponse", "kind": 4194304, "kindString": "Type alias", @@ -29191,14 +29431,14 @@ { "type": "reflection", "declaration": { - "id": 338, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 346, "name": "data", "kind": 1024, "kindString": "Property", @@ -29213,14 +29453,14 @@ "type": { "type": "reflection", "declaration": { - "id": 340, + "id": 347, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 341, + "id": 348, "name": "user", "kind": 1024, "kindString": "Property", @@ -29234,7 +29474,7 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -29243,7 +29483,7 @@ { "title": "Properties", "kind": 1024, - "children": [341] + "children": [348] } ], "sources": [ @@ -29257,7 +29497,7 @@ } }, { - "id": 342, + "id": 349, "name": "error", "kind": 1024, "kindString": "Property", @@ -29279,7 +29519,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 342] + "children": [346, 349] } ], "sources": [ @@ -29294,14 +29534,14 @@ { "type": "reflection", "declaration": { - "id": 343, + "id": 350, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 344, + "id": 351, "name": "data", "kind": 1024, "kindString": "Property", @@ -29316,14 +29556,14 @@ "type": { "type": "reflection", "declaration": { - "id": 345, + "id": 352, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 346, + "id": 353, "name": "user", "kind": 1024, "kindString": "Property", @@ -29345,7 +29585,7 @@ { "title": "Properties", "kind": 1024, - "children": [346] + "children": [353] } ], "sources": [ @@ -29359,7 +29599,7 @@ } }, { - "id": 347, + "id": 354, "name": "error", "kind": 1024, "kindString": "Property", @@ -29373,7 +29613,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -29382,7 +29622,7 @@ { "title": "Properties", "kind": 1024, - "children": [344, 347] + "children": [351, 354] } ], "sources": [ @@ -29398,7 +29638,7 @@ } }, { - "id": 490, + "id": 498, "name": "VerifyOtpParams", "kind": 4194304, "kindString": "Type alias", @@ -29406,7 +29646,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 446, + "line": 448, "character": 12 } ], @@ -29414,14 +29654,14 @@ "type": "union", "types": [ { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -29431,21 +29671,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -29464,7 +29704,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -29474,7 +29714,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -29487,7 +29727,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -29501,14 +29741,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -29519,7 +29759,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -29529,7 +29769,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -29540,7 +29780,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -29550,7 +29790,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -29561,16 +29801,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -29578,7 +29818,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -29603,26 +29843,26 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -29633,7 +29873,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -29643,7 +29883,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -29653,21 +29893,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -29680,7 +29920,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -29690,7 +29930,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -29703,7 +29943,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -29717,14 +29957,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -29735,7 +29975,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -29745,7 +29985,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -29756,16 +29996,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -29773,7 +30013,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -29810,13 +30050,13 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] @@ -29825,7 +30065,7 @@ } }, { - "id": 732, + "id": 740, "name": "isAuthApiError", "kind": 64, "kindString": "Function", @@ -29833,20 +30073,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 32, + "line": 34, "character": 16 } ], "signatures": [ { - "id": 733, + "id": 741, "name": "isAuthApiError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 734, + "id": 742, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -29863,7 +30103,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" } } @@ -29871,7 +30111,7 @@ ] }, { - "id": 729, + "id": 737, "name": "isAuthError", "kind": 64, "kindString": "Function", @@ -29879,20 +30119,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 10, + "line": 12, "character": 16 } ], "signatures": [ { - "id": 730, + "id": 738, "name": "isAuthError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 731, + "id": 739, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -29909,7 +30149,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -29921,28 +30161,28 @@ { "title": "Classes", "kind": 128, - "children": [740, 735, 800, 787, 825, 775, 753, 760, 1, 76] + "children": [750, 743, 811, 798, 836, 786, 763, 771, 1, 77] }, { "title": "Interfaces", "kind": 256, "children": [ - 357, 412, 371, 541, 700, 655, 348, 422, 430, 385, 378, 407, 360, 382, 499, 491 + 364, 419, 378, 549, 708, 663, 355, 429, 437, 392, 385, 414, 367, 389, 507, 499 ] }, { "title": "Type Aliases", "kind": 4194304, "children": [ - 288, 287, 684, 675, 697, 688, 623, 599, 644, 633, 614, 586, 302, 643, 711, 508, 535, - 525, 544, 558, 545, 565, 530, 519, 289, 708, 582, 579, 566, 571, 574, 507, 315, 725, - 718, 286, 328, 479, 448, 463, 509, 432, 707, 337, 490 + 295, 294, 692, 683, 705, 696, 631, 607, 652, 641, 622, 594, 309, 651, 719, 516, 543, + 533, 552, 566, 553, 573, 538, 527, 296, 716, 590, 587, 574, 579, 582, 515, 322, 733, + 726, 293, 335, 486, 455, 470, 517, 439, 715, 344, 498 ] }, { "title": "Functions", "kind": 64, - "children": [732, 729] + "children": [740, 737] } ], "sources": [ @@ -43638,14 +43878,14 @@ "originalName": "", "children": [ { - "id": 500, + "id": 516, "name": "REALTIME_LISTEN_TYPES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 501, + "id": 517, "name": "BROADCAST", "kind": 16, "kindString": "Enumeration Member", @@ -43653,7 +43893,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 77, + "line": 89, "character": 2 } ], @@ -43664,15 +43904,18 @@ "defaultValue": "\"broadcast\"" }, { - "id": 503, + "id": 519, "name": "POSTGRES_CHANGES", "kind": 16, "kindString": "Enumeration Member", "flags": {}, + "comment": { + "shortText": "listen to Postgres changes." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 79, + "line": 94, "character": 2 } ], @@ -43683,7 +43926,7 @@ "defaultValue": "\"postgres_changes\"" }, { - "id": 502, + "id": 518, "name": "PRESENCE", "kind": 16, "kindString": "Enumeration Member", @@ -43691,7 +43934,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 78, + "line": 90, "character": 2 } ], @@ -43706,26 +43949,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [501, 503, 502] + "children": [517, 519, 518] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 76, + "line": 88, "character": 12 } ] }, { - "id": 504, + "id": 520, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 505, + "id": 521, "name": "ALL", "kind": 16, "kindString": "Enumeration Member", @@ -43733,7 +43976,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 70, + "line": 82, "character": 2 } ], @@ -43744,7 +43987,7 @@ "defaultValue": "\"*\"" }, { - "id": 508, + "id": 524, "name": "DELETE", "kind": 16, "kindString": "Enumeration Member", @@ -43752,7 +43995,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 73, + "line": 85, "character": 2 } ], @@ -43763,7 +44006,7 @@ "defaultValue": "\"DELETE\"" }, { - "id": 506, + "id": 522, "name": "INSERT", "kind": 16, "kindString": "Enumeration Member", @@ -43771,7 +44014,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 71, + "line": 83, "character": 2 } ], @@ -43782,7 +44025,7 @@ "defaultValue": "\"INSERT\"" }, { - "id": 507, + "id": 523, "name": "UPDATE", "kind": 16, "kindString": "Enumeration Member", @@ -43790,7 +44033,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 72, + "line": 84, "character": 2 } ], @@ -43805,26 +44048,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [505, 508, 506, 507] + "children": [521, 524, 522, 523] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 69, + "line": 81, "character": 12 } ] }, { - "id": 509, + "id": 525, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 511, + "id": 527, "name": "JOIN", "kind": 16, "kindString": "Enumeration Member", @@ -43832,7 +44075,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 36, + "line": 35, "character": 2 } ], @@ -43843,7 +44086,7 @@ "defaultValue": "\"join\"" }, { - "id": 512, + "id": 528, "name": "LEAVE", "kind": 16, "kindString": "Enumeration Member", @@ -43851,7 +44094,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 37, + "line": 36, "character": 2 } ], @@ -43862,7 +44105,7 @@ "defaultValue": "\"leave\"" }, { - "id": 510, + "id": 526, "name": "SYNC", "kind": 16, "kindString": "Enumeration Member", @@ -43870,7 +44113,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 35, + "line": 34, "character": 2 } ], @@ -43885,26 +44128,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [511, 512, 510] + "children": [527, 528, 526] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 34, + "line": 33, "character": 12 } ] }, { - "id": 513, + "id": 529, "name": "REALTIME_SUBSCRIBE_STATES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 517, + "id": 533, "name": "CHANNEL_ERROR", "kind": 16, "kindString": "Enumeration Member", @@ -43912,7 +44155,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 86, + "line": 101, "character": 2 } ], @@ -43923,7 +44166,7 @@ "defaultValue": "\"CHANNEL_ERROR\"" }, { - "id": 516, + "id": 532, "name": "CLOSED", "kind": 16, "kindString": "Enumeration Member", @@ -43931,7 +44174,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 85, + "line": 100, "character": 2 } ], @@ -43942,7 +44185,7 @@ "defaultValue": "\"CLOSED\"" }, { - "id": 514, + "id": 530, "name": "SUBSCRIBED", "kind": 16, "kindString": "Enumeration Member", @@ -43950,7 +44193,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 83, + "line": 98, "character": 2 } ], @@ -43961,7 +44204,7 @@ "defaultValue": "\"SUBSCRIBED\"" }, { - "id": 515, + "id": 531, "name": "TIMED_OUT", "kind": 16, "kindString": "Enumeration Member", @@ -43969,7 +44212,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 84, + "line": 99, "character": 2 } ], @@ -43984,13 +44227,13 @@ { "title": "Enumeration Members", "kind": 16, - "children": [517, 516, 514, 515] + "children": [533, 532, 530, 531] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 82, + "line": 97, "character": 12 } ] @@ -44014,7 +44257,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -44045,10 +44288,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -44063,14 +44306,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -44085,14 +44328,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -44112,14 +44355,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -44139,7 +44382,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -44163,7 +44406,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -44177,7 +44420,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -44197,14 +44440,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -44228,7 +44471,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -44246,7 +44489,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -44264,7 +44507,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -44288,17 +44531,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -44312,7 +44555,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -44322,7 +44565,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -44336,7 +44579,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -44345,10 +44588,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -44363,14 +44606,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -44392,7 +44635,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -44414,7 +44657,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -44431,7 +44674,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -44444,14 +44687,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -44470,7 +44713,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -44490,7 +44733,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -44512,7 +44755,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -44529,7 +44772,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -44542,14 +44785,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -44568,7 +44811,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -44590,7 +44833,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -44610,7 +44853,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -44637,7 +44880,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -44656,14 +44899,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -44691,7 +44934,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -44714,7 +44957,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -44744,7 +44987,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -44764,7 +45007,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -44784,7 +45027,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -44803,7 +45046,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -44822,7 +45065,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -44839,20 +45082,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -44872,7 +45115,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -44891,7 +45134,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -44921,7 +45164,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -44940,7 +45183,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -44961,7 +45204,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -44978,20 +45221,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -45011,7 +45254,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -45039,7 +45282,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -45059,7 +45302,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -45077,7 +45320,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -45096,7 +45339,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -45120,7 +45363,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -45139,7 +45382,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -45154,14 +45397,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -45184,7 +45427,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -45207,7 +45450,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -45230,7 +45473,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -45257,7 +45500,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -45265,7 +45508,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -45284,7 +45527,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -45303,7 +45546,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -45317,14 +45560,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -45335,17 +45578,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -45360,14 +45603,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -45382,14 +45625,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -45409,14 +45652,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -45436,7 +45679,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -45460,7 +45703,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -45474,7 +45717,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -45494,14 +45737,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -45525,7 +45768,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -45543,7 +45786,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -45561,7 +45804,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -45587,7 +45830,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -45601,7 +45844,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -45617,7 +45860,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -45631,7 +45874,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -45647,7 +45890,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -45661,7 +45904,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -45671,7 +45914,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -45687,7 +45930,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -45711,7 +45954,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -45725,7 +45968,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -45745,7 +45988,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -45759,7 +46002,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -45775,7 +46018,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -45789,7 +46032,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -45800,7 +46043,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -45811,7 +46054,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -45822,7 +46065,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -45843,7 +46086,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -45857,7 +46100,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -45868,17 +46111,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -45893,14 +46136,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -45918,7 +46161,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -45938,7 +46181,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -45956,7 +46199,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -45974,7 +46217,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -45996,7 +46239,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -46029,7 +46272,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -46043,7 +46286,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -46058,7 +46301,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -46071,7 +46314,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -46085,7 +46328,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -46095,7 +46338,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -46133,13 +46376,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -46152,7 +46395,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -46164,7 +46407,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -46178,7 +46421,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -46188,7 +46431,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -46223,20 +46466,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, - 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, + 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -46267,7 +46510,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -46317,7 +46560,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -46337,7 +46580,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -46352,7 +46595,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -46393,7 +46636,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -46411,7 +46654,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -46431,7 +46674,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -46452,7 +46695,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -46470,7 +46713,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -46490,10 +46733,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -46508,14 +46751,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -46530,14 +46773,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -46557,14 +46800,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -46584,7 +46827,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -46608,7 +46851,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -46622,7 +46865,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -46642,14 +46885,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -46673,7 +46916,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -46691,7 +46934,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -46709,7 +46952,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -46734,7 +46977,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -46758,7 +47001,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -46810,13 +47053,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -46859,7 +47102,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -46881,7 +47124,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -46901,7 +47144,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -46921,7 +47164,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -46992,13 +47235,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -47014,7 +47257,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -47042,7 +47285,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -47064,16 +47307,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -47081,14 +47324,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -47096,19 +47339,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -47148,7 +47391,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -47164,7 +47407,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -47186,7 +47429,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -47205,17 +47448,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -47229,7 +47472,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -47239,7 +47482,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -47253,7 +47496,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -47262,10 +47505,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -47280,14 +47523,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -47309,7 +47552,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -47331,7 +47574,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -47348,7 +47591,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -47361,14 +47604,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -47387,7 +47630,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -47407,7 +47650,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -47429,7 +47672,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -47446,7 +47689,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -47459,14 +47702,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -47485,7 +47728,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -47507,7 +47750,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -47527,7 +47770,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -47553,7 +47796,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -47571,14 +47814,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -47606,7 +47849,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -47629,7 +47872,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -47659,7 +47902,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -47679,7 +47922,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -47699,7 +47942,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -47718,7 +47961,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -47737,7 +47980,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -47754,20 +47997,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -47787,7 +48030,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -47806,7 +48049,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -47836,7 +48079,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -47855,7 +48098,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -47876,7 +48119,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -47893,20 +48136,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -47926,7 +48169,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -47954,7 +48197,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -47974,7 +48217,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -47992,7 +48235,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -48011,7 +48254,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -48035,7 +48278,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -48054,7 +48297,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -48069,14 +48312,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -48099,7 +48342,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -48122,7 +48365,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -48145,7 +48388,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -48172,7 +48415,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -48180,7 +48423,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -48199,7 +48442,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -48218,7 +48461,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -48232,14 +48475,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -48250,17 +48493,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -48275,14 +48518,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -48297,14 +48540,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -48324,14 +48567,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -48351,7 +48594,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -48375,7 +48618,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -48389,7 +48632,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -48409,14 +48652,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -48440,7 +48683,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -48458,7 +48701,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -48476,7 +48719,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -48502,7 +48745,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -48516,7 +48759,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -48532,7 +48775,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -48546,7 +48789,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -48562,7 +48805,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -48576,7 +48819,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -48586,7 +48829,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -48602,7 +48845,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -48626,7 +48869,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -48640,7 +48883,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -48660,7 +48903,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -48674,7 +48917,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -48690,7 +48933,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -48704,7 +48947,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -48715,7 +48958,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -48726,7 +48969,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -48737,7 +48980,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -48758,7 +49001,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -48772,7 +49015,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -48783,17 +49026,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -48808,14 +49051,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -48833,7 +49076,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -48853,7 +49096,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -48871,7 +49114,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -48889,7 +49132,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -48911,7 +49154,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -48944,7 +49187,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -48958,7 +49201,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -48973,7 +49216,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -48986,7 +49229,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -49000,7 +49243,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -49010,7 +49253,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -49046,13 +49289,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -49065,7 +49308,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -49077,7 +49320,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -49091,7 +49334,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -49101,7 +49344,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -49136,20 +49379,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, 332, - 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, 340, + 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -49171,7 +49414,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -49190,7 +49433,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -49221,7 +49464,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -49233,7 +49476,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -49242,12 +49485,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -49256,9 +49496,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -49274,19 +49511,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -49306,9 +49540,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -49324,93 +49555,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -49428,113 +49572,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -49545,7 +49632,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -49553,14 +49640,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -49568,7 +49655,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -49582,14 +49669,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -49597,28 +49684,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -49640,14 +49734,56 @@ } }, { - "id": 151, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -49658,7 +49794,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -49666,14 +49802,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -49681,7 +49817,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -49695,14 +49831,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -49710,28 +49846,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -49753,14 +49896,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -49768,20 +49911,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -49802,7 +49945,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -49813,14 +49956,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -49829,7 +49972,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -49843,58 +49986,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -49904,15 +50063,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -49922,17 +50084,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -49946,14 +50111,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -49962,7 +50127,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -49970,32 +50135,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -50020,14 +50185,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -50035,20 +50200,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -50069,7 +50234,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -50080,14 +50245,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -50096,7 +50261,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -50110,58 +50275,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -50171,15 +50352,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -50189,17 +50373,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -50213,14 +50400,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -50229,7 +50416,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -50237,32 +50424,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -50287,14 +50474,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -50302,20 +50489,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -50336,7 +50523,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -50347,14 +50534,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -50363,7 +50550,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -50377,58 +50564,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -50438,15 +50641,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -50456,17 +50662,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -50480,14 +50689,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -50496,7 +50705,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -50504,32 +50713,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -50554,14 +50763,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -50569,20 +50778,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -50603,7 +50812,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -50614,14 +50823,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -50630,7 +50839,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -50644,58 +50853,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -50705,15 +50930,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -50723,17 +50951,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -50747,14 +50978,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -50763,7 +50994,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -50771,32 +51002,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -50819,6 +51050,204 @@ "id": 55, "name": "default" } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } } ] }, @@ -50831,7 +51260,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -50844,14 +51273,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -50859,20 +51288,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -50880,14 +51309,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -50895,7 +51324,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -50909,18 +51338,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -50939,7 +51368,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -50947,20 +51376,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -50985,7 +51414,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -51005,7 +51434,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -51127,7 +51556,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -51226,7 +51655,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -51238,7 +51667,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -51246,13 +51675,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -51263,7 +51692,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -51312,7 +51741,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -51371,7 +51800,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -51383,7 +51812,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -51391,20 +51820,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -51412,20 +51841,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -51466,26 +51895,26 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] }, { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -51499,7 +51928,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -51509,7 +51938,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -51523,7 +51952,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -51532,10 +51961,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -51550,14 +51979,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -51579,7 +52008,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -51601,7 +52030,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -51618,7 +52047,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -51631,14 +52060,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -51657,7 +52086,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -51677,7 +52106,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -51699,7 +52128,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -51716,7 +52145,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -51729,14 +52158,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -51755,7 +52184,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -51777,7 +52206,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -51797,7 +52226,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -51823,7 +52252,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -51841,14 +52270,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -51876,7 +52305,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -51899,7 +52328,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -51929,7 +52358,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -51949,7 +52378,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -51969,7 +52398,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -51988,7 +52417,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -52007,7 +52436,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -52024,20 +52453,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -52057,7 +52486,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -52076,7 +52505,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -52106,7 +52535,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -52125,7 +52554,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -52146,7 +52575,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -52163,20 +52592,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -52196,7 +52625,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -52224,7 +52653,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -52244,7 +52673,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -52262,7 +52691,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -52281,7 +52710,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -52305,7 +52734,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -52324,7 +52753,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -52339,14 +52768,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -52369,7 +52798,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -52392,7 +52821,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -52415,7 +52844,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -52442,7 +52871,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -52450,7 +52879,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -52469,7 +52898,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -52488,7 +52917,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -52502,14 +52931,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -52520,17 +52949,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -52545,14 +52974,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -52567,14 +52996,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -52594,14 +53023,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -52621,7 +53050,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -52645,7 +53074,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -52659,7 +53088,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -52679,14 +53108,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -52710,7 +53139,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -52728,7 +53157,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -52746,7 +53175,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -52772,7 +53201,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -52786,7 +53215,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -52802,7 +53231,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -52816,7 +53245,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -52832,7 +53261,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -52846,7 +53275,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -52856,7 +53285,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -52872,7 +53301,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -52896,7 +53325,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -52910,7 +53339,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -52930,7 +53359,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -52944,7 +53373,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -52960,7 +53389,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -52974,7 +53403,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -52985,7 +53414,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -52996,7 +53425,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -53007,7 +53436,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -53028,7 +53457,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -53042,7 +53471,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -53053,17 +53482,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -53078,14 +53507,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -53103,7 +53532,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -53123,7 +53552,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -53141,7 +53570,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -53159,7 +53588,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -53181,7 +53610,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -53214,7 +53643,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -53228,7 +53657,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -53243,7 +53672,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -53256,7 +53685,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -53270,7 +53699,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -53280,7 +53709,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -53311,7 +53740,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -53342,10 +53771,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -53360,14 +53789,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -53382,14 +53811,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -53409,14 +53838,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -53436,7 +53865,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -53460,7 +53889,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -53474,7 +53903,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -53494,14 +53923,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -53525,7 +53954,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -53543,7 +53972,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -53561,7 +53990,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -53585,10 +54014,10 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", @@ -53598,23 +54027,23 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, - 343, 329, 318, 326, 332, 328, 327, 334, 335, 336, - 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, + 351, 337, 326, 334, 340, 336, 335, 342, 343, 344, + 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, - 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, + 381 ] } ], @@ -53646,7 +54075,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -53696,7 +54125,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -53716,7 +54145,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -53731,7 +54160,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -53772,7 +54201,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -53790,7 +54219,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -53810,7 +54239,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -53831,7 +54260,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -53849,7 +54278,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -53869,10 +54298,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -53887,14 +54316,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -53909,14 +54338,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -53936,14 +54365,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -53963,7 +54392,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -53987,7 +54416,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -54001,7 +54430,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -54021,14 +54450,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -54052,7 +54481,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -54070,7 +54499,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -54088,7 +54517,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -54113,7 +54542,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -54137,7 +54566,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -54204,7 +54633,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -54226,7 +54655,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -54246,7 +54675,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -54266,7 +54695,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -54325,7 +54754,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -54353,7 +54782,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -54375,16 +54804,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -54392,14 +54821,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -54407,19 +54836,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -54459,7 +54888,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -54475,7 +54904,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -54497,7 +54926,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -54516,10 +54945,10 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", @@ -54529,21 +54958,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, - 318, 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, + 326, 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -54566,7 +54995,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -54585,7 +55014,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -54616,7 +55045,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -54628,7 +55057,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -54637,12 +55066,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -54651,9 +55077,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -54669,19 +55092,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -54701,9 +55121,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -54719,93 +55136,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -54823,113 +55153,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -54940,7 +55213,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -54948,14 +55221,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -54963,7 +55236,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -54977,14 +55250,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -54992,28 +55265,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -55035,127 +55315,14 @@ } }, { - "id": 151, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "parameters": [ - { - "id": 152, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, - { - "id": 153, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 154, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 155, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 348, - "character": 14 - } - ], - "type": { - "type": "literal", - "value": "leave" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [155] - } - ] - } - } - }, - { - "id": 156, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 157, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 158, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "parameters": [ - { - "id": 159, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reference", - "id": 489, - "name": "RealtimePresenceLeavePayload" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - } - } - ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 160, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 145, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -55163,20 +55330,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 142, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 143, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 144, "name": "key", "kind": 32768, "flags": {}, @@ -55197,167 +55364,62 @@ ], "parameters": [ { - "id": 165, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "literal", - "value": "postgres_changes" + "value": "presence" } }, { - "id": 166, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { - "type": "reference", - "id": 442, - "typeArguments": [ - { - "type": "literal", - "value": "*" - } - ], - "name": "RealtimePostgresChangesFilter", - "dereferenced": { - "id": 442, - "name": "RealtimePostgresChangesFilter", - "kind": 4194304, - "kindString": "Type alias", + "type": "reflection", + "declaration": { + "id": 148, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 12 - } - ], - "typeParameter": [ + "children": [ { - "id": 448, - "name": "T", - "kind": 131072, - "kindString": "Type parameter", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "reflection", - "declaration": { - "id": 443, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", + "id": 149, + "name": "event", + "kind": 1024, + "kindString": "Property", "flags": {}, - "children": [ - { - "id": 444, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 61, - "character": 2 - } - ], - "type": { - "type": "reference", - "id": 448, - "name": "T", - "dereferenced": {} - } - }, - { - "id": 447, - "name": "filter", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true - }, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 64, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 445, - "name": "schema", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 62, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 446, - "name": "table", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true - }, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 63, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [444, 447, 445, 446] - } - ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 62 + "line": 344, + "character": 14 } - ] + ], + "type": { + "type": "literal", + "value": "leave" + } } - } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [149] + } + ] } } }, { - "id": 167, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -55365,36 +55427,36 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 501, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 145, "name": "T" } ], - "name": "RealtimePostgresChangesPayload" + "name": "RealtimePresenceLeavePayload" } } ], @@ -55415,14 +55477,14 @@ } }, { - "id": 171, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -55430,20 +55492,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -55464,7 +55526,7 @@ ], "parameters": [ { - "id": 176, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -55475,23 +55537,23 @@ } }, { - "id": 177, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", - "value": "INSERT" + "value": "*" } ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -55505,58 +55567,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -55566,15 +55644,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -55584,17 +55665,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -55608,14 +55692,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -55624,7 +55708,7 @@ } }, { - "id": 178, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -55632,36 +55716,36 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 158, "name": "T" } ], - "name": "RealtimePostgresInsertPayload" + "name": "RealtimePostgresChangesPayload" } } ], @@ -55682,14 +55766,14 @@ } }, { - "id": 182, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -55697,20 +55781,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -55731,7 +55815,7 @@ ], "parameters": [ { - "id": 187, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -55742,23 +55826,23 @@ } }, { - "id": 188, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", - "value": "UPDATE" + "value": "INSERT" } ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -55772,58 +55856,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -55833,15 +55933,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -55851,17 +55954,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -55875,14 +55981,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -55891,7 +55997,7 @@ } }, { - "id": 189, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -55899,32 +56005,321 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 169, + "name": "T" + } + ], + "name": "RealtimePostgresInsertPayload" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + }, + { + "id": 176, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "typeParameter": [ + { + "id": 180, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 177, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 178, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 179, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "parameters": [ + { + "id": 181, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "literal", + "value": "postgres_changes" + } + }, + { + "id": 182, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 450, + "typeArguments": [ + { + "type": "literal", + "value": "UPDATE" + } + ], + "name": "RealtimePostgresChangesFilter", + "dereferenced": { + "id": 450, + "name": "RealtimePostgresChangesFilter", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 12 + } + ], + "typeParameter": [ + { + "id": 456, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 451, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 452, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 64, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 456, + "name": "T", + "dereferenced": {} + } + }, + { + "id": 455, + "name": "filter", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 76, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 453, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 68, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 454, + "name": "table", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The database table to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 72, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [452, 455, 453, 454] + } + ], + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 99 + } + ] + } + } + } + } + }, + { + "id": 183, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 184, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 185, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 186, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 472, + "typeArguments": [ + { + "type": "reference", + "id": 180, "name": "T" } ], @@ -55949,14 +56344,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -55964,20 +56359,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -55998,7 +56393,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -56009,14 +56404,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -56025,7 +56420,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -56039,58 +56434,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -56100,15 +56511,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -56118,17 +56532,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -56142,14 +56559,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -56158,7 +56575,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -56166,32 +56583,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -56214,6 +56631,204 @@ "id": 55, "name": "default" } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } } ] }, @@ -56226,7 +56841,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -56239,14 +56854,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -56254,20 +56869,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -56275,14 +56890,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -56290,7 +56905,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -56304,18 +56919,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -56334,7 +56949,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -56342,20 +56957,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -56380,7 +56995,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -56400,7 +57015,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -56522,7 +57137,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -56621,7 +57236,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -56633,7 +57248,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -56641,13 +57256,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -56658,7 +57273,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -56707,7 +57322,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -56766,7 +57381,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -56778,7 +57393,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -56786,20 +57401,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -56807,20 +57422,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -56861,13 +57476,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -56880,7 +57495,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -56892,7 +57507,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -56906,7 +57521,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -56916,7 +57531,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -56951,20 +57566,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, 332, 328, 327, - 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, 340, 336, 335, + 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -56991,7 +57606,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -57038,7 +57653,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -57069,10 +57684,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -57087,14 +57702,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -57109,14 +57724,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -57136,14 +57751,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -57163,7 +57778,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -57187,7 +57802,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -57201,7 +57816,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -57221,14 +57836,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -57252,7 +57867,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -57270,7 +57885,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -57288,7 +57903,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -57312,17 +57927,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -57336,7 +57951,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -57346,7 +57961,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -57360,7 +57975,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -57369,10 +57984,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -57387,14 +58002,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -57416,7 +58031,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -57438,7 +58053,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -57455,7 +58070,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -57468,14 +58083,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -57494,7 +58109,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -57514,7 +58129,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -57536,7 +58151,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -57553,7 +58168,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -57566,14 +58181,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -57592,7 +58207,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -57614,7 +58229,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -57634,7 +58249,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -57661,8 +58276,8 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, - 426, 421, 420 + 433, 432, 435, 430, 431, 439, + 434, 429, 428 ] } ], @@ -57681,14 +58296,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -57716,7 +58331,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -57739,7 +58354,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -57769,7 +58384,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -57789,7 +58404,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -57809,7 +58424,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -57828,7 +58443,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -57847,7 +58462,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -57864,20 +58479,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -57897,7 +58512,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -57916,7 +58531,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -57946,7 +58561,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -57965,7 +58580,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -57986,7 +58601,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -58003,20 +58618,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -58036,7 +58651,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -58064,7 +58679,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -58084,7 +58699,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -58102,7 +58717,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -58121,7 +58736,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -58145,7 +58760,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -58164,7 +58779,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -58179,14 +58794,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -58209,7 +58824,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -58232,7 +58847,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -58255,7 +58870,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -58282,7 +58897,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -58290,7 +58905,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -58309,7 +58924,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -58328,7 +58943,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -58342,14 +58957,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -58360,17 +58975,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -58385,14 +59000,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -58407,14 +59022,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -58434,14 +59049,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -58461,7 +59076,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -58486,7 +59101,7 @@ "title": "Properties", "kind": 1024, "children": [ - 301, 300 + 309, 308 ] } ], @@ -58501,7 +59116,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -58521,14 +59136,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -58552,7 +59167,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -58570,7 +59185,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -58588,7 +59203,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -58614,7 +59229,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -58628,7 +59243,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -58644,7 +59259,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -58658,7 +59273,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -58674,7 +59289,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -58688,7 +59303,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -58698,7 +59313,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -58714,7 +59329,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -58738,7 +59353,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -58752,7 +59367,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -58772,7 +59387,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -58786,7 +59401,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -58802,7 +59417,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -58816,7 +59431,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -58827,7 +59442,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -58838,7 +59453,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -58849,7 +59464,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -58870,7 +59485,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -58884,7 +59499,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -58895,17 +59510,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -58920,14 +59535,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -58945,7 +59560,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -58965,7 +59580,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -58983,7 +59598,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -59001,7 +59616,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -59024,7 +59639,7 @@ "title": "Properties", "kind": 1024, "children": [ - 438, 441, 439, 440, 437 + 446, 449, 447, 448, 445 ] } ], @@ -59058,7 +59673,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -59072,7 +59687,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -59087,7 +59702,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -59100,7 +59715,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -59114,7 +59729,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -59124,7 +59739,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -59145,7 +59760,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -59157,7 +59772,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -59171,7 +59786,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -59181,7 +59796,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -59216,23 +59831,23 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, - 343, 329, 318, 326, 332, 328, 327, 334, 335, 336, - 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, + 351, 337, 326, 334, 340, 336, 335, 342, 343, 344, + 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, - 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, + 381 ] } ], @@ -59264,7 +59879,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -59314,7 +59929,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -59334,7 +59949,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -59349,7 +59964,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -59390,7 +60005,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -59408,7 +60023,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -59428,7 +60043,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -59449,7 +60064,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -59467,7 +60082,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -59487,10 +60102,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -59505,14 +60120,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -59527,14 +60142,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -59554,14 +60169,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -59581,7 +60196,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -59605,7 +60220,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -59619,7 +60234,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -59639,14 +60254,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -59670,7 +60285,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -59688,7 +60303,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -59706,7 +60321,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -59731,7 +60346,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -59761,7 +60376,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -59777,7 +60392,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -59799,7 +60414,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -59818,17 +60433,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -59842,7 +60457,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -59852,7 +60467,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -59866,7 +60481,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -59875,10 +60490,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -59893,14 +60508,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -59922,7 +60537,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -59944,7 +60559,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -59961,7 +60576,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -59974,14 +60589,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -60000,7 +60615,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -60020,7 +60635,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -60042,7 +60657,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -60059,7 +60674,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -60072,14 +60687,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -60098,7 +60713,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -60120,7 +60735,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -60140,7 +60755,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -60167,8 +60782,8 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, - 420 + 433, 432, 435, 430, 431, 439, 434, 429, + 428 ] } ], @@ -60187,14 +60802,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -60222,7 +60837,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -60245,7 +60860,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -60275,7 +60890,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -60295,7 +60910,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -60315,7 +60930,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -60334,7 +60949,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -60353,7 +60968,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -60370,20 +60985,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -60403,7 +61018,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -60422,7 +61037,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -60452,7 +61067,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -60471,7 +61086,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -60492,7 +61107,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -60509,20 +61124,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -60542,7 +61157,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -60570,7 +61185,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -60590,7 +61205,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -60608,7 +61223,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -60627,7 +61242,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -60651,7 +61266,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -60670,7 +61285,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -60685,14 +61300,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -60715,7 +61330,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -60738,7 +61353,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -60761,7 +61376,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -60788,7 +61403,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -60796,7 +61411,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -60815,7 +61430,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -60834,7 +61449,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -60848,14 +61463,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -60866,17 +61481,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -60891,14 +61506,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -60913,14 +61528,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -60940,14 +61555,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -60967,7 +61582,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -60991,7 +61606,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -61005,7 +61620,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -61025,14 +61640,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -61056,7 +61671,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -61074,7 +61689,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -61092,7 +61707,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -61118,7 +61733,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -61132,7 +61747,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -61148,7 +61763,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -61162,7 +61777,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -61178,7 +61793,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -61192,7 +61807,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -61202,7 +61817,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -61218,7 +61833,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -61242,7 +61857,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -61256,7 +61871,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -61276,7 +61891,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -61290,7 +61905,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -61306,7 +61921,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -61320,7 +61935,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -61331,7 +61946,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -61342,7 +61957,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -61353,7 +61968,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -61374,7 +61989,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -61388,7 +62003,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -61399,17 +62014,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -61424,14 +62039,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -61449,7 +62064,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -61469,7 +62084,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -61487,7 +62102,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -61505,7 +62120,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -61527,7 +62142,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -61560,7 +62175,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -61574,7 +62189,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -61589,7 +62204,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -61602,7 +62217,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -61616,7 +62231,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -61626,7 +62241,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -61647,7 +62262,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -61659,7 +62274,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -61673,7 +62288,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -61683,7 +62298,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -61718,21 +62333,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, - 318, 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, + 326, 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -61755,7 +62370,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -61774,7 +62389,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -61805,7 +62420,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -61817,7 +62432,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -61826,12 +62441,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -61840,9 +62452,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -61858,19 +62467,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -61890,9 +62496,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -61908,93 +62511,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -62012,14 +62528,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 129, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 135, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -62030,7 +62588,7 @@ } }, { - "id": 136, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -62038,14 +62596,14 @@ "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 138, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -62053,13 +62611,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 338, + "line": 339, "character": 14 } ], "type": { "type": "literal", - "value": "sync" + "value": "join" } } ], @@ -62067,14 +62625,14 @@ { "title": "Properties", "kind": 1024, - "children": [138] + "children": [136] } ] } } }, { - "id": 139, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -62082,18 +62640,39 @@ "type": { "type": "reflection", "declaration": { - "id": 140, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 141, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, + "parameters": [ + { + "id": 140, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], + "name": "RealtimePresenceJoinPayload" + } + } + ], "type": { "type": "intrinsic", "name": "void" @@ -62111,14 +62690,56 @@ } }, { - "id": 142, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 143, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -62129,7 +62750,7 @@ } }, { - "id": 144, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -62137,14 +62758,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -62152,13 +62773,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 344, "character": 14 } ], "type": { "type": "literal", - "value": "join" + "value": "leave" } } ], @@ -62166,14 +62787,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [149] } ] } } }, { - "id": 147, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -62181,29 +62802,36 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, - "name": "RealtimePresenceJoinPayload" + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], + "name": "RealtimePresenceLeavePayload" } } ], @@ -62224,69 +62852,238 @@ } }, { - "id": 151, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 158, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 155, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 156, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 157, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "literal", - "value": "presence" + "value": "postgres_changes" } }, { - "id": 153, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { - "type": "reflection", - "declaration": { - "id": 154, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", + "type": "reference", + "id": 450, + "typeArguments": [ + { + "type": "literal", + "value": "*" + } + ], + "name": "RealtimePostgresChangesFilter", + "dereferenced": { + "id": 450, + "name": "RealtimePostgresChangesFilter", + "kind": 4194304, + "kindString": "Type alias", "flags": {}, - "children": [ + "sources": [ { - "id": 155, - "name": "event", - "kind": 1024, - "kindString": "Property", + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 12 + } + ], + "typeParameter": [ + { + "id": 456, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 348, - "character": 14 - } - ], "type": { - "type": "literal", - "value": "leave" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [155] + "type": { + "type": "reflection", + "declaration": { + "id": 451, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 452, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 64, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 456, + "name": "T", + "dereferenced": {} + } + }, + { + "id": 455, + "name": "filter", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 76, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 453, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 68, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 454, + "name": "table", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The database table to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 72, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [452, 455, 453, 454] + } + ], + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 99 + } + ] } - ] + } } } }, { - "id": 156, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -62294,29 +63091,36 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, - "name": "RealtimePresenceLeavePayload" + "id": 457, + "typeArguments": [ + { + "type": "reference", + "id": 158, + "name": "T" + } + ], + "name": "RealtimePostgresChangesPayload" } } ], @@ -62337,14 +63141,14 @@ } }, { - "id": 160, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -62352,20 +63156,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -62386,7 +63190,7 @@ ], "parameters": [ { - "id": 165, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -62397,23 +63201,23 @@ } }, { - "id": 166, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", - "value": "*" + "value": "INSERT" } ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -62427,53 +63231,44 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 61, - "character": 2 - } - ], - "type": { - "type": "reference", - "id": 448, - "name": "T", - "dereferenced": {} - } - }, - { - "id": 447, - "name": "filter", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true + "comment": { + "shortText": "The type of database change to listen to." }, "sources": [ { @@ -62482,270 +63277,28 @@ "character": 2 } ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 445, - "name": "schema", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 62, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 446, - "name": "table", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true - }, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 63, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [444, 447, 445, 446] - } - ], - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 62 - } - ] - } - } - } - } - }, - { - "id": 167, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 168, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 169, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "parameters": [ - { - "id": 170, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reference", - "id": 449, - "typeArguments": [ - { - "type": "reference", - "id": 164, - "name": "T" - } - ], - "name": "RealtimePostgresChangesPayload" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - } - } - ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 171, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "typeParameter": [ - { - "id": 175, - "name": "T", - "kind": 131072, - "kindString": "Type parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 172, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "indexSignature": { - "id": 173, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 174, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], - "parameters": [ - { - "id": 176, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "postgres_changes" - } - }, - { - "id": 177, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reference", - "id": 442, - "typeArguments": [ - { - "type": "literal", - "value": "INSERT" - } - ], - "name": "RealtimePostgresChangesFilter", - "dereferenced": { - "id": 442, - "name": "RealtimePostgresChangesFilter", - "kind": 4194304, - "kindString": "Type alias", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 12 - } - ], - "typeParameter": [ - { - "id": 448, - "name": "T", - "kind": 131072, - "kindString": "Type parameter", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "reflection", - "declaration": { - "id": 443, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 444, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 61, - "character": 2 - } - ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -62755,15 +63308,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -62773,17 +63329,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -62797,14 +63356,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -62813,7 +63372,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -62821,32 +63380,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -62871,14 +63430,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -62886,20 +63445,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -62920,7 +63479,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -62931,14 +63490,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -62947,7 +63506,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -62961,58 +63520,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -63022,15 +63597,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -63040,17 +63618,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -63064,14 +63645,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -63080,7 +63661,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -63088,32 +63669,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -63138,14 +63719,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -63153,20 +63734,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -63187,7 +63768,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -63198,14 +63779,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -63214,7 +63795,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -63228,58 +63809,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -63289,15 +63886,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -63307,17 +63907,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -63331,14 +63934,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -63347,7 +63950,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -63355,32 +63958,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -63403,6 +64006,204 @@ "id": 55, "name": "default" } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } } ] }, @@ -63415,7 +64216,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -63428,14 +64229,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -63443,20 +64244,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -63464,14 +64265,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -63479,7 +64280,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -63493,18 +64294,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -63523,7 +64324,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -63531,20 +64332,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -63569,7 +64370,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -63589,7 +64390,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -63711,7 +64512,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -63810,7 +64611,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -63822,7 +64623,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -63830,13 +64631,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -63847,7 +64648,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -63896,7 +64697,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -63955,7 +64756,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -63967,7 +64768,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -63975,20 +64776,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -63996,20 +64797,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -64050,13 +64851,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -64099,7 +64900,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -64121,7 +64922,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -64141,7 +64942,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -64161,7 +64962,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -64227,7 +65028,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -64258,10 +65059,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -64276,14 +65077,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -64298,14 +65099,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -64325,14 +65126,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -64352,7 +65153,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -64376,7 +65177,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -64390,7 +65191,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -64410,14 +65211,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -64441,7 +65242,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -64459,7 +65260,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -64477,7 +65278,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -64501,17 +65302,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -64525,7 +65326,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -64535,7 +65336,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -64549,7 +65350,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -64558,10 +65359,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -64576,14 +65377,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -64605,7 +65406,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -64627,7 +65428,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -64644,7 +65445,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -64657,14 +65458,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -64683,7 +65484,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -64703,7 +65504,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -64725,7 +65526,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -64742,7 +65543,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -64755,14 +65556,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -64781,7 +65582,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -64803,7 +65604,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -64823,7 +65624,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -64850,8 +65651,8 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, - 420 + 433, 432, 435, 430, 431, 439, 434, 429, + 428 ] } ], @@ -64870,14 +65671,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -64905,7 +65706,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -64928,7 +65729,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -64958,7 +65759,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -64978,7 +65779,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -64998,7 +65799,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -65017,7 +65818,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -65036,7 +65837,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -65053,20 +65854,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -65086,7 +65887,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -65105,7 +65906,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -65135,7 +65936,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -65154,7 +65955,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -65175,7 +65976,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -65192,20 +65993,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -65225,7 +66026,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -65253,7 +66054,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -65273,7 +66074,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -65291,7 +66092,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -65310,7 +66111,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -65334,7 +66135,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -65353,7 +66154,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -65368,14 +66169,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -65398,7 +66199,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -65421,7 +66222,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -65444,7 +66245,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -65471,7 +66272,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -65479,7 +66280,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -65498,7 +66299,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -65517,7 +66318,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -65531,14 +66332,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -65549,17 +66350,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -65574,14 +66375,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -65596,14 +66397,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -65623,14 +66424,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -65650,7 +66451,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -65674,7 +66475,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -65688,7 +66489,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -65708,14 +66509,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -65739,7 +66540,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -65757,7 +66558,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -65775,7 +66576,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -65801,7 +66602,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -65815,7 +66616,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -65831,7 +66632,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -65845,7 +66646,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -65861,7 +66662,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -65875,7 +66676,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -65885,7 +66686,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -65901,7 +66702,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -65925,7 +66726,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -65939,7 +66740,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -65959,7 +66760,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -65973,7 +66774,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -65989,7 +66790,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -66003,7 +66804,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -66014,7 +66815,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -66025,7 +66826,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -66036,7 +66837,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -66057,7 +66858,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -66071,7 +66872,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -66082,17 +66883,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -66107,14 +66908,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -66132,7 +66933,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -66152,7 +66953,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -66170,7 +66971,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -66188,7 +66989,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -66210,7 +67011,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -66243,7 +67044,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -66257,7 +67058,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -66272,7 +67073,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -66285,7 +67086,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -66299,7 +67100,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -66309,7 +67110,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -66330,7 +67131,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -66342,7 +67143,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -66356,7 +67157,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -66366,7 +67167,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -66401,21 +67202,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, - 318, 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, + 326, 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -66447,7 +67248,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -66497,7 +67298,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -66517,7 +67318,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -66532,7 +67333,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -66573,7 +67374,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -66591,7 +67392,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -66611,7 +67412,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -66632,7 +67433,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -66650,7 +67451,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -66670,10 +67471,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -66688,14 +67489,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -66710,14 +67511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -66737,14 +67538,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -66764,7 +67565,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -66788,7 +67589,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -66802,7 +67603,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -66822,14 +67623,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -66853,7 +67654,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -66871,7 +67672,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -66889,7 +67690,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -66914,7 +67715,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -66944,7 +67745,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -66960,7 +67761,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -66982,7 +67783,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -67001,17 +67802,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -67025,7 +67826,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -67035,7 +67836,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -67049,7 +67850,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -67058,10 +67859,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -67076,14 +67877,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -67105,7 +67906,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -67127,7 +67928,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -67144,7 +67945,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -67157,14 +67958,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -67183,7 +67984,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -67203,7 +68004,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -67225,7 +68026,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -67242,7 +68043,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -67255,14 +68056,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -67281,7 +68082,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -67303,7 +68104,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -67323,7 +68124,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -67350,7 +68151,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -67369,14 +68170,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -67404,7 +68205,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -67427,7 +68228,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -67457,7 +68258,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -67477,7 +68278,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -67497,7 +68298,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -67516,7 +68317,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -67535,7 +68336,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -67552,20 +68353,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -67585,7 +68386,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -67604,7 +68405,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -67634,7 +68435,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -67653,7 +68454,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -67674,7 +68475,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -67691,20 +68492,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -67724,7 +68525,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -67752,7 +68553,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -67772,7 +68573,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -67790,7 +68591,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -67809,7 +68610,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -67833,7 +68634,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -67852,7 +68653,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -67867,14 +68668,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -67897,7 +68698,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -67920,7 +68721,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -67943,7 +68744,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -67970,7 +68771,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -67978,7 +68779,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -67997,7 +68798,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -68016,7 +68817,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -68030,14 +68831,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -68048,17 +68849,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -68073,14 +68874,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -68095,14 +68896,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -68122,14 +68923,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -68149,7 +68950,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -68173,7 +68974,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -68187,7 +68988,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -68207,14 +69008,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -68238,7 +69039,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -68256,7 +69057,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -68274,7 +69075,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -68300,7 +69101,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -68314,7 +69115,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -68330,7 +69131,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -68344,7 +69145,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -68360,7 +69161,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -68374,7 +69175,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -68384,7 +69185,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -68400,7 +69201,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -68424,7 +69225,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -68438,7 +69239,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -68458,7 +69259,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -68472,7 +69273,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -68488,7 +69289,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -68502,7 +69303,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -68513,7 +69314,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -68524,7 +69325,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -68535,7 +69336,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -68556,7 +69357,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -68570,7 +69371,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -68581,17 +69382,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -68606,14 +69407,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -68631,7 +69432,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -68651,7 +69452,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -68669,7 +69470,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -68687,7 +69488,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -68709,7 +69510,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -68742,7 +69543,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -68756,7 +69557,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -68771,7 +69572,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -68784,7 +69585,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -68798,7 +69599,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -68808,7 +69609,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -68829,7 +69630,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -68841,7 +69642,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -68855,7 +69656,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -68865,7 +69666,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -68900,20 +69701,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, - 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, + 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -68935,7 +69736,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -68954,7 +69755,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -68985,7 +69786,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -68997,7 +69798,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -69006,12 +69807,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -69020,9 +69818,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -69038,19 +69833,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -69070,9 +69862,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -69088,93 +69877,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -69192,14 +69894,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 129, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 135, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -69210,7 +69954,7 @@ } }, { - "id": 136, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -69218,14 +69962,14 @@ "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 138, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -69233,13 +69977,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 338, + "line": 339, "character": 14 } ], "type": { "type": "literal", - "value": "sync" + "value": "join" } } ], @@ -69247,14 +69991,14 @@ { "title": "Properties", "kind": 1024, - "children": [138] + "children": [136] } ] } } }, { - "id": 139, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -69262,18 +70006,39 @@ "type": { "type": "reflection", "declaration": { - "id": 140, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 141, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, + "parameters": [ + { + "id": 140, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], + "name": "RealtimePresenceJoinPayload" + } + } + ], "type": { "type": "intrinsic", "name": "void" @@ -69291,14 +70056,56 @@ } }, { - "id": 142, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 143, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -69309,7 +70116,7 @@ } }, { - "id": 144, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -69317,14 +70124,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -69332,13 +70139,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 344, "character": 14 } ], "type": { "type": "literal", - "value": "join" + "value": "leave" } } ], @@ -69346,14 +70153,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [149] } ] } } }, { - "id": 147, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -69361,29 +70168,36 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, - "name": "RealtimePresenceJoinPayload" + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], + "name": "RealtimePresenceLeavePayload" } } ], @@ -69404,69 +70218,238 @@ } }, { - "id": 151, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 158, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 155, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 156, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 157, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "literal", - "value": "presence" + "value": "postgres_changes" } }, { - "id": 153, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { - "type": "reflection", - "declaration": { - "id": 154, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", + "type": "reference", + "id": 450, + "typeArguments": [ + { + "type": "literal", + "value": "*" + } + ], + "name": "RealtimePostgresChangesFilter", + "dereferenced": { + "id": 450, + "name": "RealtimePostgresChangesFilter", + "kind": 4194304, + "kindString": "Type alias", "flags": {}, - "children": [ + "sources": [ { - "id": 155, - "name": "event", - "kind": 1024, - "kindString": "Property", + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 12 + } + ], + "typeParameter": [ + { + "id": 456, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 348, - "character": 14 - } - ], "type": { - "type": "literal", - "value": "leave" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [155] + "type": { + "type": "reflection", + "declaration": { + "id": 451, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 452, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 64, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 456, + "name": "T", + "dereferenced": {} + } + }, + { + "id": 455, + "name": "filter", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 76, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 453, + "name": "schema", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 68, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 454, + "name": "table", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The database table to listen to." + }, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 72, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [452, 455, 453, 454] + } + ], + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 60, + "character": 99 + } + ] } - ] + } } } }, { - "id": 156, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -69474,29 +70457,36 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, - "name": "RealtimePresenceLeavePayload" + "id": 457, + "typeArguments": [ + { + "type": "reference", + "id": 158, + "name": "T" + } + ], + "name": "RealtimePostgresChangesPayload" } } ], @@ -69517,14 +70507,14 @@ } }, { - "id": 160, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -69532,20 +70522,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -69566,7 +70556,7 @@ ], "parameters": [ { - "id": 165, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -69577,23 +70567,23 @@ } }, { - "id": 166, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", - "value": "*" + "value": "INSERT" } ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -69607,53 +70597,44 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 61, - "character": 2 - } - ], - "type": { - "type": "reference", - "id": 448, - "name": "T", - "dereferenced": {} - } - }, - { - "id": 447, - "name": "filter", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true + "comment": { + "shortText": "The type of database change to listen to." }, "sources": [ { @@ -69662,270 +70643,28 @@ "character": 2 } ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 445, - "name": "schema", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 62, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 446, - "name": "table", - "kind": 1024, - "kindString": "Property", - "flags": { - "isOptional": true - }, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 63, - "character": 2 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [444, 447, 445, 446] - } - ], - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 62 - } - ] - } - } - } - } - }, - { - "id": 167, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 168, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 169, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "parameters": [ - { - "id": 170, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reference", - "id": 449, - "typeArguments": [ - { - "type": "reference", - "id": 164, - "name": "T" - } - ], - "name": "RealtimePostgresChangesPayload" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - } - } - ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 171, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "typeParameter": [ - { - "id": 175, - "name": "T", - "kind": 131072, - "kindString": "Type parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 172, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "indexSignature": { - "id": 173, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 174, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], - "parameters": [ - { - "id": 176, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "postgres_changes" - } - }, - { - "id": 177, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reference", - "id": 442, - "typeArguments": [ - { - "type": "literal", - "value": "INSERT" - } - ], - "name": "RealtimePostgresChangesFilter", - "dereferenced": { - "id": 442, - "name": "RealtimePostgresChangesFilter", - "kind": 4194304, - "kindString": "Type alias", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 60, - "character": 12 - } - ], - "typeParameter": [ - { - "id": 448, - "name": "T", - "kind": 131072, - "kindString": "Type parameter", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "reflection", - "declaration": { - "id": 443, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 444, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 61, - "character": 2 - } - ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -69935,15 +70674,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -69953,17 +70695,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -69977,14 +70722,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -69993,7 +70738,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -70001,32 +70746,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -70051,14 +70796,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -70066,20 +70811,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -70100,7 +70845,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -70111,14 +70856,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -70127,7 +70872,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -70141,58 +70886,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -70202,15 +70963,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -70220,17 +70984,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -70244,14 +71011,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -70260,7 +71027,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -70268,32 +71035,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -70318,14 +71085,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -70333,20 +71100,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -70367,7 +71134,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -70378,14 +71145,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -70394,7 +71161,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -70408,58 +71175,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -70469,15 +71252,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -70487,17 +71273,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -70511,14 +71300,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -70527,7 +71316,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -70535,32 +71324,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -70583,6 +71372,204 @@ "id": 55, "name": "default" } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } } ] }, @@ -70595,7 +71582,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -70608,14 +71595,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -70623,20 +71610,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -70644,14 +71631,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -70659,7 +71646,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -70673,18 +71660,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -70703,7 +71690,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -70711,20 +71698,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -70749,7 +71736,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -70769,7 +71756,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -70891,7 +71878,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -70990,7 +71977,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -71002,7 +71989,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -71010,13 +71997,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -71027,7 +72014,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -71076,7 +72063,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -71135,7 +72122,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -71147,7 +72134,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -71155,20 +72142,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -71176,20 +72163,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -71230,13 +72217,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -71252,7 +72239,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -71280,7 +72267,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -71302,16 +72289,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -71319,14 +72306,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -71334,19 +72321,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -71386,13 +72373,13 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] }, { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -71407,14 +72394,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -71429,14 +72416,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -71456,14 +72443,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -71483,7 +72470,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -71507,7 +72494,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -71521,7 +72508,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -71541,14 +72528,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -71572,7 +72559,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -71590,7 +72577,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -71608,7 +72595,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -71622,7 +72609,7 @@ } }, { - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse", "kind": 4194304, "kindString": "Type alias", @@ -71630,7 +72617,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 67, + "line": 79, "character": 12 } ], @@ -71653,7 +72640,7 @@ } }, { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -71668,14 +72655,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -71697,7 +72684,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -71719,7 +72706,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -71736,7 +72723,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -71749,14 +72736,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -71775,7 +72762,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -71795,7 +72782,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -71817,7 +72804,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -71834,7 +72821,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -71847,14 +72834,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -71873,7 +72860,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -71895,7 +72882,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -71915,7 +72902,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -71941,7 +72928,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -71955,7 +72942,7 @@ } }, { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -71970,14 +72957,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -71995,7 +72982,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -72015,7 +73002,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -72033,7 +73020,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -72051,7 +73038,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -72073,7 +73060,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -72087,7 +73074,7 @@ } }, { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -72101,58 +73088,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -72162,15 +73165,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -72180,17 +73186,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -72204,21 +73213,21 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } } }, { - "id": 449, + "id": 457, "name": "RealtimePostgresChangesPayload", "kind": 4194304, "kindString": "Type alias", @@ -72232,7 +73241,7 @@ ], "typeParameter": [ { - "id": 453, + "id": 461, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -72240,7 +73249,7 @@ "type": { "type": "reflection", "declaration": { - "id": 450, + "id": 458, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72253,14 +73262,14 @@ } ], "indexSignature": { - "id": 451, + "id": 459, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 452, + "id": 460, "name": "key", "kind": 32768, "flags": {}, @@ -72283,7 +73292,7 @@ "type": "union", "types": [ { - "id": 454, + "id": 462, "name": "RealtimePostgresInsertPayload", "kind": 4194304, "kindString": "Type alias", @@ -72297,7 +73306,7 @@ ], "typeParameter": [ { - "id": 463, + "id": 471, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -72305,7 +73314,7 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 468, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72318,14 +73327,14 @@ } ], "indexSignature": { - "id": 461, + "id": 469, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 462, + "id": 470, "name": "key", "kind": 32768, "flags": {}, @@ -72354,14 +73363,14 @@ { "type": "reflection", "declaration": { - "id": 455, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 456, + "id": 464, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -72380,7 +73389,7 @@ [ { "type": "reference", - "id": 506, + "id": 522, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, "" @@ -72389,7 +73398,7 @@ } }, { - "id": 457, + "id": 465, "name": "new", "kind": 1024, "kindString": "Property", @@ -72403,12 +73412,12 @@ ], "type": { "type": "reference", - "id": 463, + "id": 471, "name": "T" } }, { - "id": 458, + "id": 466, "name": "old", "kind": 1024, "kindString": "Property", @@ -72423,7 +73432,7 @@ "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72443,7 +73452,7 @@ { "title": "Properties", "kind": 1024, - "children": [456, 457, 458] + "children": [464, 465, 466] } ], "sources": [ @@ -72459,7 +73468,7 @@ } }, { - "id": 464, + "id": 472, "name": "RealtimePostgresUpdatePayload", "kind": 4194304, "kindString": "Type alias", @@ -72473,7 +73482,7 @@ ], "typeParameter": [ { - "id": 472, + "id": 480, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -72481,7 +73490,7 @@ "type": { "type": "reflection", "declaration": { - "id": 469, + "id": 477, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72494,14 +73503,14 @@ } ], "indexSignature": { - "id": 470, + "id": 478, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 471, + "id": 479, "name": "key", "kind": 32768, "flags": {}, @@ -72530,14 +73539,14 @@ { "type": "reflection", "declaration": { - "id": 465, + "id": 473, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 466, + "id": 474, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -72556,7 +73565,7 @@ [ { "type": "reference", - "id": 507, + "id": 523, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, "" @@ -72565,7 +73574,7 @@ } }, { - "id": 467, + "id": 475, "name": "new", "kind": 1024, "kindString": "Property", @@ -72579,12 +73588,12 @@ ], "type": { "type": "reference", - "id": 472, + "id": 480, "name": "T" } }, { - "id": 468, + "id": 476, "name": "old", "kind": 1024, "kindString": "Property", @@ -72601,7 +73610,7 @@ "typeArguments": [ { "type": "reference", - "id": 472, + "id": 480, "name": "T" } ], @@ -72615,7 +73624,7 @@ { "title": "Properties", "kind": 1024, - "children": [466, 467, 468] + "children": [474, 475, 476] } ], "sources": [ @@ -72631,7 +73640,7 @@ } }, { - "id": 473, + "id": 481, "name": "RealtimePostgresDeletePayload", "kind": 4194304, "kindString": "Type alias", @@ -72645,7 +73654,7 @@ ], "typeParameter": [ { - "id": 482, + "id": 490, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -72653,7 +73662,7 @@ "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72666,14 +73675,14 @@ } ], "indexSignature": { - "id": 480, + "id": 488, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 481, + "id": 489, "name": "key", "kind": 32768, "flags": {}, @@ -72702,14 +73711,14 @@ { "type": "reflection", "declaration": { - "id": 474, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 475, + "id": 483, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -72728,7 +73737,7 @@ [ { "type": "reference", - "id": 508, + "id": 524, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, "" @@ -72737,7 +73746,7 @@ } }, { - "id": 476, + "id": 484, "name": "new", "kind": 1024, "kindString": "Property", @@ -72752,7 +73761,7 @@ "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 485, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72768,7 +73777,7 @@ } }, { - "id": 478, + "id": 486, "name": "old", "kind": 1024, "kindString": "Property", @@ -72785,7 +73794,7 @@ "typeArguments": [ { "type": "reference", - "id": 482, + "id": 490, "name": "T" } ], @@ -72799,7 +73808,7 @@ { "title": "Properties", "kind": 1024, - "children": [475, 476, 478] + "children": [483, 484, 486] } ], "sources": [ @@ -72818,7 +73827,7 @@ } }, { - "id": 473, + "id": 481, "name": "RealtimePostgresDeletePayload", "kind": 4194304, "kindString": "Type alias", @@ -72832,7 +73841,7 @@ ], "typeParameter": [ { - "id": 482, + "id": 490, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -72840,7 +73849,7 @@ "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72853,14 +73862,14 @@ } ], "indexSignature": { - "id": 480, + "id": 488, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 481, + "id": 489, "name": "key", "kind": 32768, "flags": {}, @@ -72889,14 +73898,14 @@ { "type": "reflection", "declaration": { - "id": 474, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 475, + "id": 483, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -72915,7 +73924,7 @@ [ { "type": "reference", - "id": 508, + "id": 524, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, "" @@ -72924,7 +73933,7 @@ } }, { - "id": 476, + "id": 484, "name": "new", "kind": 1024, "kindString": "Property", @@ -72939,7 +73948,7 @@ "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 485, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -72955,7 +73964,7 @@ } }, { - "id": 478, + "id": 486, "name": "old", "kind": 1024, "kindString": "Property", @@ -72972,7 +73981,7 @@ "typeArguments": [ { "type": "reference", - "id": 482, + "id": 490, "name": "T" } ], @@ -72986,7 +73995,7 @@ { "title": "Properties", "kind": 1024, - "children": [475, 476, 478] + "children": [483, 484, 486] } ], "sources": [ @@ -73002,7 +74011,7 @@ } }, { - "id": 454, + "id": 462, "name": "RealtimePostgresInsertPayload", "kind": 4194304, "kindString": "Type alias", @@ -73016,7 +74025,7 @@ ], "typeParameter": [ { - "id": 463, + "id": 471, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -73024,7 +74033,7 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 468, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -73037,14 +74046,14 @@ } ], "indexSignature": { - "id": 461, + "id": 469, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 462, + "id": 470, "name": "key", "kind": 32768, "flags": {}, @@ -73073,14 +74082,14 @@ { "type": "reflection", "declaration": { - "id": 455, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 456, + "id": 464, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -73099,7 +74108,7 @@ [ { "type": "reference", - "id": 506, + "id": 522, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, "" @@ -73108,7 +74117,7 @@ } }, { - "id": 457, + "id": 465, "name": "new", "kind": 1024, "kindString": "Property", @@ -73122,12 +74131,12 @@ ], "type": { "type": "reference", - "id": 463, + "id": 471, "name": "T" } }, { - "id": 458, + "id": 466, "name": "old", "kind": 1024, "kindString": "Property", @@ -73142,7 +74151,7 @@ "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -73162,7 +74171,7 @@ { "title": "Properties", "kind": 1024, - "children": [456, 457, 458] + "children": [464, 465, 466] } ], "sources": [ @@ -73178,7 +74187,7 @@ } }, { - "id": 464, + "id": 472, "name": "RealtimePostgresUpdatePayload", "kind": 4194304, "kindString": "Type alias", @@ -73192,7 +74201,7 @@ ], "typeParameter": [ { - "id": 472, + "id": 480, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -73200,7 +74209,7 @@ "type": { "type": "reflection", "declaration": { - "id": 469, + "id": 477, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -73213,14 +74222,14 @@ } ], "indexSignature": { - "id": 470, + "id": 478, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 471, + "id": 479, "name": "key", "kind": 32768, "flags": {}, @@ -73249,14 +74258,14 @@ { "type": "reflection", "declaration": { - "id": 465, + "id": 473, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 466, + "id": 474, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -73275,7 +74284,7 @@ [ { "type": "reference", - "id": 507, + "id": 523, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, "" @@ -73284,7 +74293,7 @@ } }, { - "id": 467, + "id": 475, "name": "new", "kind": 1024, "kindString": "Property", @@ -73298,12 +74307,12 @@ ], "type": { "type": "reference", - "id": 472, + "id": 480, "name": "T" } }, { - "id": 468, + "id": 476, "name": "old", "kind": 1024, "kindString": "Property", @@ -73320,7 +74329,7 @@ "typeArguments": [ { "type": "reference", - "id": 472, + "id": 480, "name": "T" } ], @@ -73334,7 +74343,7 @@ { "title": "Properties", "kind": 1024, - "children": [466, 467, 468] + "children": [474, 475, 476] } ], "sources": [ @@ -73350,7 +74359,7 @@ } }, { - "id": 483, + "id": 491, "name": "RealtimePresenceJoinPayload", "kind": 4194304, "kindString": "Type alias", @@ -73358,21 +74367,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, + "line": 19, "character": 12 } ], + "typeParameter": [ + { + "id": 500, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 497, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 19, + "character": 50 + } + ], + "indexSignature": { + "id": 498, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 499, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 492, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 487, + "id": 495, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -73380,7 +74438,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 23, + "line": 22, "character": 2 } ], @@ -73388,12 +74446,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 485, + "id": 493, "name": "event", "kind": 1024, "kindString": "Property", @@ -73401,7 +74466,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 21, + "line": 20, "character": 2 } ], @@ -73412,7 +74477,7 @@ [ { "type": "reference", - "id": 511, + "id": 527, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, "" @@ -73421,7 +74486,7 @@ } }, { - "id": 486, + "id": 494, "name": "key", "kind": 1024, "kindString": "Property", @@ -73429,7 +74494,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 22, + "line": 21, "character": 2 } ], @@ -73439,7 +74504,7 @@ } }, { - "id": 488, + "id": 496, "name": "newPresences", "kind": 1024, "kindString": "Property", @@ -73447,7 +74512,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 24, + "line": 23, "character": 2 } ], @@ -73455,6 +74520,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } @@ -73464,21 +74536,21 @@ { "title": "Properties", "kind": 1024, - "children": [487, 485, 486, 488] + "children": [495, 493, 494, 496] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, - "character": 42 + "line": 19, + "character": 76 } ] } } }, { - "id": 489, + "id": 501, "name": "RealtimePresenceLeavePayload", "kind": 4194304, "kindString": "Type alias", @@ -73486,21 +74558,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, + "line": 26, "character": 12 } ], + "typeParameter": [ + { + "id": 510, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 507, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 26, + "character": 51 + } + ], + "indexSignature": { + "id": 508, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 509, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 490, + "id": 502, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 493, + "id": 505, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -73508,7 +74629,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 30, + "line": 29, "character": 2 } ], @@ -73516,12 +74637,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 491, + "id": 503, "name": "event", "kind": 1024, "kindString": "Property", @@ -73529,7 +74657,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 28, + "line": 27, "character": 2 } ], @@ -73540,7 +74668,7 @@ [ { "type": "reference", - "id": 512, + "id": 528, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, "" @@ -73549,7 +74677,7 @@ } }, { - "id": 492, + "id": 504, "name": "key", "kind": 1024, "kindString": "Property", @@ -73557,7 +74685,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 29, + "line": 28, "character": 2 } ], @@ -73567,7 +74695,7 @@ } }, { - "id": 494, + "id": 506, "name": "leftPresences", "kind": 1024, "kindString": "Property", @@ -73575,7 +74703,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 31, + "line": 30, "character": 2 } ], @@ -73583,6 +74711,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } @@ -73592,21 +74727,21 @@ { "title": "Properties", "kind": 1024, - "children": [493, 491, 492, 494] + "children": [505, 503, 504, 506] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, - "character": 43 + "line": 26, + "character": 77 } ] } } }, { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -73614,14 +74749,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -73629,19 +74764,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -73663,7 +74798,7 @@ } }, { - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse", "kind": 4194304, "kindString": "Type alias", @@ -73698,17 +74833,17 @@ { "title": "Enumerations", "kind": 8, - "children": [500, 504, 509, 513] + "children": [516, 520, 525, 529] }, { "title": "Classes", "kind": 128, - "children": [55, 306, 1] + "children": [55, 314, 1] }, { "title": "Type Aliases", "kind": 4194304, - "children": [294, 305, 418, 435, 442, 449, 473, 454, 464, 483, 489, 495, 499] + "children": [302, 313, 426, 443, 450, 457, 481, 462, 472, 491, 501, 511, 515] } ], "sources": [ @@ -73734,14 +74869,14 @@ "flags": {}, "children": [ { - "id": 402, + "id": 403, "name": "StorageApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 403, + "id": 404, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -73755,14 +74890,14 @@ ], "signatures": [ { - "id": 404, + "id": 405, "name": "new StorageApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 405, + "id": 406, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -73773,7 +74908,7 @@ } }, { - "id": 406, + "id": 407, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -73786,24 +74921,24 @@ ], "type": { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 407, + "id": 408, "name": "status", "kind": 1024, "kindString": "Property", @@ -73821,7 +74956,7 @@ } }, { - "id": 408, + "id": 409, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -73835,7 +74970,7 @@ ], "signatures": [ { - "id": 409, + "id": 410, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -73843,14 +74978,14 @@ "type": { "type": "reflection", "declaration": { - "id": 410, + "id": 411, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 412, + "id": 413, "name": "message", "kind": 1024, "kindString": "Property", @@ -73869,7 +75004,7 @@ "defaultValue": "..." }, { - "id": 411, + "id": 412, "name": "name", "kind": 1024, "kindString": "Property", @@ -73888,7 +75023,7 @@ "defaultValue": "..." }, { - "id": 413, + "id": 414, "name": "status", "kind": 1024, "kindString": "Property", @@ -73911,7 +75046,7 @@ { "title": "Properties", "kind": 1024, - "children": [412, 411, 413] + "children": [413, 412, 414] } ] } @@ -73924,17 +75059,17 @@ { "title": "Constructors", "kind": 512, - "children": [403] + "children": [404] }, { "title": "Properties", "kind": 1024, - "children": [407] + "children": [408] }, { "title": "Methods", "kind": 2048, - "children": [408] + "children": [409] } ], "sources": [ @@ -73947,7 +75082,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -74327,7 +75462,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -74536,7 +75671,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -74745,7 +75880,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -74969,7 +76104,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -75133,7 +76268,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -75389,7 +76524,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -75452,14 +76587,14 @@ ] }, { - "id": 397, + "id": 398, "name": "StorageError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 398, + "id": 399, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -75473,14 +76608,14 @@ ], "signatures": [ { - "id": 399, + "id": 400, "name": "new StorageError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 400, + "id": 401, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -75493,7 +76628,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" }, "overwrites": { @@ -75512,7 +76647,7 @@ { "title": "Constructors", "kind": 512, - "children": [398] + "children": [399] } ], "sources": [ @@ -75533,25 +76668,25 @@ "extendedBy": [ { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" } ] }, { - "id": 415, + "id": 416, "name": "StorageUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 416, + "id": 417, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -75565,14 +76700,14 @@ ], "signatures": [ { - "id": 417, + "id": 418, "name": "new StorageUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 418, + "id": 419, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -75583,7 +76718,7 @@ } }, { - "id": 419, + "id": 420, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -75596,24 +76731,24 @@ ], "type": { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 420, + "id": 421, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -75635,12 +76770,12 @@ { "title": "Constructors", "kind": 512, - "children": [416] + "children": [417] }, { "title": "Properties", "kind": 1024, - "children": [420] + "children": [421] } ], "sources": [ @@ -75653,7 +76788,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -76548,6 +77683,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -76635,7 +77794,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -76647,7 +77806,7 @@ ] }, { - "id": 394, + "id": 395, "name": "isStorageError", "kind": 64, "kindString": "Function", @@ -76661,14 +77820,14 @@ ], "signatures": [ { - "id": 395, + "id": 396, "name": "isStorageError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 396, + "id": 397, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -76685,7 +77844,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -76697,7 +77856,7 @@ { "title": "Classes", "kind": 128, - "children": [402, 266, 397, 415] + "children": [403, 266, 398, 416] }, { "title": "Interfaces", @@ -76707,7 +77866,7 @@ { "title": "Functions", "kind": 64, - "children": [394] + "children": [395] } ], "sources": [ @@ -77090,7 +78249,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -77289,7 +78448,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -77488,7 +78647,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -77655,7 +78814,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -77809,7 +78968,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -78055,7 +79214,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -78493,7 +79652,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -78647,6 +79806,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -78734,7 +79917,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -78895,7 +80078,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -79226,7 +80409,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -79334,6 +80517,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -79421,7 +80628,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -79551,7 +80758,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -79691,6 +80898,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -79778,7 +81009,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -80279,7 +81510,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -80492,7 +81723,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -80665,7 +81896,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -81051,7 +82282,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -81437,7 +82668,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } diff --git a/spec/enrichments/tsdoc_v2/gotrue.json b/spec/enrichments/tsdoc_v2/gotrue.json index c30c7fb0373f3..8575a7c1180de 100644 --- a/spec/enrichments/tsdoc_v2/gotrue.json +++ b/spec/enrichments/tsdoc_v2/gotrue.json @@ -7,14 +7,14 @@ "originalName": "", "children": [ { - "id": 740, + "id": 750, "name": "AuthApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 741, + "id": 751, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -22,20 +22,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 17, + "line": 19, "character": 2 } ], "signatures": [ { - "id": 742, + "id": 752, "name": "new AuthApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 743, + "id": 753, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -46,7 +46,7 @@ } }, { - "id": 744, + "id": 754, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -59,24 +59,24 @@ ], "type": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 745, + "id": 755, "name": "status", "kind": 1024, "kindString": "Property", @@ -84,17 +84,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 15, + "line": 17, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 746, + "id": 756, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -102,13 +107,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 23, + "line": 25, "character": 2 } ], "signatures": [ { - "id": 747, + "id": 757, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -116,14 +121,14 @@ "type": { "type": "reflection", "declaration": { - "id": 748, + "id": 758, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 750, + "id": 760, "name": "message", "kind": 1024, "kindString": "Property", @@ -131,7 +136,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 26, + "line": 28, "character": 6 } ], @@ -142,7 +147,7 @@ "defaultValue": "..." }, { - "id": 749, + "id": 759, "name": "name", "kind": 1024, "kindString": "Property", @@ -150,7 +155,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 25, + "line": 27, "character": 6 } ], @@ -161,7 +166,7 @@ "defaultValue": "..." }, { - "id": 751, + "id": 761, "name": "status", "kind": 1024, "kindString": "Property", @@ -169,7 +174,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 27, + "line": 29, "character": 6 } ], @@ -184,7 +189,7 @@ { "title": "Properties", "kind": 1024, - "children": [750, 749, 751] + "children": [760, 759, 761] } ] } @@ -197,43 +202,43 @@ { "title": "Constructors", "kind": 512, - "children": [741] + "children": [751] }, { "title": "Properties", "kind": 1024, - "children": [745] + "children": [755] }, { "title": "Methods", "kind": 2048, - "children": [746] + "children": [756] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 14, + "line": 16, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 735, + "id": 743, "name": "AuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 736, + "id": 744, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -241,20 +246,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 4, + "line": 5, "character": 2 } ], "signatures": [ { - "id": 737, + "id": 745, "name": "new AuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 738, + "id": 746, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -263,11 +268,24 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 747, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, "overwrites": { @@ -280,13 +298,45 @@ "type": "reference", "name": "Error.constructor" } + }, + { + "id": 748, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [736] + "children": [744] + }, + { + "title": "Properties", + "kind": 1024, + "children": [748] } ], "sources": [ @@ -307,30 +357,30 @@ "extendedBy": [ { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 801, + "id": 812, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -338,20 +388,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 2 } ], "signatures": [ { - "id": 802, + "id": 813, "name": "new AuthImplicitGrantRedirectError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 803, + "id": 814, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -362,7 +412,7 @@ } }, { - "id": 804, + "id": 815, "name": "details", "kind": 32768, "kindString": "Parameter", @@ -377,14 +427,14 @@ { "type": "reflection", "declaration": { - "id": 805, + "id": 816, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 807, + "id": 818, "name": "code", "kind": 1024, "kindString": "Property", @@ -392,7 +442,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 57 } ], @@ -402,7 +452,7 @@ } }, { - "id": 806, + "id": 817, "name": "error", "kind": 1024, "kindString": "Property", @@ -410,7 +460,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 42 } ], @@ -424,7 +474,7 @@ { "title": "Properties", "kind": 1024, - "children": [807, 806] + "children": [818, 817] } ] } @@ -436,24 +486,24 @@ ], "type": { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 808, + "id": 819, "name": "details", "kind": 1024, "kindString": "Property", @@ -461,7 +511,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 2 } ], @@ -475,14 +525,14 @@ { "type": "reflection", "declaration": { - "id": 809, + "id": 820, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 811, + "id": 822, "name": "code", "kind": 1024, "kindString": "Property", @@ -490,7 +540,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -500,7 +550,7 @@ } }, { - "id": 810, + "id": 821, "name": "error", "kind": 1024, "kindString": "Property", @@ -508,7 +558,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -522,7 +572,7 @@ { "title": "Properties", "kind": 1024, - "children": [811, 810] + "children": [822, 821] } ] } @@ -532,7 +582,7 @@ "defaultValue": "null" }, { - "id": 822, + "id": 833, "name": "name", "kind": 1024, "kindString": "Property", @@ -540,7 +590,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -550,12 +600,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 823, + "id": 834, "name": "status", "kind": 1024, "kindString": "Property", @@ -563,7 +613,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -573,12 +623,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 812, + "id": 823, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -586,13 +636,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 83, + "line": 85, "character": 2 } ], "signatures": [ { - "id": 813, + "id": 824, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -600,14 +650,14 @@ "type": { "type": "reflection", "declaration": { - "id": 814, + "id": 825, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 818, + "id": 829, "name": "details", "kind": 1024, "kindString": "Property", @@ -615,7 +665,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 88, + "line": 90, "character": 6 } ], @@ -629,14 +679,14 @@ { "type": "reflection", "declaration": { - "id": 819, + "id": 830, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 821, + "id": 832, "name": "code", "kind": 1024, "kindString": "Property", @@ -644,7 +694,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -654,7 +704,7 @@ } }, { - "id": 820, + "id": 831, "name": "error", "kind": 1024, "kindString": "Property", @@ -662,7 +712,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -676,7 +726,7 @@ { "title": "Properties", "kind": 1024, - "children": [821, 820] + "children": [832, 831] } ] } @@ -686,7 +736,7 @@ "defaultValue": "..." }, { - "id": 816, + "id": 827, "name": "message", "kind": 1024, "kindString": "Property", @@ -694,7 +744,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 86, + "line": 88, "character": 6 } ], @@ -705,7 +755,7 @@ "defaultValue": "..." }, { - "id": 815, + "id": 826, "name": "name", "kind": 1024, "kindString": "Property", @@ -713,7 +763,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 85, + "line": 87, "character": 6 } ], @@ -724,7 +774,7 @@ "defaultValue": "..." }, { - "id": 817, + "id": 828, "name": "status", "kind": 1024, "kindString": "Property", @@ -732,7 +782,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 87, + "line": 89, "character": 6 } ], @@ -747,21 +797,21 @@ { "title": "Properties", "kind": 1024, - "children": [818, 816, 815, 817] + "children": [829, 827, 826, 828] } ] } }, "overwrites": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "overwrites": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -770,43 +820,43 @@ { "title": "Constructors", "kind": 512, - "children": [801] + "children": [812] }, { "title": "Properties", "kind": 1024, - "children": [808, 822, 823] + "children": [819, 833, 834] }, { "title": "Methods", "kind": 2048, - "children": [812] + "children": [823] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 76, + "line": 78, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 788, + "id": 799, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -814,20 +864,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 71, + "line": 73, "character": 2 } ], "signatures": [ { - "id": 789, + "id": 800, "name": "new AuthInvalidCredentialsError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 790, + "id": 801, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -840,24 +890,24 @@ ], "type": { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 791, + "id": 802, "name": "name", "kind": 1024, "kindString": "Property", @@ -865,7 +915,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -875,12 +925,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 792, + "id": 803, "name": "status", "kind": 1024, "kindString": "Property", @@ -888,7 +938,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -898,12 +948,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 793, + "id": 804, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -911,13 +961,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 794, + "id": 805, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -925,14 +975,14 @@ "type": { "type": "reflection", "declaration": { - "id": 795, + "id": 806, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 797, + "id": 808, "name": "message", "kind": 1024, "kindString": "Property", @@ -940,7 +990,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -951,7 +1001,7 @@ "defaultValue": "..." }, { - "id": 796, + "id": 807, "name": "name", "kind": 1024, "kindString": "Property", @@ -959,7 +1009,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -970,7 +1020,7 @@ "defaultValue": "..." }, { - "id": 798, + "id": 809, "name": "status", "kind": 1024, "kindString": "Property", @@ -978,7 +1028,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -993,21 +1043,21 @@ { "title": "Properties", "kind": 1024, - "children": [797, 796, 798] + "children": [808, 807, 809] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1016,43 +1066,43 @@ { "title": "Constructors", "kind": 512, - "children": [788] + "children": [799] }, { "title": "Properties", "kind": 1024, - "children": [791, 792] + "children": [802, 803] }, { "title": "Methods", "kind": 2048, - "children": [793] + "children": [804] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 70, + "line": 72, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 825, + "id": 836, "name": "AuthRetryableFetchError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 826, + "id": 837, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1060,20 +1110,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 94, + "line": 96, "character": 2 } ], "signatures": [ { - "id": 827, + "id": 838, "name": "new AuthRetryableFetchError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 828, + "id": 839, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1084,7 +1134,7 @@ } }, { - "id": 829, + "id": 840, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -1097,24 +1147,24 @@ ], "type": { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 830, + "id": 841, "name": "name", "kind": 1024, "kindString": "Property", @@ -1122,7 +1172,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1132,12 +1182,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 831, + "id": 842, "name": "status", "kind": 1024, "kindString": "Property", @@ -1145,7 +1195,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -1155,12 +1205,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 832, + "id": 843, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1168,13 +1218,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 833, + "id": 844, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1182,14 +1232,14 @@ "type": { "type": "reflection", "declaration": { - "id": 834, + "id": 845, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 836, + "id": 847, "name": "message", "kind": 1024, "kindString": "Property", @@ -1197,7 +1247,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1208,7 +1258,7 @@ "defaultValue": "..." }, { - "id": 835, + "id": 846, "name": "name", "kind": 1024, "kindString": "Property", @@ -1216,7 +1266,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1227,7 +1277,7 @@ "defaultValue": "..." }, { - "id": 837, + "id": 848, "name": "status", "kind": 1024, "kindString": "Property", @@ -1235,7 +1285,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1250,21 +1300,21 @@ { "title": "Properties", "kind": 1024, - "children": [836, 835, 837] + "children": [847, 846, 848] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1273,43 +1323,43 @@ { "title": "Constructors", "kind": 512, - "children": [826] + "children": [837] }, { "title": "Properties", "kind": 1024, - "children": [830, 831] + "children": [841, 842] }, { "title": "Methods", "kind": 2048, - "children": [832] + "children": [843] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 93, + "line": 95, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 775, + "id": 786, "name": "AuthSessionMissingError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 776, + "id": 787, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1317,37 +1367,37 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 65, + "line": 67, "character": 2 } ], "signatures": [ { - "id": 777, + "id": 788, "name": "new AuthSessionMissingError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "type": { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 778, + "id": 789, "name": "name", "kind": 1024, "kindString": "Property", @@ -1355,7 +1405,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1365,12 +1415,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 779, + "id": 790, "name": "status", "kind": 1024, "kindString": "Property", @@ -1378,7 +1428,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -1388,12 +1438,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 780, + "id": 791, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1401,13 +1451,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 781, + "id": 792, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1415,14 +1465,14 @@ "type": { "type": "reflection", "declaration": { - "id": 782, + "id": 793, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 784, + "id": 795, "name": "message", "kind": 1024, "kindString": "Property", @@ -1430,7 +1480,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1441,7 +1491,7 @@ "defaultValue": "..." }, { - "id": 783, + "id": 794, "name": "name", "kind": 1024, "kindString": "Property", @@ -1449,7 +1499,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1460,7 +1510,7 @@ "defaultValue": "..." }, { - "id": 785, + "id": 796, "name": "status", "kind": 1024, "kindString": "Property", @@ -1468,7 +1518,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1483,21 +1533,21 @@ { "title": "Properties", "kind": 1024, - "children": [784, 783, 785] + "children": [795, 794, 796] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1506,43 +1556,43 @@ { "title": "Constructors", "kind": 512, - "children": [776] + "children": [787] }, { "title": "Properties", "kind": 1024, - "children": [778, 779] + "children": [789, 790] }, { "title": "Methods", "kind": 2048, - "children": [780] + "children": [791] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 64, + "line": 66, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 753, + "id": 763, "name": "AuthUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 754, + "id": 764, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1550,20 +1600,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 39, + "line": 41, "character": 2 } ], "signatures": [ { - "id": 755, + "id": 765, "name": "new AuthUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 756, + "id": 766, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1574,7 +1624,7 @@ } }, { - "id": 757, + "id": 767, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -1587,24 +1637,24 @@ ], "type": { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 758, + "id": 768, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -1612,7 +1662,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 37, + "line": 39, "character": 2 } ], @@ -1620,44 +1670,76 @@ "type": "intrinsic", "name": "unknown" } + }, + { + "id": 769, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 748, + "name": "AuthError.status" + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [754] + "children": [764] }, { "title": "Properties", "kind": 1024, - "children": [758] + "children": [768, 769] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 36, + "line": 38, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 760, + "id": 771, "name": "CustomAuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 761, + "id": 772, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1665,20 +1747,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 49, + "line": 51, "character": 2 } ], "signatures": [ { - "id": 762, + "id": 773, "name": "new CustomAuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 763, + "id": 774, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1689,7 +1771,7 @@ } }, { - "id": 764, + "id": 775, "name": "name", "kind": 32768, "kindString": "Parameter", @@ -1700,7 +1782,7 @@ } }, { - "id": 765, + "id": 776, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -1713,24 +1795,24 @@ ], "type": { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 766, + "id": 777, "name": "name", "kind": 1024, "kindString": "Property", @@ -1738,7 +1820,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1752,7 +1834,7 @@ } }, { - "id": 767, + "id": 778, "name": "status", "kind": 1024, "kindString": "Property", @@ -1760,17 +1842,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 768, + "id": 779, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1778,13 +1865,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 769, + "id": 780, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1792,14 +1879,14 @@ "type": { "type": "reflection", "declaration": { - "id": 770, + "id": 781, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 772, + "id": 783, "name": "message", "kind": 1024, "kindString": "Property", @@ -1807,7 +1894,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1818,7 +1905,7 @@ "defaultValue": "..." }, { - "id": 771, + "id": 782, "name": "name", "kind": 1024, "kindString": "Property", @@ -1826,7 +1913,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1837,7 +1924,7 @@ "defaultValue": "..." }, { - "id": 773, + "id": 784, "name": "status", "kind": 1024, "kindString": "Property", @@ -1845,7 +1932,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1860,7 +1947,7 @@ { "title": "Properties", "kind": 1024, - "children": [772, 771, 773] + "children": [783, 782, 784] } ] } @@ -1873,52 +1960,52 @@ { "title": "Constructors", "kind": 512, - "children": [761] + "children": [772] }, { "title": "Properties", "kind": 1024, - "children": [766, 767] + "children": [777, 778] }, { "title": "Methods", "kind": 2048, - "children": [768] + "children": [779] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 46, + "line": 48, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ], "extendedBy": [ { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" } ] @@ -2161,7 +2248,7 @@ ], "type": { "type": "reference", - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi" } }, @@ -2197,7 +2284,7 @@ "flags": {}, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } } @@ -2207,7 +2294,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2227,7 +2314,7 @@ "sources": [ { "fileName": "src/GoTrueAdminApi.ts", - "line": 260, + "line": 262, "character": 8 } ], @@ -2249,12 +2336,27 @@ "kindString": "Parameter", "flags": {}, "comment": { - "shortText": "The user id you want to remove.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + "shortText": "The user id you want to remove." }, "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 70, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" } ], "type": { @@ -2262,7 +2364,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2305,7 +2407,7 @@ "flags": {}, "type": { "type": "reference", - "id": 544, + "id": 552, "name": "GenerateLinkParams" } } @@ -2315,7 +2417,7 @@ "typeArguments": [ { "type": "reference", - "id": 545, + "id": 553, "name": "GenerateLinkResponse" } ], @@ -2370,7 +2472,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2498,7 +2600,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2547,7 +2649,7 @@ }, "type": { "type": "reference", - "id": 725, + "id": 733, "name": "PageParams" } } @@ -2627,7 +2729,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -2644,7 +2746,7 @@ }, { "type": "reference", - "id": 718, + "id": 726, "name": "Pagination" } ] @@ -2752,7 +2854,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -2867,7 +2969,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -2937,7 +3039,7 @@ }, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } } @@ -2947,7 +3049,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2985,14 +3087,14 @@ ] }, { - "id": 76, + "id": 77, "name": "GoTrueClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 77, + "id": 78, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -3000,13 +3102,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 127, + "line": 135, "character": 2 } ], "signatures": [ { - "id": 78, + "id": 79, "name": "new GoTrueClient", "kind": 16384, "kindString": "Constructor signature", @@ -3016,28 +3118,28 @@ }, "parameters": [ { - "id": 79, + "id": 80, "name": "options", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 289, + "id": 296, "name": "GoTrueClientOptions" } } ], "type": { "type": "reference", - "id": 76, + "id": 77, "name": "default" } } ] }, { - "id": 80, + "id": 81, "name": "admin", "kind": 1024, "kindString": "Property", @@ -3048,7 +3150,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 87, + "line": 96, "character": 2 } ], @@ -3059,7 +3161,7 @@ } }, { - "id": 81, + "id": 82, "name": "mfa", "kind": 1024, "kindString": "Property", @@ -3070,13 +3172,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 91, + "line": 100, "character": 2 } ], "type": { "type": "reference", - "id": 655, + "id": 663, "name": "GoTrueMFAApi" } }, @@ -3089,7 +3191,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 501, + "line": 511, "character": 8 } ], @@ -3127,7 +3229,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 503, + "line": 513, "character": 8 } ], @@ -3149,13 +3251,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 504, + "line": 514, "character": 10 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -3179,7 +3281,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 506, + "line": 516, "character": 8 } ], @@ -3216,7 +3318,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 509, + "line": 519, "character": 8 } ], @@ -3238,7 +3340,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 510, + "line": 520, "character": 10 } ], @@ -3267,13 +3369,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 512, + "line": 522, "character": 8 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -3305,7 +3407,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 515, + "line": 525, "character": 8 } ], @@ -3327,7 +3429,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 516, + "line": 526, "character": 10 } ], @@ -3356,7 +3458,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 518, + "line": 528, "character": 8 } ], @@ -3394,7 +3496,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 564, + "line": 574, "character": 8 } ], @@ -3431,7 +3533,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -3451,7 +3553,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 162, + "line": 171, "character": 2 } ], @@ -3470,7 +3572,7 @@ "typeArguments": [ { "type": "reference", - "id": 708, + "id": 716, "name": "InitializeResult" } ], @@ -3490,7 +3592,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 848, + "line": 859, "character": 2 } ], @@ -3538,7 +3640,7 @@ "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent" } }, @@ -3557,7 +3659,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -3592,7 +3694,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 4 } ], @@ -3614,13 +3716,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 12 } ], "type": { "type": "reference", - "id": 422, + "id": 429, "name": "Subscription" } } @@ -3657,7 +3759,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 8 } ], @@ -3701,7 +3803,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 42 } ], @@ -3727,7 +3829,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -3747,7 +3849,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 871, + "line": 882, "character": 8 } ], @@ -3805,7 +3907,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 875, + "line": 886, "character": 6 } ], @@ -3828,7 +3930,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 874, + "line": 885, "character": 6 } ], @@ -3874,7 +3976,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 879, + "line": 890, "character": 8 } ], @@ -3898,7 +4000,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 880, + "line": 891, "character": 8 } ], @@ -3935,7 +4037,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 8 } ], @@ -3953,13 +4055,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 20 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -3992,7 +4094,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 640, + "line": 650, "character": 8 } ], @@ -4034,7 +4136,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 641, + "line": 651, "character": 4 } ], @@ -4052,7 +4154,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 642, + "line": 652, "character": 4 } ], @@ -4078,7 +4180,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -4098,7 +4200,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 349, + "line": 358, "character": 8 } ], @@ -4121,7 +4223,7 @@ "flags": {}, "type": { "type": "reference", - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials" } } @@ -4131,7 +4233,7 @@ "typeArguments": [ { "type": "reference", - "id": 315, + "id": 322, "name": "OAuthResponse" } ], @@ -4151,7 +4253,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 369, + "line": 379, "character": 8 } ], @@ -4175,7 +4277,7 @@ "flags": {}, "type": { "type": "reference", - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials" } } @@ -4185,7 +4287,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -4205,7 +4307,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 297, + "line": 306, "character": 8 } ], @@ -4229,7 +4331,7 @@ "flags": {}, "type": { "type": "reference", - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials" } } @@ -4239,7 +4341,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -4259,7 +4361,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 472, + "line": 482, "character": 8 } ], @@ -4289,7 +4391,7 @@ "flags": {}, "type": { "type": "reference", - "id": 509, + "id": 517, "name": "SignInWithSSO" } } @@ -4299,7 +4401,7 @@ "typeArguments": [ { "type": "reference", - "id": 328, + "id": 335, "name": "SSOResponse" } ], @@ -4319,7 +4421,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 8 } ], @@ -4355,7 +4457,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 29 } ], @@ -4368,7 +4470,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -4401,7 +4503,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 229, + "line": 238, "character": 8 } ], @@ -4426,7 +4528,7 @@ "flags": {}, "type": { "type": "reference", - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials" } } @@ -4436,7 +4538,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -4447,6 +4549,83 @@ } ] }, + { + "id": 252, + "name": "startAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1106, + "character": 8 + } + ], + "signatures": [ + { + "id": 253, + "name": "startAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Starts an auto-refresh process in the background. The session is checked\nevery few seconds. Close to the time of expiration a process is started to\nrefresh the session. If refreshing fails it will be retried for as long as\nnecessary.", + "text": "If you set the {@link GoTrueClientOptions#autoRefreshToken} you don't need\nto call this function, it will be called for you.\n\nOn browsers the refresh process works only when the tab/window is in the\nforeground to conserve resources as well as prevent race conditions and\nflooding auth with requests.\n\nOn non-browser platforms the refresh process works *continuously* in the\nbackground, which may not be desirable. You should hook into your\nplatform's foreground indication mechanism and call these methods\nappropriately to conserve resources.\n\n{@see #stopAutoRefresh}\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 254, + "name": "stopAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1121, + "character": 8 + } + ], + "signatures": [ + { + "id": 255, + "name": "stopAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Stops an active auto refresh process running in the background (if any).\nSee {@link #startAutoRefresh} for more details." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, { "id": 145, "name": "updateUser", @@ -4456,7 +4635,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 593, + "line": 603, "character": 8 } ], @@ -4479,7 +4658,7 @@ "flags": {}, "type": { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } } @@ -4489,7 +4668,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -4509,7 +4688,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 413, + "line": 423, "character": 8 } ], @@ -4532,7 +4711,7 @@ "flags": {}, "type": { "type": "reference", - "id": 490, + "id": 498, "name": "VerifyOtpParams" } } @@ -4542,7 +4721,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -4558,29 +4737,31 @@ { "title": "Constructors", "kind": 512, - "children": [77] + "children": [78] }, { "title": "Properties", "kind": 1024, - "children": [80, 81] + "children": [81, 82] }, { "title": "Methods", "kind": 2048, - "children": [125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 145, 119] + "children": [ + 125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 252, 254, 145, 119 + ] } ], "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 82, + "line": 91, "character": 21 } ] }, { - "id": 357, + "id": 364, "name": "AMREntry", "kind": 256, "kindString": "Interface", @@ -4597,7 +4778,7 @@ }, "children": [ { - "id": 358, + "id": 365, "name": "method", "kind": 1024, "kindString": "Property", @@ -4618,7 +4799,7 @@ } }, { - "id": 359, + "id": 366, "name": "timestamp", "kind": 1024, "kindString": "Property", @@ -4643,7 +4824,7 @@ { "title": "Properties", "kind": 1024, - "children": [358, 359] + "children": [365, 366] } ], "sources": [ @@ -4655,14 +4836,14 @@ ] }, { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -4686,7 +4867,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -4710,7 +4891,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -4734,12 +4915,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -4762,12 +4943,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -4791,7 +4972,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -4814,12 +4995,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -4842,12 +5023,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -4871,7 +5052,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -4899,7 +5080,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -4912,13 +5093,13 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] }, { - "id": 371, + "id": 378, "name": "Factor", "kind": 256, "kindString": "Interface", @@ -4942,7 +5123,7 @@ }, "children": [ { - "id": 376, + "id": 383, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -4960,7 +5141,7 @@ } }, { - "id": 374, + "id": 381, "name": "factor_type", "kind": 1024, "kindString": "Property", @@ -4981,7 +5162,7 @@ } }, { - "id": 373, + "id": 380, "name": "friendly_name", "kind": 1024, "kindString": "Property", @@ -5004,7 +5185,7 @@ } }, { - "id": 372, + "id": 379, "name": "id", "kind": 1024, "kindString": "Property", @@ -5025,7 +5206,7 @@ } }, { - "id": 375, + "id": 382, "name": "status", "kind": 1024, "kindString": "Property", @@ -5055,7 +5236,7 @@ } }, { - "id": 377, + "id": 384, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -5077,7 +5258,7 @@ { "title": "Properties", "kind": 1024, - "children": [376, 374, 373, 372, 375, 377] + "children": [383, 381, 380, 379, 382, 384] } ], "sources": [ @@ -5089,14 +5270,14 @@ ] }, { - "id": 541, + "id": 549, "name": "GenerateLinkOptions", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 542, + "id": 550, "name": "data", "kind": 1024, "kindString": "Property", @@ -5110,7 +5291,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 540, + "line": 542, "character": 2 } ], @@ -5120,7 +5301,7 @@ } }, { - "id": 543, + "id": 551, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -5133,7 +5314,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 542, + "line": 544, "character": 2 } ], @@ -5147,19 +5328,19 @@ { "title": "Properties", "kind": 1024, - "children": [542, 543] + "children": [550, 551] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 534, + "line": 536, "character": 17 } ] }, { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -5175,14 +5356,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -5202,14 +5383,14 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams" } } @@ -5219,7 +5400,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -5231,14 +5412,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -5248,14 +5429,14 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams" } } @@ -5265,7 +5446,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -5281,19 +5462,19 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] }, { - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "kind": 256, "kindString": "Interface", @@ -5303,14 +5484,14 @@ }, "children": [ { - "id": 659, + "id": 667, "name": "challenge", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 660, + "id": 668, "name": "challenge", "kind": 4096, "kindString": "Call signature", @@ -5320,14 +5501,14 @@ }, "parameters": [ { - "id": 661, + "id": 669, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 579, + "id": 587, "name": "MFAChallengeParams" } } @@ -5337,7 +5518,7 @@ "typeArguments": [ { "type": "reference", - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse" } ], @@ -5349,14 +5530,14 @@ ] }, { - "id": 668, + "id": 676, "name": "challengeAndVerify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 669, + "id": 677, "name": "challengeAndVerify", "kind": 4096, "kindString": "Call signature", @@ -5366,14 +5547,14 @@ }, "parameters": [ { - "id": 670, + "id": 678, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams" } } @@ -5383,7 +5564,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -5395,14 +5576,14 @@ ] }, { - "id": 656, + "id": 664, "name": "enroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 657, + "id": 665, "name": "enroll", "kind": 4096, "kindString": "Call signature", @@ -5413,14 +5594,14 @@ }, "parameters": [ { - "id": 658, + "id": 666, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 566, + "id": 574, "name": "MFAEnrollParams" } } @@ -5430,7 +5611,7 @@ "typeArguments": [ { "type": "reference", - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse" } ], @@ -5442,14 +5623,14 @@ ] }, { - "id": 673, + "id": 681, "name": "getAuthenticatorAssuranceLevel", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 674, + "id": 682, "name": "getAuthenticatorAssuranceLevel", "kind": 4096, "kindString": "Call signature", @@ -5463,7 +5644,7 @@ "typeArguments": [ { "type": "reference", - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" } ], @@ -5475,14 +5656,14 @@ ] }, { - "id": 671, + "id": 679, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 672, + "id": 680, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -5509,7 +5690,7 @@ "typeArguments": [ { "type": "reference", - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse" } ], @@ -5521,14 +5702,14 @@ ] }, { - "id": 665, + "id": 673, "name": "unenroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 666, + "id": 674, "name": "unenroll", "kind": 4096, "kindString": "Call signature", @@ -5538,14 +5719,14 @@ }, "parameters": [ { - "id": 667, + "id": 675, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 571, + "id": 579, "name": "MFAUnenrollParams" } } @@ -5555,7 +5736,7 @@ "typeArguments": [ { "type": "reference", - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse" } ], @@ -5567,14 +5748,14 @@ ] }, { - "id": 662, + "id": 670, "name": "verify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 663, + "id": 671, "name": "verify", "kind": 4096, "kindString": "Call signature", @@ -5584,14 +5765,14 @@ }, "parameters": [ { - "id": 664, + "id": 672, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 574, + "id": 582, "name": "MFAVerifyParams" } } @@ -5601,7 +5782,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -5617,26 +5798,26 @@ { "title": "Methods", "kind": 2048, - "children": [659, 668, 656, 673, 671, 665, 662] + "children": [667, 676, 664, 681, 679, 673, 670] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 759, + "line": 761, "character": 17 } ] }, { - "id": 348, + "id": 355, "name": "Session", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 351, + "id": 358, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -5657,7 +5838,7 @@ } }, { - "id": 354, + "id": 361, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -5680,7 +5861,7 @@ } }, { - "id": 353, + "id": 360, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -5701,7 +5882,7 @@ } }, { - "id": 350, + "id": 357, "name": "provider_refresh_token", "kind": 1024, "kindString": "Property", @@ -5733,7 +5914,7 @@ } }, { - "id": 349, + "id": 356, "name": "provider_token", "kind": 1024, "kindString": "Property", @@ -5765,7 +5946,7 @@ } }, { - "id": 352, + "id": 359, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -5786,7 +5967,7 @@ } }, { - "id": 355, + "id": 362, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -5804,7 +5985,7 @@ } }, { - "id": 356, + "id": 363, "name": "user", "kind": 1024, "kindString": "Property", @@ -5818,7 +5999,7 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -5827,7 +6008,7 @@ { "title": "Properties", "kind": 1024, - "children": [351, 354, 353, 350, 349, 352, 355, 356] + "children": [358, 361, 360, 357, 356, 359, 362, 363] } ], "sources": [ @@ -5839,14 +6020,14 @@ ] }, { - "id": 422, + "id": 429, "name": "Subscription", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 423, + "id": 430, "name": "id", "kind": 1024, "kindString": "Property", @@ -5867,7 +6048,7 @@ } }, { - "id": 424, + "id": 431, "name": "callback", "kind": 2048, "kindString": "Method", @@ -5881,7 +6062,7 @@ ], "signatures": [ { - "id": 425, + "id": 432, "name": "callback", "kind": 4096, "kindString": "Call signature", @@ -5891,19 +6072,19 @@ }, "parameters": [ { - "id": 426, + "id": 433, "name": "event", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent" } }, { - "id": 427, + "id": 434, "name": "session", "kind": 32768, "kindString": "Parameter", @@ -5917,7 +6098,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -5932,7 +6113,7 @@ ] }, { - "id": 428, + "id": 435, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -5946,7 +6127,7 @@ ], "signatures": [ { - "id": 429, + "id": 436, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -5966,12 +6147,12 @@ { "title": "Properties", "kind": 1024, - "children": [423] + "children": [430] }, { "title": "Methods", "kind": 2048, - "children": [424, 428] + "children": [431, 435] } ], "sources": [ @@ -5983,14 +6164,14 @@ ] }, { - "id": 430, + "id": 437, "name": "UpdatableFactorAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 431, + "id": 438, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -6012,7 +6193,7 @@ { "title": "Properties", "kind": 1024, - "children": [431] + "children": [438] } ], "sources": [ @@ -6024,14 +6205,14 @@ ] }, { - "id": 385, + "id": 392, "name": "User", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 395, + "id": 402, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -6051,7 +6232,7 @@ } }, { - "id": 387, + "id": 394, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -6065,12 +6246,12 @@ ], "type": { "type": "reference", - "id": 378, + "id": 385, "name": "UserAppMetadata" } }, { - "id": 389, + "id": 396, "name": "aud", "kind": 1024, "kindString": "Property", @@ -6088,7 +6269,7 @@ } }, { - "id": 390, + "id": 397, "name": "confirmation_sent_at", "kind": 1024, "kindString": "Property", @@ -6108,7 +6289,7 @@ } }, { - "id": 399, + "id": 406, "name": "confirmed_at", "kind": 1024, "kindString": "Property", @@ -6128,7 +6309,7 @@ } }, { - "id": 398, + "id": 405, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -6146,7 +6327,7 @@ } }, { - "id": 396, + "id": 403, "name": "email", "kind": 1024, "kindString": "Property", @@ -6166,7 +6347,7 @@ } }, { - "id": 392, + "id": 399, "name": "email_change_sent_at", "kind": 1024, "kindString": "Property", @@ -6186,7 +6367,7 @@ } }, { - "id": 400, + "id": 407, "name": "email_confirmed_at", "kind": 1024, "kindString": "Property", @@ -6206,7 +6387,7 @@ } }, { - "id": 406, + "id": 413, "name": "factors", "kind": 1024, "kindString": "Property", @@ -6224,13 +6405,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 386, + "id": 393, "name": "id", "kind": 1024, "kindString": "Property", @@ -6248,7 +6429,7 @@ } }, { - "id": 405, + "id": 412, "name": "identities", "kind": 1024, "kindString": "Property", @@ -6266,13 +6447,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 360, + "id": 367, "name": "UserIdentity" } } }, { - "id": 394, + "id": 401, "name": "invited_at", "kind": 1024, "kindString": "Property", @@ -6292,7 +6473,7 @@ } }, { - "id": 402, + "id": 409, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -6312,7 +6493,7 @@ } }, { - "id": 393, + "id": 400, "name": "new_email", "kind": 1024, "kindString": "Property", @@ -6332,7 +6513,7 @@ } }, { - "id": 397, + "id": 404, "name": "phone", "kind": 1024, "kindString": "Property", @@ -6352,7 +6533,7 @@ } }, { - "id": 401, + "id": 408, "name": "phone_confirmed_at", "kind": 1024, "kindString": "Property", @@ -6372,7 +6553,7 @@ } }, { - "id": 391, + "id": 398, "name": "recovery_sent_at", "kind": 1024, "kindString": "Property", @@ -6392,7 +6573,7 @@ } }, { - "id": 403, + "id": 410, "name": "role", "kind": 1024, "kindString": "Property", @@ -6412,7 +6593,7 @@ } }, { - "id": 404, + "id": 411, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -6432,7 +6613,7 @@ } }, { - "id": 388, + "id": 395, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -6446,7 +6627,7 @@ ], "type": { "type": "reference", - "id": 382, + "id": 389, "name": "UserMetadata" } } @@ -6456,8 +6637,8 @@ "title": "Properties", "kind": 1024, "children": [ - 395, 387, 389, 390, 399, 398, 396, 392, 400, 406, 386, 405, 394, 402, 393, 397, 401, - 391, 403, 404, 388 + 402, 394, 396, 397, 406, 405, 403, 399, 407, 413, 393, 412, 401, 409, 400, 404, 408, + 398, 410, 411, 395 ] } ], @@ -6470,14 +6651,14 @@ ] }, { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -6501,7 +6682,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -6512,14 +6693,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -6536,14 +6717,14 @@ } }, { - "id": 407, + "id": 414, "name": "UserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 411, + "id": 418, "name": "data", "kind": 1024, "kindString": "Property", @@ -6567,7 +6748,7 @@ } }, { - "id": 408, + "id": 415, "name": "email", "kind": 1024, "kindString": "Property", @@ -6590,7 +6771,7 @@ } }, { - "id": 410, + "id": 417, "name": "password", "kind": 1024, "kindString": "Property", @@ -6613,7 +6794,7 @@ } }, { - "id": 409, + "id": 416, "name": "phone", "kind": 1024, "kindString": "Property", @@ -6640,7 +6821,7 @@ { "title": "Properties", "kind": 1024, - "children": [411, 408, 410, 409] + "children": [418, 415, 417, 416] } ], "sources": [ @@ -6653,20 +6834,20 @@ "extendedBy": [ { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } ] }, { - "id": 360, + "id": 367, "name": "UserIdentity", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 368, + "id": 375, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -6684,7 +6865,7 @@ } }, { - "id": 361, + "id": 368, "name": "id", "kind": 1024, "kindString": "Property", @@ -6702,7 +6883,7 @@ } }, { - "id": 363, + "id": 370, "name": "identity_data", "kind": 1024, "kindString": "Property", @@ -6717,20 +6898,20 @@ "type": { "type": "reflection", "declaration": { - "id": 364, + "id": 371, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 365, + "id": 372, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 366, + "id": 373, "name": "key", "kind": 32768, "flags": {}, @@ -6749,7 +6930,7 @@ } }, { - "id": 369, + "id": 376, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -6767,7 +6948,7 @@ } }, { - "id": 367, + "id": 374, "name": "provider", "kind": 1024, "kindString": "Property", @@ -6785,7 +6966,7 @@ } }, { - "id": 370, + "id": 377, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -6805,7 +6986,7 @@ } }, { - "id": 362, + "id": 369, "name": "user_id", "kind": 1024, "kindString": "Property", @@ -6827,7 +7008,7 @@ { "title": "Properties", "kind": 1024, - "children": [368, 361, 363, 369, 367, 370, 362] + "children": [375, 368, 370, 376, 374, 377, 369] } ], "sources": [ @@ -6839,7 +7020,7 @@ ] }, { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -6852,14 +7033,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -6876,14 +7057,14 @@ } }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -6894,7 +7075,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -6904,7 +7085,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -6914,21 +7095,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -6941,7 +7122,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -6951,7 +7132,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -6964,7 +7145,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -6978,14 +7159,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -6996,7 +7177,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -7006,7 +7187,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -7017,13 +7198,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType" } } @@ -7032,26 +7213,26 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] }, { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -7061,21 +7242,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -7094,7 +7275,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -7104,7 +7285,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -7117,7 +7298,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -7131,14 +7312,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -7149,7 +7330,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -7159,7 +7340,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -7170,7 +7351,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -7180,7 +7361,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -7191,13 +7372,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType" } } @@ -7206,19 +7387,19 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -7259,14 +7440,14 @@ }, { "type": "reference", - "id": 287, + "id": 294, "name": "AuthChangeEventMFA" } ] } }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -7284,7 +7465,7 @@ } }, { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -7300,21 +7481,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -7325,7 +7506,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -7335,7 +7516,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -7346,7 +7527,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -7360,13 +7541,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -7374,7 +7555,7 @@ } }, { - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse", "kind": 4194304, "kindString": "Type alias", @@ -7390,7 +7571,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 825, + "line": 827, "character": 12 } ], @@ -7400,14 +7581,14 @@ { "type": "reflection", "declaration": { - "id": 676, + "id": 684, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 677, + "id": 685, "name": "data", "kind": 1024, "kindString": "Property", @@ -7415,21 +7596,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 686, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 679, + "id": 687, "name": "id", "kind": 1024, "kindString": "Property", @@ -7440,7 +7621,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 829, + "line": 831, "character": 8 } ], @@ -7454,13 +7635,13 @@ { "title": "Properties", "kind": 1024, - "children": [679] + "children": [687] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 12 } ] @@ -7468,7 +7649,7 @@ } }, { - "id": 680, + "id": 688, "name": "error", "kind": 1024, "kindString": "Property", @@ -7476,7 +7657,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 831, + "line": 833, "character": 6 } ], @@ -7490,13 +7671,13 @@ { "title": "Properties", "kind": 1024, - "children": [677, 680] + "children": [685, 688] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 826, + "line": 828, "character": 4 } ] @@ -7505,14 +7686,14 @@ { "type": "reflection", "declaration": { - "id": 681, + "id": 689, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 682, + "id": 690, "name": "data", "kind": 1024, "kindString": "Property", @@ -7520,7 +7701,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 6 } ], @@ -7530,7 +7711,7 @@ } }, { - "id": 683, + "id": 691, "name": "error", "kind": 1024, "kindString": "Property", @@ -7538,13 +7719,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -7553,13 +7734,13 @@ { "title": "Properties", "kind": 1024, - "children": [682, 683] + "children": [690, 691] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 4 } ] @@ -7569,7 +7750,7 @@ } }, { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -7585,21 +7766,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -7610,7 +7791,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -7624,13 +7805,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -7638,7 +7819,7 @@ } }, { - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -7654,7 +7835,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 849, + "line": 851, "character": 12 } ], @@ -7664,14 +7845,14 @@ { "type": "reflection", "declaration": { - "id": 689, + "id": 697, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 690, + "id": 698, "name": "data", "kind": 1024, "kindString": "Property", @@ -7679,21 +7860,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 699, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 692, + "id": 700, "name": "factors", "kind": 1024, "kindString": "Property", @@ -7704,7 +7885,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 853, + "line": 855, "character": 8 } ], @@ -7712,7 +7893,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -7722,13 +7903,13 @@ { "title": "Properties", "kind": 1024, - "children": [692] + "children": [700] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 12 } ] @@ -7736,7 +7917,7 @@ } }, { - "id": 693, + "id": 701, "name": "error", "kind": 1024, "kindString": "Property", @@ -7744,7 +7925,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 855, + "line": 857, "character": 6 } ], @@ -7758,13 +7939,13 @@ { "title": "Properties", "kind": 1024, - "children": [690, 693] + "children": [698, 701] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 850, + "line": 852, "character": 4 } ] @@ -7773,14 +7954,14 @@ { "type": "reflection", "declaration": { - "id": 694, + "id": 702, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 695, + "id": 703, "name": "data", "kind": 1024, "kindString": "Property", @@ -7788,7 +7969,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 6 } ], @@ -7798,7 +7979,7 @@ } }, { - "id": 696, + "id": 704, "name": "error", "kind": 1024, "kindString": "Property", @@ -7806,13 +7987,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -7821,13 +8002,13 @@ { "title": "Properties", "kind": 1024, - "children": [695, 696] + "children": [703, 704] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 4 } ] @@ -7837,7 +8018,7 @@ } }, { - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse", "kind": 4194304, "kindString": "Type alias", @@ -7845,7 +8026,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 702, + "line": 704, "character": 12 } ], @@ -7855,14 +8036,14 @@ { "type": "reflection", "declaration": { - "id": 624, + "id": 632, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 625, + "id": 633, "name": "data", "kind": 1024, "kindString": "Property", @@ -7870,21 +8051,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 626, + "id": 634, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 628, + "id": 636, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -7895,7 +8076,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 709, + "line": 711, "character": 8 } ], @@ -7905,7 +8086,7 @@ } }, { - "id": 627, + "id": 635, "name": "id", "kind": 1024, "kindString": "Property", @@ -7916,7 +8097,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 706, + "line": 708, "character": 8 } ], @@ -7930,13 +8111,13 @@ { "title": "Properties", "kind": 1024, - "children": [628, 627] + "children": [636, 635] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 12 } ] @@ -7944,7 +8125,7 @@ } }, { - "id": 629, + "id": 637, "name": "error", "kind": 1024, "kindString": "Property", @@ -7952,7 +8133,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 711, + "line": 713, "character": 6 } ], @@ -7966,13 +8147,13 @@ { "title": "Properties", "kind": 1024, - "children": [625, 629] + "children": [633, 637] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 703, + "line": 705, "character": 4 } ] @@ -7981,14 +8162,14 @@ { "type": "reflection", "declaration": { - "id": 630, + "id": 638, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 631, + "id": 639, "name": "data", "kind": 1024, "kindString": "Property", @@ -7996,7 +8177,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 6 } ], @@ -8006,7 +8187,7 @@ } }, { - "id": 632, + "id": 640, "name": "error", "kind": 1024, "kindString": "Property", @@ -8014,13 +8195,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -8029,13 +8210,13 @@ { "title": "Properties", "kind": 1024, - "children": [631, 632] + "children": [639, 640] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 4 } ] @@ -8045,7 +8226,7 @@ } }, { - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -8053,7 +8234,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 659, + "line": 661, "character": 12 } ], @@ -8063,14 +8244,14 @@ { "type": "reflection", "declaration": { - "id": 600, + "id": 608, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 601, + "id": 609, "name": "data", "kind": 1024, "kindString": "Property", @@ -8078,21 +8259,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 602, + "id": 610, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 603, + "id": 611, "name": "id", "kind": 1024, "kindString": "Property", @@ -8103,7 +8284,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 663, + "line": 665, "character": 8 } ], @@ -8113,7 +8294,7 @@ } }, { - "id": 605, + "id": 613, "name": "totp", "kind": 1024, "kindString": "Property", @@ -8124,21 +8305,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 606, + "id": 614, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 607, + "id": 615, "name": "qr_code", "kind": 1024, "kindString": "Property", @@ -8149,7 +8330,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 673, + "line": 675, "character": 10 } ], @@ -8159,7 +8340,7 @@ } }, { - "id": 608, + "id": 616, "name": "secret", "kind": 1024, "kindString": "Property", @@ -8170,7 +8351,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 678, + "line": 680, "character": 10 } ], @@ -8180,7 +8361,7 @@ } }, { - "id": 609, + "id": 617, "name": "uri", "kind": 1024, "kindString": "Property", @@ -8191,7 +8372,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 682, + "line": 684, "character": 10 } ], @@ -8205,13 +8386,13 @@ { "title": "Properties", "kind": 1024, - "children": [607, 608, 609] + "children": [615, 616, 617] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 14 } ] @@ -8219,7 +8400,7 @@ } }, { - "id": 604, + "id": 612, "name": "type", "kind": 1024, "kindString": "Property", @@ -8230,7 +8411,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 666, + "line": 668, "character": 8 } ], @@ -8244,13 +8425,13 @@ { "title": "Properties", "kind": 1024, - "children": [603, 605, 604] + "children": [611, 613, 612] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 12 } ] @@ -8258,7 +8439,7 @@ } }, { - "id": 610, + "id": 618, "name": "error", "kind": 1024, "kindString": "Property", @@ -8266,7 +8447,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 685, + "line": 687, "character": 6 } ], @@ -8280,13 +8461,13 @@ { "title": "Properties", "kind": 1024, - "children": [601, 610] + "children": [609, 618] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 660, + "line": 662, "character": 4 } ] @@ -8295,14 +8476,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 619, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 612, + "id": 620, "name": "data", "kind": 1024, "kindString": "Property", @@ -8310,7 +8491,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 688, + "line": 690, "character": 6 } ], @@ -8320,7 +8501,7 @@ } }, { - "id": 613, + "id": 621, "name": "error", "kind": 1024, "kindString": "Property", @@ -8328,13 +8509,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 689, + "line": 691, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -8343,13 +8524,13 @@ { "title": "Properties", "kind": 1024, - "children": [612, 613] + "children": [620, 621] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 687, + "line": 689, "character": 4 } ] @@ -8359,7 +8540,7 @@ } }, { - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "kind": 4194304, "kindString": "Type alias", @@ -8367,7 +8548,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 730, + "line": 732, "character": 12 } ], @@ -8377,14 +8558,14 @@ { "type": "reflection", "declaration": { - "id": 645, + "id": 653, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 646, + "id": 654, "name": "data", "kind": 1024, "kindString": "Property", @@ -8392,21 +8573,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 647, + "id": 655, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 650, + "id": 658, "name": "currentAuthenticationMethods", "kind": 1024, "kindString": "Property", @@ -8417,7 +8598,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 749, + "line": 751, "character": 8 } ], @@ -8425,13 +8606,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 357, + "id": 364, "name": "AMREntry" } } }, { - "id": 648, + "id": 656, "name": "currentLevel", "kind": 1024, "kindString": "Property", @@ -8442,7 +8623,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 734, + "line": 736, "character": 8 } ], @@ -8451,7 +8632,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -8462,7 +8643,7 @@ } }, { - "id": 649, + "id": 657, "name": "nextLevel", "kind": 1024, "kindString": "Property", @@ -8479,7 +8660,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 742, + "line": 744, "character": 8 } ], @@ -8488,7 +8669,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -8503,13 +8684,13 @@ { "title": "Properties", "kind": 1024, - "children": [650, 648, 649] + "children": [658, 656, 657] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 12 } ] @@ -8517,7 +8698,7 @@ } }, { - "id": 651, + "id": 659, "name": "error", "kind": 1024, "kindString": "Property", @@ -8525,7 +8706,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 751, + "line": 753, "character": 6 } ], @@ -8539,13 +8720,13 @@ { "title": "Properties", "kind": 1024, - "children": [646, 651] + "children": [654, 659] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 731, + "line": 733, "character": 4 } ] @@ -8554,14 +8735,14 @@ { "type": "reflection", "declaration": { - "id": 652, + "id": 660, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 653, + "id": 661, "name": "data", "kind": 1024, "kindString": "Property", @@ -8569,7 +8750,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 6 } ], @@ -8579,7 +8760,7 @@ } }, { - "id": 654, + "id": 662, "name": "error", "kind": 1024, "kindString": "Property", @@ -8587,13 +8768,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -8602,13 +8783,13 @@ { "title": "Properties", "kind": 1024, - "children": [653, 654] + "children": [661, 662] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 4 } ] @@ -8618,7 +8799,7 @@ } }, { - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -8626,7 +8807,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 715, + "line": 717, "character": 12 } ], @@ -8636,14 +8817,14 @@ { "type": "reflection", "declaration": { - "id": 634, + "id": 642, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 635, + "id": 643, "name": "data", "kind": 1024, "kindString": "Property", @@ -8651,21 +8832,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 636, + "id": 644, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 637, + "id": 645, "name": "all", "kind": 1024, "kindString": "Property", @@ -8676,7 +8857,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 719, + "line": 721, "character": 8 } ], @@ -8684,13 +8865,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 638, + "id": 646, "name": "totp", "kind": 1024, "kindString": "Property", @@ -8701,7 +8882,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 722, + "line": 724, "character": 8 } ], @@ -8709,7 +8890,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -8719,13 +8900,13 @@ { "title": "Properties", "kind": 1024, - "children": [637, 638] + "children": [645, 646] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 12 } ] @@ -8733,7 +8914,7 @@ } }, { - "id": 639, + "id": 647, "name": "error", "kind": 1024, "kindString": "Property", @@ -8741,7 +8922,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 724, + "line": 726, "character": 6 } ], @@ -8755,13 +8936,13 @@ { "title": "Properties", "kind": 1024, - "children": [635, 639] + "children": [643, 647] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 716, + "line": 718, "character": 4 } ] @@ -8770,14 +8951,14 @@ { "type": "reflection", "declaration": { - "id": 640, + "id": 648, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 641, + "id": 649, "name": "data", "kind": 1024, "kindString": "Property", @@ -8785,7 +8966,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 6 } ], @@ -8795,7 +8976,7 @@ } }, { - "id": 642, + "id": 650, "name": "error", "kind": 1024, "kindString": "Property", @@ -8803,13 +8984,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -8818,13 +8999,13 @@ { "title": "Properties", "kind": 1024, - "children": [641, 642] + "children": [649, 650] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 4 } ] @@ -8834,7 +9015,7 @@ } }, { - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -8842,7 +9023,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 692, + "line": 694, "character": 12 } ], @@ -8852,14 +9033,14 @@ { "type": "reflection", "declaration": { - "id": 615, + "id": 623, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 616, + "id": 624, "name": "data", "kind": 1024, "kindString": "Property", @@ -8867,21 +9048,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 617, + "id": 625, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 618, + "id": 626, "name": "id", "kind": 1024, "kindString": "Property", @@ -8892,7 +9073,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 696, + "line": 698, "character": 8 } ], @@ -8906,13 +9087,13 @@ { "title": "Properties", "kind": 1024, - "children": [618] + "children": [626] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 12 } ] @@ -8920,7 +9101,7 @@ } }, { - "id": 619, + "id": 627, "name": "error", "kind": 1024, "kindString": "Property", @@ -8928,7 +9109,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 698, + "line": 700, "character": 6 } ], @@ -8942,13 +9123,13 @@ { "title": "Properties", "kind": 1024, - "children": [616, 619] + "children": [624, 627] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 693, + "line": 695, "character": 4 } ] @@ -8957,14 +9138,14 @@ { "type": "reflection", "declaration": { - "id": 620, + "id": 628, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 621, + "id": 629, "name": "data", "kind": 1024, "kindString": "Property", @@ -8972,7 +9153,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 6 } ], @@ -8982,7 +9163,7 @@ } }, { - "id": 622, + "id": 630, "name": "error", "kind": 1024, "kindString": "Property", @@ -8990,13 +9171,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -9005,13 +9186,13 @@ { "title": "Properties", "kind": 1024, - "children": [621, 622] + "children": [629, 630] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 4 } ] @@ -9021,7 +9202,7 @@ } }, { - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse", "kind": 4194304, "kindString": "Type alias", @@ -9029,7 +9210,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 634, + "line": 636, "character": 12 } ], @@ -9039,14 +9220,14 @@ { "type": "reflection", "declaration": { - "id": 587, + "id": 595, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 588, + "id": 596, "name": "data", "kind": 1024, "kindString": "Property", @@ -9054,21 +9235,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 589, + "id": 597, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 590, + "id": 598, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -9079,7 +9260,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 638, + "line": 640, "character": 8 } ], @@ -9089,7 +9270,7 @@ } }, { - "id": 592, + "id": 600, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -9100,7 +9281,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 644, + "line": 646, "character": 8 } ], @@ -9110,7 +9291,7 @@ } }, { - "id": 593, + "id": 601, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -9121,7 +9302,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 647, + "line": 649, "character": 8 } ], @@ -9131,7 +9312,7 @@ } }, { - "id": 591, + "id": 599, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -9142,7 +9323,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 641, + "line": 643, "character": 8 } ], @@ -9152,7 +9333,7 @@ } }, { - "id": 594, + "id": 602, "name": "user", "kind": 1024, "kindString": "Property", @@ -9163,13 +9344,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 650, + "line": 652, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -9178,13 +9359,13 @@ { "title": "Properties", "kind": 1024, - "children": [590, 592, 593, 591, 594] + "children": [598, 600, 601, 599, 602] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 12 } ] @@ -9192,7 +9373,7 @@ } }, { - "id": 595, + "id": 603, "name": "error", "kind": 1024, "kindString": "Property", @@ -9200,7 +9381,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 652, + "line": 654, "character": 6 } ], @@ -9214,13 +9395,13 @@ { "title": "Properties", "kind": 1024, - "children": [588, 595] + "children": [596, 603] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 635, + "line": 637, "character": 4 } ] @@ -9229,14 +9410,14 @@ { "type": "reflection", "declaration": { - "id": 596, + "id": 604, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 597, + "id": 605, "name": "data", "kind": 1024, "kindString": "Property", @@ -9244,7 +9425,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 655, + "line": 657, "character": 6 } ], @@ -9254,7 +9435,7 @@ } }, { - "id": 598, + "id": 606, "name": "error", "kind": 1024, "kindString": "Property", @@ -9262,13 +9443,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 656, + "line": 658, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -9277,13 +9458,13 @@ { "title": "Properties", "kind": 1024, - "children": [597, 598] + "children": [605, 606] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 654, + "line": 656, "character": 4 } ] @@ -9293,7 +9474,7 @@ } }, { - "id": 302, + "id": 309, "name": "AuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -9311,14 +9492,14 @@ { "type": "reflection", "declaration": { - "id": 303, + "id": 310, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 311, "name": "data", "kind": 1024, "kindString": "Property", @@ -9333,14 +9514,14 @@ "type": { "type": "reflection", "declaration": { - "id": 305, + "id": 312, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 307, + "id": 314, "name": "session", "kind": 1024, "kindString": "Property", @@ -9357,7 +9538,7 @@ "types": [ { "type": "reference", - "id": 348, + "id": 355, "name": "Session" }, { @@ -9368,7 +9549,7 @@ } }, { - "id": 306, + "id": 313, "name": "user", "kind": 1024, "kindString": "Property", @@ -9385,7 +9566,7 @@ "types": [ { "type": "reference", - "id": 385, + "id": 392, "name": "User" }, { @@ -9400,7 +9581,7 @@ { "title": "Properties", "kind": 1024, - "children": [307, 306] + "children": [314, 313] } ], "sources": [ @@ -9414,7 +9595,7 @@ } }, { - "id": 308, + "id": 315, "name": "error", "kind": 1024, "kindString": "Property", @@ -9436,7 +9617,7 @@ { "title": "Properties", "kind": 1024, - "children": [304, 308] + "children": [311, 315] } ], "sources": [ @@ -9451,14 +9632,14 @@ { "type": "reflection", "declaration": { - "id": 309, + "id": 316, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 310, + "id": 317, "name": "data", "kind": 1024, "kindString": "Property", @@ -9473,14 +9654,14 @@ "type": { "type": "reflection", "declaration": { - "id": 311, + "id": 318, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 313, + "id": 320, "name": "session", "kind": 1024, "kindString": "Property", @@ -9498,7 +9679,7 @@ } }, { - "id": 312, + "id": 319, "name": "user", "kind": 1024, "kindString": "Property", @@ -9520,7 +9701,7 @@ { "title": "Properties", "kind": 1024, - "children": [313, 312] + "children": [320, 319] } ], "sources": [ @@ -9534,7 +9715,7 @@ } }, { - "id": 314, + "id": 321, "name": "error", "kind": 1024, "kindString": "Property", @@ -9548,7 +9729,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -9557,7 +9738,7 @@ { "title": "Properties", "kind": 1024, - "children": [310, 314] + "children": [317, 321] } ], "sources": [ @@ -9573,7 +9754,7 @@ } }, { - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels", "kind": 4194304, "kindString": "Type alias", @@ -9581,7 +9762,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 728, + "line": 730, "character": 12 } ], @@ -9600,7 +9781,7 @@ } }, { - "id": 711, + "id": 719, "name": "CallRefreshTokenResult", "kind": 4194304, "kindString": "Type alias", @@ -9608,7 +9789,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 903, + "line": 905, "character": 12 } ], @@ -9618,14 +9799,14 @@ { "type": "reflection", "declaration": { - "id": 712, + "id": 720, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 714, + "id": 722, "name": "error", "kind": 1024, "kindString": "Property", @@ -9633,7 +9814,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 906, + "line": 908, "character": 6 } ], @@ -9643,7 +9824,7 @@ } }, { - "id": 713, + "id": 721, "name": "session", "kind": 1024, "kindString": "Property", @@ -9651,13 +9832,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 905, + "line": 907, "character": 6 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -9666,13 +9847,13 @@ { "title": "Properties", "kind": 1024, - "children": [714, 713] + "children": [722, 721] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 904, + "line": 906, "character": 4 } ] @@ -9681,14 +9862,14 @@ { "type": "reflection", "declaration": { - "id": 715, + "id": 723, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 717, + "id": 725, "name": "error", "kind": 1024, "kindString": "Property", @@ -9696,18 +9877,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 910, + "line": 912, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } }, { - "id": 716, + "id": 724, "name": "session", "kind": 1024, "kindString": "Property", @@ -9715,7 +9896,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 909, + "line": 911, "character": 6 } ], @@ -9729,13 +9910,13 @@ { "title": "Properties", "kind": 1024, - "children": [717, 716] + "children": [725, 724] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 908, + "line": 910, "character": 4 } ] @@ -9745,7 +9926,7 @@ } }, { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -9753,7 +9934,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -9784,7 +9965,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -9792,21 +9973,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -9817,7 +9998,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -9827,7 +10008,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -9838,7 +10019,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -9848,7 +10029,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -9858,7 +10039,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -9867,7 +10048,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -9881,7 +10062,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -9889,7 +10070,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -9912,13 +10093,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -9926,7 +10107,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -9934,21 +10115,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -9959,7 +10140,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -9969,7 +10150,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -9979,7 +10160,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -9988,7 +10169,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -10011,7 +10192,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -10019,7 +10200,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -10042,13 +10223,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -10056,7 +10237,7 @@ } }, { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -10064,7 +10245,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -10073,29 +10254,29 @@ "types": [ { "type": "reference", - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams" }, { "type": "reference", - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams" }, { "type": "reference", - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams" }, { "type": "reference", - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams" } ] } }, { - "id": 558, + "id": 566, "name": "GenerateLinkProperties", "kind": 4194304, "kindString": "Type alias", @@ -10106,21 +10287,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 559, + "id": 567, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 560, + "id": 568, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -10131,7 +10312,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 573, + "line": 575, "character": 2 } ], @@ -10141,7 +10322,7 @@ } }, { - "id": 561, + "id": 569, "name": "email_otp", "kind": 1024, "kindString": "Property", @@ -10152,7 +10333,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 578, + "line": 580, "character": 2 } ], @@ -10162,7 +10343,7 @@ } }, { - "id": 562, + "id": 570, "name": "hashed_token", "kind": 1024, "kindString": "Property", @@ -10173,7 +10354,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 582, + "line": 584, "character": 2 } ], @@ -10183,7 +10364,7 @@ } }, { - "id": 563, + "id": 571, "name": "redirect_to", "kind": 1024, "kindString": "Property", @@ -10194,7 +10375,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 584, + "line": 586, "character": 2 } ], @@ -10204,7 +10385,7 @@ } }, { - "id": 564, + "id": 572, "name": "verification_type", "kind": 1024, "kindString": "Property", @@ -10215,13 +10396,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 586, + "line": 588, "character": 2 } ], "type": { "type": "reference", - "id": 565, + "id": 573, "name": "GenerateLinkType" } } @@ -10230,13 +10411,13 @@ { "title": "Properties", "kind": 1024, - "children": [560, 561, 562, 563, 564] + "children": [568, 569, 570, 571, 572] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 37 } ] @@ -10244,7 +10425,7 @@ } }, { - "id": 545, + "id": 553, "name": "GenerateLinkResponse", "kind": 4194304, "kindString": "Type alias", @@ -10252,7 +10433,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 551, + "line": 553, "character": 12 } ], @@ -10262,14 +10443,14 @@ { "type": "reflection", "declaration": { - "id": 546, + "id": 554, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 547, + "id": 555, "name": "data", "kind": 1024, "kindString": "Property", @@ -10277,21 +10458,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 548, + "id": 556, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 549, + "id": 557, "name": "properties", "kind": 1024, "kindString": "Property", @@ -10299,18 +10480,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 554, + "line": 556, "character": 8 } ], "type": { "type": "reference", - "id": 558, + "id": 566, "name": "GenerateLinkProperties" } }, { - "id": 550, + "id": 558, "name": "user", "kind": 1024, "kindString": "Property", @@ -10318,13 +10499,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 555, + "line": 557, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -10333,13 +10514,13 @@ { "title": "Properties", "kind": 1024, - "children": [549, 550] + "children": [557, 558] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 12 } ] @@ -10347,7 +10528,7 @@ } }, { - "id": 551, + "id": 559, "name": "error", "kind": 1024, "kindString": "Property", @@ -10355,7 +10536,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 557, + "line": 559, "character": 6 } ], @@ -10369,13 +10550,13 @@ { "title": "Properties", "kind": 1024, - "children": [547, 551] + "children": [555, 559] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 552, + "line": 554, "character": 4 } ] @@ -10384,14 +10565,14 @@ { "type": "reflection", "declaration": { - "id": 552, + "id": 560, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 553, + "id": 561, "name": "data", "kind": 1024, "kindString": "Property", @@ -10399,21 +10580,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 562, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 555, + "id": 563, "name": "properties", "kind": 1024, "kindString": "Property", @@ -10421,7 +10602,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 561, + "line": 563, "character": 8 } ], @@ -10431,7 +10612,7 @@ } }, { - "id": 556, + "id": 564, "name": "user", "kind": 1024, "kindString": "Property", @@ -10439,7 +10620,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 562, + "line": 564, "character": 8 } ], @@ -10453,13 +10634,13 @@ { "title": "Properties", "kind": 1024, - "children": [555, 556] + "children": [563, 564] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 12 } ] @@ -10467,7 +10648,7 @@ } }, { - "id": 557, + "id": 565, "name": "error", "kind": 1024, "kindString": "Property", @@ -10475,13 +10656,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 564, + "line": 566, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -10490,13 +10671,13 @@ { "title": "Properties", "kind": 1024, - "children": [553, 557] + "children": [561, 565] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 559, + "line": 561, "character": 4 } ] @@ -10506,7 +10687,7 @@ } }, { - "id": 565, + "id": 573, "name": "GenerateLinkType", "kind": 4194304, "kindString": "Type alias", @@ -10514,7 +10695,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 589, + "line": 591, "character": 12 } ], @@ -10549,7 +10730,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -10557,21 +10738,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -10582,7 +10763,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -10592,7 +10773,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -10602,7 +10783,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -10611,7 +10792,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -10625,7 +10806,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -10633,7 +10814,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -10647,13 +10828,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -10661,7 +10842,7 @@ } }, { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -10669,21 +10850,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -10691,7 +10872,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -10701,7 +10882,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -10711,7 +10892,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -10720,7 +10901,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -10743,7 +10924,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -10751,7 +10932,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -10761,7 +10942,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -10769,7 +10950,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -10783,13 +10964,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -10797,7 +10978,7 @@ } }, { - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -10812,14 +10993,14 @@ "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 297, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 305, "name": "autoRefreshToken", "kind": 1024, "kindString": "Property", @@ -10839,7 +11020,7 @@ } }, { - "id": 297, + "id": 304, "name": "detectSessionInUrl", "kind": 1024, "kindString": "Property", @@ -10859,7 +11040,7 @@ } }, { - "id": 301, + "id": 308, "name": "fetch", "kind": 1024, "kindString": "Property", @@ -10879,7 +11060,7 @@ } }, { - "id": 292, + "id": 299, "name": "headers", "kind": 1024, "kindString": "Property", @@ -10896,7 +11077,7 @@ "type": { "type": "reflection", "declaration": { - "id": 293, + "id": 300, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -10909,14 +11090,14 @@ } ], "indexSignature": { - "id": 294, + "id": 301, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 295, + "id": 302, "name": "key", "kind": 32768, "flags": {}, @@ -10935,7 +11116,7 @@ } }, { - "id": 299, + "id": 306, "name": "persistSession", "kind": 1024, "kindString": "Property", @@ -10955,7 +11136,7 @@ } }, { - "id": 300, + "id": 307, "name": "storage", "kind": 1024, "kindString": "Property", @@ -10971,12 +11152,12 @@ ], "type": { "type": "reference", - "id": 707, + "id": 715, "name": "SupportedStorage" } }, { - "id": 296, + "id": 303, "name": "storageKey", "kind": 1024, "kindString": "Property", @@ -10996,7 +11177,7 @@ } }, { - "id": 291, + "id": 298, "name": "url", "kind": 1024, "kindString": "Property", @@ -11020,7 +11201,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 297, 301, 292, 299, 300, 296, 291] + "children": [305, 304, 308, 299, 306, 307, 303, 298] } ], "sources": [ @@ -11034,7 +11215,7 @@ } }, { - "id": 708, + "id": 716, "name": "InitializeResult", "kind": 4194304, "kindString": "Type alias", @@ -11042,21 +11223,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 717, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 710, + "id": 718, "name": "error", "kind": 1024, "kindString": "Property", @@ -11064,7 +11245,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 33 } ], @@ -11073,7 +11254,7 @@ "types": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, { @@ -11088,13 +11269,13 @@ { "title": "Properties", "kind": 1024, - "children": [710] + "children": [718] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 31 } ] @@ -11102,7 +11283,7 @@ } }, { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -11110,21 +11291,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -11135,7 +11316,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -11145,7 +11326,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -11156,7 +11337,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -11170,13 +11351,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -11184,7 +11365,7 @@ } }, { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -11192,21 +11373,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -11217,7 +11398,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -11231,13 +11412,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -11245,7 +11426,7 @@ } }, { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -11253,21 +11434,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -11278,7 +11459,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -11288,7 +11469,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -11301,7 +11482,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -11311,7 +11492,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -11324,7 +11505,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -11338,13 +11519,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -11352,7 +11533,7 @@ } }, { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -11360,21 +11541,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -11385,7 +11566,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -11399,13 +11580,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -11413,7 +11594,7 @@ } }, { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -11421,21 +11602,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -11446,7 +11627,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -11456,7 +11637,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -11467,7 +11648,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -11477,7 +11658,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -11488,7 +11669,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -11502,13 +11683,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -11516,7 +11697,7 @@ } }, { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -11524,7 +11705,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -11543,7 +11724,7 @@ } }, { - "id": 315, + "id": 322, "name": "OAuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -11561,14 +11742,14 @@ { "type": "reflection", "declaration": { - "id": 316, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 317, + "id": 324, "name": "data", "kind": 1024, "kindString": "Property", @@ -11583,14 +11764,14 @@ "type": { "type": "reflection", "declaration": { - "id": 318, + "id": 325, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 319, + "id": 326, "name": "provider", "kind": 1024, "kindString": "Property", @@ -11604,12 +11785,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 320, + "id": 327, "name": "url", "kind": 1024, "kindString": "Property", @@ -11631,7 +11812,7 @@ { "title": "Properties", "kind": 1024, - "children": [319, 320] + "children": [326, 327] } ], "sources": [ @@ -11645,7 +11826,7 @@ } }, { - "id": 321, + "id": 328, "name": "error", "kind": 1024, "kindString": "Property", @@ -11667,7 +11848,7 @@ { "title": "Properties", "kind": 1024, - "children": [317, 321] + "children": [324, 328] } ], "sources": [ @@ -11682,14 +11863,14 @@ { "type": "reflection", "declaration": { - "id": 322, + "id": 329, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 323, + "id": 330, "name": "data", "kind": 1024, "kindString": "Property", @@ -11704,14 +11885,14 @@ "type": { "type": "reflection", "declaration": { - "id": 324, + "id": 331, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 325, + "id": 332, "name": "provider", "kind": 1024, "kindString": "Property", @@ -11725,12 +11906,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 326, + "id": 333, "name": "url", "kind": 1024, "kindString": "Property", @@ -11752,7 +11933,7 @@ { "title": "Properties", "kind": 1024, - "children": [325, 326] + "children": [332, 333] } ], "sources": [ @@ -11766,7 +11947,7 @@ } }, { - "id": 327, + "id": 334, "name": "error", "kind": 1024, "kindString": "Property", @@ -11780,7 +11961,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -11789,7 +11970,7 @@ { "title": "Properties", "kind": 1024, - "children": [323, 327] + "children": [330, 334] } ], "sources": [ @@ -11805,7 +11986,7 @@ } }, { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -11813,21 +11994,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -11840,7 +12021,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -11850,7 +12031,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -11863,7 +12044,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -11877,13 +12058,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -11891,7 +12072,7 @@ } }, { - "id": 718, + "id": 726, "name": "Pagination", "kind": 4194304, "kindString": "Type alias", @@ -11899,21 +12080,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 719, + "id": 727, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 721, + "id": 729, "name": "lastPage", "kind": 1024, "kindString": "Property", @@ -11921,7 +12102,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 916, + "line": 918, "character": 2 } ], @@ -11931,7 +12112,7 @@ } }, { - "id": 720, + "id": 728, "name": "nextPage", "kind": 1024, "kindString": "Property", @@ -11939,7 +12120,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 915, + "line": 917, "character": 2 } ], @@ -11958,7 +12139,7 @@ } }, { - "id": 722, + "id": 730, "name": "total", "kind": 1024, "kindString": "Property", @@ -11966,7 +12147,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 917, + "line": 919, "character": 2 } ], @@ -11980,25 +12161,25 @@ { "title": "Properties", "kind": 1024, - "children": [721, 720, 722] + "children": [729, 728, 730] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 25 } ], "indexSignature": { - "id": 723, + "id": 731, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 724, + "id": 732, "name": "key", "kind": 32768, "flags": {}, @@ -12017,7 +12198,7 @@ } }, { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -12103,7 +12284,7 @@ } }, { - "id": 328, + "id": 335, "name": "SSOResponse", "kind": 4194304, "kindString": "Type alias", @@ -12121,14 +12302,14 @@ { "type": "reflection", "declaration": { - "id": 329, + "id": 336, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 330, + "id": 337, "name": "data", "kind": 1024, "kindString": "Property", @@ -12143,14 +12324,14 @@ "type": { "type": "reflection", "declaration": { - "id": 331, + "id": 338, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 332, + "id": 339, "name": "url", "kind": 1024, "kindString": "Property", @@ -12175,7 +12356,7 @@ { "title": "Properties", "kind": 1024, - "children": [332] + "children": [339] } ], "sources": [ @@ -12189,7 +12370,7 @@ } }, { - "id": 333, + "id": 340, "name": "error", "kind": 1024, "kindString": "Property", @@ -12211,7 +12392,7 @@ { "title": "Properties", "kind": 1024, - "children": [330, 333] + "children": [337, 340] } ], "sources": [ @@ -12226,14 +12407,14 @@ { "type": "reflection", "declaration": { - "id": 334, + "id": 341, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 335, + "id": 342, "name": "data", "kind": 1024, "kindString": "Property", @@ -12251,7 +12432,7 @@ } }, { - "id": 336, + "id": 343, "name": "error", "kind": 1024, "kindString": "Property", @@ -12265,7 +12446,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -12274,7 +12455,7 @@ { "title": "Properties", "kind": 1024, - "children": [335, 336] + "children": [342, 343] } ], "sources": [ @@ -12290,7 +12471,7 @@ } }, { - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "kind": 4194304, "kindString": "Type alias", @@ -12305,14 +12486,14 @@ "type": { "type": "reflection", "declaration": { - "id": 480, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 482, + "id": 489, "name": "options", "kind": 1024, "kindString": "Property", @@ -12329,14 +12510,14 @@ "type": { "type": "reflection", "declaration": { - "id": 483, + "id": 490, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 486, + "id": 493, "name": "queryParams", "kind": 1024, "kindString": "Property", @@ -12356,7 +12537,7 @@ "type": { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -12369,14 +12550,14 @@ } ], "indexSignature": { - "id": 488, + "id": 495, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 489, + "id": 496, "name": "key", "kind": 32768, "flags": {}, @@ -12395,7 +12576,7 @@ } }, { - "id": 484, + "id": 491, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -12418,7 +12599,7 @@ } }, { - "id": 485, + "id": 492, "name": "scopes", "kind": 1024, "kindString": "Property", @@ -12439,13 +12620,36 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 497, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 444, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", "kind": 1024, - "children": [486, 484, 485] + "children": [493, 491, 492, 497] } ], "sources": [ @@ -12459,7 +12663,7 @@ } }, { - "id": 481, + "id": 488, "name": "provider", "kind": 1024, "kindString": "Property", @@ -12476,7 +12680,7 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } } @@ -12485,7 +12689,7 @@ { "title": "Properties", "kind": 1024, - "children": [482, 481] + "children": [489, 488] } ], "sources": [ @@ -12499,7 +12703,7 @@ } }, { - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -12517,14 +12721,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "email", "kind": 1024, "kindString": "Property", @@ -12545,7 +12749,7 @@ } }, { - "id": 452, + "id": 459, "name": "options", "kind": 1024, "kindString": "Property", @@ -12562,14 +12766,14 @@ "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 455, + "id": 462, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -12592,7 +12796,7 @@ } }, { - "id": 454, + "id": 461, "name": "data", "kind": 1024, "kindString": "Property", @@ -12620,7 +12824,7 @@ { "title": "Properties", "kind": 1024, - "children": [455, 454] + "children": [462, 461] } ], "sources": [ @@ -12634,7 +12838,7 @@ } }, { - "id": 451, + "id": 458, "name": "password", "kind": 1024, "kindString": "Property", @@ -12659,7 +12863,7 @@ { "title": "Properties", "kind": 1024, - "children": [450, 452, 451] + "children": [457, 459, 458] } ], "sources": [ @@ -12674,14 +12878,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 459, + "id": 466, "name": "options", "kind": 1024, "kindString": "Property", @@ -12698,14 +12902,14 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 462, + "id": 469, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -12728,7 +12932,7 @@ } }, { - "id": 461, + "id": 468, "name": "data", "kind": 1024, "kindString": "Property", @@ -12756,7 +12960,7 @@ { "title": "Properties", "kind": 1024, - "children": [462, 461] + "children": [469, 468] } ], "sources": [ @@ -12770,7 +12974,7 @@ } }, { - "id": 458, + "id": 465, "name": "password", "kind": 1024, "kindString": "Property", @@ -12791,7 +12995,7 @@ } }, { - "id": 457, + "id": 464, "name": "phone", "kind": 1024, "kindString": "Property", @@ -12816,7 +13020,7 @@ { "title": "Properties", "kind": 1024, - "children": [459, 458, 457] + "children": [466, 465, 464] } ], "sources": [ @@ -12832,7 +13036,7 @@ } }, { - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "kind": 4194304, "kindString": "Type alias", @@ -12850,14 +13054,14 @@ { "type": "reflection", "declaration": { - "id": 464, + "id": 471, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 465, + "id": 472, "name": "email", "kind": 1024, "kindString": "Property", @@ -12878,7 +13082,7 @@ } }, { - "id": 466, + "id": 473, "name": "options", "kind": 1024, "kindString": "Property", @@ -12895,14 +13099,14 @@ "type": { "type": "reflection", "declaration": { - "id": 467, + "id": 474, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 471, + "id": 478, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -12925,7 +13129,7 @@ } }, { - "id": 470, + "id": 477, "name": "data", "kind": 1024, "kindString": "Property", @@ -12949,7 +13153,7 @@ } }, { - "id": 468, + "id": 475, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -12972,7 +13176,7 @@ } }, { - "id": 469, + "id": 476, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -12999,7 +13203,7 @@ { "title": "Properties", "kind": 1024, - "children": [471, 470, 468, 469] + "children": [478, 477, 475, 476] } ], "sources": [ @@ -13017,7 +13221,7 @@ { "title": "Properties", "kind": 1024, - "children": [465, 466] + "children": [472, 473] } ], "sources": [ @@ -13032,14 +13236,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 479, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 474, + "id": 481, "name": "options", "kind": 1024, "kindString": "Property", @@ -13056,14 +13260,14 @@ "type": { "type": "reflection", "declaration": { - "id": 475, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 478, + "id": 485, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -13086,7 +13290,7 @@ } }, { - "id": 477, + "id": 484, "name": "data", "kind": 1024, "kindString": "Property", @@ -13110,7 +13314,7 @@ } }, { - "id": 476, + "id": 483, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -13137,7 +13341,7 @@ { "title": "Properties", "kind": 1024, - "children": [478, 477, 476] + "children": [485, 484, 483] } ], "sources": [ @@ -13151,7 +13355,7 @@ } }, { - "id": 473, + "id": 480, "name": "phone", "kind": 1024, "kindString": "Property", @@ -13176,7 +13380,7 @@ { "title": "Properties", "kind": 1024, - "children": [474, 473] + "children": [481, 480] } ], "sources": [ @@ -13192,7 +13396,7 @@ } }, { - "id": 509, + "id": 517, "name": "SignInWithSSO", "kind": 4194304, "kindString": "Type alias", @@ -13200,7 +13404,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 12 } ], @@ -13210,14 +13414,14 @@ { "type": "reflection", "declaration": { - "id": 510, + "id": 518, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 511, + "id": 519, "name": "options", "kind": 1024, "kindString": "Property", @@ -13227,21 +13431,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 512, + "id": 520, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 514, + "id": 522, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -13254,7 +13458,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 489, + "line": 491, "character": 4 } ], @@ -13264,7 +13468,7 @@ } }, { - "id": 513, + "id": 521, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -13277,7 +13481,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 487, + "line": 489, "character": 4 } ], @@ -13291,13 +13495,13 @@ { "title": "Properties", "kind": 1024, - "children": [514, 513] + "children": [522, 521] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 12 } ] @@ -13309,13 +13513,13 @@ { "title": "Properties", "kind": 1024, - "children": [511] + "children": [519] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 28 } ] @@ -13327,14 +13531,14 @@ { "type": "reflection", "declaration": { - "id": 515, + "id": 523, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 516, + "id": 524, "name": "providerId", "kind": 1024, "kindString": "Property", @@ -13345,7 +13549,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 494, + "line": 496, "character": 6 } ], @@ -13359,13 +13563,13 @@ { "title": "Properties", "kind": 1024, - "children": [516] + "children": [524] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 492, + "line": 494, "character": 4 } ] @@ -13374,14 +13578,14 @@ { "type": "reflection", "declaration": { - "id": 517, + "id": 525, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 518, + "id": 526, "name": "domain", "kind": 1024, "kindString": "Property", @@ -13392,7 +13596,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 498, + "line": 500, "character": 6 } ], @@ -13406,13 +13610,13 @@ { "title": "Properties", "kind": 1024, - "children": [518] + "children": [526] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 496, + "line": 498, "character": 4 } ] @@ -13424,7 +13628,7 @@ } }, { - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -13442,14 +13646,14 @@ { "type": "reflection", "declaration": { - "id": 433, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 434, + "id": 441, "name": "email", "kind": 1024, "kindString": "Property", @@ -13470,7 +13674,7 @@ } }, { - "id": 436, + "id": 443, "name": "options", "kind": 1024, "kindString": "Property", @@ -13487,14 +13691,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 440, + "id": 447, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -13517,7 +13721,7 @@ } }, { - "id": 439, + "id": 446, "name": "data", "kind": 1024, "kindString": "Property", @@ -13541,7 +13745,7 @@ } }, { - "id": 438, + "id": 445, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -13568,7 +13772,7 @@ { "title": "Properties", "kind": 1024, - "children": [440, 439, 438] + "children": [447, 446, 445] } ], "sources": [ @@ -13582,7 +13786,7 @@ } }, { - "id": 435, + "id": 442, "name": "password", "kind": 1024, "kindString": "Property", @@ -13607,7 +13811,7 @@ { "title": "Properties", "kind": 1024, - "children": [434, 436, 435] + "children": [441, 443, 442] } ], "sources": [ @@ -13622,14 +13826,14 @@ { "type": "reflection", "declaration": { - "id": 441, + "id": 448, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 451, "name": "options", "kind": 1024, "kindString": "Property", @@ -13646,14 +13850,14 @@ "type": { "type": "reflection", "declaration": { - "id": 445, + "id": 452, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 447, + "id": 454, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -13676,7 +13880,7 @@ } }, { - "id": 446, + "id": 453, "name": "data", "kind": 1024, "kindString": "Property", @@ -13704,7 +13908,7 @@ { "title": "Properties", "kind": 1024, - "children": [447, 446] + "children": [454, 453] } ], "sources": [ @@ -13718,7 +13922,7 @@ } }, { - "id": 443, + "id": 450, "name": "password", "kind": 1024, "kindString": "Property", @@ -13739,7 +13943,7 @@ } }, { - "id": 442, + "id": 449, "name": "phone", "kind": 1024, "kindString": "Property", @@ -13764,7 +13968,7 @@ { "title": "Properties", "kind": 1024, - "children": [444, 443, 442] + "children": [451, 450, 449] } ], "sources": [ @@ -13780,7 +13984,7 @@ } }, { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -13788,7 +13992,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -13831,7 +14035,7 @@ } }, { - "id": 337, + "id": 344, "name": "UserResponse", "kind": 4194304, "kindString": "Type alias", @@ -13849,14 +14053,14 @@ { "type": "reflection", "declaration": { - "id": 338, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 346, "name": "data", "kind": 1024, "kindString": "Property", @@ -13871,14 +14075,14 @@ "type": { "type": "reflection", "declaration": { - "id": 340, + "id": 347, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 341, + "id": 348, "name": "user", "kind": 1024, "kindString": "Property", @@ -13892,7 +14096,7 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -13901,7 +14105,7 @@ { "title": "Properties", "kind": 1024, - "children": [341] + "children": [348] } ], "sources": [ @@ -13915,7 +14119,7 @@ } }, { - "id": 342, + "id": 349, "name": "error", "kind": 1024, "kindString": "Property", @@ -13937,7 +14141,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 342] + "children": [346, 349] } ], "sources": [ @@ -13952,14 +14156,14 @@ { "type": "reflection", "declaration": { - "id": 343, + "id": 350, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 344, + "id": 351, "name": "data", "kind": 1024, "kindString": "Property", @@ -13974,14 +14178,14 @@ "type": { "type": "reflection", "declaration": { - "id": 345, + "id": 352, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 346, + "id": 353, "name": "user", "kind": 1024, "kindString": "Property", @@ -14003,7 +14207,7 @@ { "title": "Properties", "kind": 1024, - "children": [346] + "children": [353] } ], "sources": [ @@ -14017,7 +14221,7 @@ } }, { - "id": 347, + "id": 354, "name": "error", "kind": 1024, "kindString": "Property", @@ -14031,7 +14235,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -14040,7 +14244,7 @@ { "title": "Properties", "kind": 1024, - "children": [344, 347] + "children": [351, 354] } ], "sources": [ @@ -14056,7 +14260,7 @@ } }, { - "id": 490, + "id": 498, "name": "VerifyOtpParams", "kind": 4194304, "kindString": "Type alias", @@ -14064,7 +14268,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 446, + "line": 448, "character": 12 } ], @@ -14073,19 +14277,19 @@ "types": [ { "type": "reference", - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams" }, { "type": "reference", - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams" } ] } }, { - "id": 732, + "id": 740, "name": "isAuthApiError", "kind": 64, "kindString": "Function", @@ -14093,20 +14297,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 32, + "line": 34, "character": 16 } ], "signatures": [ { - "id": 733, + "id": 741, "name": "isAuthApiError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 734, + "id": 742, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -14123,7 +14327,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" } } @@ -14131,7 +14335,7 @@ ] }, { - "id": 729, + "id": 737, "name": "isAuthError", "kind": 64, "kindString": "Function", @@ -14139,20 +14343,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 10, + "line": 12, "character": 16 } ], "signatures": [ { - "id": 730, + "id": 738, "name": "isAuthError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 731, + "id": 739, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -14169,7 +14373,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -14181,26 +14385,26 @@ { "title": "Classes", "kind": 128, - "children": [740, 735, 800, 787, 825, 775, 753, 760, 1, 76] + "children": [750, 743, 811, 798, 836, 786, 763, 771, 1, 77] }, { "title": "Interfaces", "kind": 256, - "children": [357, 412, 371, 541, 700, 655, 348, 422, 430, 385, 378, 407, 360, 382, 499, 491] + "children": [364, 419, 378, 549, 708, 663, 355, 429, 437, 392, 385, 414, 367, 389, 507, 499] }, { "title": "Type Aliases", "kind": 4194304, "children": [ - 288, 287, 684, 675, 697, 688, 623, 599, 644, 633, 614, 586, 302, 643, 711, 508, 535, 525, - 544, 558, 545, 565, 530, 519, 289, 708, 582, 579, 566, 571, 574, 507, 315, 725, 718, 286, - 328, 479, 448, 463, 509, 432, 707, 337, 490 + 295, 294, 692, 683, 705, 696, 631, 607, 652, 641, 622, 594, 309, 651, 719, 516, 543, 533, + 552, 566, 553, 573, 538, 527, 296, 716, 590, 587, 574, 579, 582, 515, 322, 733, 726, 293, + 335, 486, 455, 470, 517, 439, 715, 344, 498 ] }, { "title": "Functions", "kind": 64, - "children": [732, 729] + "children": [740, 737] } ], "sources": [ diff --git a/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json b/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json index 671bcdb77c568..4981519575b58 100644 --- a/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json +++ b/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json @@ -7,14 +7,14 @@ "originalName": "", "children": [ { - "id": 740, + "id": 750, "name": "AuthApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 741, + "id": 751, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -22,20 +22,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 17, + "line": 19, "character": 2 } ], "signatures": [ { - "id": 742, + "id": 752, "name": "new AuthApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 743, + "id": 753, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -46,7 +46,7 @@ } }, { - "id": 744, + "id": 754, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -59,24 +59,24 @@ ], "type": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 745, + "id": 755, "name": "status", "kind": 1024, "kindString": "Property", @@ -84,17 +84,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 15, + "line": 17, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 746, + "id": 756, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -102,13 +107,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 23, + "line": 25, "character": 2 } ], "signatures": [ { - "id": 747, + "id": 757, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -116,14 +121,14 @@ "type": { "type": "reflection", "declaration": { - "id": 748, + "id": 758, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 750, + "id": 760, "name": "message", "kind": 1024, "kindString": "Property", @@ -131,7 +136,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 26, + "line": 28, "character": 6 } ], @@ -142,7 +147,7 @@ "defaultValue": "..." }, { - "id": 749, + "id": 759, "name": "name", "kind": 1024, "kindString": "Property", @@ -150,7 +155,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 25, + "line": 27, "character": 6 } ], @@ -161,7 +166,7 @@ "defaultValue": "..." }, { - "id": 751, + "id": 761, "name": "status", "kind": 1024, "kindString": "Property", @@ -169,7 +174,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 27, + "line": 29, "character": 6 } ], @@ -184,7 +189,7 @@ { "title": "Properties", "kind": 1024, - "children": [750, 749, 751] + "children": [760, 759, 761] } ] } @@ -197,43 +202,43 @@ { "title": "Constructors", "kind": 512, - "children": [741] + "children": [751] }, { "title": "Properties", "kind": 1024, - "children": [745] + "children": [755] }, { "title": "Methods", "kind": 2048, - "children": [746] + "children": [756] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 14, + "line": 16, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 735, + "id": 743, "name": "AuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 736, + "id": 744, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -241,20 +246,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 4, + "line": 5, "character": 2 } ], "signatures": [ { - "id": 737, + "id": 745, "name": "new AuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 738, + "id": 746, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -263,11 +268,24 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 747, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, "overwrites": { @@ -280,13 +298,45 @@ "type": "reference", "name": "Error.constructor" } + }, + { + "id": 748, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [736] + "children": [744] + }, + { + "title": "Properties", + "kind": 1024, + "children": [748] } ], "sources": [ @@ -307,30 +357,30 @@ "extendedBy": [ { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" }, { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 801, + "id": 812, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -338,20 +388,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 2 } ], "signatures": [ { - "id": 802, + "id": 813, "name": "new AuthImplicitGrantRedirectError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 803, + "id": 814, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -362,7 +412,7 @@ } }, { - "id": 804, + "id": 815, "name": "details", "kind": 32768, "kindString": "Parameter", @@ -377,14 +427,14 @@ { "type": "reflection", "declaration": { - "id": 805, + "id": 816, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 807, + "id": 818, "name": "code", "kind": 1024, "kindString": "Property", @@ -392,7 +442,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 57 } ], @@ -402,7 +452,7 @@ } }, { - "id": 806, + "id": 817, "name": "error", "kind": 1024, "kindString": "Property", @@ -410,7 +460,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 78, + "line": 80, "character": 42 } ], @@ -424,7 +474,7 @@ { "title": "Properties", "kind": 1024, - "children": [807, 806] + "children": [818, 817] } ] } @@ -436,24 +486,24 @@ ], "type": { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 808, + "id": 819, "name": "details", "kind": 1024, "kindString": "Property", @@ -461,7 +511,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 2 } ], @@ -475,14 +525,14 @@ { "type": "reflection", "declaration": { - "id": 809, + "id": 820, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 811, + "id": 822, "name": "code", "kind": 1024, "kindString": "Property", @@ -490,7 +540,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -500,7 +550,7 @@ } }, { - "id": 810, + "id": 821, "name": "error", "kind": 1024, "kindString": "Property", @@ -508,7 +558,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -522,7 +572,7 @@ { "title": "Properties", "kind": 1024, - "children": [811, 810] + "children": [822, 821] } ] } @@ -532,7 +582,7 @@ "defaultValue": "null" }, { - "id": 822, + "id": 833, "name": "name", "kind": 1024, "kindString": "Property", @@ -540,7 +590,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -550,12 +600,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 823, + "id": 834, "name": "status", "kind": 1024, "kindString": "Property", @@ -563,7 +613,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -573,12 +623,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 812, + "id": 823, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -586,13 +636,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 83, + "line": 85, "character": 2 } ], "signatures": [ { - "id": 813, + "id": 824, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -600,14 +650,14 @@ "type": { "type": "reflection", "declaration": { - "id": 814, + "id": 825, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 818, + "id": 829, "name": "details", "kind": 1024, "kindString": "Property", @@ -615,7 +665,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 88, + "line": 90, "character": 6 } ], @@ -629,14 +679,14 @@ { "type": "reflection", "declaration": { - "id": 819, + "id": 830, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 821, + "id": 832, "name": "code", "kind": 1024, "kindString": "Property", @@ -644,7 +694,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 28 } ], @@ -654,7 +704,7 @@ } }, { - "id": 820, + "id": 831, "name": "error", "kind": 1024, "kindString": "Property", @@ -662,7 +712,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 77, + "line": 79, "character": 13 } ], @@ -676,7 +726,7 @@ { "title": "Properties", "kind": 1024, - "children": [821, 820] + "children": [832, 831] } ] } @@ -686,7 +736,7 @@ "defaultValue": "..." }, { - "id": 816, + "id": 827, "name": "message", "kind": 1024, "kindString": "Property", @@ -694,7 +744,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 86, + "line": 88, "character": 6 } ], @@ -705,7 +755,7 @@ "defaultValue": "..." }, { - "id": 815, + "id": 826, "name": "name", "kind": 1024, "kindString": "Property", @@ -713,7 +763,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 85, + "line": 87, "character": 6 } ], @@ -724,7 +774,7 @@ "defaultValue": "..." }, { - "id": 817, + "id": 828, "name": "status", "kind": 1024, "kindString": "Property", @@ -732,7 +782,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 87, + "line": 89, "character": 6 } ], @@ -747,21 +797,21 @@ { "title": "Properties", "kind": 1024, - "children": [818, 816, 815, 817] + "children": [829, 827, 826, 828] } ] } }, "overwrites": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "overwrites": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -770,43 +820,43 @@ { "title": "Constructors", "kind": 512, - "children": [801] + "children": [812] }, { "title": "Properties", "kind": 1024, - "children": [808, 822, 823] + "children": [819, 833, 834] }, { "title": "Methods", "kind": 2048, - "children": [812] + "children": [823] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 76, + "line": 78, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 788, + "id": 799, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -814,20 +864,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 71, + "line": 73, "character": 2 } ], "signatures": [ { - "id": 789, + "id": 800, "name": "new AuthInvalidCredentialsError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 790, + "id": 801, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -840,24 +890,24 @@ ], "type": { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 791, + "id": 802, "name": "name", "kind": 1024, "kindString": "Property", @@ -865,7 +915,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -875,12 +925,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 792, + "id": 803, "name": "status", "kind": 1024, "kindString": "Property", @@ -888,7 +938,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -898,12 +948,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 793, + "id": 804, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -911,13 +961,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 794, + "id": 805, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -925,14 +975,14 @@ "type": { "type": "reflection", "declaration": { - "id": 795, + "id": 806, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 797, + "id": 808, "name": "message", "kind": 1024, "kindString": "Property", @@ -940,7 +990,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -951,7 +1001,7 @@ "defaultValue": "..." }, { - "id": 796, + "id": 807, "name": "name", "kind": 1024, "kindString": "Property", @@ -959,7 +1009,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -970,7 +1020,7 @@ "defaultValue": "..." }, { - "id": 798, + "id": 809, "name": "status", "kind": 1024, "kindString": "Property", @@ -978,7 +1028,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -993,21 +1043,21 @@ { "title": "Properties", "kind": 1024, - "children": [797, 796, 798] + "children": [808, 807, 809] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1016,43 +1066,43 @@ { "title": "Constructors", "kind": 512, - "children": [788] + "children": [799] }, { "title": "Properties", "kind": 1024, - "children": [791, 792] + "children": [802, 803] }, { "title": "Methods", "kind": 2048, - "children": [793] + "children": [804] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 70, + "line": 72, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 825, + "id": 836, "name": "AuthRetryableFetchError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 826, + "id": 837, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1060,20 +1110,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 94, + "line": 96, "character": 2 } ], "signatures": [ { - "id": 827, + "id": 838, "name": "new AuthRetryableFetchError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 828, + "id": 839, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1084,7 +1134,7 @@ } }, { - "id": 829, + "id": 840, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -1097,24 +1147,24 @@ ], "type": { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 830, + "id": 841, "name": "name", "kind": 1024, "kindString": "Property", @@ -1122,7 +1172,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1132,12 +1182,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 831, + "id": 842, "name": "status", "kind": 1024, "kindString": "Property", @@ -1145,7 +1195,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -1155,12 +1205,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 832, + "id": 843, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1168,13 +1218,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 833, + "id": 844, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1182,14 +1232,14 @@ "type": { "type": "reflection", "declaration": { - "id": 834, + "id": 845, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 836, + "id": 847, "name": "message", "kind": 1024, "kindString": "Property", @@ -1197,7 +1247,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1208,7 +1258,7 @@ "defaultValue": "..." }, { - "id": 835, + "id": 846, "name": "name", "kind": 1024, "kindString": "Property", @@ -1216,7 +1266,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1227,7 +1277,7 @@ "defaultValue": "..." }, { - "id": 837, + "id": 848, "name": "status", "kind": 1024, "kindString": "Property", @@ -1235,7 +1285,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1250,21 +1300,21 @@ { "title": "Properties", "kind": 1024, - "children": [836, 835, 837] + "children": [847, 846, 848] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1273,43 +1323,43 @@ { "title": "Constructors", "kind": 512, - "children": [826] + "children": [837] }, { "title": "Properties", "kind": 1024, - "children": [830, 831] + "children": [841, 842] }, { "title": "Methods", "kind": 2048, - "children": [832] + "children": [843] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 93, + "line": 95, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 775, + "id": 786, "name": "AuthSessionMissingError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 776, + "id": 787, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1317,37 +1367,37 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 65, + "line": 67, "character": 2 } ], "signatures": [ { - "id": 777, + "id": 788, "name": "new AuthSessionMissingError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "type": { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, "overwrites": { "type": "reference", - "id": 762, + "id": 773, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 761, + "id": 772, "name": "CustomAuthError.constructor" } }, { - "id": 778, + "id": 789, "name": "name", "kind": 1024, "kindString": "Property", @@ -1355,7 +1405,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1365,12 +1415,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 766, + "id": 777, "name": "CustomAuthError.name" } }, { - "id": 779, + "id": 790, "name": "status", "kind": 1024, "kindString": "Property", @@ -1378,7 +1428,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], @@ -1388,12 +1438,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 767, + "id": 778, "name": "CustomAuthError.status" } }, { - "id": 780, + "id": 791, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1401,13 +1451,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 781, + "id": 792, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1415,14 +1465,14 @@ "type": { "type": "reflection", "declaration": { - "id": 782, + "id": 793, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 784, + "id": 795, "name": "message", "kind": 1024, "kindString": "Property", @@ -1430,7 +1480,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1441,7 +1491,7 @@ "defaultValue": "..." }, { - "id": 783, + "id": 794, "name": "name", "kind": 1024, "kindString": "Property", @@ -1449,7 +1499,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1460,7 +1510,7 @@ "defaultValue": "..." }, { - "id": 785, + "id": 796, "name": "status", "kind": 1024, "kindString": "Property", @@ -1468,7 +1518,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1483,21 +1533,21 @@ { "title": "Properties", "kind": 1024, - "children": [784, 783, 785] + "children": [795, 794, 796] } ] } }, "inheritedFrom": { "type": "reference", - "id": 769, + "id": 780, "name": "CustomAuthError.toJSON" } } ], "inheritedFrom": { "type": "reference", - "id": 768, + "id": 779, "name": "CustomAuthError.toJSON" } } @@ -1506,43 +1556,43 @@ { "title": "Constructors", "kind": 512, - "children": [776] + "children": [787] }, { "title": "Properties", "kind": 1024, - "children": [778, 779] + "children": [789, 790] }, { "title": "Methods", "kind": 2048, - "children": [780] + "children": [791] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 64, + "line": 66, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" } ] }, { - "id": 753, + "id": 763, "name": "AuthUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 754, + "id": 764, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1550,20 +1600,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 39, + "line": 41, "character": 2 } ], "signatures": [ { - "id": 755, + "id": 765, "name": "new AuthUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 756, + "id": 766, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1574,7 +1624,7 @@ } }, { - "id": 757, + "id": 767, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -1587,24 +1637,24 @@ ], "type": { "type": "reference", - "id": 753, + "id": 763, "name": "AuthUnknownError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 758, + "id": 768, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -1612,7 +1662,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 37, + "line": 39, "character": 2 } ], @@ -1620,44 +1670,76 @@ "type": "intrinsic", "name": "unknown" } + }, + { + "id": 769, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 2, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 748, + "name": "AuthError.status" + } } ], "groups": [ { "title": "Constructors", "kind": 512, - "children": [754] + "children": [764] }, { "title": "Properties", "kind": 1024, - "children": [758] + "children": [768, 769] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 36, + "line": 38, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] }, { - "id": 760, + "id": 771, "name": "CustomAuthError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 761, + "id": 772, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1665,20 +1747,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 49, + "line": 51, "character": 2 } ], "signatures": [ { - "id": 762, + "id": 773, "name": "new CustomAuthError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 763, + "id": 774, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1689,7 +1771,7 @@ } }, { - "id": 764, + "id": 775, "name": "name", "kind": 32768, "kindString": "Parameter", @@ -1700,7 +1782,7 @@ } }, { - "id": 765, + "id": 776, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -1713,24 +1795,24 @@ ], "type": { "type": "reference", - "id": 760, + "id": 771, "name": "CustomAuthError" }, "overwrites": { "type": "reference", - "id": 737, + "id": 745, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "id": 736, + "id": 744, "name": "AuthError.constructor" } }, { - "id": 766, + "id": 777, "name": "name", "kind": 1024, "kindString": "Property", @@ -1738,7 +1820,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 47, + "line": 49, "character": 2 } ], @@ -1752,7 +1834,7 @@ } }, { - "id": 767, + "id": 778, "name": "status", "kind": 1024, "kindString": "Property", @@ -1760,17 +1842,22 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 48, + "line": 50, "character": 2 } ], "type": { "type": "intrinsic", "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 748, + "name": "AuthError.status" } }, { - "id": 768, + "id": 779, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -1778,13 +1865,13 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 55, + "line": 57, "character": 2 } ], "signatures": [ { - "id": 769, + "id": 780, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -1792,14 +1879,14 @@ "type": { "type": "reflection", "declaration": { - "id": 770, + "id": 781, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 772, + "id": 783, "name": "message", "kind": 1024, "kindString": "Property", @@ -1807,7 +1894,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 58, + "line": 60, "character": 6 } ], @@ -1818,7 +1905,7 @@ "defaultValue": "..." }, { - "id": 771, + "id": 782, "name": "name", "kind": 1024, "kindString": "Property", @@ -1826,7 +1913,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 57, + "line": 59, "character": 6 } ], @@ -1837,7 +1924,7 @@ "defaultValue": "..." }, { - "id": 773, + "id": 784, "name": "status", "kind": 1024, "kindString": "Property", @@ -1845,7 +1932,7 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 59, + "line": 61, "character": 6 } ], @@ -1860,7 +1947,7 @@ { "title": "Properties", "kind": 1024, - "children": [772, 771, 773] + "children": [783, 782, 784] } ] } @@ -1873,52 +1960,52 @@ { "title": "Constructors", "kind": 512, - "children": [761] + "children": [772] }, { "title": "Properties", "kind": 1024, - "children": [766, 767] + "children": [777, 778] }, { "title": "Methods", "kind": 2048, - "children": [768] + "children": [779] } ], "sources": [ { "fileName": "src/lib/errors.ts", - "line": 46, + "line": 48, "character": 13 } ], "extendedTypes": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ], "extendedBy": [ { "type": "reference", - "id": 775, + "id": 786, "name": "AuthSessionMissingError" }, { "type": "reference", - "id": 787, + "id": 798, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "id": 800, + "id": 811, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "id": 825, + "id": 836, "name": "AuthRetryableFetchError" } ] @@ -2161,10 +2248,10 @@ ], "type": { "type": "reference", - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "dereferenced": { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -2180,14 +2267,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -2207,17 +2294,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -2233,21 +2320,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -2258,7 +2345,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -2268,7 +2355,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -2279,7 +2366,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -2293,13 +2380,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -2314,7 +2401,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -2326,14 +2413,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -2343,17 +2430,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -2369,21 +2456,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -2394,7 +2481,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -2408,13 +2495,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -2429,7 +2516,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -2445,13 +2532,13 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] @@ -2490,17 +2577,17 @@ "flags": {}, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -2524,7 +2611,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -2548,7 +2635,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -2572,12 +2659,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -2600,12 +2687,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -2629,7 +2716,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -2652,12 +2739,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -2680,12 +2767,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -2709,7 +2796,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -2737,7 +2824,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -2750,7 +2837,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -2763,7 +2850,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2783,7 +2870,7 @@ "sources": [ { "fileName": "src/GoTrueAdminApi.ts", - "line": 260, + "line": 262, "character": 8 } ], @@ -2805,12 +2892,27 @@ "kindString": "Parameter", "flags": {}, "comment": { - "shortText": "The user id you want to remove.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + "shortText": "The user id you want to remove." }, "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 70, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" } ], "type": { @@ -2818,7 +2920,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -2861,10 +2963,10 @@ "flags": {}, "type": { "type": "reference", - "id": 544, + "id": 552, "name": "GenerateLinkParams", "dereferenced": { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -2872,7 +2974,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -2880,7 +2982,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -2888,21 +2990,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -2910,7 +3012,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -2920,7 +3022,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -2930,7 +3032,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -2939,7 +3041,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -2962,7 +3064,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -2970,7 +3072,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -2980,7 +3082,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -2988,7 +3090,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -3002,13 +3104,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -3016,7 +3118,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -3024,21 +3126,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -3049,7 +3151,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -3059,7 +3161,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -3069,7 +3171,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -3078,7 +3180,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -3101,7 +3203,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -3109,7 +3211,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -3132,13 +3234,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -3146,7 +3248,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -3154,21 +3256,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -3179,7 +3281,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -3189,7 +3291,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -3199,7 +3301,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -3208,7 +3310,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -3222,7 +3324,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -3230,7 +3332,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -3244,13 +3346,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -3258,7 +3360,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -3266,21 +3368,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -3291,7 +3393,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -3301,7 +3403,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -3312,7 +3414,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -3322,7 +3424,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -3332,7 +3434,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -3341,7 +3443,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -3355,7 +3457,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -3363,7 +3465,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -3386,13 +3488,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -3410,7 +3512,7 @@ "typeArguments": [ { "type": "reference", - "id": 545, + "id": 553, "name": "GenerateLinkResponse" } ], @@ -3465,7 +3567,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -3593,7 +3695,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -3642,10 +3744,10 @@ }, "type": { "type": "reference", - "id": 725, + "id": 733, "name": "PageParams", "dereferenced": { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -3653,21 +3755,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -3680,7 +3782,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -3690,7 +3792,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -3703,7 +3805,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -3717,13 +3819,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -3808,7 +3910,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -3825,7 +3927,7 @@ }, { "type": "reference", - "id": 718, + "id": 726, "name": "Pagination" } ] @@ -3933,7 +4035,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -4048,7 +4150,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -4118,17 +4220,17 @@ }, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -4152,7 +4254,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -4176,7 +4278,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -4200,12 +4302,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -4228,12 +4330,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -4257,7 +4359,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -4280,12 +4382,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -4308,12 +4410,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -4337,7 +4439,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -4365,7 +4467,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -4378,7 +4480,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -4391,7 +4493,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -4429,14 +4531,14 @@ ] }, { - "id": 76, + "id": 77, "name": "GoTrueClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 77, + "id": 78, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -4444,13 +4546,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 127, + "line": 135, "character": 2 } ], "signatures": [ { - "id": 78, + "id": 79, "name": "new GoTrueClient", "kind": 16384, "kindString": "Constructor signature", @@ -4460,17 +4562,17 @@ }, "parameters": [ { - "id": 79, + "id": 80, "name": "options", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "dereferenced": { - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -4485,14 +4587,14 @@ "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 297, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 305, "name": "autoRefreshToken", "kind": 1024, "kindString": "Property", @@ -4512,7 +4614,7 @@ } }, { - "id": 297, + "id": 304, "name": "detectSessionInUrl", "kind": 1024, "kindString": "Property", @@ -4532,7 +4634,7 @@ } }, { - "id": 301, + "id": 308, "name": "fetch", "kind": 1024, "kindString": "Property", @@ -4552,7 +4654,7 @@ } }, { - "id": 292, + "id": 299, "name": "headers", "kind": 1024, "kindString": "Property", @@ -4569,7 +4671,7 @@ "type": { "type": "reflection", "declaration": { - "id": 293, + "id": 300, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -4582,14 +4684,14 @@ } ], "indexSignature": { - "id": 294, + "id": 301, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 295, + "id": 302, "name": "key", "kind": 32768, "flags": {}, @@ -4608,7 +4710,7 @@ } }, { - "id": 299, + "id": 306, "name": "persistSession", "kind": 1024, "kindString": "Property", @@ -4628,7 +4730,7 @@ } }, { - "id": 300, + "id": 307, "name": "storage", "kind": 1024, "kindString": "Property", @@ -4644,10 +4746,10 @@ ], "type": { "type": "reference", - "id": 707, + "id": 715, "name": "SupportedStorage", "dereferenced": { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -4655,7 +4757,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -4700,7 +4802,7 @@ } }, { - "id": 296, + "id": 303, "name": "storageKey", "kind": 1024, "kindString": "Property", @@ -4720,7 +4822,7 @@ } }, { - "id": 291, + "id": 298, "name": "url", "kind": 1024, "kindString": "Property", @@ -4744,7 +4846,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 297, 301, 292, 299, 300, 296, 291] + "children": [305, 304, 308, 299, 306, 307, 303, 298] } ], "sources": [ @@ -4762,14 +4864,14 @@ ], "type": { "type": "reference", - "id": 76, + "id": 77, "name": "default" } } ] }, { - "id": 80, + "id": 81, "name": "admin", "kind": 1024, "kindString": "Property", @@ -4780,7 +4882,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 87, + "line": 96, "character": 2 } ], @@ -5026,10 +5128,10 @@ ], "type": { "type": "reference", - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "dereferenced": { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -5045,14 +5147,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -5072,17 +5174,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -5098,21 +5200,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -5123,7 +5225,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -5133,7 +5235,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -5144,7 +5246,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -5158,13 +5260,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -5179,7 +5281,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -5191,14 +5293,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -5208,17 +5310,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -5234,21 +5336,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -5259,7 +5361,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -5273,13 +5375,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -5294,7 +5396,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -5310,13 +5412,13 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] @@ -5355,17 +5457,17 @@ "flags": {}, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -5389,7 +5491,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -5413,7 +5515,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -5437,12 +5539,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -5465,12 +5567,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -5494,7 +5596,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -5517,12 +5619,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -5545,12 +5647,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -5574,7 +5676,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -5602,7 +5704,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -5615,7 +5717,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -5628,7 +5730,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -5648,7 +5750,7 @@ "sources": [ { "fileName": "src/GoTrueAdminApi.ts", - "line": 260, + "line": 262, "character": 8 } ], @@ -5670,12 +5772,27 @@ "kindString": "Parameter", "flags": {}, "comment": { - "shortText": "The user id you want to remove.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + "shortText": "The user id you want to remove." }, "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 70, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" } ], "type": { @@ -5683,7 +5800,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -5726,10 +5843,10 @@ "flags": {}, "type": { "type": "reference", - "id": 544, + "id": 552, "name": "GenerateLinkParams", "dereferenced": { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -5737,7 +5854,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -5745,7 +5862,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -5753,21 +5870,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -5775,7 +5892,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -5785,7 +5902,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -5795,7 +5912,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -5804,7 +5921,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -5827,7 +5944,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -5835,7 +5952,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -5845,7 +5962,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -5853,7 +5970,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -5867,13 +5984,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -5881,7 +5998,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -5889,21 +6006,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -5914,7 +6031,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -5924,7 +6041,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -5934,7 +6051,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -5943,7 +6060,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -5966,7 +6083,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -5974,7 +6091,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -5997,13 +6114,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -6011,7 +6128,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -6019,21 +6136,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -6044,7 +6161,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -6054,7 +6171,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -6064,7 +6181,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -6073,7 +6190,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -6087,7 +6204,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -6095,7 +6212,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -6109,13 +6226,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -6123,7 +6240,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -6131,21 +6248,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -6156,7 +6273,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -6166,7 +6283,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -6177,7 +6294,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -6187,7 +6304,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -6197,7 +6314,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -6206,7 +6323,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -6220,7 +6337,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -6228,7 +6345,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -6251,13 +6368,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -6275,7 +6392,7 @@ "typeArguments": [ { "type": "reference", - "id": 545, + "id": 553, "name": "GenerateLinkResponse" } ], @@ -6330,7 +6447,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -6458,7 +6575,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -6507,10 +6624,10 @@ }, "type": { "type": "reference", - "id": 725, + "id": 733, "name": "PageParams", "dereferenced": { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -6518,21 +6635,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -6545,7 +6662,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -6555,7 +6672,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -6568,7 +6685,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -6582,13 +6699,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -6673,7 +6790,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -6690,7 +6807,7 @@ }, { "type": "reference", - "id": 718, + "id": 726, "name": "Pagination" } ] @@ -6798,7 +6915,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -6913,7 +7030,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -6983,17 +7100,17 @@ }, "type": { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes", "dereferenced": { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -7017,7 +7134,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -7041,7 +7158,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -7065,12 +7182,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -7093,12 +7210,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -7122,7 +7239,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -7145,12 +7262,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -7173,12 +7290,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -7202,7 +7319,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -7230,7 +7347,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -7243,7 +7360,7 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] @@ -7256,7 +7373,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -7296,7 +7413,7 @@ } }, { - "id": 81, + "id": 82, "name": "mfa", "kind": 1024, "kindString": "Property", @@ -7307,16 +7424,16 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 91, + "line": 100, "character": 2 } ], "type": { "type": "reference", - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "dereferenced": { - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "kind": 256, "kindString": "Interface", @@ -7326,14 +7443,14 @@ }, "children": [ { - "id": 659, + "id": 667, "name": "challenge", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 660, + "id": 668, "name": "challenge", "kind": 4096, "kindString": "Call signature", @@ -7343,17 +7460,17 @@ }, "parameters": [ { - "id": 661, + "id": 669, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 579, + "id": 587, "name": "MFAChallengeParams", "dereferenced": { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -7361,21 +7478,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -7386,7 +7503,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -7400,13 +7517,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -7421,7 +7538,7 @@ "typeArguments": [ { "type": "reference", - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse" } ], @@ -7433,14 +7550,14 @@ ] }, { - "id": 668, + "id": 676, "name": "challengeAndVerify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 669, + "id": 677, "name": "challengeAndVerify", "kind": 4096, "kindString": "Call signature", @@ -7450,17 +7567,17 @@ }, "parameters": [ { - "id": 670, + "id": 678, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "dereferenced": { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -7468,21 +7585,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -7493,7 +7610,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -7503,7 +7620,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -7514,7 +7631,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -7528,13 +7645,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -7549,7 +7666,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -7561,14 +7678,14 @@ ] }, { - "id": 656, + "id": 664, "name": "enroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 657, + "id": 665, "name": "enroll", "kind": 4096, "kindString": "Call signature", @@ -7579,17 +7696,17 @@ }, "parameters": [ { - "id": 658, + "id": 666, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 566, + "id": 574, "name": "MFAEnrollParams", "dereferenced": { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -7597,21 +7714,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -7622,7 +7739,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -7632,7 +7749,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -7645,7 +7762,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -7655,7 +7772,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -7668,7 +7785,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -7682,13 +7799,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -7703,7 +7820,7 @@ "typeArguments": [ { "type": "reference", - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse" } ], @@ -7715,14 +7832,14 @@ ] }, { - "id": 673, + "id": 681, "name": "getAuthenticatorAssuranceLevel", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 674, + "id": 682, "name": "getAuthenticatorAssuranceLevel", "kind": 4096, "kindString": "Call signature", @@ -7736,7 +7853,7 @@ "typeArguments": [ { "type": "reference", - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" } ], @@ -7748,14 +7865,14 @@ ] }, { - "id": 671, + "id": 679, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 672, + "id": 680, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -7782,7 +7899,7 @@ "typeArguments": [ { "type": "reference", - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse" } ], @@ -7794,14 +7911,14 @@ ] }, { - "id": 665, + "id": 673, "name": "unenroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 666, + "id": 674, "name": "unenroll", "kind": 4096, "kindString": "Call signature", @@ -7811,17 +7928,17 @@ }, "parameters": [ { - "id": 667, + "id": 675, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "dereferenced": { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -7829,21 +7946,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -7854,7 +7971,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -7868,13 +7985,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -7889,7 +8006,7 @@ "typeArguments": [ { "type": "reference", - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse" } ], @@ -7901,14 +8018,14 @@ ] }, { - "id": 662, + "id": 670, "name": "verify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 663, + "id": 671, "name": "verify", "kind": 4096, "kindString": "Call signature", @@ -7918,17 +8035,17 @@ }, "parameters": [ { - "id": 664, + "id": 672, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 574, + "id": 582, "name": "MFAVerifyParams", "dereferenced": { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -7936,21 +8053,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -7961,7 +8078,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -7971,7 +8088,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -7982,7 +8099,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -7992,7 +8109,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -8003,7 +8120,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -8017,13 +8134,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -8038,7 +8155,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -8054,13 +8171,13 @@ { "title": "Methods", "kind": 2048, - "children": [659, 668, 656, 673, 671, 665, 662] + "children": [667, 676, 664, 681, 679, 673, 670] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 759, + "line": 761, "character": 17 } ] @@ -8076,7 +8193,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 501, + "line": 511, "character": 8 } ], @@ -8114,7 +8231,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 503, + "line": 513, "character": 8 } ], @@ -8136,13 +8253,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 504, + "line": 514, "character": 10 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -8166,7 +8283,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 506, + "line": 516, "character": 8 } ], @@ -8203,7 +8320,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 509, + "line": 519, "character": 8 } ], @@ -8225,7 +8342,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 510, + "line": 520, "character": 10 } ], @@ -8254,13 +8371,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 512, + "line": 522, "character": 8 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -8292,7 +8409,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 515, + "line": 525, "character": 8 } ], @@ -8314,7 +8431,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 516, + "line": 526, "character": 10 } ], @@ -8343,7 +8460,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 518, + "line": 528, "character": 8 } ], @@ -8381,7 +8498,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 564, + "line": 574, "character": 8 } ], @@ -8418,7 +8535,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -8438,7 +8555,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 162, + "line": 171, "character": 2 } ], @@ -8457,7 +8574,7 @@ "typeArguments": [ { "type": "reference", - "id": 708, + "id": 716, "name": "InitializeResult" } ], @@ -8477,7 +8594,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 848, + "line": 859, "character": 2 } ], @@ -8525,7 +8642,7 @@ "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent" } }, @@ -8544,7 +8661,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -8579,7 +8696,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 4 } ], @@ -8601,23 +8718,23 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 849, + "line": 860, "character": 12 } ], "type": { "type": "reference", - "id": 422, + "id": 429, "name": "Subscription", "dereferenced": { - "id": 422, + "id": 429, "name": "Subscription", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 423, + "id": 430, "name": "id", "kind": 1024, "kindString": "Property", @@ -8638,7 +8755,7 @@ } }, { - "id": 424, + "id": 431, "name": "callback", "kind": 2048, "kindString": "Method", @@ -8652,7 +8769,7 @@ ], "signatures": [ { - "id": 425, + "id": 432, "name": "callback", "kind": 4096, "kindString": "Call signature", @@ -8662,17 +8779,17 @@ }, "parameters": [ { - "id": 426, + "id": 433, "name": "event", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent", "dereferenced": { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -8712,7 +8829,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -8735,7 +8852,7 @@ } }, { - "id": 427, + "id": 434, "name": "session", "kind": 32768, "kindString": "Parameter", @@ -8749,7 +8866,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -8764,7 +8881,7 @@ ] }, { - "id": 428, + "id": 435, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -8778,7 +8895,7 @@ ], "signatures": [ { - "id": 429, + "id": 436, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -8798,12 +8915,12 @@ { "title": "Properties", "kind": 1024, - "children": [423] + "children": [430] }, { "title": "Methods", "kind": 2048, - "children": [424, 428] + "children": [431, 435] } ], "sources": [ @@ -8849,7 +8966,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 8 } ], @@ -8893,7 +9010,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 703, + "line": 714, "character": 42 } ], @@ -8919,7 +9036,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -8939,7 +9056,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 871, + "line": 882, "character": 8 } ], @@ -8997,7 +9114,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 875, + "line": 886, "character": 6 } ], @@ -9020,7 +9137,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 874, + "line": 885, "character": 6 } ], @@ -9066,7 +9183,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 879, + "line": 890, "character": 8 } ], @@ -9090,7 +9207,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 880, + "line": 891, "character": 8 } ], @@ -9127,7 +9244,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 8 } ], @@ -9145,13 +9262,13 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 882, + "line": 893, "character": 20 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -9184,7 +9301,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 640, + "line": 650, "character": 8 } ], @@ -9226,7 +9343,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 641, + "line": 651, "character": 4 } ], @@ -9244,7 +9361,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 642, + "line": 652, "character": 4 } ], @@ -9270,7 +9387,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -9290,7 +9407,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 349, + "line": 358, "character": 8 } ], @@ -9313,10 +9430,10 @@ "flags": {}, "type": { "type": "reference", - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "dereferenced": { - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "kind": 4194304, "kindString": "Type alias", @@ -9331,14 +9448,14 @@ "type": { "type": "reflection", "declaration": { - "id": 480, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 482, + "id": 489, "name": "options", "kind": 1024, "kindString": "Property", @@ -9355,14 +9472,14 @@ "type": { "type": "reflection", "declaration": { - "id": 483, + "id": 490, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 486, + "id": 493, "name": "queryParams", "kind": 1024, "kindString": "Property", @@ -9382,7 +9499,7 @@ "type": { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -9395,14 +9512,14 @@ } ], "indexSignature": { - "id": 488, + "id": 495, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 489, + "id": 496, "name": "key", "kind": 32768, "flags": {}, @@ -9421,7 +9538,7 @@ } }, { - "id": 484, + "id": 491, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -9444,7 +9561,7 @@ } }, { - "id": 485, + "id": 492, "name": "scopes", "kind": 1024, "kindString": "Property", @@ -9465,13 +9582,36 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 497, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 444, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", "kind": 1024, - "children": [486, 484, 485] + "children": [493, 491, 492, 497] } ], "sources": [ @@ -9485,7 +9625,7 @@ } }, { - "id": 481, + "id": 488, "name": "provider", "kind": 1024, "kindString": "Property", @@ -9502,10 +9642,10 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider", "dereferenced": { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -9597,7 +9737,7 @@ { "title": "Properties", "kind": 1024, - "children": [482, 481] + "children": [489, 488] } ], "sources": [ @@ -9618,7 +9758,7 @@ "typeArguments": [ { "type": "reference", - "id": 315, + "id": 322, "name": "OAuthResponse" } ], @@ -9638,7 +9778,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 369, + "line": 379, "character": 8 } ], @@ -9662,10 +9802,10 @@ "flags": {}, "type": { "type": "reference", - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "dereferenced": { - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "kind": 4194304, "kindString": "Type alias", @@ -9683,14 +9823,14 @@ { "type": "reflection", "declaration": { - "id": 464, + "id": 471, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 465, + "id": 472, "name": "email", "kind": 1024, "kindString": "Property", @@ -9711,7 +9851,7 @@ } }, { - "id": 466, + "id": 473, "name": "options", "kind": 1024, "kindString": "Property", @@ -9728,14 +9868,14 @@ "type": { "type": "reflection", "declaration": { - "id": 467, + "id": 474, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 471, + "id": 478, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -9758,7 +9898,7 @@ } }, { - "id": 470, + "id": 477, "name": "data", "kind": 1024, "kindString": "Property", @@ -9782,7 +9922,7 @@ } }, { - "id": 468, + "id": 475, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -9805,7 +9945,7 @@ } }, { - "id": 469, + "id": 476, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -9832,7 +9972,7 @@ { "title": "Properties", "kind": 1024, - "children": [471, 470, 468, 469] + "children": [478, 477, 475, 476] } ], "sources": [ @@ -9850,7 +9990,7 @@ { "title": "Properties", "kind": 1024, - "children": [465, 466] + "children": [472, 473] } ], "sources": [ @@ -9865,14 +10005,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 479, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 474, + "id": 481, "name": "options", "kind": 1024, "kindString": "Property", @@ -9889,14 +10029,14 @@ "type": { "type": "reflection", "declaration": { - "id": 475, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 478, + "id": 485, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -9919,7 +10059,7 @@ } }, { - "id": 477, + "id": 484, "name": "data", "kind": 1024, "kindString": "Property", @@ -9943,7 +10083,7 @@ } }, { - "id": 476, + "id": 483, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -9970,7 +10110,7 @@ { "title": "Properties", "kind": 1024, - "children": [478, 477, 476] + "children": [485, 484, 483] } ], "sources": [ @@ -9984,7 +10124,7 @@ } }, { - "id": 473, + "id": 480, "name": "phone", "kind": 1024, "kindString": "Property", @@ -10009,7 +10149,7 @@ { "title": "Properties", "kind": 1024, - "children": [474, 473] + "children": [481, 480] } ], "sources": [ @@ -10032,7 +10172,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -10052,7 +10192,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 297, + "line": 306, "character": 8 } ], @@ -10076,10 +10216,10 @@ "flags": {}, "type": { "type": "reference", - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "dereferenced": { - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -10097,14 +10237,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "email", "kind": 1024, "kindString": "Property", @@ -10125,7 +10265,7 @@ } }, { - "id": 452, + "id": 459, "name": "options", "kind": 1024, "kindString": "Property", @@ -10142,14 +10282,14 @@ "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 455, + "id": 462, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -10172,7 +10312,7 @@ } }, { - "id": 454, + "id": 461, "name": "data", "kind": 1024, "kindString": "Property", @@ -10200,7 +10340,7 @@ { "title": "Properties", "kind": 1024, - "children": [455, 454] + "children": [462, 461] } ], "sources": [ @@ -10214,7 +10354,7 @@ } }, { - "id": 451, + "id": 458, "name": "password", "kind": 1024, "kindString": "Property", @@ -10239,7 +10379,7 @@ { "title": "Properties", "kind": 1024, - "children": [450, 452, 451] + "children": [457, 459, 458] } ], "sources": [ @@ -10254,14 +10394,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 459, + "id": 466, "name": "options", "kind": 1024, "kindString": "Property", @@ -10278,14 +10418,14 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 462, + "id": 469, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -10308,7 +10448,7 @@ } }, { - "id": 461, + "id": 468, "name": "data", "kind": 1024, "kindString": "Property", @@ -10336,7 +10476,7 @@ { "title": "Properties", "kind": 1024, - "children": [462, 461] + "children": [469, 468] } ], "sources": [ @@ -10350,7 +10490,7 @@ } }, { - "id": 458, + "id": 465, "name": "password", "kind": 1024, "kindString": "Property", @@ -10371,7 +10511,7 @@ } }, { - "id": 457, + "id": 464, "name": "phone", "kind": 1024, "kindString": "Property", @@ -10396,7 +10536,7 @@ { "title": "Properties", "kind": 1024, - "children": [459, 458, 457] + "children": [466, 465, 464] } ], "sources": [ @@ -10419,7 +10559,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -10439,7 +10579,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 472, + "line": 482, "character": 8 } ], @@ -10469,10 +10609,10 @@ "flags": {}, "type": { "type": "reference", - "id": 509, + "id": 517, "name": "SignInWithSSO", "dereferenced": { - "id": 509, + "id": 517, "name": "SignInWithSSO", "kind": 4194304, "kindString": "Type alias", @@ -10480,7 +10620,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 12 } ], @@ -10490,14 +10630,14 @@ { "type": "reflection", "declaration": { - "id": 510, + "id": 518, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 511, + "id": 519, "name": "options", "kind": 1024, "kindString": "Property", @@ -10507,21 +10647,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 512, + "id": 520, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 514, + "id": 522, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -10534,7 +10674,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 489, + "line": 491, "character": 4 } ], @@ -10544,7 +10684,7 @@ } }, { - "id": 513, + "id": 521, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -10557,7 +10697,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 487, + "line": 489, "character": 4 } ], @@ -10571,13 +10711,13 @@ { "title": "Properties", "kind": 1024, - "children": [514, 513] + "children": [522, 521] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 12 } ] @@ -10589,13 +10729,13 @@ { "title": "Properties", "kind": 1024, - "children": [511] + "children": [519] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 28 } ] @@ -10607,14 +10747,14 @@ { "type": "reflection", "declaration": { - "id": 515, + "id": 523, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 516, + "id": 524, "name": "providerId", "kind": 1024, "kindString": "Property", @@ -10625,7 +10765,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 494, + "line": 496, "character": 6 } ], @@ -10639,13 +10779,13 @@ { "title": "Properties", "kind": 1024, - "children": [516] + "children": [524] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 492, + "line": 494, "character": 4 } ] @@ -10654,14 +10794,14 @@ { "type": "reflection", "declaration": { - "id": 517, + "id": 525, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 518, + "id": 526, "name": "domain", "kind": 1024, "kindString": "Property", @@ -10672,7 +10812,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 498, + "line": 500, "character": 6 } ], @@ -10686,13 +10826,13 @@ { "title": "Properties", "kind": 1024, - "children": [518] + "children": [526] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 496, + "line": 498, "character": 4 } ] @@ -10711,7 +10851,7 @@ "typeArguments": [ { "type": "reference", - "id": 328, + "id": 335, "name": "SSOResponse" } ], @@ -10731,7 +10871,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 8 } ], @@ -10767,7 +10907,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 823, + "line": 834, "character": 29 } ], @@ -10780,7 +10920,7 @@ }, { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } ] @@ -10813,7 +10953,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 229, + "line": 238, "character": 8 } ], @@ -10838,10 +10978,10 @@ "flags": {}, "type": { "type": "reference", - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "dereferenced": { - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -10859,14 +10999,14 @@ { "type": "reflection", "declaration": { - "id": 433, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 434, + "id": 441, "name": "email", "kind": 1024, "kindString": "Property", @@ -10887,7 +11027,7 @@ } }, { - "id": 436, + "id": 443, "name": "options", "kind": 1024, "kindString": "Property", @@ -10904,14 +11044,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 440, + "id": 447, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -10934,7 +11074,7 @@ } }, { - "id": 439, + "id": 446, "name": "data", "kind": 1024, "kindString": "Property", @@ -10958,7 +11098,7 @@ } }, { - "id": 438, + "id": 445, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -10985,7 +11125,7 @@ { "title": "Properties", "kind": 1024, - "children": [440, 439, 438] + "children": [447, 446, 445] } ], "sources": [ @@ -10999,7 +11139,7 @@ } }, { - "id": 435, + "id": 442, "name": "password", "kind": 1024, "kindString": "Property", @@ -11024,7 +11164,7 @@ { "title": "Properties", "kind": 1024, - "children": [434, 436, 435] + "children": [441, 443, 442] } ], "sources": [ @@ -11039,14 +11179,14 @@ { "type": "reflection", "declaration": { - "id": 441, + "id": 448, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 451, "name": "options", "kind": 1024, "kindString": "Property", @@ -11063,14 +11203,14 @@ "type": { "type": "reflection", "declaration": { - "id": 445, + "id": 452, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 447, + "id": 454, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -11093,7 +11233,7 @@ } }, { - "id": 446, + "id": 453, "name": "data", "kind": 1024, "kindString": "Property", @@ -11121,7 +11261,7 @@ { "title": "Properties", "kind": 1024, - "children": [447, 446] + "children": [454, 453] } ], "sources": [ @@ -11135,7 +11275,7 @@ } }, { - "id": 443, + "id": 450, "name": "password", "kind": 1024, "kindString": "Property", @@ -11156,7 +11296,7 @@ } }, { - "id": 442, + "id": 449, "name": "phone", "kind": 1024, "kindString": "Property", @@ -11181,7 +11321,7 @@ { "title": "Properties", "kind": 1024, - "children": [444, 443, 442] + "children": [451, 450, 449] } ], "sources": [ @@ -11204,7 +11344,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -11215,6 +11355,83 @@ } ] }, + { + "id": 252, + "name": "startAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1106, + "character": 8 + } + ], + "signatures": [ + { + "id": 253, + "name": "startAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Starts an auto-refresh process in the background. The session is checked\nevery few seconds. Close to the time of expiration a process is started to\nrefresh the session. If refreshing fails it will be retried for as long as\nnecessary.", + "text": "If you set the {@link GoTrueClientOptions#autoRefreshToken} you don't need\nto call this function, it will be called for you.\n\nOn browsers the refresh process works only when the tab/window is in the\nforeground to conserve resources as well as prevent race conditions and\nflooding auth with requests.\n\nOn non-browser platforms the refresh process works *continuously* in the\nbackground, which may not be desirable. You should hook into your\nplatform's foreground indication mechanism and call these methods\nappropriately to conserve resources.\n\n{@see #stopAutoRefresh}\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 254, + "name": "stopAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1121, + "character": 8 + } + ], + "signatures": [ + { + "id": 255, + "name": "stopAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Stops an active auto refresh process running in the background (if any).\nSee {@link #startAutoRefresh} for more details." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, { "id": 145, "name": "updateUser", @@ -11224,7 +11441,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 593, + "line": 603, "character": 8 } ], @@ -11247,17 +11464,17 @@ "flags": {}, "type": { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes", "dereferenced": { - "id": 407, + "id": 414, "name": "UserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 411, + "id": 418, "name": "data", "kind": 1024, "kindString": "Property", @@ -11281,7 +11498,7 @@ } }, { - "id": 408, + "id": 415, "name": "email", "kind": 1024, "kindString": "Property", @@ -11304,7 +11521,7 @@ } }, { - "id": 410, + "id": 417, "name": "password", "kind": 1024, "kindString": "Property", @@ -11327,7 +11544,7 @@ } }, { - "id": 409, + "id": 416, "name": "phone", "kind": 1024, "kindString": "Property", @@ -11354,7 +11571,7 @@ { "title": "Properties", "kind": 1024, - "children": [411, 408, 410, 409] + "children": [418, 415, 417, 416] } ], "sources": [ @@ -11367,7 +11584,7 @@ "extendedBy": [ { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } ] @@ -11380,7 +11597,7 @@ "typeArguments": [ { "type": "reference", - "id": 337, + "id": 344, "name": "UserResponse" } ], @@ -11400,7 +11617,7 @@ "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 413, + "line": 423, "character": 8 } ], @@ -11423,10 +11640,10 @@ "flags": {}, "type": { "type": "reference", - "id": 490, + "id": 498, "name": "VerifyOtpParams", "dereferenced": { - "id": 490, + "id": 498, "name": "VerifyOtpParams", "kind": 4194304, "kindString": "Type alias", @@ -11434,7 +11651,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 446, + "line": 448, "character": 12 } ], @@ -11442,14 +11659,14 @@ "type": "union", "types": [ { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -11459,21 +11676,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -11492,7 +11709,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -11502,7 +11719,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -11515,7 +11732,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -11529,14 +11746,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -11547,7 +11764,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -11557,7 +11774,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -11568,7 +11785,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -11578,7 +11795,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -11589,16 +11806,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -11606,7 +11823,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -11631,26 +11848,26 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -11661,7 +11878,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -11671,7 +11888,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -11681,21 +11898,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -11708,7 +11925,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -11718,7 +11935,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -11731,7 +11948,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -11745,14 +11962,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -11763,7 +11980,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -11773,7 +11990,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -11784,16 +12001,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -11801,7 +12018,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -11838,13 +12055,13 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] @@ -11860,7 +12077,7 @@ "typeArguments": [ { "type": "reference", - "id": 302, + "id": 309, "name": "AuthResponse" } ], @@ -11876,29 +12093,31 @@ { "title": "Constructors", "kind": 512, - "children": [77] + "children": [78] }, { "title": "Properties", "kind": 1024, - "children": [80, 81] + "children": [81, 82] }, { "title": "Methods", "kind": 2048, - "children": [125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 145, 119] + "children": [ + 125, 142, 103, 186, 161, 197, 155, 113, 116, 110, 122, 182, 107, 252, 254, 145, 119 + ] } ], "sources": [ { "fileName": "src/GoTrueClient.ts", - "line": 82, + "line": 91, "character": 21 } ] }, { - "id": 357, + "id": 364, "name": "AMREntry", "kind": 256, "kindString": "Interface", @@ -11915,7 +12134,7 @@ }, "children": [ { - "id": 358, + "id": 365, "name": "method", "kind": 1024, "kindString": "Property", @@ -11936,7 +12155,7 @@ } }, { - "id": 359, + "id": 366, "name": "timestamp", "kind": 1024, "kindString": "Property", @@ -11961,7 +12180,7 @@ { "title": "Properties", "kind": 1024, - "children": [358, 359] + "children": [365, 366] } ], "sources": [ @@ -11973,14 +12192,14 @@ ] }, { - "id": 412, + "id": 419, "name": "AdminUserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 414, + "id": 421, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -12004,7 +12223,7 @@ } }, { - "id": 417, + "id": 424, "name": "ban_duration", "kind": 1024, "kindString": "Property", @@ -12028,7 +12247,7 @@ } }, { - "id": 421, + "id": 428, "name": "data", "kind": 1024, "kindString": "Property", @@ -12052,12 +12271,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 411, + "id": 418, "name": "UserAttributes.data" } }, { - "id": 418, + "id": 425, "name": "email", "kind": 1024, "kindString": "Property", @@ -12080,12 +12299,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 408, + "id": 415, "name": "UserAttributes.email" } }, { - "id": 415, + "id": 422, "name": "email_confirm", "kind": 1024, "kindString": "Property", @@ -12109,7 +12328,7 @@ } }, { - "id": 420, + "id": 427, "name": "password", "kind": 1024, "kindString": "Property", @@ -12132,12 +12351,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 410, + "id": 417, "name": "UserAttributes.password" } }, { - "id": 419, + "id": 426, "name": "phone", "kind": 1024, "kindString": "Property", @@ -12160,12 +12379,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 409, + "id": 416, "name": "UserAttributes.phone" } }, { - "id": 416, + "id": 423, "name": "phone_confirm", "kind": 1024, "kindString": "Property", @@ -12189,7 +12408,7 @@ } }, { - "id": 413, + "id": 420, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -12217,7 +12436,7 @@ { "title": "Properties", "kind": 1024, - "children": [414, 417, 421, 418, 415, 420, 419, 416, 413] + "children": [421, 424, 428, 425, 422, 427, 426, 423, 420] } ], "sources": [ @@ -12230,13 +12449,13 @@ "extendedTypes": [ { "type": "reference", - "id": 407, + "id": 414, "name": "UserAttributes" } ] }, { - "id": 371, + "id": 378, "name": "Factor", "kind": 256, "kindString": "Interface", @@ -12260,7 +12479,7 @@ }, "children": [ { - "id": 376, + "id": 383, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -12278,7 +12497,7 @@ } }, { - "id": 374, + "id": 381, "name": "factor_type", "kind": 1024, "kindString": "Property", @@ -12299,7 +12518,7 @@ } }, { - "id": 373, + "id": 380, "name": "friendly_name", "kind": 1024, "kindString": "Property", @@ -12322,7 +12541,7 @@ } }, { - "id": 372, + "id": 379, "name": "id", "kind": 1024, "kindString": "Property", @@ -12343,7 +12562,7 @@ } }, { - "id": 375, + "id": 382, "name": "status", "kind": 1024, "kindString": "Property", @@ -12373,7 +12592,7 @@ } }, { - "id": 377, + "id": 384, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -12395,7 +12614,7 @@ { "title": "Properties", "kind": 1024, - "children": [376, 374, 373, 372, 375, 377] + "children": [383, 381, 380, 379, 382, 384] } ], "sources": [ @@ -12407,14 +12626,14 @@ ] }, { - "id": 541, + "id": 549, "name": "GenerateLinkOptions", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 542, + "id": 550, "name": "data", "kind": 1024, "kindString": "Property", @@ -12428,7 +12647,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 540, + "line": 542, "character": 2 } ], @@ -12438,7 +12657,7 @@ } }, { - "id": 543, + "id": 551, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -12451,7 +12670,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 542, + "line": 544, "character": 2 } ], @@ -12465,19 +12684,19 @@ { "title": "Properties", "kind": 1024, - "children": [542, 543] + "children": [550, 551] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 534, + "line": 536, "character": 17 } ] }, { - "id": 700, + "id": 708, "name": "GoTrueAdminMFAApi", "kind": 256, "kindString": "Interface", @@ -12493,14 +12712,14 @@ }, "children": [ { - "id": 704, + "id": 712, "name": "deleteFactor", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 705, + "id": 713, "name": "deleteFactor", "kind": 4096, "kindString": "Call signature", @@ -12520,17 +12739,17 @@ }, "parameters": [ { - "id": 706, + "id": 714, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "dereferenced": { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -12546,21 +12765,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -12571,7 +12790,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -12581,7 +12800,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -12592,7 +12811,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -12606,13 +12825,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -12627,7 +12846,7 @@ "typeArguments": [ { "type": "reference", - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse" } ], @@ -12639,14 +12858,14 @@ ] }, { - "id": 701, + "id": 709, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 702, + "id": 710, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -12656,17 +12875,17 @@ }, "parameters": [ { - "id": 703, + "id": 711, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "dereferenced": { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -12682,21 +12901,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -12707,7 +12926,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -12721,13 +12940,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -12742,7 +12961,7 @@ "typeArguments": [ { "type": "reference", - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse" } ], @@ -12758,19 +12977,19 @@ { "title": "Methods", "kind": 2048, - "children": [704, 701] + "children": [712, 709] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 872, + "line": 874, "character": 17 } ] }, { - "id": 655, + "id": 663, "name": "GoTrueMFAApi", "kind": 256, "kindString": "Interface", @@ -12780,14 +12999,14 @@ }, "children": [ { - "id": 659, + "id": 667, "name": "challenge", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 660, + "id": 668, "name": "challenge", "kind": 4096, "kindString": "Call signature", @@ -12797,17 +13016,17 @@ }, "parameters": [ { - "id": 661, + "id": 669, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 579, + "id": 587, "name": "MFAChallengeParams", "dereferenced": { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -12815,21 +13034,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -12840,7 +13059,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -12854,13 +13073,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -12875,7 +13094,7 @@ "typeArguments": [ { "type": "reference", - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse" } ], @@ -12887,14 +13106,14 @@ ] }, { - "id": 668, + "id": 676, "name": "challengeAndVerify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 669, + "id": 677, "name": "challengeAndVerify", "kind": 4096, "kindString": "Call signature", @@ -12904,17 +13123,17 @@ }, "parameters": [ { - "id": 670, + "id": 678, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "dereferenced": { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -12922,21 +13141,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -12947,7 +13166,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -12957,7 +13176,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -12968,7 +13187,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -12982,13 +13201,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -13003,7 +13222,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -13015,14 +13234,14 @@ ] }, { - "id": 656, + "id": 664, "name": "enroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 657, + "id": 665, "name": "enroll", "kind": 4096, "kindString": "Call signature", @@ -13033,17 +13252,17 @@ }, "parameters": [ { - "id": 658, + "id": 666, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 566, + "id": 574, "name": "MFAEnrollParams", "dereferenced": { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -13051,21 +13270,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -13076,7 +13295,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -13086,7 +13305,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -13099,7 +13318,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -13109,7 +13328,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -13122,7 +13341,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -13136,13 +13355,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -13157,7 +13376,7 @@ "typeArguments": [ { "type": "reference", - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse" } ], @@ -13169,14 +13388,14 @@ ] }, { - "id": 673, + "id": 681, "name": "getAuthenticatorAssuranceLevel", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 674, + "id": 682, "name": "getAuthenticatorAssuranceLevel", "kind": 4096, "kindString": "Call signature", @@ -13190,7 +13409,7 @@ "typeArguments": [ { "type": "reference", - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" } ], @@ -13202,14 +13421,14 @@ ] }, { - "id": 671, + "id": 679, "name": "listFactors", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 672, + "id": 680, "name": "listFactors", "kind": 4096, "kindString": "Call signature", @@ -13236,7 +13455,7 @@ "typeArguments": [ { "type": "reference", - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse" } ], @@ -13248,14 +13467,14 @@ ] }, { - "id": 665, + "id": 673, "name": "unenroll", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 666, + "id": 674, "name": "unenroll", "kind": 4096, "kindString": "Call signature", @@ -13265,17 +13484,17 @@ }, "parameters": [ { - "id": 667, + "id": 675, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "dereferenced": { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -13283,21 +13502,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13308,7 +13527,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -13322,13 +13541,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -13343,7 +13562,7 @@ "typeArguments": [ { "type": "reference", - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse" } ], @@ -13355,14 +13574,14 @@ ] }, { - "id": 662, + "id": 670, "name": "verify", "kind": 2048, "kindString": "Method", "flags": {}, "signatures": [ { - "id": 663, + "id": 671, "name": "verify", "kind": 4096, "kindString": "Call signature", @@ -13372,17 +13591,17 @@ }, "parameters": [ { - "id": 664, + "id": 672, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 574, + "id": 582, "name": "MFAVerifyParams", "dereferenced": { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -13390,21 +13609,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -13415,7 +13634,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -13425,7 +13644,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -13436,7 +13655,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -13446,7 +13665,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -13457,7 +13676,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -13471,13 +13690,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -13492,7 +13711,7 @@ "typeArguments": [ { "type": "reference", - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse" } ], @@ -13508,26 +13727,26 @@ { "title": "Methods", "kind": 2048, - "children": [659, 668, 656, 673, 671, 665, 662] + "children": [667, 676, 664, 681, 679, 673, 670] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 759, + "line": 761, "character": 17 } ] }, { - "id": 348, + "id": 355, "name": "Session", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 351, + "id": 358, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -13548,7 +13767,7 @@ } }, { - "id": 354, + "id": 361, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -13571,7 +13790,7 @@ } }, { - "id": 353, + "id": 360, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -13592,7 +13811,7 @@ } }, { - "id": 350, + "id": 357, "name": "provider_refresh_token", "kind": 1024, "kindString": "Property", @@ -13624,7 +13843,7 @@ } }, { - "id": 349, + "id": 356, "name": "provider_token", "kind": 1024, "kindString": "Property", @@ -13656,7 +13875,7 @@ } }, { - "id": 352, + "id": 359, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -13677,7 +13896,7 @@ } }, { - "id": 355, + "id": 362, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -13695,7 +13914,7 @@ } }, { - "id": 356, + "id": 363, "name": "user", "kind": 1024, "kindString": "Property", @@ -13709,17 +13928,17 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User", "dereferenced": { - "id": 385, + "id": 392, "name": "User", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 395, + "id": 402, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -13739,7 +13958,7 @@ } }, { - "id": 387, + "id": 394, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -13753,17 +13972,17 @@ ], "type": { "type": "reference", - "id": 378, + "id": 385, "name": "UserAppMetadata", "dereferenced": { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -13787,7 +14006,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -13798,14 +14017,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -13824,7 +14043,7 @@ } }, { - "id": 389, + "id": 396, "name": "aud", "kind": 1024, "kindString": "Property", @@ -13842,7 +14061,7 @@ } }, { - "id": 390, + "id": 397, "name": "confirmation_sent_at", "kind": 1024, "kindString": "Property", @@ -13862,7 +14081,7 @@ } }, { - "id": 399, + "id": 406, "name": "confirmed_at", "kind": 1024, "kindString": "Property", @@ -13882,7 +14101,7 @@ } }, { - "id": 398, + "id": 405, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -13900,7 +14119,7 @@ } }, { - "id": 396, + "id": 403, "name": "email", "kind": 1024, "kindString": "Property", @@ -13920,7 +14139,7 @@ } }, { - "id": 392, + "id": 399, "name": "email_change_sent_at", "kind": 1024, "kindString": "Property", @@ -13940,7 +14159,7 @@ } }, { - "id": 400, + "id": 407, "name": "email_confirmed_at", "kind": 1024, "kindString": "Property", @@ -13960,7 +14179,7 @@ } }, { - "id": 406, + "id": 413, "name": "factors", "kind": 1024, "kindString": "Property", @@ -13978,13 +14197,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 386, + "id": 393, "name": "id", "kind": 1024, "kindString": "Property", @@ -14002,7 +14221,7 @@ } }, { - "id": 405, + "id": 412, "name": "identities", "kind": 1024, "kindString": "Property", @@ -14020,13 +14239,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 360, + "id": 367, "name": "UserIdentity" } } }, { - "id": 394, + "id": 401, "name": "invited_at", "kind": 1024, "kindString": "Property", @@ -14046,7 +14265,7 @@ } }, { - "id": 402, + "id": 409, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -14066,7 +14285,7 @@ } }, { - "id": 393, + "id": 400, "name": "new_email", "kind": 1024, "kindString": "Property", @@ -14086,7 +14305,7 @@ } }, { - "id": 397, + "id": 404, "name": "phone", "kind": 1024, "kindString": "Property", @@ -14106,7 +14325,7 @@ } }, { - "id": 401, + "id": 408, "name": "phone_confirmed_at", "kind": 1024, "kindString": "Property", @@ -14126,7 +14345,7 @@ } }, { - "id": 391, + "id": 398, "name": "recovery_sent_at", "kind": 1024, "kindString": "Property", @@ -14146,7 +14365,7 @@ } }, { - "id": 403, + "id": 410, "name": "role", "kind": 1024, "kindString": "Property", @@ -14166,7 +14385,7 @@ } }, { - "id": 404, + "id": 411, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -14186,7 +14405,7 @@ } }, { - "id": 388, + "id": 395, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -14200,10 +14419,10 @@ ], "type": { "type": "reference", - "id": 382, + "id": 389, "name": "UserMetadata", "dereferenced": { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -14216,14 +14435,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -14247,8 +14466,8 @@ "title": "Properties", "kind": 1024, "children": [ - 395, 387, 389, 390, 399, 398, 396, 392, 400, 406, 386, 405, 394, 402, 393, 397, - 401, 391, 403, 404, 388 + 402, 394, 396, 397, 406, 405, 403, 399, 407, 413, 393, 412, 401, 409, 400, 404, + 408, 398, 410, 411, 395 ] } ], @@ -14267,7 +14486,7 @@ { "title": "Properties", "kind": 1024, - "children": [351, 354, 353, 350, 349, 352, 355, 356] + "children": [358, 361, 360, 357, 356, 359, 362, 363] } ], "sources": [ @@ -14279,14 +14498,14 @@ ] }, { - "id": 422, + "id": 429, "name": "Subscription", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 423, + "id": 430, "name": "id", "kind": 1024, "kindString": "Property", @@ -14307,7 +14526,7 @@ } }, { - "id": 424, + "id": 431, "name": "callback", "kind": 2048, "kindString": "Method", @@ -14321,7 +14540,7 @@ ], "signatures": [ { - "id": 425, + "id": 432, "name": "callback", "kind": 4096, "kindString": "Call signature", @@ -14331,17 +14550,17 @@ }, "parameters": [ { - "id": 426, + "id": 433, "name": "event", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 288, + "id": 295, "name": "AuthChangeEvent", "dereferenced": { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -14381,7 +14600,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -14404,7 +14623,7 @@ } }, { - "id": 427, + "id": 434, "name": "session", "kind": 32768, "kindString": "Parameter", @@ -14418,7 +14637,7 @@ }, { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } ] @@ -14433,7 +14652,7 @@ ] }, { - "id": 428, + "id": 435, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -14447,7 +14666,7 @@ ], "signatures": [ { - "id": 429, + "id": 436, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -14467,12 +14686,12 @@ { "title": "Properties", "kind": 1024, - "children": [423] + "children": [430] }, { "title": "Methods", "kind": 2048, - "children": [424, 428] + "children": [431, 435] } ], "sources": [ @@ -14484,14 +14703,14 @@ ] }, { - "id": 430, + "id": 437, "name": "UpdatableFactorAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 431, + "id": 438, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -14513,7 +14732,7 @@ { "title": "Properties", "kind": 1024, - "children": [431] + "children": [438] } ], "sources": [ @@ -14525,14 +14744,14 @@ ] }, { - "id": 385, + "id": 392, "name": "User", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 395, + "id": 402, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -14552,7 +14771,7 @@ } }, { - "id": 387, + "id": 394, "name": "app_metadata", "kind": 1024, "kindString": "Property", @@ -14566,17 +14785,17 @@ ], "type": { "type": "reference", - "id": 378, + "id": 385, "name": "UserAppMetadata", "dereferenced": { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -14600,7 +14819,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -14611,14 +14830,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -14637,7 +14856,7 @@ } }, { - "id": 389, + "id": 396, "name": "aud", "kind": 1024, "kindString": "Property", @@ -14655,7 +14874,7 @@ } }, { - "id": 390, + "id": 397, "name": "confirmation_sent_at", "kind": 1024, "kindString": "Property", @@ -14675,7 +14894,7 @@ } }, { - "id": 399, + "id": 406, "name": "confirmed_at", "kind": 1024, "kindString": "Property", @@ -14695,7 +14914,7 @@ } }, { - "id": 398, + "id": 405, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -14713,7 +14932,7 @@ } }, { - "id": 396, + "id": 403, "name": "email", "kind": 1024, "kindString": "Property", @@ -14733,7 +14952,7 @@ } }, { - "id": 392, + "id": 399, "name": "email_change_sent_at", "kind": 1024, "kindString": "Property", @@ -14753,7 +14972,7 @@ } }, { - "id": 400, + "id": 407, "name": "email_confirmed_at", "kind": 1024, "kindString": "Property", @@ -14773,7 +14992,7 @@ } }, { - "id": 406, + "id": 413, "name": "factors", "kind": 1024, "kindString": "Property", @@ -14791,13 +15010,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 386, + "id": 393, "name": "id", "kind": 1024, "kindString": "Property", @@ -14815,7 +15034,7 @@ } }, { - "id": 405, + "id": 412, "name": "identities", "kind": 1024, "kindString": "Property", @@ -14833,13 +15052,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 360, + "id": 367, "name": "UserIdentity" } } }, { - "id": 394, + "id": 401, "name": "invited_at", "kind": 1024, "kindString": "Property", @@ -14859,7 +15078,7 @@ } }, { - "id": 402, + "id": 409, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -14879,7 +15098,7 @@ } }, { - "id": 393, + "id": 400, "name": "new_email", "kind": 1024, "kindString": "Property", @@ -14899,7 +15118,7 @@ } }, { - "id": 397, + "id": 404, "name": "phone", "kind": 1024, "kindString": "Property", @@ -14919,7 +15138,7 @@ } }, { - "id": 401, + "id": 408, "name": "phone_confirmed_at", "kind": 1024, "kindString": "Property", @@ -14939,7 +15158,7 @@ } }, { - "id": 391, + "id": 398, "name": "recovery_sent_at", "kind": 1024, "kindString": "Property", @@ -14959,7 +15178,7 @@ } }, { - "id": 403, + "id": 410, "name": "role", "kind": 1024, "kindString": "Property", @@ -14979,7 +15198,7 @@ } }, { - "id": 404, + "id": 411, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -14999,7 +15218,7 @@ } }, { - "id": 388, + "id": 395, "name": "user_metadata", "kind": 1024, "kindString": "Property", @@ -15013,10 +15232,10 @@ ], "type": { "type": "reference", - "id": 382, + "id": 389, "name": "UserMetadata", "dereferenced": { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -15029,14 +15248,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -15060,8 +15279,8 @@ "title": "Properties", "kind": 1024, "children": [ - 395, 387, 389, 390, 399, 398, 396, 392, 400, 406, 386, 405, 394, 402, 393, 397, 401, - 391, 403, 404, 388 + 402, 394, 396, 397, 406, 405, 403, 399, 407, 413, 393, 412, 401, 409, 400, 404, 408, + 398, 410, 411, 395 ] } ], @@ -15074,14 +15293,14 @@ ] }, { - "id": 378, + "id": 385, "name": "UserAppMetadata", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 379, + "id": 386, "name": "provider", "kind": 1024, "kindString": "Property", @@ -15105,7 +15324,7 @@ { "title": "Properties", "kind": 1024, - "children": [379] + "children": [386] } ], "sources": [ @@ -15116,14 +15335,14 @@ } ], "indexSignature": { - "id": 380, + "id": 387, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 381, + "id": 388, "name": "key", "kind": 32768, "flags": {}, @@ -15140,14 +15359,14 @@ } }, { - "id": 407, + "id": 414, "name": "UserAttributes", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 411, + "id": 418, "name": "data", "kind": 1024, "kindString": "Property", @@ -15171,7 +15390,7 @@ } }, { - "id": 408, + "id": 415, "name": "email", "kind": 1024, "kindString": "Property", @@ -15194,7 +15413,7 @@ } }, { - "id": 410, + "id": 417, "name": "password", "kind": 1024, "kindString": "Property", @@ -15217,7 +15436,7 @@ } }, { - "id": 409, + "id": 416, "name": "phone", "kind": 1024, "kindString": "Property", @@ -15244,7 +15463,7 @@ { "title": "Properties", "kind": 1024, - "children": [411, 408, 410, 409] + "children": [418, 415, 417, 416] } ], "sources": [ @@ -15257,20 +15476,20 @@ "extendedBy": [ { "type": "reference", - "id": 412, + "id": 419, "name": "AdminUserAttributes" } ] }, { - "id": 360, + "id": 367, "name": "UserIdentity", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 368, + "id": 375, "name": "created_at", "kind": 1024, "kindString": "Property", @@ -15288,7 +15507,7 @@ } }, { - "id": 361, + "id": 368, "name": "id", "kind": 1024, "kindString": "Property", @@ -15306,7 +15525,7 @@ } }, { - "id": 363, + "id": 370, "name": "identity_data", "kind": 1024, "kindString": "Property", @@ -15321,20 +15540,20 @@ "type": { "type": "reflection", "declaration": { - "id": 364, + "id": 371, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 365, + "id": 372, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 366, + "id": 373, "name": "key", "kind": 32768, "flags": {}, @@ -15353,7 +15572,7 @@ } }, { - "id": 369, + "id": 376, "name": "last_sign_in_at", "kind": 1024, "kindString": "Property", @@ -15371,7 +15590,7 @@ } }, { - "id": 367, + "id": 374, "name": "provider", "kind": 1024, "kindString": "Property", @@ -15389,7 +15608,7 @@ } }, { - "id": 370, + "id": 377, "name": "updated_at", "kind": 1024, "kindString": "Property", @@ -15409,7 +15628,7 @@ } }, { - "id": 362, + "id": 369, "name": "user_id", "kind": 1024, "kindString": "Property", @@ -15431,7 +15650,7 @@ { "title": "Properties", "kind": 1024, - "children": [368, 361, 363, 369, 367, 370, 362] + "children": [375, 368, 370, 376, 374, 377, 369] } ], "sources": [ @@ -15443,7 +15662,7 @@ ] }, { - "id": 382, + "id": 389, "name": "UserMetadata", "kind": 256, "kindString": "Interface", @@ -15456,14 +15675,14 @@ } ], "indexSignature": { - "id": 383, + "id": 390, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 384, + "id": 391, "name": "key", "kind": 32768, "flags": {}, @@ -15480,14 +15699,14 @@ } }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -15498,7 +15717,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -15508,7 +15727,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -15518,21 +15737,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -15545,7 +15764,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -15555,7 +15774,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -15568,7 +15787,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -15582,14 +15801,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -15600,7 +15819,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -15610,7 +15829,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -15621,16 +15840,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -15638,7 +15857,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -15675,26 +15894,26 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] }, { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -15704,21 +15923,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -15737,7 +15956,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -15747,7 +15966,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -15760,7 +15979,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -15774,14 +15993,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -15792,7 +16011,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -15802,7 +16021,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -15813,7 +16032,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -15823,7 +16042,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -15834,16 +16053,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -15851,7 +16070,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -15876,19 +16095,19 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 288, + "id": 295, "name": "AuthChangeEvent", "kind": 4194304, "kindString": "Type alias", @@ -15928,7 +16147,7 @@ "value": "USER_DELETED" }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -15949,7 +16168,7 @@ } }, { - "id": 287, + "id": 294, "name": "AuthChangeEventMFA", "kind": 4194304, "kindString": "Type alias", @@ -15967,7 +16186,7 @@ } }, { - "id": 684, + "id": 692, "name": "AuthMFAAdminDeleteFactorParams", "kind": 4194304, "kindString": "Type alias", @@ -15983,21 +16202,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 685, + "id": 693, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 686, + "id": 694, "name": "id", "kind": 1024, "kindString": "Property", @@ -16008,7 +16227,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 840, + "line": 842, "character": 2 } ], @@ -16018,7 +16237,7 @@ } }, { - "id": 687, + "id": 695, "name": "userId", "kind": 1024, "kindString": "Property", @@ -16029,7 +16248,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 843, + "line": 845, "character": 2 } ], @@ -16043,13 +16262,13 @@ { "title": "Properties", "kind": 1024, - "children": [686, 687] + "children": [694, 695] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 838, + "line": 840, "character": 45 } ] @@ -16057,7 +16276,7 @@ } }, { - "id": 675, + "id": 683, "name": "AuthMFAAdminDeleteFactorResponse", "kind": 4194304, "kindString": "Type alias", @@ -16073,7 +16292,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 825, + "line": 827, "character": 12 } ], @@ -16083,14 +16302,14 @@ { "type": "reflection", "declaration": { - "id": 676, + "id": 684, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 677, + "id": 685, "name": "data", "kind": 1024, "kindString": "Property", @@ -16098,21 +16317,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 686, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 679, + "id": 687, "name": "id", "kind": 1024, "kindString": "Property", @@ -16123,7 +16342,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 829, + "line": 831, "character": 8 } ], @@ -16137,13 +16356,13 @@ { "title": "Properties", "kind": 1024, - "children": [679] + "children": [687] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 827, + "line": 829, "character": 12 } ] @@ -16151,7 +16370,7 @@ } }, { - "id": 680, + "id": 688, "name": "error", "kind": 1024, "kindString": "Property", @@ -16159,7 +16378,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 831, + "line": 833, "character": 6 } ], @@ -16173,13 +16392,13 @@ { "title": "Properties", "kind": 1024, - "children": [677, 680] + "children": [685, 688] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 826, + "line": 828, "character": 4 } ] @@ -16188,14 +16407,14 @@ { "type": "reflection", "declaration": { - "id": 681, + "id": 689, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 682, + "id": 690, "name": "data", "kind": 1024, "kindString": "Property", @@ -16203,7 +16422,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 6 } ], @@ -16213,7 +16432,7 @@ } }, { - "id": 683, + "id": 691, "name": "error", "kind": 1024, "kindString": "Property", @@ -16221,13 +16440,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -16236,13 +16455,13 @@ { "title": "Properties", "kind": 1024, - "children": [682, 683] + "children": [690, 691] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 833, + "line": 835, "character": 4 } ] @@ -16252,7 +16471,7 @@ } }, { - "id": 697, + "id": 705, "name": "AuthMFAAdminListFactorsParams", "kind": 4194304, "kindString": "Type alias", @@ -16268,21 +16487,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 706, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 699, + "id": 707, "name": "userId", "kind": 1024, "kindString": "Property", @@ -16293,7 +16512,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 864, + "line": 866, "character": 2 } ], @@ -16307,13 +16526,13 @@ { "title": "Properties", "kind": 1024, - "children": [699] + "children": [707] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 862, + "line": 864, "character": 44 } ] @@ -16321,7 +16540,7 @@ } }, { - "id": 688, + "id": 696, "name": "AuthMFAAdminListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -16337,7 +16556,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 849, + "line": 851, "character": 12 } ], @@ -16347,14 +16566,14 @@ { "type": "reflection", "declaration": { - "id": 689, + "id": 697, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 690, + "id": 698, "name": "data", "kind": 1024, "kindString": "Property", @@ -16362,21 +16581,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 699, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 692, + "id": 700, "name": "factors", "kind": 1024, "kindString": "Property", @@ -16387,7 +16606,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 853, + "line": 855, "character": 8 } ], @@ -16395,7 +16614,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -16405,13 +16624,13 @@ { "title": "Properties", "kind": 1024, - "children": [692] + "children": [700] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 851, + "line": 853, "character": 12 } ] @@ -16419,7 +16638,7 @@ } }, { - "id": 693, + "id": 701, "name": "error", "kind": 1024, "kindString": "Property", @@ -16427,7 +16646,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 855, + "line": 857, "character": 6 } ], @@ -16441,13 +16660,13 @@ { "title": "Properties", "kind": 1024, - "children": [690, 693] + "children": [698, 701] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 850, + "line": 852, "character": 4 } ] @@ -16456,14 +16675,14 @@ { "type": "reflection", "declaration": { - "id": 694, + "id": 702, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 695, + "id": 703, "name": "data", "kind": 1024, "kindString": "Property", @@ -16471,7 +16690,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 6 } ], @@ -16481,7 +16700,7 @@ } }, { - "id": 696, + "id": 704, "name": "error", "kind": 1024, "kindString": "Property", @@ -16489,13 +16708,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -16504,13 +16723,13 @@ { "title": "Properties", "kind": 1024, - "children": [695, 696] + "children": [703, 704] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 857, + "line": 859, "character": 4 } ] @@ -16520,7 +16739,7 @@ } }, { - "id": 623, + "id": 631, "name": "AuthMFAChallengeResponse", "kind": 4194304, "kindString": "Type alias", @@ -16528,7 +16747,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 702, + "line": 704, "character": 12 } ], @@ -16538,14 +16757,14 @@ { "type": "reflection", "declaration": { - "id": 624, + "id": 632, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 625, + "id": 633, "name": "data", "kind": 1024, "kindString": "Property", @@ -16553,21 +16772,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 626, + "id": 634, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 628, + "id": 636, "name": "expires_at", "kind": 1024, "kindString": "Property", @@ -16578,7 +16797,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 709, + "line": 711, "character": 8 } ], @@ -16588,7 +16807,7 @@ } }, { - "id": 627, + "id": 635, "name": "id", "kind": 1024, "kindString": "Property", @@ -16599,7 +16818,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 706, + "line": 708, "character": 8 } ], @@ -16613,13 +16832,13 @@ { "title": "Properties", "kind": 1024, - "children": [628, 627] + "children": [636, 635] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 704, + "line": 706, "character": 12 } ] @@ -16627,7 +16846,7 @@ } }, { - "id": 629, + "id": 637, "name": "error", "kind": 1024, "kindString": "Property", @@ -16635,7 +16854,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 711, + "line": 713, "character": 6 } ], @@ -16649,13 +16868,13 @@ { "title": "Properties", "kind": 1024, - "children": [625, 629] + "children": [633, 637] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 703, + "line": 705, "character": 4 } ] @@ -16664,14 +16883,14 @@ { "type": "reflection", "declaration": { - "id": 630, + "id": 638, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 631, + "id": 639, "name": "data", "kind": 1024, "kindString": "Property", @@ -16679,7 +16898,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 6 } ], @@ -16689,7 +16908,7 @@ } }, { - "id": 632, + "id": 640, "name": "error", "kind": 1024, "kindString": "Property", @@ -16697,13 +16916,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -16712,13 +16931,13 @@ { "title": "Properties", "kind": 1024, - "children": [631, 632] + "children": [639, 640] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 713, + "line": 715, "character": 4 } ] @@ -16728,7 +16947,7 @@ } }, { - "id": 599, + "id": 607, "name": "AuthMFAEnrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -16736,7 +16955,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 659, + "line": 661, "character": 12 } ], @@ -16746,14 +16965,14 @@ { "type": "reflection", "declaration": { - "id": 600, + "id": 608, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 601, + "id": 609, "name": "data", "kind": 1024, "kindString": "Property", @@ -16761,21 +16980,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 602, + "id": 610, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 603, + "id": 611, "name": "id", "kind": 1024, "kindString": "Property", @@ -16786,7 +17005,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 663, + "line": 665, "character": 8 } ], @@ -16796,7 +17015,7 @@ } }, { - "id": 605, + "id": 613, "name": "totp", "kind": 1024, "kindString": "Property", @@ -16807,21 +17026,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 606, + "id": 614, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 607, + "id": 615, "name": "qr_code", "kind": 1024, "kindString": "Property", @@ -16832,7 +17051,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 673, + "line": 675, "character": 10 } ], @@ -16842,7 +17061,7 @@ } }, { - "id": 608, + "id": 616, "name": "secret", "kind": 1024, "kindString": "Property", @@ -16853,7 +17072,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 678, + "line": 680, "character": 10 } ], @@ -16863,7 +17082,7 @@ } }, { - "id": 609, + "id": 617, "name": "uri", "kind": 1024, "kindString": "Property", @@ -16874,7 +17093,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 682, + "line": 684, "character": 10 } ], @@ -16888,13 +17107,13 @@ { "title": "Properties", "kind": 1024, - "children": [607, 608, 609] + "children": [615, 616, 617] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 669, + "line": 671, "character": 14 } ] @@ -16902,7 +17121,7 @@ } }, { - "id": 604, + "id": 612, "name": "type", "kind": 1024, "kindString": "Property", @@ -16913,7 +17132,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 666, + "line": 668, "character": 8 } ], @@ -16927,13 +17146,13 @@ { "title": "Properties", "kind": 1024, - "children": [603, 605, 604] + "children": [611, 613, 612] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 661, + "line": 663, "character": 12 } ] @@ -16941,7 +17160,7 @@ } }, { - "id": 610, + "id": 618, "name": "error", "kind": 1024, "kindString": "Property", @@ -16949,7 +17168,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 685, + "line": 687, "character": 6 } ], @@ -16963,13 +17182,13 @@ { "title": "Properties", "kind": 1024, - "children": [601, 610] + "children": [609, 618] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 660, + "line": 662, "character": 4 } ] @@ -16978,14 +17197,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 619, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 612, + "id": 620, "name": "data", "kind": 1024, "kindString": "Property", @@ -16993,7 +17212,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 688, + "line": 690, "character": 6 } ], @@ -17003,7 +17222,7 @@ } }, { - "id": 613, + "id": 621, "name": "error", "kind": 1024, "kindString": "Property", @@ -17011,13 +17230,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 689, + "line": 691, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -17026,13 +17245,13 @@ { "title": "Properties", "kind": 1024, - "children": [612, 613] + "children": [620, 621] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 687, + "line": 689, "character": 4 } ] @@ -17042,7 +17261,7 @@ } }, { - "id": 644, + "id": 652, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "kind": 4194304, "kindString": "Type alias", @@ -17050,7 +17269,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 730, + "line": 732, "character": 12 } ], @@ -17060,14 +17279,14 @@ { "type": "reflection", "declaration": { - "id": 645, + "id": 653, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 646, + "id": 654, "name": "data", "kind": 1024, "kindString": "Property", @@ -17075,21 +17294,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 647, + "id": 655, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 650, + "id": 658, "name": "currentAuthenticationMethods", "kind": 1024, "kindString": "Property", @@ -17100,7 +17319,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 749, + "line": 751, "character": 8 } ], @@ -17108,13 +17327,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 357, + "id": 364, "name": "AMREntry" } } }, { - "id": 648, + "id": 656, "name": "currentLevel", "kind": 1024, "kindString": "Property", @@ -17125,7 +17344,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 734, + "line": 736, "character": 8 } ], @@ -17134,7 +17353,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -17145,7 +17364,7 @@ } }, { - "id": 649, + "id": 657, "name": "nextLevel", "kind": 1024, "kindString": "Property", @@ -17162,7 +17381,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 742, + "line": 744, "character": 8 } ], @@ -17171,7 +17390,7 @@ "types": [ { "type": "reference", - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels" }, { @@ -17186,13 +17405,13 @@ { "title": "Properties", "kind": 1024, - "children": [650, 648, 649] + "children": [658, 656, 657] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 732, + "line": 734, "character": 12 } ] @@ -17200,7 +17419,7 @@ } }, { - "id": 651, + "id": 659, "name": "error", "kind": 1024, "kindString": "Property", @@ -17208,7 +17427,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 751, + "line": 753, "character": 6 } ], @@ -17222,13 +17441,13 @@ { "title": "Properties", "kind": 1024, - "children": [646, 651] + "children": [654, 659] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 731, + "line": 733, "character": 4 } ] @@ -17237,14 +17456,14 @@ { "type": "reflection", "declaration": { - "id": 652, + "id": 660, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 653, + "id": 661, "name": "data", "kind": 1024, "kindString": "Property", @@ -17252,7 +17471,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 6 } ], @@ -17262,7 +17481,7 @@ } }, { - "id": 654, + "id": 662, "name": "error", "kind": 1024, "kindString": "Property", @@ -17270,13 +17489,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -17285,13 +17504,13 @@ { "title": "Properties", "kind": 1024, - "children": [653, 654] + "children": [661, 662] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 753, + "line": 755, "character": 4 } ] @@ -17301,7 +17520,7 @@ } }, { - "id": 633, + "id": 641, "name": "AuthMFAListFactorsResponse", "kind": 4194304, "kindString": "Type alias", @@ -17309,7 +17528,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 715, + "line": 717, "character": 12 } ], @@ -17319,14 +17538,14 @@ { "type": "reflection", "declaration": { - "id": 634, + "id": 642, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 635, + "id": 643, "name": "data", "kind": 1024, "kindString": "Property", @@ -17334,21 +17553,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 636, + "id": 644, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 637, + "id": 645, "name": "all", "kind": 1024, "kindString": "Property", @@ -17359,7 +17578,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 719, + "line": 721, "character": 8 } ], @@ -17367,13 +17586,13 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } }, { - "id": 638, + "id": 646, "name": "totp", "kind": 1024, "kindString": "Property", @@ -17384,7 +17603,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 722, + "line": 724, "character": 8 } ], @@ -17392,7 +17611,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 371, + "id": 378, "name": "Factor" } } @@ -17402,13 +17621,13 @@ { "title": "Properties", "kind": 1024, - "children": [637, 638] + "children": [645, 646] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 717, + "line": 719, "character": 12 } ] @@ -17416,7 +17635,7 @@ } }, { - "id": 639, + "id": 647, "name": "error", "kind": 1024, "kindString": "Property", @@ -17424,7 +17643,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 724, + "line": 726, "character": 6 } ], @@ -17438,13 +17657,13 @@ { "title": "Properties", "kind": 1024, - "children": [635, 639] + "children": [643, 647] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 716, + "line": 718, "character": 4 } ] @@ -17453,14 +17672,14 @@ { "type": "reflection", "declaration": { - "id": 640, + "id": 648, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 641, + "id": 649, "name": "data", "kind": 1024, "kindString": "Property", @@ -17468,7 +17687,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 6 } ], @@ -17478,7 +17697,7 @@ } }, { - "id": 642, + "id": 650, "name": "error", "kind": 1024, "kindString": "Property", @@ -17486,13 +17705,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -17501,13 +17720,13 @@ { "title": "Properties", "kind": 1024, - "children": [641, 642] + "children": [649, 650] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 726, + "line": 728, "character": 4 } ] @@ -17517,7 +17736,7 @@ } }, { - "id": 614, + "id": 622, "name": "AuthMFAUnenrollResponse", "kind": 4194304, "kindString": "Type alias", @@ -17525,7 +17744,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 692, + "line": 694, "character": 12 } ], @@ -17535,14 +17754,14 @@ { "type": "reflection", "declaration": { - "id": 615, + "id": 623, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 616, + "id": 624, "name": "data", "kind": 1024, "kindString": "Property", @@ -17550,21 +17769,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 617, + "id": 625, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 618, + "id": 626, "name": "id", "kind": 1024, "kindString": "Property", @@ -17575,7 +17794,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 696, + "line": 698, "character": 8 } ], @@ -17589,13 +17808,13 @@ { "title": "Properties", "kind": 1024, - "children": [618] + "children": [626] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 694, + "line": 696, "character": 12 } ] @@ -17603,7 +17822,7 @@ } }, { - "id": 619, + "id": 627, "name": "error", "kind": 1024, "kindString": "Property", @@ -17611,7 +17830,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 698, + "line": 700, "character": 6 } ], @@ -17625,13 +17844,13 @@ { "title": "Properties", "kind": 1024, - "children": [616, 619] + "children": [624, 627] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 693, + "line": 695, "character": 4 } ] @@ -17640,14 +17859,14 @@ { "type": "reflection", "declaration": { - "id": 620, + "id": 628, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 621, + "id": 629, "name": "data", "kind": 1024, "kindString": "Property", @@ -17655,7 +17874,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 6 } ], @@ -17665,7 +17884,7 @@ } }, { - "id": 622, + "id": 630, "name": "error", "kind": 1024, "kindString": "Property", @@ -17673,13 +17892,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 18 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -17688,13 +17907,13 @@ { "title": "Properties", "kind": 1024, - "children": [621, 622] + "children": [629, 630] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 700, + "line": 702, "character": 4 } ] @@ -17704,7 +17923,7 @@ } }, { - "id": 586, + "id": 594, "name": "AuthMFAVerifyResponse", "kind": 4194304, "kindString": "Type alias", @@ -17712,7 +17931,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 634, + "line": 636, "character": 12 } ], @@ -17722,14 +17941,14 @@ { "type": "reflection", "declaration": { - "id": 587, + "id": 595, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 588, + "id": 596, "name": "data", "kind": 1024, "kindString": "Property", @@ -17737,21 +17956,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 589, + "id": 597, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 590, + "id": 598, "name": "access_token", "kind": 1024, "kindString": "Property", @@ -17762,7 +17981,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 638, + "line": 640, "character": 8 } ], @@ -17772,7 +17991,7 @@ } }, { - "id": 592, + "id": 600, "name": "expires_in", "kind": 1024, "kindString": "Property", @@ -17783,7 +18002,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 644, + "line": 646, "character": 8 } ], @@ -17793,7 +18012,7 @@ } }, { - "id": 593, + "id": 601, "name": "refresh_token", "kind": 1024, "kindString": "Property", @@ -17804,7 +18023,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 647, + "line": 649, "character": 8 } ], @@ -17814,7 +18033,7 @@ } }, { - "id": 591, + "id": 599, "name": "token_type", "kind": 1024, "kindString": "Property", @@ -17825,7 +18044,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 641, + "line": 643, "character": 8 } ], @@ -17835,7 +18054,7 @@ } }, { - "id": 594, + "id": 602, "name": "user", "kind": 1024, "kindString": "Property", @@ -17846,13 +18065,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 650, + "line": 652, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -17861,13 +18080,13 @@ { "title": "Properties", "kind": 1024, - "children": [590, 592, 593, 591, 594] + "children": [598, 600, 601, 599, 602] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 636, + "line": 638, "character": 12 } ] @@ -17875,7 +18094,7 @@ } }, { - "id": 595, + "id": 603, "name": "error", "kind": 1024, "kindString": "Property", @@ -17883,7 +18102,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 652, + "line": 654, "character": 6 } ], @@ -17897,13 +18116,13 @@ { "title": "Properties", "kind": 1024, - "children": [588, 595] + "children": [596, 603] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 635, + "line": 637, "character": 4 } ] @@ -17912,14 +18131,14 @@ { "type": "reflection", "declaration": { - "id": 596, + "id": 604, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 597, + "id": 605, "name": "data", "kind": 1024, "kindString": "Property", @@ -17927,7 +18146,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 655, + "line": 657, "character": 6 } ], @@ -17937,7 +18156,7 @@ } }, { - "id": 598, + "id": 606, "name": "error", "kind": 1024, "kindString": "Property", @@ -17945,13 +18164,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 656, + "line": 658, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -17960,13 +18179,13 @@ { "title": "Properties", "kind": 1024, - "children": [597, 598] + "children": [605, 606] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 654, + "line": 656, "character": 4 } ] @@ -17976,7 +18195,7 @@ } }, { - "id": 302, + "id": 309, "name": "AuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -17994,14 +18213,14 @@ { "type": "reflection", "declaration": { - "id": 303, + "id": 310, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 311, "name": "data", "kind": 1024, "kindString": "Property", @@ -18016,14 +18235,14 @@ "type": { "type": "reflection", "declaration": { - "id": 305, + "id": 312, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 307, + "id": 314, "name": "session", "kind": 1024, "kindString": "Property", @@ -18040,7 +18259,7 @@ "types": [ { "type": "reference", - "id": 348, + "id": 355, "name": "Session" }, { @@ -18051,7 +18270,7 @@ } }, { - "id": 306, + "id": 313, "name": "user", "kind": 1024, "kindString": "Property", @@ -18068,7 +18287,7 @@ "types": [ { "type": "reference", - "id": 385, + "id": 392, "name": "User" }, { @@ -18083,7 +18302,7 @@ { "title": "Properties", "kind": 1024, - "children": [307, 306] + "children": [314, 313] } ], "sources": [ @@ -18097,7 +18316,7 @@ } }, { - "id": 308, + "id": 315, "name": "error", "kind": 1024, "kindString": "Property", @@ -18119,7 +18338,7 @@ { "title": "Properties", "kind": 1024, - "children": [304, 308] + "children": [311, 315] } ], "sources": [ @@ -18134,14 +18353,14 @@ { "type": "reflection", "declaration": { - "id": 309, + "id": 316, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 310, + "id": 317, "name": "data", "kind": 1024, "kindString": "Property", @@ -18156,14 +18375,14 @@ "type": { "type": "reflection", "declaration": { - "id": 311, + "id": 318, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 313, + "id": 320, "name": "session", "kind": 1024, "kindString": "Property", @@ -18181,7 +18400,7 @@ } }, { - "id": 312, + "id": 319, "name": "user", "kind": 1024, "kindString": "Property", @@ -18203,7 +18422,7 @@ { "title": "Properties", "kind": 1024, - "children": [313, 312] + "children": [320, 319] } ], "sources": [ @@ -18217,7 +18436,7 @@ } }, { - "id": 314, + "id": 321, "name": "error", "kind": 1024, "kindString": "Property", @@ -18231,7 +18450,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -18240,7 +18459,7 @@ { "title": "Properties", "kind": 1024, - "children": [310, 314] + "children": [317, 321] } ], "sources": [ @@ -18256,7 +18475,7 @@ } }, { - "id": 643, + "id": 651, "name": "AuthenticatorAssuranceLevels", "kind": 4194304, "kindString": "Type alias", @@ -18264,7 +18483,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 728, + "line": 730, "character": 12 } ], @@ -18283,7 +18502,7 @@ } }, { - "id": 711, + "id": 719, "name": "CallRefreshTokenResult", "kind": 4194304, "kindString": "Type alias", @@ -18291,7 +18510,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 903, + "line": 905, "character": 12 } ], @@ -18301,14 +18520,14 @@ { "type": "reflection", "declaration": { - "id": 712, + "id": 720, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 714, + "id": 722, "name": "error", "kind": 1024, "kindString": "Property", @@ -18316,7 +18535,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 906, + "line": 908, "character": 6 } ], @@ -18326,7 +18545,7 @@ } }, { - "id": 713, + "id": 721, "name": "session", "kind": 1024, "kindString": "Property", @@ -18334,13 +18553,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 905, + "line": 907, "character": 6 } ], "type": { "type": "reference", - "id": 348, + "id": 355, "name": "Session" } } @@ -18349,13 +18568,13 @@ { "title": "Properties", "kind": 1024, - "children": [714, 713] + "children": [722, 721] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 904, + "line": 906, "character": 4 } ] @@ -18364,14 +18583,14 @@ { "type": "reflection", "declaration": { - "id": 715, + "id": 723, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 717, + "id": 725, "name": "error", "kind": 1024, "kindString": "Property", @@ -18379,18 +18598,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 910, + "line": 912, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } }, { - "id": 716, + "id": 724, "name": "session", "kind": 1024, "kindString": "Property", @@ -18398,7 +18617,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 909, + "line": 911, "character": 6 } ], @@ -18412,13 +18631,13 @@ { "title": "Properties", "kind": 1024, - "children": [717, 716] + "children": [725, 724] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 908, + "line": 910, "character": 4 } ] @@ -18428,7 +18647,7 @@ } }, { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -18436,7 +18655,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -18467,7 +18686,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -18475,21 +18694,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -18500,7 +18719,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -18510,7 +18729,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -18521,7 +18740,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -18531,7 +18750,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -18541,7 +18760,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -18550,7 +18769,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -18564,7 +18783,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -18572,7 +18791,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -18595,13 +18814,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -18609,7 +18828,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -18617,21 +18836,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -18642,7 +18861,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -18652,7 +18871,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -18662,7 +18881,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -18671,7 +18890,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -18694,7 +18913,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -18702,7 +18921,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -18725,13 +18944,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -18739,7 +18958,7 @@ } }, { - "id": 544, + "id": 552, "name": "GenerateLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -18747,7 +18966,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 545, + "line": 547, "character": 12 } ], @@ -18755,7 +18974,7 @@ "type": "union", "types": [ { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -18763,21 +18982,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -18785,7 +19004,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -18795,7 +19014,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -18805,7 +19024,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -18814,7 +19033,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -18837,7 +19056,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -18845,7 +19064,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -18855,7 +19074,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -18863,7 +19082,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -18877,13 +19096,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -18891,7 +19110,7 @@ } }, { - "id": 525, + "id": 533, "name": "GenerateInviteOrMagiclinkParams", "kind": 4194304, "kindString": "Type alias", @@ -18899,21 +19118,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 526, + "id": 534, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 528, + "id": 536, "name": "email", "kind": 1024, "kindString": "Property", @@ -18924,7 +19143,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 512, + "line": 514, "character": 2 } ], @@ -18934,7 +19153,7 @@ } }, { - "id": 529, + "id": 537, "name": "options", "kind": 1024, "kindString": "Property", @@ -18944,7 +19163,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 513, + "line": 515, "character": 2 } ], @@ -18953,7 +19172,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -18976,7 +19195,7 @@ } }, { - "id": 527, + "id": 535, "name": "type", "kind": 1024, "kindString": "Property", @@ -18984,7 +19203,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 510, + "line": 512, "character": 2 } ], @@ -19007,13 +19226,13 @@ { "title": "Properties", "kind": 1024, - "children": [528, 529, 527] + "children": [536, 537, 535] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 509, + "line": 511, "character": 46 } ] @@ -19021,7 +19240,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -19029,21 +19248,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -19054,7 +19273,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -19064,7 +19283,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -19074,7 +19293,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -19083,7 +19302,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -19097,7 +19316,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -19105,7 +19324,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -19119,13 +19338,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -19133,7 +19352,7 @@ } }, { - "id": 535, + "id": 543, "name": "GenerateEmailChangeLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -19141,21 +19360,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 544, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 538, + "id": 546, "name": "email", "kind": 1024, "kindString": "Property", @@ -19166,7 +19385,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 526, + "line": 528, "character": 2 } ], @@ -19176,7 +19395,7 @@ } }, { - "id": 539, + "id": 547, "name": "newEmail", "kind": 1024, "kindString": "Property", @@ -19187,7 +19406,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 530, + "line": 532, "character": 2 } ], @@ -19197,7 +19416,7 @@ } }, { - "id": 540, + "id": 548, "name": "options", "kind": 1024, "kindString": "Property", @@ -19207,7 +19426,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 531, + "line": 533, "character": 2 } ], @@ -19216,7 +19435,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -19230,7 +19449,7 @@ } }, { - "id": 537, + "id": 545, "name": "type", "kind": 1024, "kindString": "Property", @@ -19238,7 +19457,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 524, + "line": 526, "character": 2 } ], @@ -19261,13 +19480,13 @@ { "title": "Properties", "kind": 1024, - "children": [538, 539, 540, 537] + "children": [546, 547, 548, 545] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 523, + "line": 525, "character": 44 } ] @@ -19278,7 +19497,7 @@ } }, { - "id": 558, + "id": 566, "name": "GenerateLinkProperties", "kind": 4194304, "kindString": "Type alias", @@ -19289,21 +19508,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 559, + "id": 567, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 560, + "id": 568, "name": "action_link", "kind": 1024, "kindString": "Property", @@ -19314,7 +19533,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 573, + "line": 575, "character": 2 } ], @@ -19324,7 +19543,7 @@ } }, { - "id": 561, + "id": 569, "name": "email_otp", "kind": 1024, "kindString": "Property", @@ -19335,7 +19554,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 578, + "line": 580, "character": 2 } ], @@ -19345,7 +19564,7 @@ } }, { - "id": 562, + "id": 570, "name": "hashed_token", "kind": 1024, "kindString": "Property", @@ -19356,7 +19575,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 582, + "line": 584, "character": 2 } ], @@ -19366,7 +19585,7 @@ } }, { - "id": 563, + "id": 571, "name": "redirect_to", "kind": 1024, "kindString": "Property", @@ -19377,7 +19596,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 584, + "line": 586, "character": 2 } ], @@ -19387,7 +19606,7 @@ } }, { - "id": 564, + "id": 572, "name": "verification_type", "kind": 1024, "kindString": "Property", @@ -19398,16 +19617,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 586, + "line": 588, "character": 2 } ], "type": { "type": "reference", - "id": 565, + "id": 573, "name": "GenerateLinkType", "dereferenced": { - "id": 565, + "id": 573, "name": "GenerateLinkType", "kind": 4194304, "kindString": "Type alias", @@ -19415,7 +19634,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 589, + "line": 591, "character": 12 } ], @@ -19456,13 +19675,13 @@ { "title": "Properties", "kind": 1024, - "children": [560, 561, 562, 563, 564] + "children": [568, 569, 570, 571, 572] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 568, + "line": 570, "character": 37 } ] @@ -19470,7 +19689,7 @@ } }, { - "id": 545, + "id": 553, "name": "GenerateLinkResponse", "kind": 4194304, "kindString": "Type alias", @@ -19478,7 +19697,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 551, + "line": 553, "character": 12 } ], @@ -19488,14 +19707,14 @@ { "type": "reflection", "declaration": { - "id": 546, + "id": 554, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 547, + "id": 555, "name": "data", "kind": 1024, "kindString": "Property", @@ -19503,21 +19722,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 548, + "id": 556, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 549, + "id": 557, "name": "properties", "kind": 1024, "kindString": "Property", @@ -19525,18 +19744,18 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 554, + "line": 556, "character": 8 } ], "type": { "type": "reference", - "id": 558, + "id": 566, "name": "GenerateLinkProperties" } }, { - "id": 550, + "id": 558, "name": "user", "kind": 1024, "kindString": "Property", @@ -19544,13 +19763,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 555, + "line": 557, "character": 8 } ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -19559,13 +19778,13 @@ { "title": "Properties", "kind": 1024, - "children": [549, 550] + "children": [557, 558] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 553, + "line": 555, "character": 12 } ] @@ -19573,7 +19792,7 @@ } }, { - "id": 551, + "id": 559, "name": "error", "kind": 1024, "kindString": "Property", @@ -19581,7 +19800,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 557, + "line": 559, "character": 6 } ], @@ -19595,13 +19814,13 @@ { "title": "Properties", "kind": 1024, - "children": [547, 551] + "children": [555, 559] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 552, + "line": 554, "character": 4 } ] @@ -19610,14 +19829,14 @@ { "type": "reflection", "declaration": { - "id": 552, + "id": 560, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 553, + "id": 561, "name": "data", "kind": 1024, "kindString": "Property", @@ -19625,21 +19844,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 6 } ], "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 562, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 555, + "id": 563, "name": "properties", "kind": 1024, "kindString": "Property", @@ -19647,7 +19866,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 561, + "line": 563, "character": 8 } ], @@ -19657,7 +19876,7 @@ } }, { - "id": 556, + "id": 564, "name": "user", "kind": 1024, "kindString": "Property", @@ -19665,7 +19884,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 562, + "line": 564, "character": 8 } ], @@ -19679,13 +19898,13 @@ { "title": "Properties", "kind": 1024, - "children": [555, 556] + "children": [563, 564] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 560, + "line": 562, "character": 12 } ] @@ -19693,7 +19912,7 @@ } }, { - "id": 557, + "id": 565, "name": "error", "kind": 1024, "kindString": "Property", @@ -19701,13 +19920,13 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 564, + "line": 566, "character": 6 } ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -19716,13 +19935,13 @@ { "title": "Properties", "kind": 1024, - "children": [553, 557] + "children": [561, 565] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 559, + "line": 561, "character": 4 } ] @@ -19732,7 +19951,7 @@ } }, { - "id": 565, + "id": 573, "name": "GenerateLinkType", "kind": 4194304, "kindString": "Type alias", @@ -19740,7 +19959,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 589, + "line": 591, "character": 12 } ], @@ -19775,7 +19994,7 @@ } }, { - "id": 530, + "id": 538, "name": "GenerateRecoveryLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -19783,21 +20002,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 539, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 533, + "id": 541, "name": "email", "kind": 1024, "kindString": "Property", @@ -19808,7 +20027,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 519, + "line": 521, "character": 2 } ], @@ -19818,7 +20037,7 @@ } }, { - "id": 534, + "id": 542, "name": "options", "kind": 1024, "kindString": "Property", @@ -19828,7 +20047,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 520, + "line": 522, "character": 2 } ], @@ -19837,7 +20056,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -19851,7 +20070,7 @@ } }, { - "id": 532, + "id": 540, "name": "type", "kind": 1024, "kindString": "Property", @@ -19859,7 +20078,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 517, + "line": 519, "character": 2 } ], @@ -19873,13 +20092,13 @@ { "title": "Properties", "kind": 1024, - "children": [533, 534, 532] + "children": [541, 542, 540] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 516, + "line": 518, "character": 41 } ] @@ -19887,7 +20106,7 @@ } }, { - "id": 519, + "id": 527, "name": "GenerateSignupLinkParams", "kind": 4194304, "kindString": "Type alias", @@ -19895,21 +20114,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 520, + "id": 528, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 522, + "id": 530, "name": "email", "kind": 1024, "kindString": "Property", @@ -19917,7 +20136,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 504, + "line": 506, "character": 2 } ], @@ -19927,7 +20146,7 @@ } }, { - "id": 524, + "id": 532, "name": "options", "kind": 1024, "kindString": "Property", @@ -19937,7 +20156,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 506, + "line": 508, "character": 2 } ], @@ -19946,7 +20165,7 @@ "typeArguments": [ { "type": "reference", - "id": 541, + "id": 549, "name": "GenerateLinkOptions" }, { @@ -19969,7 +20188,7 @@ } }, { - "id": 523, + "id": 531, "name": "password", "kind": 1024, "kindString": "Property", @@ -19977,7 +20196,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 505, + "line": 507, "character": 2 } ], @@ -19987,7 +20206,7 @@ } }, { - "id": 521, + "id": 529, "name": "type", "kind": 1024, "kindString": "Property", @@ -19995,7 +20214,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 503, + "line": 505, "character": 2 } ], @@ -20009,13 +20228,13 @@ { "title": "Properties", "kind": 1024, - "children": [522, 524, 523, 521] + "children": [530, 532, 531, 529] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 502, + "line": 504, "character": 39 } ] @@ -20023,7 +20242,7 @@ } }, { - "id": 289, + "id": 296, "name": "GoTrueClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -20038,14 +20257,14 @@ "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 297, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 305, "name": "autoRefreshToken", "kind": 1024, "kindString": "Property", @@ -20065,7 +20284,7 @@ } }, { - "id": 297, + "id": 304, "name": "detectSessionInUrl", "kind": 1024, "kindString": "Property", @@ -20085,7 +20304,7 @@ } }, { - "id": 301, + "id": 308, "name": "fetch", "kind": 1024, "kindString": "Property", @@ -20105,7 +20324,7 @@ } }, { - "id": 292, + "id": 299, "name": "headers", "kind": 1024, "kindString": "Property", @@ -20122,7 +20341,7 @@ "type": { "type": "reflection", "declaration": { - "id": 293, + "id": 300, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -20135,14 +20354,14 @@ } ], "indexSignature": { - "id": 294, + "id": 301, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 295, + "id": 302, "name": "key", "kind": 32768, "flags": {}, @@ -20161,7 +20380,7 @@ } }, { - "id": 299, + "id": 306, "name": "persistSession", "kind": 1024, "kindString": "Property", @@ -20181,7 +20400,7 @@ } }, { - "id": 300, + "id": 307, "name": "storage", "kind": 1024, "kindString": "Property", @@ -20197,10 +20416,10 @@ ], "type": { "type": "reference", - "id": 707, + "id": 715, "name": "SupportedStorage", "dereferenced": { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -20208,7 +20427,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -20253,7 +20472,7 @@ } }, { - "id": 296, + "id": 303, "name": "storageKey", "kind": 1024, "kindString": "Property", @@ -20273,7 +20492,7 @@ } }, { - "id": 291, + "id": 298, "name": "url", "kind": 1024, "kindString": "Property", @@ -20297,7 +20516,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 297, 301, 292, 299, 300, 296, 291] + "children": [305, 304, 308, 299, 306, 307, 303, 298] } ], "sources": [ @@ -20311,7 +20530,7 @@ } }, { - "id": 708, + "id": 716, "name": "InitializeResult", "kind": 4194304, "kindString": "Type alias", @@ -20319,21 +20538,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 717, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 710, + "id": 718, "name": "error", "kind": 1024, "kindString": "Property", @@ -20341,7 +20560,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 33 } ], @@ -20350,7 +20569,7 @@ "types": [ { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" }, { @@ -20365,13 +20584,13 @@ { "title": "Properties", "kind": 1024, - "children": [710] + "children": [718] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 901, + "line": 903, "character": 31 } ] @@ -20379,7 +20598,7 @@ } }, { - "id": 582, + "id": 590, "name": "MFAChallengeAndVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -20387,21 +20606,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 583, + "id": 591, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 585, + "id": 593, "name": "code", "kind": 1024, "kindString": "Property", @@ -20412,7 +20631,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 631, + "line": 633, "character": 2 } ], @@ -20422,7 +20641,7 @@ } }, { - "id": 584, + "id": 592, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -20433,7 +20652,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 629, + "line": 631, "character": 2 } ], @@ -20447,13 +20666,13 @@ { "title": "Properties", "kind": 1024, - "children": [585, 584] + "children": [593, 592] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 627, + "line": 629, "character": 42 } ] @@ -20461,7 +20680,7 @@ } }, { - "id": 579, + "id": 587, "name": "MFAChallengeParams", "kind": 4194304, "kindString": "Type alias", @@ -20469,21 +20688,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 580, + "id": 588, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 581, + "id": 589, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -20494,7 +20713,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 624, + "line": 626, "character": 2 } ], @@ -20508,13 +20727,13 @@ { "title": "Properties", "kind": 1024, - "children": [581] + "children": [589] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 622, + "line": 624, "character": 33 } ] @@ -20522,7 +20741,7 @@ } }, { - "id": 566, + "id": 574, "name": "MFAEnrollParams", "kind": 4194304, "kindString": "Type alias", @@ -20530,21 +20749,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 567, + "id": 575, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 568, + "id": 576, "name": "factorType", "kind": 1024, "kindString": "Property", @@ -20555,7 +20774,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 599, + "line": 601, "character": 2 } ], @@ -20565,7 +20784,7 @@ } }, { - "id": 570, + "id": 578, "name": "friendlyName", "kind": 1024, "kindString": "Property", @@ -20578,7 +20797,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 603, + "line": 605, "character": 2 } ], @@ -20588,7 +20807,7 @@ } }, { - "id": 569, + "id": 577, "name": "issuer", "kind": 1024, "kindString": "Property", @@ -20601,7 +20820,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 601, + "line": 603, "character": 2 } ], @@ -20615,13 +20834,13 @@ { "title": "Properties", "kind": 1024, - "children": [568, 570, 569] + "children": [576, 578, 577] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 597, + "line": 599, "character": 30 } ] @@ -20629,7 +20848,7 @@ } }, { - "id": 571, + "id": 579, "name": "MFAUnenrollParams", "kind": 4194304, "kindString": "Type alias", @@ -20637,21 +20856,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 572, + "id": 580, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 573, + "id": 581, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -20662,7 +20881,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 608, + "line": 610, "character": 2 } ], @@ -20676,13 +20895,13 @@ { "title": "Properties", "kind": 1024, - "children": [573] + "children": [581] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 606, + "line": 608, "character": 32 } ] @@ -20690,7 +20909,7 @@ } }, { - "id": 574, + "id": 582, "name": "MFAVerifyParams", "kind": 4194304, "kindString": "Type alias", @@ -20698,21 +20917,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 575, + "id": 583, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 577, + "id": 585, "name": "challengeId", "kind": 1024, "kindString": "Property", @@ -20723,7 +20942,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 616, + "line": 618, "character": 2 } ], @@ -20733,7 +20952,7 @@ } }, { - "id": 578, + "id": 586, "name": "code", "kind": 1024, "kindString": "Property", @@ -20744,7 +20963,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 619, + "line": 621, "character": 2 } ], @@ -20754,7 +20973,7 @@ } }, { - "id": 576, + "id": 584, "name": "factorId", "kind": 1024, "kindString": "Property", @@ -20765,7 +20984,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 613, + "line": 615, "character": 2 } ], @@ -20779,13 +20998,13 @@ { "title": "Properties", "kind": 1024, - "children": [577, 578, 576] + "children": [585, 586, 584] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 611, + "line": 613, "character": 30 } ] @@ -20793,7 +21012,7 @@ } }, { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -20801,7 +21020,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -20820,7 +21039,7 @@ } }, { - "id": 315, + "id": 322, "name": "OAuthResponse", "kind": 4194304, "kindString": "Type alias", @@ -20838,14 +21057,14 @@ { "type": "reflection", "declaration": { - "id": 316, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 317, + "id": 324, "name": "data", "kind": 1024, "kindString": "Property", @@ -20860,14 +21079,14 @@ "type": { "type": "reflection", "declaration": { - "id": 318, + "id": 325, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 319, + "id": 326, "name": "provider", "kind": 1024, "kindString": "Property", @@ -20881,12 +21100,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 320, + "id": 327, "name": "url", "kind": 1024, "kindString": "Property", @@ -20908,7 +21127,7 @@ { "title": "Properties", "kind": 1024, - "children": [319, 320] + "children": [326, 327] } ], "sources": [ @@ -20922,7 +21141,7 @@ } }, { - "id": 321, + "id": 328, "name": "error", "kind": 1024, "kindString": "Property", @@ -20944,7 +21163,7 @@ { "title": "Properties", "kind": 1024, - "children": [317, 321] + "children": [324, 328] } ], "sources": [ @@ -20959,14 +21178,14 @@ { "type": "reflection", "declaration": { - "id": 322, + "id": 329, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 323, + "id": 330, "name": "data", "kind": 1024, "kindString": "Property", @@ -20981,14 +21200,14 @@ "type": { "type": "reflection", "declaration": { - "id": 324, + "id": 331, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 325, + "id": 332, "name": "provider", "kind": 1024, "kindString": "Property", @@ -21002,12 +21221,12 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider" } }, { - "id": 326, + "id": 333, "name": "url", "kind": 1024, "kindString": "Property", @@ -21029,7 +21248,7 @@ { "title": "Properties", "kind": 1024, - "children": [325, 326] + "children": [332, 333] } ], "sources": [ @@ -21043,7 +21262,7 @@ } }, { - "id": 327, + "id": 334, "name": "error", "kind": 1024, "kindString": "Property", @@ -21057,7 +21276,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -21066,7 +21285,7 @@ { "title": "Properties", "kind": 1024, - "children": [323, 327] + "children": [330, 334] } ], "sources": [ @@ -21082,7 +21301,7 @@ } }, { - "id": 725, + "id": 733, "name": "PageParams", "kind": 4194304, "kindString": "Type alias", @@ -21090,21 +21309,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 734, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 727, + "id": 735, "name": "page", "kind": 1024, "kindString": "Property", @@ -21117,7 +21336,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 922, + "line": 924, "character": 2 } ], @@ -21127,7 +21346,7 @@ } }, { - "id": 728, + "id": 736, "name": "perPage", "kind": 1024, "kindString": "Property", @@ -21140,7 +21359,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 924, + "line": 926, "character": 2 } ], @@ -21154,13 +21373,13 @@ { "title": "Properties", "kind": 1024, - "children": [727, 728] + "children": [735, 736] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 920, + "line": 922, "character": 25 } ] @@ -21168,7 +21387,7 @@ } }, { - "id": 718, + "id": 726, "name": "Pagination", "kind": 4194304, "kindString": "Type alias", @@ -21176,21 +21395,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 719, + "id": 727, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 721, + "id": 729, "name": "lastPage", "kind": 1024, "kindString": "Property", @@ -21198,7 +21417,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 916, + "line": 918, "character": 2 } ], @@ -21208,7 +21427,7 @@ } }, { - "id": 720, + "id": 728, "name": "nextPage", "kind": 1024, "kindString": "Property", @@ -21216,7 +21435,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 915, + "line": 917, "character": 2 } ], @@ -21235,7 +21454,7 @@ } }, { - "id": 722, + "id": 730, "name": "total", "kind": 1024, "kindString": "Property", @@ -21243,7 +21462,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 917, + "line": 919, "character": 2 } ], @@ -21257,25 +21476,25 @@ { "title": "Properties", "kind": 1024, - "children": [721, 720, 722] + "children": [729, 728, 730] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 913, + "line": 915, "character": 25 } ], "indexSignature": { - "id": 723, + "id": 731, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 724, + "id": 732, "name": "key", "kind": 32768, "flags": {}, @@ -21294,7 +21513,7 @@ } }, { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -21380,7 +21599,7 @@ } }, { - "id": 328, + "id": 335, "name": "SSOResponse", "kind": 4194304, "kindString": "Type alias", @@ -21398,14 +21617,14 @@ { "type": "reflection", "declaration": { - "id": 329, + "id": 336, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 330, + "id": 337, "name": "data", "kind": 1024, "kindString": "Property", @@ -21420,14 +21639,14 @@ "type": { "type": "reflection", "declaration": { - "id": 331, + "id": 338, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 332, + "id": 339, "name": "url", "kind": 1024, "kindString": "Property", @@ -21452,7 +21671,7 @@ { "title": "Properties", "kind": 1024, - "children": [332] + "children": [339] } ], "sources": [ @@ -21466,7 +21685,7 @@ } }, { - "id": 333, + "id": 340, "name": "error", "kind": 1024, "kindString": "Property", @@ -21488,7 +21707,7 @@ { "title": "Properties", "kind": 1024, - "children": [330, 333] + "children": [337, 340] } ], "sources": [ @@ -21503,14 +21722,14 @@ { "type": "reflection", "declaration": { - "id": 334, + "id": 341, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 335, + "id": 342, "name": "data", "kind": 1024, "kindString": "Property", @@ -21528,7 +21747,7 @@ } }, { - "id": 336, + "id": 343, "name": "error", "kind": 1024, "kindString": "Property", @@ -21542,7 +21761,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -21551,7 +21770,7 @@ { "title": "Properties", "kind": 1024, - "children": [335, 336] + "children": [342, 343] } ], "sources": [ @@ -21567,7 +21786,7 @@ } }, { - "id": 479, + "id": 486, "name": "SignInWithOAuthCredentials", "kind": 4194304, "kindString": "Type alias", @@ -21582,14 +21801,14 @@ "type": { "type": "reflection", "declaration": { - "id": 480, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 482, + "id": 489, "name": "options", "kind": 1024, "kindString": "Property", @@ -21606,14 +21825,14 @@ "type": { "type": "reflection", "declaration": { - "id": 483, + "id": 490, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 486, + "id": 493, "name": "queryParams", "kind": 1024, "kindString": "Property", @@ -21633,7 +21852,7 @@ "type": { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -21646,14 +21865,14 @@ } ], "indexSignature": { - "id": 488, + "id": 495, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 489, + "id": 496, "name": "key", "kind": 32768, "flags": {}, @@ -21672,7 +21891,7 @@ } }, { - "id": 484, + "id": 491, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -21695,7 +21914,7 @@ } }, { - "id": 485, + "id": 492, "name": "scopes", "kind": 1024, "kindString": "Property", @@ -21716,13 +21935,36 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 497, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 444, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", "kind": 1024, - "children": [486, 484, 485] + "children": [493, 491, 492, 497] } ], "sources": [ @@ -21736,7 +21978,7 @@ } }, { - "id": 481, + "id": 488, "name": "provider", "kind": 1024, "kindString": "Property", @@ -21753,10 +21995,10 @@ ], "type": { "type": "reference", - "id": 286, + "id": 293, "name": "Provider", "dereferenced": { - "id": 286, + "id": 293, "name": "Provider", "kind": 4194304, "kindString": "Type alias", @@ -21848,7 +22090,7 @@ { "title": "Properties", "kind": 1024, - "children": [482, 481] + "children": [489, 488] } ], "sources": [ @@ -21862,7 +22104,7 @@ } }, { - "id": 448, + "id": 455, "name": "SignInWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -21880,14 +22122,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "email", "kind": 1024, "kindString": "Property", @@ -21908,7 +22150,7 @@ } }, { - "id": 452, + "id": 459, "name": "options", "kind": 1024, "kindString": "Property", @@ -21925,14 +22167,14 @@ "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 455, + "id": 462, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -21955,7 +22197,7 @@ } }, { - "id": 454, + "id": 461, "name": "data", "kind": 1024, "kindString": "Property", @@ -21983,7 +22225,7 @@ { "title": "Properties", "kind": 1024, - "children": [455, 454] + "children": [462, 461] } ], "sources": [ @@ -21997,7 +22239,7 @@ } }, { - "id": 451, + "id": 458, "name": "password", "kind": 1024, "kindString": "Property", @@ -22022,7 +22264,7 @@ { "title": "Properties", "kind": 1024, - "children": [450, 452, 451] + "children": [457, 459, 458] } ], "sources": [ @@ -22037,14 +22279,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 459, + "id": 466, "name": "options", "kind": 1024, "kindString": "Property", @@ -22061,14 +22303,14 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 462, + "id": 469, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -22091,7 +22333,7 @@ } }, { - "id": 461, + "id": 468, "name": "data", "kind": 1024, "kindString": "Property", @@ -22119,7 +22361,7 @@ { "title": "Properties", "kind": 1024, - "children": [462, 461] + "children": [469, 468] } ], "sources": [ @@ -22133,7 +22375,7 @@ } }, { - "id": 458, + "id": 465, "name": "password", "kind": 1024, "kindString": "Property", @@ -22154,7 +22396,7 @@ } }, { - "id": 457, + "id": 464, "name": "phone", "kind": 1024, "kindString": "Property", @@ -22179,7 +22421,7 @@ { "title": "Properties", "kind": 1024, - "children": [459, 458, 457] + "children": [466, 465, 464] } ], "sources": [ @@ -22195,7 +22437,7 @@ } }, { - "id": 463, + "id": 470, "name": "SignInWithPasswordlessCredentials", "kind": 4194304, "kindString": "Type alias", @@ -22213,14 +22455,14 @@ { "type": "reflection", "declaration": { - "id": 464, + "id": 471, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 465, + "id": 472, "name": "email", "kind": 1024, "kindString": "Property", @@ -22241,7 +22483,7 @@ } }, { - "id": 466, + "id": 473, "name": "options", "kind": 1024, "kindString": "Property", @@ -22258,14 +22500,14 @@ "type": { "type": "reflection", "declaration": { - "id": 467, + "id": 474, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 471, + "id": 478, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -22288,7 +22530,7 @@ } }, { - "id": 470, + "id": 477, "name": "data", "kind": 1024, "kindString": "Property", @@ -22312,7 +22554,7 @@ } }, { - "id": 468, + "id": 475, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -22335,7 +22577,7 @@ } }, { - "id": 469, + "id": 476, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -22362,7 +22604,7 @@ { "title": "Properties", "kind": 1024, - "children": [471, 470, 468, 469] + "children": [478, 477, 475, 476] } ], "sources": [ @@ -22380,7 +22622,7 @@ { "title": "Properties", "kind": 1024, - "children": [465, 466] + "children": [472, 473] } ], "sources": [ @@ -22395,14 +22637,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 479, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 474, + "id": 481, "name": "options", "kind": 1024, "kindString": "Property", @@ -22419,14 +22661,14 @@ "type": { "type": "reflection", "declaration": { - "id": 475, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 478, + "id": 485, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -22449,7 +22691,7 @@ } }, { - "id": 477, + "id": 484, "name": "data", "kind": 1024, "kindString": "Property", @@ -22473,7 +22715,7 @@ } }, { - "id": 476, + "id": 483, "name": "shouldCreateUser", "kind": 1024, "kindString": "Property", @@ -22500,7 +22742,7 @@ { "title": "Properties", "kind": 1024, - "children": [478, 477, 476] + "children": [485, 484, 483] } ], "sources": [ @@ -22514,7 +22756,7 @@ } }, { - "id": 473, + "id": 480, "name": "phone", "kind": 1024, "kindString": "Property", @@ -22539,7 +22781,7 @@ { "title": "Properties", "kind": 1024, - "children": [474, 473] + "children": [481, 480] } ], "sources": [ @@ -22555,7 +22797,7 @@ } }, { - "id": 509, + "id": 517, "name": "SignInWithSSO", "kind": 4194304, "kindString": "Type alias", @@ -22563,7 +22805,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 12 } ], @@ -22573,14 +22815,14 @@ { "type": "reflection", "declaration": { - "id": 510, + "id": 518, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 511, + "id": 519, "name": "options", "kind": 1024, "kindString": "Property", @@ -22590,21 +22832,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 512, + "id": 520, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 514, + "id": 522, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -22617,7 +22859,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 489, + "line": 491, "character": 4 } ], @@ -22627,7 +22869,7 @@ } }, { - "id": 513, + "id": 521, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -22640,7 +22882,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 487, + "line": 489, "character": 4 } ], @@ -22654,13 +22896,13 @@ { "title": "Properties", "kind": 1024, - "children": [514, 513] + "children": [522, 521] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 485, + "line": 487, "character": 12 } ] @@ -22672,13 +22914,13 @@ { "title": "Properties", "kind": 1024, - "children": [511] + "children": [519] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 484, + "line": 486, "character": 28 } ] @@ -22690,14 +22932,14 @@ { "type": "reflection", "declaration": { - "id": 515, + "id": 523, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 516, + "id": 524, "name": "providerId", "kind": 1024, "kindString": "Property", @@ -22708,7 +22950,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 494, + "line": 496, "character": 6 } ], @@ -22722,13 +22964,13 @@ { "title": "Properties", "kind": 1024, - "children": [516] + "children": [524] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 492, + "line": 494, "character": 4 } ] @@ -22737,14 +22979,14 @@ { "type": "reflection", "declaration": { - "id": 517, + "id": 525, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 518, + "id": 526, "name": "domain", "kind": 1024, "kindString": "Property", @@ -22755,7 +22997,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 498, + "line": 500, "character": 6 } ], @@ -22769,13 +23011,13 @@ { "title": "Properties", "kind": 1024, - "children": [518] + "children": [526] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 496, + "line": 498, "character": 4 } ] @@ -22787,7 +23029,7 @@ } }, { - "id": 432, + "id": 439, "name": "SignUpWithPasswordCredentials", "kind": 4194304, "kindString": "Type alias", @@ -22805,14 +23047,14 @@ { "type": "reflection", "declaration": { - "id": 433, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 434, + "id": 441, "name": "email", "kind": 1024, "kindString": "Property", @@ -22833,7 +23075,7 @@ } }, { - "id": 436, + "id": 443, "name": "options", "kind": 1024, "kindString": "Property", @@ -22850,14 +23092,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 440, + "id": 447, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -22880,7 +23122,7 @@ } }, { - "id": 439, + "id": 446, "name": "data", "kind": 1024, "kindString": "Property", @@ -22904,7 +23146,7 @@ } }, { - "id": 438, + "id": 445, "name": "emailRedirectTo", "kind": 1024, "kindString": "Property", @@ -22931,7 +23173,7 @@ { "title": "Properties", "kind": 1024, - "children": [440, 439, 438] + "children": [447, 446, 445] } ], "sources": [ @@ -22945,7 +23187,7 @@ } }, { - "id": 435, + "id": 442, "name": "password", "kind": 1024, "kindString": "Property", @@ -22970,7 +23212,7 @@ { "title": "Properties", "kind": 1024, - "children": [434, 436, 435] + "children": [441, 443, 442] } ], "sources": [ @@ -22985,14 +23227,14 @@ { "type": "reflection", "declaration": { - "id": 441, + "id": 448, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 451, "name": "options", "kind": 1024, "kindString": "Property", @@ -23009,14 +23251,14 @@ "type": { "type": "reflection", "declaration": { - "id": 445, + "id": 452, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 447, + "id": 454, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -23039,7 +23281,7 @@ } }, { - "id": 446, + "id": 453, "name": "data", "kind": 1024, "kindString": "Property", @@ -23067,7 +23309,7 @@ { "title": "Properties", "kind": 1024, - "children": [447, 446] + "children": [454, 453] } ], "sources": [ @@ -23081,7 +23323,7 @@ } }, { - "id": 443, + "id": 450, "name": "password", "kind": 1024, "kindString": "Property", @@ -23102,7 +23344,7 @@ } }, { - "id": 442, + "id": 449, "name": "phone", "kind": 1024, "kindString": "Property", @@ -23127,7 +23369,7 @@ { "title": "Properties", "kind": 1024, - "children": [444, 443, 442] + "children": [451, 450, 449] } ], "sources": [ @@ -23143,7 +23385,7 @@ } }, { - "id": 707, + "id": 715, "name": "SupportedStorage", "kind": 4194304, "kindString": "Type alias", @@ -23151,7 +23393,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 899, + "line": 901, "character": 12 } ], @@ -23194,7 +23436,7 @@ } }, { - "id": 337, + "id": 344, "name": "UserResponse", "kind": 4194304, "kindString": "Type alias", @@ -23212,14 +23454,14 @@ { "type": "reflection", "declaration": { - "id": 338, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 346, "name": "data", "kind": 1024, "kindString": "Property", @@ -23234,14 +23476,14 @@ "type": { "type": "reflection", "declaration": { - "id": 340, + "id": 347, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 341, + "id": 348, "name": "user", "kind": 1024, "kindString": "Property", @@ -23255,7 +23497,7 @@ ], "type": { "type": "reference", - "id": 385, + "id": 392, "name": "User" } } @@ -23264,7 +23506,7 @@ { "title": "Properties", "kind": 1024, - "children": [341] + "children": [348] } ], "sources": [ @@ -23278,7 +23520,7 @@ } }, { - "id": 342, + "id": 349, "name": "error", "kind": 1024, "kindString": "Property", @@ -23300,7 +23542,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 342] + "children": [346, 349] } ], "sources": [ @@ -23315,14 +23557,14 @@ { "type": "reflection", "declaration": { - "id": 343, + "id": 350, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 344, + "id": 351, "name": "data", "kind": 1024, "kindString": "Property", @@ -23337,14 +23579,14 @@ "type": { "type": "reflection", "declaration": { - "id": 345, + "id": 352, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 346, + "id": 353, "name": "user", "kind": 1024, "kindString": "Property", @@ -23366,7 +23608,7 @@ { "title": "Properties", "kind": 1024, - "children": [346] + "children": [353] } ], "sources": [ @@ -23380,7 +23622,7 @@ } }, { - "id": 347, + "id": 354, "name": "error", "kind": 1024, "kindString": "Property", @@ -23394,7 +23636,7 @@ ], "type": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23403,7 +23645,7 @@ { "title": "Properties", "kind": 1024, - "children": [344, 347] + "children": [351, 354] } ], "sources": [ @@ -23419,7 +23661,7 @@ } }, { - "id": 490, + "id": 498, "name": "VerifyOtpParams", "kind": 4194304, "kindString": "Type alias", @@ -23427,7 +23669,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 446, + "line": 448, "character": 12 } ], @@ -23435,14 +23677,14 @@ "type": "union", "types": [ { - "id": 491, + "id": 499, "name": "VerifyMobileOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 495, + "id": 503, "name": "options", "kind": 1024, "kindString": "Property", @@ -23452,21 +23694,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 454, + "line": 456, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 504, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 498, + "id": 506, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -23485,7 +23727,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 463, + "line": 465, "character": 4 } ], @@ -23495,7 +23737,7 @@ } }, { - "id": 497, + "id": 505, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -23508,7 +23750,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 456, + "line": 458, "character": 4 } ], @@ -23522,14 +23764,14 @@ { "title": "Properties", "kind": 1024, - "children": [498, 497] + "children": [506, 505] } ] } } }, { - "id": 492, + "id": 500, "name": "phone", "kind": 1024, "kindString": "Property", @@ -23540,7 +23782,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 449, + "line": 451, "character": 2 } ], @@ -23550,7 +23792,7 @@ } }, { - "id": 493, + "id": 501, "name": "token", "kind": 1024, "kindString": "Property", @@ -23561,7 +23803,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 451, + "line": 453, "character": 2 } ], @@ -23571,7 +23813,7 @@ } }, { - "id": 494, + "id": 502, "name": "type", "kind": 1024, "kindString": "Property", @@ -23582,16 +23824,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 453, + "line": 455, "character": 2 } ], "type": { "type": "reference", - "id": 507, + "id": 515, "name": "MobileOtpType", "dereferenced": { - "id": 507, + "id": 515, "name": "MobileOtpType", "kind": 4194304, "kindString": "Type alias", @@ -23599,7 +23841,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 481, + "line": 483, "character": 12 } ], @@ -23624,26 +23866,26 @@ { "title": "Properties", "kind": 1024, - "children": [495, 492, 493, 494] + "children": [503, 500, 501, 502] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 447, + "line": 449, "character": 17 } ] }, { - "id": 499, + "id": 507, "name": "VerifyEmailOtpParams", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { - "id": 500, + "id": 508, "name": "email", "kind": 1024, "kindString": "Property", @@ -23654,7 +23896,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 468, + "line": 470, "character": 2 } ], @@ -23664,7 +23906,7 @@ } }, { - "id": 503, + "id": 511, "name": "options", "kind": 1024, "kindString": "Property", @@ -23674,21 +23916,21 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 473, + "line": 475, "character": 2 } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 506, + "id": 514, "name": "captchaToken", "kind": 1024, "kindString": "Property", @@ -23701,7 +23943,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 477, + "line": 479, "character": 4 } ], @@ -23711,7 +23953,7 @@ } }, { - "id": 505, + "id": 513, "name": "redirectTo", "kind": 1024, "kindString": "Property", @@ -23724,7 +23966,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 475, + "line": 477, "character": 4 } ], @@ -23738,14 +23980,14 @@ { "title": "Properties", "kind": 1024, - "children": [506, 505] + "children": [514, 513] } ] } } }, { - "id": 501, + "id": 509, "name": "token", "kind": 1024, "kindString": "Property", @@ -23756,7 +23998,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 470, + "line": 472, "character": 2 } ], @@ -23766,7 +24008,7 @@ } }, { - "id": 502, + "id": 510, "name": "type", "kind": 1024, "kindString": "Property", @@ -23777,16 +24019,16 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 472, + "line": 474, "character": 2 } ], "type": { "type": "reference", - "id": 508, + "id": 516, "name": "EmailOtpType", "dereferenced": { - "id": 508, + "id": 516, "name": "EmailOtpType", "kind": 4194304, "kindString": "Type alias", @@ -23794,7 +24036,7 @@ "sources": [ { "fileName": "src/lib/types.ts", - "line": 482, + "line": 484, "character": 12 } ], @@ -23831,13 +24073,13 @@ { "title": "Properties", "kind": 1024, - "children": [500, 503, 501, 502] + "children": [508, 511, 509, 510] } ], "sources": [ { "fileName": "src/lib/types.ts", - "line": 466, + "line": 468, "character": 17 } ] @@ -23846,7 +24088,7 @@ } }, { - "id": 732, + "id": 740, "name": "isAuthApiError", "kind": 64, "kindString": "Function", @@ -23854,20 +24096,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 32, + "line": 34, "character": 16 } ], "signatures": [ { - "id": 733, + "id": 741, "name": "isAuthApiError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 734, + "id": 742, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -23884,7 +24126,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 740, + "id": 750, "name": "AuthApiError" } } @@ -23892,7 +24134,7 @@ ] }, { - "id": 729, + "id": 737, "name": "isAuthError", "kind": 64, "kindString": "Function", @@ -23900,20 +24142,20 @@ "sources": [ { "fileName": "src/lib/errors.ts", - "line": 10, + "line": 12, "character": 16 } ], "signatures": [ { - "id": 730, + "id": 738, "name": "isAuthError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 731, + "id": 739, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -23930,7 +24172,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 735, + "id": 743, "name": "AuthError" } } @@ -23942,26 +24184,26 @@ { "title": "Classes", "kind": 128, - "children": [740, 735, 800, 787, 825, 775, 753, 760, 1, 76] + "children": [750, 743, 811, 798, 836, 786, 763, 771, 1, 77] }, { "title": "Interfaces", "kind": 256, - "children": [357, 412, 371, 541, 700, 655, 348, 422, 430, 385, 378, 407, 360, 382, 499, 491] + "children": [364, 419, 378, 549, 708, 663, 355, 429, 437, 392, 385, 414, 367, 389, 507, 499] }, { "title": "Type Aliases", "kind": 4194304, "children": [ - 288, 287, 684, 675, 697, 688, 623, 599, 644, 633, 614, 586, 302, 643, 711, 508, 535, 525, - 544, 558, 545, 565, 530, 519, 289, 708, 582, 579, 566, 571, 574, 507, 315, 725, 718, 286, - 328, 479, 448, 463, 509, 432, 707, 337, 490 + 295, 294, 692, 683, 705, 696, 631, 607, 652, 641, 622, 594, 309, 651, 719, 516, 543, 533, + 552, 566, 553, 573, 538, 527, 296, 716, 590, 587, 574, 579, 582, 515, 322, 733, 726, 293, + 335, 486, 455, 470, 517, 439, 715, 344, 498 ] }, { "title": "Functions", "kind": 64, - "children": [732, 729] + "children": [740, 737] } ], "sources": [ diff --git a/spec/enrichments/tsdoc_v2/realtime.json b/spec/enrichments/tsdoc_v2/realtime.json index f948bb53cd44a..20eb36bc0dc53 100644 --- a/spec/enrichments/tsdoc_v2/realtime.json +++ b/spec/enrichments/tsdoc_v2/realtime.json @@ -7,14 +7,14 @@ "originalName": "", "children": [ { - "id": 500, + "id": 516, "name": "REALTIME_LISTEN_TYPES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 501, + "id": 517, "name": "BROADCAST", "kind": 16, "kindString": "Enumeration Member", @@ -22,7 +22,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 77, + "line": 89, "character": 2 } ], @@ -33,15 +33,18 @@ "defaultValue": "\"broadcast\"" }, { - "id": 503, + "id": 519, "name": "POSTGRES_CHANGES", "kind": 16, "kindString": "Enumeration Member", "flags": {}, + "comment": { + "shortText": "listen to Postgres changes." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 79, + "line": 94, "character": 2 } ], @@ -52,7 +55,7 @@ "defaultValue": "\"postgres_changes\"" }, { - "id": 502, + "id": 518, "name": "PRESENCE", "kind": 16, "kindString": "Enumeration Member", @@ -60,7 +63,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 78, + "line": 90, "character": 2 } ], @@ -75,26 +78,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [501, 503, 502] + "children": [517, 519, 518] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 76, + "line": 88, "character": 12 } ] }, { - "id": 504, + "id": 520, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 505, + "id": 521, "name": "ALL", "kind": 16, "kindString": "Enumeration Member", @@ -102,7 +105,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 70, + "line": 82, "character": 2 } ], @@ -113,7 +116,7 @@ "defaultValue": "\"*\"" }, { - "id": 508, + "id": 524, "name": "DELETE", "kind": 16, "kindString": "Enumeration Member", @@ -121,7 +124,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 73, + "line": 85, "character": 2 } ], @@ -132,7 +135,7 @@ "defaultValue": "\"DELETE\"" }, { - "id": 506, + "id": 522, "name": "INSERT", "kind": 16, "kindString": "Enumeration Member", @@ -140,7 +143,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 71, + "line": 83, "character": 2 } ], @@ -151,7 +154,7 @@ "defaultValue": "\"INSERT\"" }, { - "id": 507, + "id": 523, "name": "UPDATE", "kind": 16, "kindString": "Enumeration Member", @@ -159,7 +162,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 72, + "line": 84, "character": 2 } ], @@ -174,26 +177,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [505, 508, 506, 507] + "children": [521, 524, 522, 523] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 69, + "line": 81, "character": 12 } ] }, { - "id": 509, + "id": 525, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 511, + "id": 527, "name": "JOIN", "kind": 16, "kindString": "Enumeration Member", @@ -201,7 +204,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 36, + "line": 35, "character": 2 } ], @@ -212,7 +215,7 @@ "defaultValue": "\"join\"" }, { - "id": 512, + "id": 528, "name": "LEAVE", "kind": 16, "kindString": "Enumeration Member", @@ -220,7 +223,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 37, + "line": 36, "character": 2 } ], @@ -231,7 +234,7 @@ "defaultValue": "\"leave\"" }, { - "id": 510, + "id": 526, "name": "SYNC", "kind": 16, "kindString": "Enumeration Member", @@ -239,7 +242,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 35, + "line": 34, "character": 2 } ], @@ -254,26 +257,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [511, 512, 510] + "children": [527, 528, 526] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 34, + "line": 33, "character": 12 } ] }, { - "id": 513, + "id": 529, "name": "REALTIME_SUBSCRIBE_STATES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 517, + "id": 533, "name": "CHANNEL_ERROR", "kind": 16, "kindString": "Enumeration Member", @@ -281,7 +284,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 86, + "line": 101, "character": 2 } ], @@ -292,7 +295,7 @@ "defaultValue": "\"CHANNEL_ERROR\"" }, { - "id": 516, + "id": 532, "name": "CLOSED", "kind": 16, "kindString": "Enumeration Member", @@ -300,7 +303,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 85, + "line": 100, "character": 2 } ], @@ -311,7 +314,7 @@ "defaultValue": "\"CLOSED\"" }, { - "id": 514, + "id": 530, "name": "SUBSCRIBED", "kind": 16, "kindString": "Enumeration Member", @@ -319,7 +322,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 83, + "line": 98, "character": 2 } ], @@ -330,7 +333,7 @@ "defaultValue": "\"SUBSCRIBED\"" }, { - "id": 515, + "id": 531, "name": "TIMED_OUT", "kind": 16, "kindString": "Enumeration Member", @@ -338,7 +341,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 84, + "line": 99, "character": 2 } ], @@ -353,13 +356,13 @@ { "title": "Enumeration Members", "kind": 16, - "children": [517, 516, 514, 515] + "children": [533, 532, 530, 531] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 82, + "line": 97, "character": 12 } ] @@ -383,7 +386,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -414,7 +417,7 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions" }, "defaultValue": "..." @@ -427,7 +430,7 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } @@ -449,7 +452,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -499,7 +502,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -519,7 +522,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -534,7 +537,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -575,7 +578,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -593,7 +596,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -613,7 +616,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -634,7 +637,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -652,7 +655,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -672,7 +675,7 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions" }, "defaultValue": "..." @@ -686,7 +689,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -705,7 +708,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -727,7 +730,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -746,7 +749,7 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } }, @@ -759,7 +762,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -778,7 +781,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -809,7 +812,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -821,7 +824,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -830,12 +833,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -844,9 +844,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -862,19 +859,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -894,9 +888,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -912,93 +903,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -1016,113 +920,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1133,7 +980,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -1141,14 +988,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -1156,7 +1003,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -1170,14 +1017,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1185,28 +1032,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -1228,14 +1082,56 @@ } }, { - "id": 151, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1246,7 +1142,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -1254,14 +1150,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -1269,7 +1165,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -1283,14 +1179,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1298,28 +1194,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -1341,14 +1244,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -1356,20 +1259,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -1390,7 +1293,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1401,14 +1304,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -1419,7 +1322,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1427,32 +1330,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -1477,14 +1380,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -1492,20 +1395,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -1526,7 +1429,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1537,14 +1440,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -1555,7 +1458,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1563,32 +1466,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -1613,14 +1516,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -1628,20 +1531,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -1662,7 +1565,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1673,14 +1576,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -1691,7 +1594,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1699,32 +1602,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -1749,14 +1652,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -1764,20 +1667,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -1798,7 +1701,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -1809,14 +1712,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -1827,7 +1730,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1835,36 +1738,234 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } - ], - "name": "RealtimePostgresDeletePayload" + ], + "name": "RealtimePostgresDeletePayload" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } } } ], @@ -1895,7 +1996,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -1908,14 +2009,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -1923,20 +2024,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -1944,14 +2045,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -1959,7 +2060,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -1973,18 +2074,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -2003,7 +2104,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -2011,20 +2112,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -2049,7 +2150,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -2069,7 +2170,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -2191,7 +2292,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -2290,7 +2391,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -2302,7 +2403,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -2310,13 +2411,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -2327,7 +2428,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -2376,7 +2477,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -2435,7 +2536,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -2447,7 +2548,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -2455,20 +2556,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -2476,20 +2577,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -2530,26 +2631,26 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] }, { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -2563,7 +2664,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -2573,7 +2674,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -2587,7 +2688,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -2596,21 +2697,21 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions" } } ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -2638,7 +2739,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -2661,7 +2762,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -2691,7 +2792,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -2711,7 +2812,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -2731,7 +2832,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -2750,7 +2851,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -2769,7 +2870,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -2786,20 +2887,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -2819,7 +2920,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -2838,7 +2939,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -2868,7 +2969,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -2887,7 +2988,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -2908,7 +3009,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -2925,20 +3026,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -2958,7 +3059,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -2986,7 +3087,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -3006,7 +3107,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -3024,7 +3125,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -3043,7 +3144,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -3067,7 +3168,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -3086,7 +3187,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -3101,14 +3202,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -3131,7 +3232,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -3154,7 +3255,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -3177,7 +3278,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -3204,7 +3305,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -3212,7 +3313,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -3231,7 +3332,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -3250,7 +3351,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -3264,14 +3365,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -3282,14 +3383,14 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions" }, "defaultValue": "..." @@ -3304,7 +3405,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -3318,7 +3419,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -3334,7 +3435,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -3348,7 +3449,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -3364,7 +3465,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -3378,7 +3479,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -3388,7 +3489,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -3404,7 +3505,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -3428,7 +3529,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -3442,7 +3543,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -3462,7 +3563,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -3476,7 +3577,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -3492,7 +3593,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -3506,7 +3607,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -3517,7 +3618,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -3528,7 +3629,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -3539,7 +3640,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -3560,7 +3661,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -3574,7 +3675,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -3585,14 +3686,14 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage" } } @@ -3614,7 +3715,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -3628,7 +3729,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -3643,7 +3744,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -3656,7 +3757,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -3670,7 +3771,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -3680,7 +3781,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -3700,7 +3801,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -3712,7 +3813,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -3726,7 +3827,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -3736,7 +3837,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -3771,20 +3872,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, 332, 328, 327, - 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, 340, 336, 335, + 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -3811,7 +3912,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -3877,7 +3978,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -3899,7 +4000,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -3919,7 +4020,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -3939,7 +4040,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -3997,7 +4098,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -4025,7 +4126,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -4047,13 +4148,13 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" }, "defaultValue": "{}" @@ -4074,13 +4175,13 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] }, { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -4095,14 +4196,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -4117,14 +4218,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -4144,14 +4245,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -4171,7 +4272,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -4195,7 +4296,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -4209,7 +4310,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -4229,14 +4330,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -4260,7 +4361,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -4278,7 +4379,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -4296,7 +4397,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -4310,7 +4411,7 @@ } }, { - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse", "kind": 4194304, "kindString": "Type alias", @@ -4318,7 +4419,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 67, + "line": 79, "character": 12 } ], @@ -4341,7 +4442,7 @@ } }, { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -4356,14 +4457,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -4385,7 +4486,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -4407,7 +4508,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -4424,7 +4525,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -4437,14 +4538,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -4463,7 +4564,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -4483,7 +4584,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -4505,7 +4606,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -4522,7 +4623,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -4535,14 +4636,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -4561,7 +4662,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -4583,7 +4684,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -4603,7 +4704,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -4629,7 +4730,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -4643,7 +4744,7 @@ } }, { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -4658,14 +4759,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -4683,7 +4784,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -4703,7 +4804,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -4721,7 +4822,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -4739,7 +4840,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -4761,7 +4862,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -4775,7 +4876,7 @@ } }, { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -4789,57 +4890,73 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T" } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -4849,15 +4966,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -4867,17 +4987,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -4891,21 +5014,21 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } } }, { - "id": 449, + "id": 457, "name": "RealtimePostgresChangesPayload", "kind": 4194304, "kindString": "Type alias", @@ -4919,7 +5042,7 @@ ], "typeParameter": [ { - "id": 453, + "id": 461, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -4927,7 +5050,7 @@ "type": { "type": "reflection", "declaration": { - "id": 450, + "id": 458, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -4940,14 +5063,14 @@ } ], "indexSignature": { - "id": 451, + "id": 459, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 452, + "id": 460, "name": "key", "kind": 32768, "flags": {}, @@ -4971,11 +5094,11 @@ "types": [ { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 453, + "id": 461, "name": "T" } ], @@ -4983,11 +5106,11 @@ }, { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 453, + "id": 461, "name": "T" } ], @@ -4995,11 +5118,11 @@ }, { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 453, + "id": 461, "name": "T" } ], @@ -5009,7 +5132,7 @@ } }, { - "id": 473, + "id": 481, "name": "RealtimePostgresDeletePayload", "kind": 4194304, "kindString": "Type alias", @@ -5023,7 +5146,7 @@ ], "typeParameter": [ { - "id": 482, + "id": 490, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -5031,7 +5154,7 @@ "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5044,14 +5167,14 @@ } ], "indexSignature": { - "id": 480, + "id": 488, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 481, + "id": 489, "name": "key", "kind": 32768, "flags": {}, @@ -5080,14 +5203,14 @@ { "type": "reflection", "declaration": { - "id": 474, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 475, + "id": 483, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -5106,7 +5229,7 @@ [ { "type": "reference", - "id": 508, + "id": 524, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, "" @@ -5115,7 +5238,7 @@ } }, { - "id": 476, + "id": 484, "name": "new", "kind": 1024, "kindString": "Property", @@ -5130,7 +5253,7 @@ "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 485, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5146,7 +5269,7 @@ } }, { - "id": 478, + "id": 486, "name": "old", "kind": 1024, "kindString": "Property", @@ -5163,7 +5286,7 @@ "typeArguments": [ { "type": "reference", - "id": 482, + "id": 490, "name": "T" } ], @@ -5177,7 +5300,7 @@ { "title": "Properties", "kind": 1024, - "children": [475, 476, 478] + "children": [483, 484, 486] } ], "sources": [ @@ -5193,7 +5316,7 @@ } }, { - "id": 454, + "id": 462, "name": "RealtimePostgresInsertPayload", "kind": 4194304, "kindString": "Type alias", @@ -5207,7 +5330,7 @@ ], "typeParameter": [ { - "id": 463, + "id": 471, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -5215,7 +5338,7 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 468, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5228,14 +5351,14 @@ } ], "indexSignature": { - "id": 461, + "id": 469, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 462, + "id": 470, "name": "key", "kind": 32768, "flags": {}, @@ -5264,14 +5387,14 @@ { "type": "reflection", "declaration": { - "id": 455, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 456, + "id": 464, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -5290,7 +5413,7 @@ [ { "type": "reference", - "id": 506, + "id": 522, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, "" @@ -5299,7 +5422,7 @@ } }, { - "id": 457, + "id": 465, "name": "new", "kind": 1024, "kindString": "Property", @@ -5313,12 +5436,12 @@ ], "type": { "type": "reference", - "id": 463, + "id": 471, "name": "T" } }, { - "id": 458, + "id": 466, "name": "old", "kind": 1024, "kindString": "Property", @@ -5333,7 +5456,7 @@ "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5353,7 +5476,7 @@ { "title": "Properties", "kind": 1024, - "children": [456, 457, 458] + "children": [464, 465, 466] } ], "sources": [ @@ -5369,7 +5492,7 @@ } }, { - "id": 464, + "id": 472, "name": "RealtimePostgresUpdatePayload", "kind": 4194304, "kindString": "Type alias", @@ -5383,7 +5506,7 @@ ], "typeParameter": [ { - "id": 472, + "id": 480, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -5391,7 +5514,7 @@ "type": { "type": "reflection", "declaration": { - "id": 469, + "id": 477, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5404,14 +5527,14 @@ } ], "indexSignature": { - "id": 470, + "id": 478, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 471, + "id": 479, "name": "key", "kind": 32768, "flags": {}, @@ -5440,14 +5563,14 @@ { "type": "reflection", "declaration": { - "id": 465, + "id": 473, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 466, + "id": 474, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -5466,7 +5589,7 @@ [ { "type": "reference", - "id": 507, + "id": 523, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, "" @@ -5475,7 +5598,7 @@ } }, { - "id": 467, + "id": 475, "name": "new", "kind": 1024, "kindString": "Property", @@ -5489,12 +5612,12 @@ ], "type": { "type": "reference", - "id": 472, + "id": 480, "name": "T" } }, { - "id": 468, + "id": 476, "name": "old", "kind": 1024, "kindString": "Property", @@ -5511,7 +5634,7 @@ "typeArguments": [ { "type": "reference", - "id": 472, + "id": 480, "name": "T" } ], @@ -5525,7 +5648,7 @@ { "title": "Properties", "kind": 1024, - "children": [466, 467, 468] + "children": [474, 475, 476] } ], "sources": [ @@ -5541,7 +5664,7 @@ } }, { - "id": 483, + "id": 491, "name": "RealtimePresenceJoinPayload", "kind": 4194304, "kindString": "Type alias", @@ -5549,21 +5672,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, + "line": 19, "character": 12 } ], + "typeParameter": [ + { + "id": 500, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 497, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 19, + "character": 50 + } + ], + "indexSignature": { + "id": 498, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 499, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 492, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 487, + "id": 495, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -5571,7 +5743,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 23, + "line": 22, "character": 2 } ], @@ -5579,12 +5751,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 485, + "id": 493, "name": "event", "kind": 1024, "kindString": "Property", @@ -5592,7 +5771,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 21, + "line": 20, "character": 2 } ], @@ -5603,7 +5782,7 @@ [ { "type": "reference", - "id": 511, + "id": 527, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, "" @@ -5612,7 +5791,7 @@ } }, { - "id": 486, + "id": 494, "name": "key", "kind": 1024, "kindString": "Property", @@ -5620,7 +5799,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 22, + "line": 21, "character": 2 } ], @@ -5630,7 +5809,7 @@ } }, { - "id": 488, + "id": 496, "name": "newPresences", "kind": 1024, "kindString": "Property", @@ -5638,7 +5817,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 24, + "line": 23, "character": 2 } ], @@ -5646,6 +5825,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } @@ -5655,21 +5841,21 @@ { "title": "Properties", "kind": 1024, - "children": [487, 485, 486, 488] + "children": [495, 493, 494, 496] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, - "character": 42 + "line": 19, + "character": 76 } ] } } }, { - "id": 489, + "id": 501, "name": "RealtimePresenceLeavePayload", "kind": 4194304, "kindString": "Type alias", @@ -5677,21 +5863,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, + "line": 26, "character": 12 } ], + "typeParameter": [ + { + "id": 510, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 507, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 26, + "character": 51 + } + ], + "indexSignature": { + "id": 508, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 509, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 490, + "id": 502, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 493, + "id": 505, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -5699,7 +5934,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 30, + "line": 29, "character": 2 } ], @@ -5707,12 +5942,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 491, + "id": 503, "name": "event", "kind": 1024, "kindString": "Property", @@ -5720,7 +5962,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 28, + "line": 27, "character": 2 } ], @@ -5731,7 +5973,7 @@ [ { "type": "reference", - "id": 512, + "id": 528, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, "" @@ -5740,7 +5982,7 @@ } }, { - "id": 492, + "id": 504, "name": "key", "kind": 1024, "kindString": "Property", @@ -5748,7 +5990,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 29, + "line": 28, "character": 2 } ], @@ -5758,7 +6000,7 @@ } }, { - "id": 494, + "id": 506, "name": "leftPresences", "kind": 1024, "kindString": "Property", @@ -5766,7 +6008,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 31, + "line": 30, "character": 2 } ], @@ -5774,6 +6016,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } @@ -5783,21 +6032,21 @@ { "title": "Properties", "kind": 1024, - "children": [493, 491, 492, 494] + "children": [505, 503, 504, 506] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, - "character": 43 + "line": 26, + "character": 77 } ] } } }, { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -5805,14 +6054,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -5820,19 +6069,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -5854,7 +6103,7 @@ } }, { - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse", "kind": 4194304, "kindString": "Type alias", @@ -5889,17 +6138,17 @@ { "title": "Enumerations", "kind": 8, - "children": [500, 504, 509, 513] + "children": [516, 520, 525, 529] }, { "title": "Classes", "kind": 128, - "children": [55, 306, 1] + "children": [55, 314, 1] }, { "title": "Type Aliases", "kind": 4194304, - "children": [294, 305, 418, 435, 442, 449, 473, 454, 464, 483, 489, 495, 499] + "children": [302, 313, 426, 443, 450, 457, 481, 462, 472, 491, 501, 511, 515] } ], "sources": [ diff --git a/spec/enrichments/tsdoc_v2/realtime_dereferenced.json b/spec/enrichments/tsdoc_v2/realtime_dereferenced.json index c9508c3551f64..4e1b1d718577c 100644 --- a/spec/enrichments/tsdoc_v2/realtime_dereferenced.json +++ b/spec/enrichments/tsdoc_v2/realtime_dereferenced.json @@ -7,14 +7,14 @@ "originalName": "", "children": [ { - "id": 500, + "id": 516, "name": "REALTIME_LISTEN_TYPES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 501, + "id": 517, "name": "BROADCAST", "kind": 16, "kindString": "Enumeration Member", @@ -22,7 +22,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 77, + "line": 89, "character": 2 } ], @@ -33,15 +33,18 @@ "defaultValue": "\"broadcast\"" }, { - "id": 503, + "id": 519, "name": "POSTGRES_CHANGES", "kind": 16, "kindString": "Enumeration Member", "flags": {}, + "comment": { + "shortText": "listen to Postgres changes." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 79, + "line": 94, "character": 2 } ], @@ -52,7 +55,7 @@ "defaultValue": "\"postgres_changes\"" }, { - "id": 502, + "id": 518, "name": "PRESENCE", "kind": 16, "kindString": "Enumeration Member", @@ -60,7 +63,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 78, + "line": 90, "character": 2 } ], @@ -75,26 +78,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [501, 503, 502] + "children": [517, 519, 518] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 76, + "line": 88, "character": 12 } ] }, { - "id": 504, + "id": 520, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 505, + "id": 521, "name": "ALL", "kind": 16, "kindString": "Enumeration Member", @@ -102,7 +105,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 70, + "line": 82, "character": 2 } ], @@ -113,7 +116,7 @@ "defaultValue": "\"*\"" }, { - "id": 508, + "id": 524, "name": "DELETE", "kind": 16, "kindString": "Enumeration Member", @@ -121,7 +124,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 73, + "line": 85, "character": 2 } ], @@ -132,7 +135,7 @@ "defaultValue": "\"DELETE\"" }, { - "id": 506, + "id": 522, "name": "INSERT", "kind": 16, "kindString": "Enumeration Member", @@ -140,7 +143,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 71, + "line": 83, "character": 2 } ], @@ -151,7 +154,7 @@ "defaultValue": "\"INSERT\"" }, { - "id": 507, + "id": 523, "name": "UPDATE", "kind": 16, "kindString": "Enumeration Member", @@ -159,7 +162,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 72, + "line": 84, "character": 2 } ], @@ -174,26 +177,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [505, 508, 506, 507] + "children": [521, 524, 522, 523] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 69, + "line": 81, "character": 12 } ] }, { - "id": 509, + "id": 525, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 511, + "id": 527, "name": "JOIN", "kind": 16, "kindString": "Enumeration Member", @@ -201,7 +204,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 36, + "line": 35, "character": 2 } ], @@ -212,7 +215,7 @@ "defaultValue": "\"join\"" }, { - "id": 512, + "id": 528, "name": "LEAVE", "kind": 16, "kindString": "Enumeration Member", @@ -220,7 +223,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 37, + "line": 36, "character": 2 } ], @@ -231,7 +234,7 @@ "defaultValue": "\"leave\"" }, { - "id": 510, + "id": 526, "name": "SYNC", "kind": 16, "kindString": "Enumeration Member", @@ -239,7 +242,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 35, + "line": 34, "character": 2 } ], @@ -254,26 +257,26 @@ { "title": "Enumeration Members", "kind": 16, - "children": [511, 512, 510] + "children": [527, 528, 526] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 34, + "line": 33, "character": 12 } ] }, { - "id": 513, + "id": 529, "name": "REALTIME_SUBSCRIBE_STATES", "kind": 8, "kindString": "Enumeration", "flags": {}, "children": [ { - "id": 517, + "id": 533, "name": "CHANNEL_ERROR", "kind": 16, "kindString": "Enumeration Member", @@ -281,7 +284,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 86, + "line": 101, "character": 2 } ], @@ -292,7 +295,7 @@ "defaultValue": "\"CHANNEL_ERROR\"" }, { - "id": 516, + "id": 532, "name": "CLOSED", "kind": 16, "kindString": "Enumeration Member", @@ -300,7 +303,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 85, + "line": 100, "character": 2 } ], @@ -311,7 +314,7 @@ "defaultValue": "\"CLOSED\"" }, { - "id": 514, + "id": 530, "name": "SUBSCRIBED", "kind": 16, "kindString": "Enumeration Member", @@ -319,7 +322,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 83, + "line": 98, "character": 2 } ], @@ -330,7 +333,7 @@ "defaultValue": "\"SUBSCRIBED\"" }, { - "id": 515, + "id": 531, "name": "TIMED_OUT", "kind": 16, "kindString": "Enumeration Member", @@ -338,7 +341,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 84, + "line": 99, "character": 2 } ], @@ -353,13 +356,13 @@ { "title": "Enumeration Members", "kind": 16, - "children": [517, 516, 514, 515] + "children": [533, 532, 530, 531] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 82, + "line": 97, "character": 12 } ] @@ -383,7 +386,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -414,10 +417,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -432,14 +435,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -454,14 +457,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -481,14 +484,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -508,7 +511,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -532,7 +535,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -546,7 +549,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -566,14 +569,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -597,7 +600,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -615,7 +618,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -633,7 +636,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -657,17 +660,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -681,7 +684,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -691,7 +694,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -705,7 +708,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -714,10 +717,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -732,14 +735,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -761,7 +764,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -783,7 +786,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -800,7 +803,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -813,14 +816,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -839,7 +842,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -859,7 +862,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -881,7 +884,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -898,7 +901,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -911,14 +914,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -937,7 +940,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -959,7 +962,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -979,7 +982,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -1006,7 +1009,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -1025,14 +1028,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -1060,7 +1063,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -1083,7 +1086,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -1113,7 +1116,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -1133,7 +1136,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -1153,7 +1156,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -1172,7 +1175,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -1191,7 +1194,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -1208,20 +1211,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -1241,7 +1244,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -1260,7 +1263,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -1290,7 +1293,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -1309,7 +1312,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -1330,7 +1333,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -1347,20 +1350,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -1380,7 +1383,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -1408,7 +1411,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -1428,7 +1431,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -1446,7 +1449,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -1465,7 +1468,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -1489,7 +1492,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -1508,7 +1511,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -1523,14 +1526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -1553,7 +1556,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -1576,7 +1579,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -1599,7 +1602,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -1626,7 +1629,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -1634,7 +1637,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -1653,7 +1656,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -1672,7 +1675,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -1686,14 +1689,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -1704,17 +1707,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -1729,14 +1732,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -1751,14 +1754,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -1778,14 +1781,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -1805,7 +1808,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -1829,7 +1832,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -1843,7 +1846,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -1863,14 +1866,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -1894,7 +1897,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -1912,7 +1915,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -1930,7 +1933,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -1956,7 +1959,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -1970,7 +1973,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -1986,7 +1989,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -2000,7 +2003,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -2016,7 +2019,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -2030,7 +2033,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -2040,7 +2043,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -2056,7 +2059,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -2080,7 +2083,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -2094,7 +2097,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -2114,7 +2117,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -2128,7 +2131,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -2144,7 +2147,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -2158,7 +2161,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -2169,7 +2172,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -2180,7 +2183,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -2191,7 +2194,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -2212,7 +2215,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -2226,7 +2229,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -2237,17 +2240,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -2262,14 +2265,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -2287,7 +2290,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -2307,7 +2310,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -2325,7 +2328,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -2343,7 +2346,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -2365,7 +2368,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -2398,7 +2401,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -2412,7 +2415,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -2427,7 +2430,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -2440,7 +2443,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -2454,7 +2457,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -2464,7 +2467,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -2500,13 +2503,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -2519,7 +2522,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -2531,7 +2534,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -2545,7 +2548,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -2555,7 +2558,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -2590,20 +2593,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, - 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, + 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -2634,7 +2637,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -2684,7 +2687,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -2704,7 +2707,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -2719,7 +2722,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -2760,7 +2763,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -2778,7 +2781,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -2798,7 +2801,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -2819,7 +2822,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -2837,7 +2840,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -2857,10 +2860,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -2875,14 +2878,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -2897,14 +2900,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -2924,14 +2927,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -2951,7 +2954,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -2975,7 +2978,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -2989,7 +2992,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -3009,14 +3012,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -3040,7 +3043,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -3058,7 +3061,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -3076,7 +3079,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -3101,7 +3104,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -3125,7 +3128,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -3177,13 +3180,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -3226,7 +3229,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -3248,7 +3251,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -3268,7 +3271,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -3288,7 +3291,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -3359,13 +3362,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -3381,7 +3384,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -3409,7 +3412,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -3431,16 +3434,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -3448,14 +3451,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3463,19 +3466,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -3515,7 +3518,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -3531,7 +3534,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -3553,7 +3556,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -3572,17 +3575,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -3596,7 +3599,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -3606,7 +3609,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -3620,7 +3623,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -3629,10 +3632,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -3647,14 +3650,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -3676,7 +3679,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -3698,7 +3701,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -3715,7 +3718,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3728,14 +3731,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -3754,7 +3757,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -3774,7 +3777,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -3796,7 +3799,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -3813,7 +3816,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3826,14 +3829,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -3852,7 +3855,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -3874,7 +3877,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -3894,7 +3897,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -3920,7 +3923,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -3938,14 +3941,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -3973,7 +3976,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -3996,7 +3999,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -4026,7 +4029,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -4046,7 +4049,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -4066,7 +4069,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -4085,7 +4088,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -4104,7 +4107,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -4121,20 +4124,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -4154,7 +4157,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -4173,7 +4176,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -4203,7 +4206,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -4222,7 +4225,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -4243,7 +4246,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -4260,20 +4263,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -4293,7 +4296,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -4321,7 +4324,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -4341,7 +4344,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -4359,7 +4362,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -4378,7 +4381,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -4402,7 +4405,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -4421,7 +4424,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -4436,14 +4439,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -4466,7 +4469,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -4489,7 +4492,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -4512,7 +4515,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -4539,7 +4542,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -4547,7 +4550,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -4566,7 +4569,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -4585,7 +4588,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -4599,14 +4602,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -4617,17 +4620,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -4642,14 +4645,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -4664,14 +4667,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -4691,14 +4694,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -4718,7 +4721,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -4742,7 +4745,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -4756,7 +4759,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -4776,14 +4779,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -4807,7 +4810,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -4825,7 +4828,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -4843,7 +4846,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -4869,7 +4872,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -4883,7 +4886,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -4899,7 +4902,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -4913,7 +4916,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -4929,7 +4932,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -4943,7 +4946,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -4953,7 +4956,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -4969,7 +4972,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -4993,7 +4996,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -5007,7 +5010,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -5027,7 +5030,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -5041,7 +5044,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -5057,7 +5060,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -5071,7 +5074,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -5082,7 +5085,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -5093,7 +5096,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -5104,7 +5107,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -5125,7 +5128,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -5139,7 +5142,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -5150,17 +5153,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -5175,14 +5178,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -5200,7 +5203,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -5220,7 +5223,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -5238,7 +5241,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -5256,7 +5259,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -5278,7 +5281,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -5311,7 +5314,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -5325,7 +5328,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -5340,7 +5343,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -5353,7 +5356,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -5367,7 +5370,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -5377,7 +5380,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -5413,13 +5416,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -5432,7 +5435,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -5444,7 +5447,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -5458,7 +5461,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -5468,7 +5471,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -5503,20 +5506,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, 332, 328, - 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, 340, 336, + 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -5538,7 +5541,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -5557,7 +5560,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -5588,7 +5591,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -5600,7 +5603,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -5609,12 +5612,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -5623,9 +5623,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -5641,19 +5638,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -5673,9 +5667,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -5691,93 +5682,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -5795,113 +5699,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -5912,7 +5759,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -5920,14 +5767,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -5935,7 +5782,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -5949,14 +5796,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -5964,28 +5811,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -6007,14 +5861,56 @@ } }, { - "id": 151, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -6025,7 +5921,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -6033,14 +5929,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -6048,7 +5944,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -6062,14 +5958,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -6077,28 +5973,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -6120,14 +6023,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -6135,20 +6038,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -6169,7 +6072,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -6180,14 +6083,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -6196,7 +6099,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -6210,58 +6113,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -6271,15 +6190,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -6289,17 +6211,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -6313,14 +6238,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -6329,7 +6254,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -6337,32 +6262,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -6387,14 +6312,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -6402,20 +6327,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -6436,7 +6361,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -6447,14 +6372,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -6463,7 +6388,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -6477,58 +6402,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" - } - } + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] + } + } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -6538,15 +6479,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -6556,17 +6500,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -6580,14 +6527,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -6596,7 +6543,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -6604,32 +6551,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -6654,14 +6601,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -6669,20 +6616,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -6703,7 +6650,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -6714,14 +6661,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -6730,7 +6677,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -6744,58 +6691,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -6805,15 +6768,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -6823,17 +6789,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -6847,14 +6816,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -6863,7 +6832,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -6871,32 +6840,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -6921,14 +6890,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -6936,20 +6905,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -6970,7 +6939,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -6981,14 +6950,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -6997,7 +6966,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -7011,58 +6980,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -7072,15 +7057,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -7090,17 +7078,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -7114,14 +7105,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -7130,7 +7121,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -7138,32 +7129,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -7186,6 +7177,204 @@ "id": 55, "name": "default" } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } } ] }, @@ -7198,7 +7387,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -7211,14 +7400,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -7226,20 +7415,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -7247,14 +7436,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -7262,7 +7451,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -7276,18 +7465,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -7306,7 +7495,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -7314,20 +7503,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -7352,7 +7541,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -7372,7 +7561,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -7494,7 +7683,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -7593,7 +7782,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -7605,7 +7794,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -7613,13 +7802,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -7630,7 +7819,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -7679,7 +7868,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -7738,7 +7927,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -7750,7 +7939,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -7758,20 +7947,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -7779,20 +7968,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -7833,26 +8022,26 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] }, { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -7866,7 +8055,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -7876,7 +8065,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -7890,7 +8079,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -7899,10 +8088,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -7917,14 +8106,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -7946,7 +8135,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -7968,7 +8157,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -7985,7 +8174,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -7998,14 +8187,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -8024,7 +8213,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -8044,7 +8233,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -8066,7 +8255,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -8083,7 +8272,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -8096,14 +8285,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -8122,7 +8311,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -8144,7 +8333,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -8164,7 +8353,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -8190,7 +8379,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -8208,14 +8397,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -8243,7 +8432,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -8266,7 +8455,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -8296,7 +8485,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -8316,7 +8505,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -8336,7 +8525,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -8355,7 +8544,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -8374,7 +8563,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -8391,20 +8580,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -8424,7 +8613,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -8443,7 +8632,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -8473,7 +8662,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -8492,7 +8681,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -8513,7 +8702,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -8530,20 +8719,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -8563,7 +8752,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -8591,7 +8780,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -8611,7 +8800,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -8629,7 +8818,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -8648,7 +8837,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -8672,7 +8861,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -8691,7 +8880,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -8706,14 +8895,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -8736,7 +8925,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -8759,7 +8948,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -8782,7 +8971,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -8809,7 +8998,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -8817,7 +9006,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -8836,7 +9025,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -8855,7 +9044,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -8869,14 +9058,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -8887,17 +9076,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -8912,14 +9101,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -8934,14 +9123,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -8961,14 +9150,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -8988,7 +9177,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -9012,7 +9201,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -9026,7 +9215,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -9046,14 +9235,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -9077,7 +9266,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -9095,7 +9284,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -9113,7 +9302,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -9139,7 +9328,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -9153,7 +9342,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -9169,7 +9358,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -9183,7 +9372,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -9199,7 +9388,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -9213,7 +9402,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -9223,7 +9412,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -9239,7 +9428,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -9263,7 +9452,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -9277,7 +9466,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -9297,7 +9486,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -9311,7 +9500,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -9327,7 +9516,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -9341,7 +9530,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -9352,7 +9541,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -9363,7 +9552,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -9374,7 +9563,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -9395,7 +9584,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -9409,7 +9598,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -9420,17 +9609,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -9445,14 +9634,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -9470,7 +9659,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -9490,7 +9679,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -9508,7 +9697,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -9526,7 +9715,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -9548,7 +9737,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -9581,7 +9770,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -9595,7 +9784,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -9610,7 +9799,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -9623,7 +9812,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -9637,7 +9826,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -9647,7 +9836,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -9678,7 +9867,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -9709,10 +9898,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -9727,14 +9916,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -9749,14 +9938,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -9776,14 +9965,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -9803,7 +9992,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -9827,7 +10016,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -9841,7 +10030,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -9861,14 +10050,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -9892,7 +10081,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -9910,7 +10099,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -9928,7 +10117,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -9952,10 +10141,10 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", @@ -9965,21 +10154,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, - 329, 318, 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, + 337, 326, 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -10011,7 +10200,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -10061,7 +10250,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -10081,7 +10270,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -10096,7 +10285,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -10137,7 +10326,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -10155,7 +10344,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -10175,7 +10364,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -10196,7 +10385,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -10214,7 +10403,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -10234,10 +10423,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -10252,14 +10441,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -10274,14 +10463,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -10301,14 +10490,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -10328,7 +10517,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -10352,7 +10541,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -10366,7 +10555,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -10386,14 +10575,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -10417,7 +10606,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -10435,7 +10624,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -10453,7 +10642,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -10478,7 +10667,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -10502,7 +10691,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -10569,7 +10758,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -10591,7 +10780,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -10611,7 +10800,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -10631,7 +10820,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -10690,7 +10879,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -10718,7 +10907,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -10740,16 +10929,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -10757,14 +10946,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -10772,19 +10961,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -10824,7 +11013,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -10840,7 +11029,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -10862,7 +11051,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -10881,10 +11070,10 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", @@ -10894,21 +11083,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, - 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, + 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -10931,7 +11120,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -10950,7 +11139,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -10981,7 +11170,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -10993,7 +11182,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -11002,12 +11191,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -11016,9 +11202,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -11034,19 +11217,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -11066,9 +11246,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -11084,93 +11261,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -11188,14 +11278,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 129, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 135, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -11206,7 +11338,7 @@ } }, { - "id": 136, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -11214,14 +11346,14 @@ "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 138, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -11229,13 +11361,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 338, + "line": 339, "character": 14 } ], "type": { "type": "literal", - "value": "sync" + "value": "join" } } ], @@ -11243,14 +11375,14 @@ { "title": "Properties", "kind": 1024, - "children": [138] + "children": [136] } ] } } }, { - "id": 139, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -11258,127 +11390,35 @@ "type": { "type": "reflection", "declaration": { - "id": 140, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - } - } - ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "parameters": [ - { - "id": 143, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, - { - "id": 144, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 145, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 146, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 343, - "character": 14 - } - ], - "type": { - "type": "literal", - "value": "join" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [146] - } - ] - } - } - }, - { - "id": 147, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 148, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -11400,14 +11440,56 @@ } }, { - "id": 151, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -11418,7 +11500,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -11426,14 +11508,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -11441,7 +11523,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -11455,14 +11537,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -11470,28 +11552,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -11513,14 +11602,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -11528,20 +11617,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -11562,7 +11651,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -11573,14 +11662,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -11589,7 +11678,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -11603,58 +11692,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -11664,15 +11769,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -11682,17 +11790,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -11706,14 +11817,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -11722,7 +11833,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -11730,32 +11841,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -11780,14 +11891,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -11795,20 +11906,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -11829,7 +11940,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -11840,14 +11951,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -11856,7 +11967,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -11870,58 +11981,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -11931,15 +12058,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -11949,17 +12079,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -11973,14 +12106,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -11989,7 +12122,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -11997,32 +12130,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -12047,14 +12180,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -12062,20 +12195,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -12096,7 +12229,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -12107,14 +12240,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -12123,7 +12256,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -12137,58 +12270,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -12198,15 +12347,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -12216,17 +12368,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -12240,14 +12395,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -12256,7 +12411,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -12264,32 +12419,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -12314,14 +12469,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -12329,20 +12484,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -12363,7 +12518,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -12374,14 +12529,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -12390,7 +12545,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -12404,58 +12559,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -12465,15 +12636,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -12483,17 +12657,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -12507,14 +12684,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -12523,7 +12700,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -12531,32 +12708,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -12579,60 +12756,258 @@ "id": 55, "name": "default" } - } - ] - }, - { - "id": 101, - "name": "presenceState", - "kind": 2048, - "kindString": "Method", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 284, - "character": 2 - } - ], - "signatures": [ + }, { - "id": 102, - "name": "presenceState", + "id": 198, + "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "type": { - "type": "reference", - "id": 495, - "name": "RealtimePresenceState" - } - } - ] - }, - { - "id": 204, - "name": "send", - "kind": 2048, - "kindString": "Method", - "flags": {}, - "sources": [ + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + } + ] + }, + { + "id": 101, + "name": "presenceState", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 299, + "character": 2 + } + ], + "signatures": [ + { + "id": 102, + "name": "presenceState", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reference", + "id": 511, + "name": "RealtimePresenceState" + } + } + ] + }, + { + "id": 212, + "name": "send", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -12640,14 +13015,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -12655,7 +13030,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -12669,18 +13044,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -12699,7 +13074,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -12707,20 +13082,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -12745,7 +13120,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -12765,7 +13140,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -12887,7 +13262,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -12986,7 +13361,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -12998,7 +13373,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -13006,13 +13381,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -13023,7 +13398,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -13072,7 +13447,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -13131,7 +13506,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -13143,7 +13518,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -13151,20 +13526,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -13172,20 +13547,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -13226,13 +13601,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -13245,7 +13620,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -13257,7 +13632,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -13271,7 +13646,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -13281,7 +13656,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -13316,20 +13691,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, 332, 328, 327, - 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, 340, 336, 335, + 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -13356,7 +13731,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 83, + "line": 82, "character": 2 } ], @@ -13403,7 +13778,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -13434,10 +13809,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -13452,14 +13827,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -13474,14 +13849,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -13501,14 +13876,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -13528,7 +13903,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -13552,7 +13927,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -13566,7 +13941,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -13586,14 +13961,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -13617,7 +13992,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -13635,7 +14010,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -13653,7 +14028,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -13677,17 +14052,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -13701,7 +14076,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -13711,7 +14086,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -13725,7 +14100,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -13734,10 +14109,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -13752,14 +14127,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -13781,7 +14156,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -13803,7 +14178,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -13820,7 +14195,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -13833,14 +14208,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -13859,7 +14234,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -13879,7 +14254,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -13901,7 +14276,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -13918,7 +14293,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -13931,14 +14306,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -13957,7 +14332,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -13979,7 +14354,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -13999,7 +14374,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -14026,8 +14401,8 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, - 421, 420 + 433, 432, 435, 430, 431, 439, 434, + 429, 428 ] } ], @@ -14046,14 +14421,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -14081,7 +14456,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -14104,7 +14479,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -14134,7 +14509,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -14154,7 +14529,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -14174,7 +14549,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -14193,7 +14568,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -14212,7 +14587,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -14229,20 +14604,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -14262,7 +14637,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -14281,7 +14656,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -14311,7 +14686,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -14330,7 +14705,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -14351,7 +14726,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -14368,20 +14743,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -14401,7 +14776,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -14429,7 +14804,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -14449,7 +14824,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -14467,7 +14842,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -14486,7 +14861,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -14510,7 +14885,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -14529,7 +14904,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -14544,14 +14919,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -14574,7 +14949,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -14597,7 +14972,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -14620,7 +14995,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -14647,7 +15022,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -14655,7 +15030,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -14674,7 +15049,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -14693,7 +15068,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -14707,14 +15082,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -14725,17 +15100,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -14750,14 +15125,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -14772,14 +15147,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -14799,14 +15174,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -14826,7 +15201,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -14850,7 +15225,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -14864,7 +15239,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -14884,14 +15259,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -14915,7 +15290,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -14933,7 +15308,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -14951,7 +15326,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -14977,7 +15352,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -14991,7 +15366,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -15007,7 +15382,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -15021,7 +15396,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -15037,7 +15412,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -15051,7 +15426,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -15061,7 +15436,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -15077,7 +15452,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -15101,7 +15476,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -15115,7 +15490,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -15135,7 +15510,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -15149,7 +15524,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -15165,7 +15540,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -15179,7 +15554,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -15190,7 +15565,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -15201,7 +15576,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -15212,7 +15587,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -15233,7 +15608,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -15247,7 +15622,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -15258,17 +15633,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -15283,14 +15658,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -15308,7 +15683,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -15328,7 +15703,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -15346,7 +15721,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -15364,7 +15739,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -15386,7 +15761,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -15419,7 +15794,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -15433,7 +15808,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -15448,7 +15823,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -15461,7 +15836,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -15475,7 +15850,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -15485,7 +15860,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -15506,7 +15881,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -15518,7 +15893,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -15532,7 +15907,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -15542,7 +15917,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -15577,21 +15952,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, - 329, 318, 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, + 337, 326, 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -15623,7 +15998,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -15673,7 +16048,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -15693,7 +16068,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -15708,7 +16083,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -15749,7 +16124,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -15767,7 +16142,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -15787,7 +16162,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -15808,7 +16183,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -15826,7 +16201,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -15846,10 +16221,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -15864,14 +16239,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -15886,14 +16261,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -15913,14 +16288,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -15940,7 +16315,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -15964,7 +16339,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -15978,7 +16353,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -15998,14 +16373,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -16029,7 +16404,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -16047,7 +16422,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -16065,7 +16440,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -16090,7 +16465,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -16120,7 +16495,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -16136,7 +16511,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -16158,7 +16533,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -16177,17 +16552,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -16201,7 +16576,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -16211,7 +16586,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -16225,7 +16600,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -16234,10 +16609,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -16252,14 +16627,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -16281,7 +16656,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -16303,7 +16678,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -16320,7 +16695,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -16333,14 +16708,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -16359,7 +16734,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -16379,7 +16754,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -16401,7 +16776,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -16418,7 +16793,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -16431,14 +16806,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -16457,7 +16832,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -16479,7 +16854,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -16499,7 +16874,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -16526,7 +16901,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -16545,14 +16920,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -16580,7 +16955,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -16603,7 +16978,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -16633,7 +17008,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -16653,7 +17028,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -16673,7 +17048,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -16692,7 +17067,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -16711,7 +17086,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -16728,20 +17103,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -16761,7 +17136,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -16780,7 +17155,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -16810,7 +17185,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -16829,7 +17204,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -16850,7 +17225,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -16867,20 +17242,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -16900,7 +17275,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -16928,7 +17303,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -16948,7 +17323,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -16966,7 +17341,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -16985,7 +17360,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -17009,7 +17384,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -17028,7 +17403,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -17043,14 +17418,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -17073,7 +17448,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -17096,7 +17471,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -17119,7 +17494,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -17146,7 +17521,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -17154,7 +17529,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -17173,7 +17548,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -17192,7 +17567,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -17206,14 +17581,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -17224,17 +17599,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -17249,14 +17624,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -17271,14 +17646,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -17298,14 +17673,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -17325,7 +17700,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -17349,7 +17724,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -17363,7 +17738,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -17383,14 +17758,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -17414,7 +17789,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -17432,7 +17807,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -17450,7 +17825,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -17476,7 +17851,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -17490,7 +17865,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -17506,7 +17881,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -17520,7 +17895,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -17536,7 +17911,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -17550,7 +17925,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -17560,7 +17935,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -17576,7 +17951,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -17600,7 +17975,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -17614,7 +17989,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -17634,7 +18009,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -17648,7 +18023,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -17664,7 +18039,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -17678,7 +18053,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -17689,7 +18064,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -17700,7 +18075,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -17711,7 +18086,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -17732,7 +18107,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -17746,7 +18121,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -17757,17 +18132,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -17782,14 +18157,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -17807,7 +18182,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -17827,7 +18202,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -17845,7 +18220,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -17863,7 +18238,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -17885,7 +18260,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -17918,7 +18293,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -17932,7 +18307,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -17947,7 +18322,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -17960,7 +18335,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -17974,7 +18349,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -17984,7 +18359,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -18005,7 +18380,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -18017,7 +18392,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -18031,7 +18406,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -18041,7 +18416,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -18076,21 +18451,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, - 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, + 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -18113,7 +18488,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -18132,7 +18507,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -18163,7 +18538,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -18175,7 +18550,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -18184,12 +18559,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -18198,9 +18570,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -18216,19 +18585,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -18248,9 +18614,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -18266,93 +18629,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -18370,113 +18646,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 - } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -18487,7 +18706,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -18495,14 +18714,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -18510,7 +18729,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -18524,14 +18743,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -18539,28 +18758,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -18582,14 +18808,56 @@ } }, { - "id": 151, + "id": 141, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -18600,7 +18868,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -18608,14 +18876,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -18623,7 +18891,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -18637,14 +18905,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -18652,28 +18920,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -18695,14 +18970,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -18710,20 +18985,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -18744,7 +19019,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -18755,14 +19030,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -18771,7 +19046,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -18785,58 +19060,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -18846,15 +19137,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -18864,17 +19158,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -18888,14 +19185,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -18904,7 +19201,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -18912,32 +19209,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -18962,14 +19259,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -18977,20 +19274,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -19011,7 +19308,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -19022,14 +19319,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -19038,7 +19335,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -19052,58 +19349,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -19113,15 +19426,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -19131,17 +19447,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -19155,14 +19474,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -19171,7 +19490,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -19179,32 +19498,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -19229,14 +19548,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -19244,20 +19563,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -19278,7 +19597,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -19289,14 +19608,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -19305,7 +19624,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -19319,58 +19638,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -19380,15 +19715,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -19398,17 +19736,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -19422,14 +19763,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -19438,7 +19779,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -19446,32 +19787,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -19496,14 +19837,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -19511,20 +19852,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -19545,7 +19886,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -19556,14 +19897,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -19572,7 +19913,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -19586,58 +19927,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -19647,15 +20004,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -19665,17 +20025,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -19689,14 +20052,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -19705,7 +20068,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -19713,32 +20076,32 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } ], @@ -19761,60 +20124,258 @@ "id": 55, "name": "default" } - } - ] - }, - { - "id": 101, - "name": "presenceState", - "kind": 2048, - "kindString": "Method", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 284, - "character": 2 - } - ], - "signatures": [ + }, { - "id": 102, - "name": "presenceState", + "id": 198, + "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "type": { - "type": "reference", - "id": 495, - "name": "RealtimePresenceState" - } - } - ] - }, - { - "id": 204, - "name": "send", - "kind": 2048, - "kindString": "Method", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 379, - "character": 2 - } - ], - "signatures": [ - { - "id": 205, - "name": "send", + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + } + ] + }, + { + "id": 101, + "name": "presenceState", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 299, + "character": 2 + } + ], + "signatures": [ + { + "id": 102, + "name": "presenceState", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reference", + "id": 511, + "name": "RealtimePresenceState" + } + } + ] + }, + { + "id": 212, + "name": "send", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 390, + "character": 2 + } + ], + "signatures": [ + { + "id": 213, + "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -19822,14 +20383,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -19837,7 +20398,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -19851,18 +20412,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -19881,7 +20442,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -19889,20 +20450,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -19927,7 +20488,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -19947,7 +20508,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -20069,7 +20630,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -20168,7 +20729,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -20180,7 +20741,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -20188,13 +20749,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -20205,7 +20766,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -20254,7 +20815,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -20313,7 +20874,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -20325,7 +20886,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -20333,20 +20894,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -20354,20 +20915,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -20408,13 +20969,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -20457,7 +21018,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 66, + "line": 65, "character": 2 } ], @@ -20479,7 +21040,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 67, + "line": 66, "character": 4 } ], @@ -20499,7 +21060,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 68, + "line": 67, "character": 4 } ], @@ -20519,7 +21080,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 69, + "line": 68, "character": 4 } ], @@ -20585,7 +21146,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 111, + "line": 126, "character": 2 } ], @@ -20616,10 +21177,10 @@ "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -20634,14 +21195,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -20656,14 +21217,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -20683,14 +21244,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -20710,7 +21271,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -20734,7 +21295,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -20748,7 +21309,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -20768,14 +21329,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -20799,7 +21360,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -20817,7 +21378,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -20835,7 +21396,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -20859,17 +21420,17 @@ "flags": {}, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -20883,7 +21444,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -20893,7 +21454,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -20907,7 +21468,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -20916,10 +21477,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -20934,14 +21495,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -20963,7 +21524,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -20985,7 +21546,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -21002,7 +21563,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -21015,14 +21576,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -21041,7 +21602,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -21061,7 +21622,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -21083,7 +21644,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -21100,7 +21661,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -21113,14 +21674,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -21139,7 +21700,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -21161,7 +21722,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -21181,7 +21742,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -21208,7 +21769,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -21227,14 +21788,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -21262,7 +21823,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -21285,7 +21846,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -21315,7 +21876,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -21335,7 +21896,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -21355,7 +21916,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -21374,7 +21935,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -21393,7 +21954,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -21410,20 +21971,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -21443,7 +22004,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -21462,7 +22023,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -21492,7 +22053,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -21511,7 +22072,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -21532,7 +22093,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -21549,20 +22110,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -21582,7 +22143,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -21610,7 +22171,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -21630,7 +22191,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -21648,7 +22209,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -21667,7 +22228,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -21691,7 +22252,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -21710,7 +22271,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -21725,14 +22286,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -21755,7 +22316,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -21778,7 +22339,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -21801,7 +22362,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -21828,7 +22389,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -21836,7 +22397,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -21855,7 +22416,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -21874,7 +22435,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -21888,14 +22449,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -21906,17 +22467,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -21931,14 +22492,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -21953,14 +22514,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -21980,14 +22541,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -22007,7 +22568,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -22031,7 +22592,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -22045,7 +22606,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -22065,14 +22626,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -22096,7 +22657,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -22114,7 +22675,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -22132,7 +22693,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -22158,7 +22719,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -22172,7 +22733,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -22188,7 +22749,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -22202,7 +22763,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -22218,7 +22779,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -22232,7 +22793,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -22242,7 +22803,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -22258,7 +22819,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -22282,7 +22843,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -22296,7 +22857,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -22316,7 +22877,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -22330,7 +22891,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -22346,7 +22907,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -22360,7 +22921,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -22371,7 +22932,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -22382,7 +22943,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -22393,7 +22954,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -22414,7 +22975,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -22428,7 +22989,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -22439,17 +23000,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -22464,14 +23025,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -22489,7 +23050,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -22509,7 +23070,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -22527,7 +23088,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -22545,7 +23106,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -22567,7 +23128,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -22600,7 +23161,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -22614,7 +23175,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -22629,7 +23190,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -22642,7 +23203,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -22656,7 +23217,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -22666,7 +23227,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -22687,7 +23248,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -22699,7 +23260,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -22713,7 +23274,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -22723,7 +23284,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -22758,21 +23319,21 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, - 326, 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, + 334, 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, "children": [ - 366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373 + 374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381 ] } ], @@ -22804,7 +23365,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 95, + "line": 110, "character": 2 } ], @@ -22854,7 +23415,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 99, + "line": 114, "character": 6 } ], @@ -22874,7 +23435,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 6 } ], @@ -22889,7 +23450,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 98, + "line": 113, "character": 14 } ], @@ -22930,7 +23491,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 100, + "line": 115, "character": 6 } ], @@ -22948,7 +23509,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 97, + "line": 112, "character": 6 } ], @@ -22968,7 +23529,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 96, + "line": 111, "character": 19 } ] @@ -22989,7 +23550,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 106, + "line": 121, "character": 2 } ], @@ -23007,7 +23568,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 105, + "line": 120, "character": 2 } ], @@ -23027,10 +23588,10 @@ }, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -23045,14 +23606,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -23067,14 +23628,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -23094,14 +23655,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -23121,7 +23682,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -23145,7 +23706,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -23159,7 +23720,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -23179,14 +23740,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -23210,7 +23771,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -23228,7 +23789,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -23246,7 +23807,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -23271,7 +23832,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 109, + "line": 124, "character": 2 } ], @@ -23301,7 +23862,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] @@ -23317,7 +23878,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 108, + "line": 123, "character": 2 } ], @@ -23339,7 +23900,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 107, + "line": 122, "character": 2 } ], @@ -23358,17 +23919,17 @@ }, "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default", "dereferenced": { - "id": 306, + "id": 314, "name": "RealtimeClient", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 307, + "id": 315, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -23382,7 +23943,7 @@ ], "signatures": [ { - "id": 308, + "id": 316, "name": "new RealtimeClient", "kind": 16384, "kindString": "Constructor signature", @@ -23392,7 +23953,7 @@ }, "parameters": [ { - "id": 309, + "id": 317, "name": "endPoint", "kind": 32768, "kindString": "Parameter", @@ -23406,7 +23967,7 @@ } }, { - "id": 310, + "id": 318, "name": "options", "kind": 32768, "kindString": "Parameter", @@ -23415,10 +23976,10 @@ }, "type": { "type": "reference", - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "dereferenced": { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -23433,14 +23994,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -23462,7 +24023,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -23484,7 +24045,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -23501,7 +24062,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -23514,14 +24075,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -23540,7 +24101,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -23560,7 +24121,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -23582,7 +24143,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -23599,7 +24160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -23612,14 +24173,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -23638,7 +24199,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -23660,7 +24221,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -23680,7 +24241,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -23707,7 +24268,7 @@ "title": "Properties", "kind": 1024, "children": [ - 425, 424, 427, 422, 423, 431, 426, 421, 420 + 433, 432, 435, 430, 431, 439, 434, 429, 428 ] } ], @@ -23726,14 +24287,14 @@ ], "type": { "type": "reference", - "id": 306, + "id": 314, "name": "default" } } ] }, { - "id": 311, + "id": 319, "name": "accessToken", "kind": 1024, "kindString": "Property", @@ -23761,7 +24322,7 @@ "defaultValue": "null" }, { - "id": 312, + "id": 320, "name": "channels", "kind": 1024, "kindString": "Property", @@ -23784,7 +24345,7 @@ "defaultValue": "[]" }, { - "id": 333, + "id": 341, "name": "conn", "kind": 1024, "kindString": "Property", @@ -23814,7 +24375,7 @@ "defaultValue": "null" }, { - "id": 331, + "id": 339, "name": "decode", "kind": 1024, "kindString": "Property", @@ -23834,7 +24395,7 @@ } }, { - "id": 330, + "id": 338, "name": "encode", "kind": 1024, "kindString": "Property", @@ -23854,7 +24415,7 @@ } }, { - "id": 313, + "id": 321, "name": "endPoint", "kind": 1024, "kindString": "Property", @@ -23873,7 +24434,7 @@ "defaultValue": "''" }, { - "id": 342, + "id": 350, "name": "eventsPerSecondLimitMs", "kind": 1024, "kindString": "Property", @@ -23892,7 +24453,7 @@ "defaultValue": "100" }, { - "id": 314, + "id": 322, "name": "headers", "kind": 1024, "kindString": "Property", @@ -23909,20 +24470,20 @@ "type": { "type": "reflection", "declaration": { - "id": 315, + "id": 323, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 316, + "id": 324, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 317, + "id": 325, "name": "key", "kind": 32768, "flags": {}, @@ -23942,7 +24503,7 @@ "defaultValue": "DEFAULT_HEADERS" }, { - "id": 324, + "id": 332, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -23961,7 +24522,7 @@ "defaultValue": "30000" }, { - "id": 325, + "id": 333, "name": "heartbeatTimer", "kind": 1024, "kindString": "Property", @@ -23991,7 +24552,7 @@ "defaultValue": "undefined" }, { - "id": 343, + "id": 351, "name": "inThrottle", "kind": 1024, "kindString": "Property", @@ -24010,7 +24571,7 @@ "defaultValue": "false" }, { - "id": 329, + "id": 337, "name": "logger", "kind": 1024, "kindString": "Property", @@ -24031,7 +24592,7 @@ "defaultValue": "noop" }, { - "id": 318, + "id": 326, "name": "params", "kind": 1024, "kindString": "Property", @@ -24048,20 +24609,20 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 327, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 320, + "id": 328, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 321, + "id": 329, "name": "key", "kind": 32768, "flags": {}, @@ -24081,7 +24642,7 @@ "defaultValue": "{}" }, { - "id": 326, + "id": 334, "name": "pendingHeartbeatRef", "kind": 1024, "kindString": "Property", @@ -24109,7 +24670,7 @@ "defaultValue": "null" }, { - "id": 332, + "id": 340, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -24129,7 +24690,7 @@ } }, { - "id": 328, + "id": 336, "name": "reconnectTimer", "kind": 1024, "kindString": "Property", @@ -24147,7 +24708,7 @@ } }, { - "id": 327, + "id": 335, "name": "ref", "kind": 1024, "kindString": "Property", @@ -24166,7 +24727,7 @@ "defaultValue": "0" }, { - "id": 334, + "id": 342, "name": "sendBuffer", "kind": 1024, "kindString": "Property", @@ -24190,7 +24751,7 @@ "defaultValue": "[]" }, { - "id": 335, + "id": 343, "name": "serializer", "kind": 1024, "kindString": "Property", @@ -24209,7 +24770,7 @@ "defaultValue": "..." }, { - "id": 336, + "id": 344, "name": "stateChangeCallbacks", "kind": 1024, "kindString": "Property", @@ -24224,14 +24785,14 @@ "type": { "type": "reflection", "declaration": { - "id": 337, + "id": 345, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 339, + "id": 347, "name": "close", "kind": 1024, "kindString": "Property", @@ -24254,7 +24815,7 @@ } }, { - "id": 340, + "id": 348, "name": "error", "kind": 1024, "kindString": "Property", @@ -24277,7 +24838,7 @@ } }, { - "id": 341, + "id": 349, "name": "message", "kind": 1024, "kindString": "Property", @@ -24300,7 +24861,7 @@ } }, { - "id": 338, + "id": 346, "name": "open", "kind": 1024, "kindString": "Property", @@ -24327,7 +24888,7 @@ { "title": "Properties", "kind": 1024, - "children": [339, 340, 341, 338] + "children": [347, 348, 349, 346] } ] } @@ -24335,7 +24896,7 @@ "defaultValue": "..." }, { - "id": 322, + "id": 330, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -24354,7 +24915,7 @@ "defaultValue": "DEFAULT_TIMEOUT" }, { - "id": 323, + "id": 331, "name": "transport", "kind": 1024, "kindString": "Property", @@ -24373,7 +24934,7 @@ "defaultValue": "w3cwebsocket" }, { - "id": 366, + "id": 374, "name": "channel", "kind": 2048, "kindString": "Method", @@ -24387,14 +24948,14 @@ ], "signatures": [ { - "id": 367, + "id": 375, "name": "channel", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 368, + "id": 376, "name": "topic", "kind": 32768, "kindString": "Parameter", @@ -24405,17 +24966,17 @@ } }, { - "id": 369, + "id": 377, "name": "params", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "dereferenced": { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -24430,14 +24991,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -24452,14 +25013,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -24479,14 +25040,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -24506,7 +25067,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -24530,7 +25091,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -24544,7 +25105,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -24564,14 +25125,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -24595,7 +25156,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -24613,7 +25174,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -24631,7 +25192,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -24657,7 +25218,7 @@ ] }, { - "id": 344, + "id": 352, "name": "connect", "kind": 2048, "kindString": "Method", @@ -24671,7 +25232,7 @@ ], "signatures": [ { - "id": 345, + "id": 353, "name": "connect", "kind": 4096, "kindString": "Call signature", @@ -24687,7 +25248,7 @@ ] }, { - "id": 362, + "id": 370, "name": "connectionState", "kind": 2048, "kindString": "Method", @@ -24701,7 +25262,7 @@ ], "signatures": [ { - "id": 363, + "id": 371, "name": "connectionState", "kind": 4096, "kindString": "Call signature", @@ -24717,7 +25278,7 @@ ] }, { - "id": 346, + "id": 354, "name": "disconnect", "kind": 2048, "kindString": "Method", @@ -24731,7 +25292,7 @@ ], "signatures": [ { - "id": 347, + "id": 355, "name": "disconnect", "kind": 4096, "kindString": "Call signature", @@ -24741,7 +25302,7 @@ }, "parameters": [ { - "id": 348, + "id": 356, "name": "code", "kind": 32768, "kindString": "Parameter", @@ -24757,7 +25318,7 @@ } }, { - "id": 349, + "id": 357, "name": "reason", "kind": 32768, "kindString": "Parameter", @@ -24781,7 +25342,7 @@ ] }, { - "id": 350, + "id": 358, "name": "getChannels", "kind": 2048, "kindString": "Method", @@ -24795,7 +25356,7 @@ ], "signatures": [ { - "id": 351, + "id": 359, "name": "getChannels", "kind": 4096, "kindString": "Call signature", @@ -24815,7 +25376,7 @@ ] }, { - "id": 364, + "id": 372, "name": "isConnected", "kind": 2048, "kindString": "Method", @@ -24829,7 +25390,7 @@ ], "signatures": [ { - "id": 365, + "id": 373, "name": "isConnected", "kind": 4096, "kindString": "Call signature", @@ -24845,7 +25406,7 @@ ] }, { - "id": 357, + "id": 365, "name": "log", "kind": 2048, "kindString": "Method", @@ -24859,7 +25420,7 @@ ], "signatures": [ { - "id": 358, + "id": 366, "name": "log", "kind": 4096, "kindString": "Call signature", @@ -24870,7 +25431,7 @@ }, "parameters": [ { - "id": 359, + "id": 367, "name": "kind", "kind": 32768, "kindString": "Parameter", @@ -24881,7 +25442,7 @@ } }, { - "id": 360, + "id": 368, "name": "msg", "kind": 32768, "kindString": "Parameter", @@ -24892,7 +25453,7 @@ } }, { - "id": 361, + "id": 369, "name": "data", "kind": 32768, "kindString": "Parameter", @@ -24913,7 +25474,7 @@ ] }, { - "id": 370, + "id": 378, "name": "push", "kind": 2048, "kindString": "Method", @@ -24927,7 +25488,7 @@ ], "signatures": [ { - "id": 371, + "id": 379, "name": "push", "kind": 4096, "kindString": "Call signature", @@ -24938,17 +25499,17 @@ }, "parameters": [ { - "id": 372, + "id": 380, "name": "data", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 435, + "id": 443, "name": "RealtimeMessage", "dereferenced": { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -24963,14 +25524,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -24988,7 +25549,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -25008,7 +25569,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -25026,7 +25587,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -25044,7 +25605,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -25066,7 +25627,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -25099,7 +25660,7 @@ ] }, { - "id": 355, + "id": 363, "name": "removeAllChannels", "kind": 2048, "kindString": "Method", @@ -25113,7 +25674,7 @@ ], "signatures": [ { - "id": 356, + "id": 364, "name": "removeAllChannels", "kind": 4096, "kindString": "Call signature", @@ -25128,7 +25689,7 @@ "type": "array", "elementType": { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } } @@ -25141,7 +25702,7 @@ ] }, { - "id": 352, + "id": 360, "name": "removeChannel", "kind": 2048, "kindString": "Method", @@ -25155,7 +25716,7 @@ ], "signatures": [ { - "id": 353, + "id": 361, "name": "removeChannel", "kind": 4096, "kindString": "Call signature", @@ -25165,7 +25726,7 @@ }, "parameters": [ { - "id": 354, + "id": 362, "name": "channel", "kind": 32768, "kindString": "Parameter", @@ -25186,7 +25747,7 @@ "typeArguments": [ { "type": "reference", - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse" } ], @@ -25198,7 +25759,7 @@ ] }, { - "id": 373, + "id": 381, "name": "setAuth", "kind": 2048, "kindString": "Method", @@ -25212,7 +25773,7 @@ ], "signatures": [ { - "id": 374, + "id": 382, "name": "setAuth", "kind": 4096, "kindString": "Call signature", @@ -25222,7 +25783,7 @@ }, "parameters": [ { - "id": 375, + "id": 383, "name": "token", "kind": 32768, "kindString": "Parameter", @@ -25257,20 +25818,20 @@ { "title": "Constructors", "kind": 512, - "children": [307] + "children": [315] }, { "title": "Properties", "kind": 1024, "children": [ - 311, 312, 333, 331, 330, 313, 342, 314, 324, 325, 343, 329, 318, 326, - 332, 328, 327, 334, 335, 336, 322, 323 + 319, 320, 341, 339, 338, 321, 350, 322, 332, 333, 351, 337, 326, 334, + 340, 336, 335, 342, 343, 344, 330, 331 ] }, { "title": "Methods", "kind": 2048, - "children": [366, 344, 362, 346, 350, 364, 357, 370, 355, 352, 373] + "children": [374, 352, 370, 354, 358, 372, 365, 378, 363, 360, 381] } ], "sources": [ @@ -25292,7 +25853,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 104, + "line": 119, "character": 2 } ], @@ -25311,7 +25872,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 103, + "line": 118, "character": 2 } ], @@ -25342,7 +25903,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 327, + "line": 332, "character": 2 } ], @@ -25354,7 +25915,7 @@ "kindString": "Call signature", "flags": {}, "comment": { - "shortText": "Creates an event handler that listens to changes" + "shortText": "Creates an event handler that listens to changes." }, "parameters": [ { @@ -25363,12 +25924,9 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Realtime feature (broadcast, presence, or postgres_changes)" - }, "type": { "type": "literal", - "value": "broadcast" + "value": "presence" } }, { @@ -25377,9 +25935,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Pre-defined and custom values specific to the Realtime feature" - }, "type": { "type": "reflection", "declaration": { @@ -25395,19 +25950,16 @@ "kind": 1024, "kindString": "Property", "flags": {}, - "comment": { - "shortText": "Event to listen to. If listening to postgres_changes type\nthen this value is one of INSERT, UPDATE, DELETE, *" - }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 329, + "line": 334, "character": 14 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "literal", + "value": "sync" } } ], @@ -25427,9 +25979,6 @@ "kind": 32768, "kindString": "Parameter", "flags": {}, - "comment": { - "shortText": "Function to be invoked when event handler is triggered\n" - }, "type": { "type": "reflection", "declaration": { @@ -25445,93 +25994,6 @@ "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 128, - "name": "payload", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 129, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "children": [ - { - "id": 131, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 332, - "character": 6 - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 130, - "name": "type", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 331, - "character": 6 - } - ], - "type": { - "type": "literal", - "value": "broadcast" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [131, 130] - } - ], - "indexSignature": { - "id": 132, - "name": "__index", - "kind": 8192, - "kindString": "Index signature", - "flags": {}, - "parameters": [ - { - "id": 133, - "name": "key", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - } - } - } - ], "type": { "type": "intrinsic", "name": "void" @@ -25549,113 +26011,56 @@ } }, { - "id": 134, + "id": 128, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, - "parameters": [ - { - "id": 135, - "name": "type", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "literal", - "value": "presence" - } - }, + "typeParameter": [ { - "id": 136, - "name": "filter", - "kind": 32768, - "kindString": "Parameter", + "id": 132, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", "flags": {}, "type": { "type": "reflection", "declaration": { - "id": 137, + "id": 129, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, - "children": [ - { - "id": 138, - "name": "event", - "kind": 1024, - "kindString": "Property", - "flags": {}, - "sources": [ - { - "fileName": "RealtimeChannel.ts", - "line": 338, - "character": 14 + "indexSignature": { + "id": 130, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 131, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" } - ], - "type": { - "type": "literal", - "value": "sync" - } - } - ], - "groups": [ - { - "title": "Properties", - "kind": 1024, - "children": [138] - } - ] - } - } - }, - { - "id": 139, - "name": "callback", - "kind": 32768, - "kindString": "Parameter", - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 140, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": {}, - "signatures": [ - { - "id": 141, - "name": "__type", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" } + ], + "type": { + "type": "intrinsic", + "name": "any" } - ] + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 142, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 143, + "id": 133, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -25666,7 +26071,7 @@ } }, { - "id": 144, + "id": 134, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -25674,14 +26079,14 @@ "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 135, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 146, + "id": 136, "name": "event", "kind": 1024, "kindString": "Property", @@ -25689,7 +26094,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 343, + "line": 339, "character": 14 } ], @@ -25703,14 +26108,14 @@ { "title": "Properties", "kind": 1024, - "children": [146] + "children": [136] } ] } } }, { - "id": 147, + "id": 137, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -25718,28 +26123,35 @@ "type": { "type": "reflection", "declaration": { - "id": 148, + "id": 138, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 149, + "id": 139, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 150, + "id": 140, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 483, + "id": 491, + "typeArguments": [ + { + "type": "reference", + "id": 132, + "name": "T" + } + ], "name": "RealtimePresenceJoinPayload" } } @@ -25749,26 +26161,68 @@ "name": "void" } } - ] + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + }, + { + "id": 141, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "typeParameter": [ + { + "id": 145, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 143, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } } } } ], - "type": { - "type": "reference", - "id": 55, - "name": "default" - } - }, - { - "id": 151, - "name": "on", - "kind": 4096, - "kindString": "Call signature", - "flags": {}, "parameters": [ { - "id": 152, + "id": 146, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -25779,7 +26233,7 @@ } }, { - "id": 153, + "id": 147, "name": "filter", "kind": 32768, "kindString": "Parameter", @@ -25787,14 +26241,14 @@ "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 155, + "id": 149, "name": "event", "kind": 1024, "kindString": "Property", @@ -25802,7 +26256,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 348, + "line": 344, "character": 14 } ], @@ -25816,14 +26270,14 @@ { "title": "Properties", "kind": 1024, - "children": [155] + "children": [149] } ] } } }, { - "id": 156, + "id": 150, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -25831,28 +26285,35 @@ "type": { "type": "reflection", "declaration": { - "id": 157, + "id": 151, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 158, + "id": 152, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 159, + "id": 153, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 489, + "id": 501, + "typeArguments": [ + { + "type": "reference", + "id": 145, + "name": "T" + } + ], "name": "RealtimePresenceLeavePayload" } } @@ -25874,14 +26335,14 @@ } }, { - "id": 160, + "id": 154, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 164, + "id": 158, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -25889,20 +26350,20 @@ "type": { "type": "reflection", "declaration": { - "id": 161, + "id": 155, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 162, + "id": 156, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 163, + "id": 157, "name": "key", "kind": 32768, "flags": {}, @@ -25923,7 +26384,7 @@ ], "parameters": [ { - "id": 165, + "id": 159, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -25934,14 +26395,14 @@ } }, { - "id": 166, + "id": 160, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -25950,7 +26411,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -25964,58 +26425,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -26025,15 +26502,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -26043,17 +26523,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -26067,14 +26550,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -26083,7 +26566,7 @@ } }, { - "id": 167, + "id": 161, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -26091,32 +26574,32 @@ "type": { "type": "reflection", "declaration": { - "id": 168, + "id": 162, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 169, + "id": 163, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 170, + "id": 164, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 449, + "id": 457, "typeArguments": [ { "type": "reference", - "id": 164, + "id": 158, "name": "T" } ], @@ -26141,14 +26624,14 @@ } }, { - "id": 171, + "id": 165, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 175, + "id": 169, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -26156,20 +26639,20 @@ "type": { "type": "reflection", "declaration": { - "id": 172, + "id": 166, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 173, + "id": 167, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 174, + "id": 168, "name": "key", "kind": 32768, "flags": {}, @@ -26190,7 +26673,7 @@ ], "parameters": [ { - "id": 176, + "id": 170, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -26201,14 +26684,14 @@ } }, { - "id": 177, + "id": 171, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -26217,7 +26700,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -26231,58 +26714,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -26292,15 +26791,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -26310,17 +26812,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -26334,14 +26839,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -26350,7 +26855,7 @@ } }, { - "id": 178, + "id": 172, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -26358,32 +26863,32 @@ "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 173, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 180, + "id": 174, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 181, + "id": 175, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 454, + "id": 462, "typeArguments": [ { "type": "reference", - "id": 175, + "id": 169, "name": "T" } ], @@ -26408,14 +26913,14 @@ } }, { - "id": 182, + "id": 176, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 186, + "id": 180, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -26423,20 +26928,20 @@ "type": { "type": "reflection", "declaration": { - "id": 183, + "id": 177, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 184, + "id": 178, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 185, + "id": 179, "name": "key", "kind": 32768, "flags": {}, @@ -26457,7 +26962,7 @@ ], "parameters": [ { - "id": 187, + "id": 181, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -26468,14 +26973,14 @@ } }, { - "id": 188, + "id": 182, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -26484,7 +26989,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -26498,58 +27003,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -26559,15 +27080,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -26577,17 +27101,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -26601,14 +27128,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -26617,7 +27144,7 @@ } }, { - "id": 189, + "id": 183, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -26625,32 +27152,32 @@ "type": { "type": "reflection", "declaration": { - "id": 190, + "id": 184, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 191, + "id": 185, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 192, + "id": 186, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 464, + "id": 472, "typeArguments": [ { "type": "reference", - "id": 186, + "id": 180, "name": "T" } ], @@ -26675,14 +27202,14 @@ } }, { - "id": 193, + "id": 187, "name": "on", "kind": 4096, "kindString": "Call signature", "flags": {}, "typeParameter": [ { - "id": 197, + "id": 191, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -26690,20 +27217,20 @@ "type": { "type": "reflection", "declaration": { - "id": 194, + "id": 188, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 195, + "id": 189, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 196, + "id": 190, "name": "key", "kind": 32768, "flags": {}, @@ -26724,7 +27251,7 @@ ], "parameters": [ { - "id": 198, + "id": 192, "name": "type", "kind": 32768, "kindString": "Parameter", @@ -26735,14 +27262,14 @@ } }, { - "id": 199, + "id": 193, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 442, + "id": 450, "typeArguments": [ { "type": "literal", @@ -26751,7 +27278,7 @@ ], "name": "RealtimePostgresChangesFilter", "dereferenced": { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -26765,58 +27292,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -26826,15 +27369,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -26844,17 +27390,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -26868,14 +27417,14 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } @@ -26884,7 +27433,7 @@ } }, { - "id": 200, + "id": 194, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -26892,36 +27441,234 @@ "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 195, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "signatures": [ { - "id": 202, + "id": 196, "name": "__type", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 203, + "id": 197, "name": "payload", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", - "id": 473, + "id": 481, "typeArguments": [ { "type": "reference", - "id": 197, + "id": 191, "name": "T" } - ], - "name": "RealtimePostgresDeletePayload" + ], + "name": "RealtimePostgresDeletePayload" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 55, + "name": "default" + } + }, + { + "id": 198, + "name": "on", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The following is placed here to display on supabase.com/docs/reference/javascript/subscribe." + }, + "parameters": [ + { + "id": 199, + "name": "type", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "One of \"broadcast\", \"presence\", or \"postgres_changes\"." + }, + "type": { + "type": "literal", + "value": "broadcast" + } + }, + { + "id": 200, + "name": "filter", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Custom object specific to the Realtime feature detailing which payloads to receive." + }, + "type": { + "type": "reflection", + "declaration": { + "id": 201, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 202, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 375, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [202] + } + ] + } + } + }, + { + "id": 203, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Function to be invoked when event handler is triggered.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 204, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 205, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 206, + "name": "payload", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 207, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 209, + "name": "event", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 378, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 208, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "RealtimeChannel.ts", + "line": 377, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": "broadcast" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [209, 208] + } + ], + "indexSignature": { + "id": 210, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 211, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } } } ], @@ -26952,7 +27699,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 284, + "line": 299, "character": 2 } ], @@ -26965,14 +27712,14 @@ "flags": {}, "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState" } } ] }, { - "id": 204, + "id": 212, "name": "send", "kind": 2048, "kindString": "Method", @@ -26980,20 +27727,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 379, + "line": 390, "character": 2 } ], "signatures": [ { - "id": 205, + "id": 213, "name": "send", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 206, + "id": 214, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -27001,14 +27748,14 @@ "type": { "type": "reflection", "declaration": { - "id": 207, + "id": 215, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 208, + "id": 216, "name": "type", "kind": 1024, "kindString": "Property", @@ -27016,7 +27763,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 380, + "line": 391, "character": 15 } ], @@ -27030,18 +27777,18 @@ { "title": "Properties", "kind": 1024, - "children": [208] + "children": [216] } ], "indexSignature": { - "id": 209, + "id": 217, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 210, + "id": 218, "name": "key", "kind": 32768, "flags": {}, @@ -27060,7 +27807,7 @@ } }, { - "id": 211, + "id": 219, "name": "opts", "kind": 32768, "kindString": "Parameter", @@ -27068,20 +27815,20 @@ "type": { "type": "reflection", "declaration": { - "id": 212, + "id": 220, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 213, + "id": 221, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 214, + "id": 222, "name": "key", "kind": 32768, "flags": {}, @@ -27106,7 +27853,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -27126,7 +27873,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 171, + "line": 186, "character": 2 } ], @@ -27248,7 +27995,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 288, + "line": 303, "character": 8 } ], @@ -27347,7 +28094,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -27359,7 +28106,7 @@ ] }, { - "id": 221, + "id": 229, "name": "unsubscribe", "kind": 2048, "kindString": "Method", @@ -27367,13 +28114,13 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 419, + "line": 430, "character": 2 } ], "signatures": [ { - "id": 222, + "id": 230, "name": "unsubscribe", "kind": 4096, "kindString": "Call signature", @@ -27384,7 +28131,7 @@ }, "parameters": [ { - "id": 223, + "id": 231, "name": "timeout", "kind": 32768, "kindString": "Parameter", @@ -27433,7 +28180,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 302, + "line": 317, "character": 8 } ], @@ -27492,7 +28239,7 @@ "typeArguments": [ { "type": "reference", - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse" } ], @@ -27504,7 +28251,7 @@ ] }, { - "id": 215, + "id": 223, "name": "updateJoinPayload", "kind": 2048, "kindString": "Method", @@ -27512,20 +28259,20 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 406, + "line": 417, "character": 2 } ], "signatures": [ { - "id": 216, + "id": 224, "name": "updateJoinPayload", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 217, + "id": 225, "name": "payload", "kind": 32768, "kindString": "Parameter", @@ -27533,20 +28280,20 @@ "type": { "type": "reflection", "declaration": { - "id": 218, + "id": 226, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "indexSignature": { - "id": 219, + "id": 227, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 220, + "id": 228, "name": "key", "kind": 32768, "flags": {}, @@ -27587,13 +28334,13 @@ { "title": "Methods", "kind": 2048, - "children": [119, 101, 204, 93, 103, 221, 113, 215] + "children": [119, 101, 212, 93, 103, 229, 113, 223] } ], "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 94, + "line": 109, "character": 21 } ] @@ -27609,7 +28356,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 65, + "line": 64, "character": 2 } ], @@ -27637,7 +28384,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 64, + "line": 63, "character": 2 } ], @@ -27659,16 +28406,16 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 63, + "line": 62, "character": 2 } ], "type": { "type": "reference", - "id": 495, + "id": 511, "name": "RealtimePresenceState", "dereferenced": { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -27676,14 +28423,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -27691,19 +28438,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -27743,13 +28490,13 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 62, + "line": 61, "character": 21 } ] }, { - "id": 294, + "id": 302, "name": "RealtimeChannelOptions", "kind": 4194304, "kindString": "Type alias", @@ -27764,14 +28511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 295, + "id": 303, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 296, + "id": 304, "name": "config", "kind": 1024, "kindString": "Property", @@ -27786,14 +28533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 305, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 298, + "id": 306, "name": "broadcast", "kind": 1024, "kindString": "Property", @@ -27813,14 +28560,14 @@ "type": { "type": "reflection", "declaration": { - "id": 299, + "id": 307, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 301, + "id": 309, "name": "ack", "kind": 1024, "kindString": "Property", @@ -27840,7 +28587,7 @@ } }, { - "id": 300, + "id": 308, "name": "self", "kind": 1024, "kindString": "Property", @@ -27864,7 +28611,7 @@ { "title": "Properties", "kind": 1024, - "children": [301, 300] + "children": [309, 308] } ], "sources": [ @@ -27878,7 +28625,7 @@ } }, { - "id": 302, + "id": 310, "name": "presence", "kind": 1024, "kindString": "Property", @@ -27898,14 +28645,14 @@ "type": { "type": "reflection", "declaration": { - "id": 303, + "id": 311, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 304, + "id": 312, "name": "key", "kind": 1024, "kindString": "Property", @@ -27929,7 +28676,7 @@ { "title": "Properties", "kind": 1024, - "children": [304] + "children": [312] } ], "sources": [ @@ -27947,7 +28694,7 @@ { "title": "Properties", "kind": 1024, - "children": [298, 302] + "children": [306, 310] } ], "sources": [ @@ -27965,7 +28712,7 @@ { "title": "Properties", "kind": 1024, - "children": [296] + "children": [304] } ], "sources": [ @@ -27979,7 +28726,7 @@ } }, { - "id": 305, + "id": 313, "name": "RealtimeChannelSendResponse", "kind": 4194304, "kindString": "Type alias", @@ -27987,7 +28734,7 @@ "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 67, + "line": 79, "character": 12 } ], @@ -28010,7 +28757,7 @@ } }, { - "id": 418, + "id": 426, "name": "RealtimeClientOptions", "kind": 4194304, "kindString": "Type alias", @@ -28025,14 +28772,14 @@ "type": { "type": "reflection", "declaration": { - "id": 419, + "id": 427, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 425, + "id": 433, "name": "decode", "kind": 1024, "kindString": "Property", @@ -28054,7 +28801,7 @@ } }, { - "id": 424, + "id": 432, "name": "encode", "kind": 1024, "kindString": "Property", @@ -28076,7 +28823,7 @@ } }, { - "id": 427, + "id": 435, "name": "headers", "kind": 1024, "kindString": "Property", @@ -28093,7 +28840,7 @@ "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 436, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28106,14 +28853,14 @@ } ], "indexSignature": { - "id": 429, + "id": 437, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 430, + "id": 438, "name": "key", "kind": 32768, "flags": {}, @@ -28132,7 +28879,7 @@ } }, { - "id": 422, + "id": 430, "name": "heartbeatIntervalMs", "kind": 1024, "kindString": "Property", @@ -28152,7 +28899,7 @@ } }, { - "id": 423, + "id": 431, "name": "logger", "kind": 1024, "kindString": "Property", @@ -28174,7 +28921,7 @@ } }, { - "id": 431, + "id": 439, "name": "params", "kind": 1024, "kindString": "Property", @@ -28191,7 +28938,7 @@ "type": { "type": "reflection", "declaration": { - "id": 432, + "id": 440, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28204,14 +28951,14 @@ } ], "indexSignature": { - "id": 433, + "id": 441, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 434, + "id": 442, "name": "key", "kind": 32768, "flags": {}, @@ -28230,7 +28977,7 @@ } }, { - "id": 426, + "id": 434, "name": "reconnectAfterMs", "kind": 1024, "kindString": "Property", @@ -28252,7 +28999,7 @@ } }, { - "id": 421, + "id": 429, "name": "timeout", "kind": 1024, "kindString": "Property", @@ -28272,7 +29019,7 @@ } }, { - "id": 420, + "id": 428, "name": "transport", "kind": 1024, "kindString": "Property", @@ -28298,7 +29045,7 @@ { "title": "Properties", "kind": 1024, - "children": [425, 424, 427, 422, 423, 431, 426, 421, 420] + "children": [433, 432, 435, 430, 431, 439, 434, 429, 428] } ], "sources": [ @@ -28312,7 +29059,7 @@ } }, { - "id": 435, + "id": 443, "name": "RealtimeMessage", "kind": 4194304, "kindString": "Type alias", @@ -28327,14 +29074,14 @@ "type": { "type": "reflection", "declaration": { - "id": 436, + "id": 444, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 438, + "id": 446, "name": "event", "kind": 1024, "kindString": "Property", @@ -28352,7 +29099,7 @@ } }, { - "id": 441, + "id": 449, "name": "join_ref", "kind": 1024, "kindString": "Property", @@ -28372,7 +29119,7 @@ } }, { - "id": 439, + "id": 447, "name": "payload", "kind": 1024, "kindString": "Property", @@ -28390,7 +29137,7 @@ } }, { - "id": 440, + "id": 448, "name": "ref", "kind": 1024, "kindString": "Property", @@ -28408,7 +29155,7 @@ } }, { - "id": 437, + "id": 445, "name": "topic", "kind": 1024, "kindString": "Property", @@ -28430,7 +29177,7 @@ { "title": "Properties", "kind": 1024, - "children": [438, 441, 439, 440, 437] + "children": [446, 449, 447, 448, 445] } ], "sources": [ @@ -28444,7 +29191,7 @@ } }, { - "id": 442, + "id": 450, "name": "RealtimePostgresChangesFilter", "kind": 4194304, "kindString": "Type alias", @@ -28458,58 +29205,74 @@ ], "typeParameter": [ { - "id": 448, + "id": 456, "name": "T", "kind": 131072, "kindString": "Type parameter", "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "template-literal", + "head": "", + "tail": [ + [ + { + "type": "reference", + "id": 520, + "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" + }, + "" + ] + ] } } ], "type": { "type": "reflection", "declaration": { - "id": 443, + "id": 451, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 444, + "id": 452, "name": "event", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The type of database change to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 61, + "line": 64, "character": 2 } ], "type": { "type": "reference", - "id": 448, + "id": 456, "name": "T", "dereferenced": {} } }, { - "id": 447, + "id": 455, "name": "filter", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "Receive database changes when filter is matched." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 64, + "line": 76, "character": 2 } ], @@ -28519,15 +29282,18 @@ } }, { - "id": 445, + "id": 453, "name": "schema", "kind": 1024, "kindString": "Property", "flags": {}, + "comment": { + "shortText": "The database schema to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 62, + "line": 68, "character": 2 } ], @@ -28537,17 +29303,20 @@ } }, { - "id": 446, + "id": 454, "name": "table", "kind": 1024, "kindString": "Property", "flags": { "isOptional": true }, + "comment": { + "shortText": "The database table to listen to." + }, "sources": [ { "fileName": "RealtimeChannel.ts", - "line": 63, + "line": 72, "character": 2 } ], @@ -28561,21 +29330,21 @@ { "title": "Properties", "kind": 1024, - "children": [444, 447, 445, 446] + "children": [452, 455, 453, 454] } ], "sources": [ { "fileName": "RealtimeChannel.ts", "line": 60, - "character": 62 + "character": 99 } ] } } }, { - "id": 449, + "id": 457, "name": "RealtimePostgresChangesPayload", "kind": 4194304, "kindString": "Type alias", @@ -28589,7 +29358,7 @@ ], "typeParameter": [ { - "id": 453, + "id": 461, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -28597,7 +29366,7 @@ "type": { "type": "reflection", "declaration": { - "id": 450, + "id": 458, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28610,14 +29379,14 @@ } ], "indexSignature": { - "id": 451, + "id": 459, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 452, + "id": 460, "name": "key", "kind": 32768, "flags": {}, @@ -28640,7 +29409,7 @@ "type": "union", "types": [ { - "id": 454, + "id": 462, "name": "RealtimePostgresInsertPayload", "kind": 4194304, "kindString": "Type alias", @@ -28654,7 +29423,7 @@ ], "typeParameter": [ { - "id": 463, + "id": 471, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -28662,7 +29431,7 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 468, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28675,14 +29444,14 @@ } ], "indexSignature": { - "id": 461, + "id": 469, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 462, + "id": 470, "name": "key", "kind": 32768, "flags": {}, @@ -28711,14 +29480,14 @@ { "type": "reflection", "declaration": { - "id": 455, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 456, + "id": 464, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -28737,7 +29506,7 @@ [ { "type": "reference", - "id": 506, + "id": 522, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, "" @@ -28746,7 +29515,7 @@ } }, { - "id": 457, + "id": 465, "name": "new", "kind": 1024, "kindString": "Property", @@ -28760,12 +29529,12 @@ ], "type": { "type": "reference", - "id": 463, + "id": 471, "name": "T" } }, { - "id": 458, + "id": 466, "name": "old", "kind": 1024, "kindString": "Property", @@ -28780,7 +29549,7 @@ "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28800,7 +29569,7 @@ { "title": "Properties", "kind": 1024, - "children": [456, 457, 458] + "children": [464, 465, 466] } ], "sources": [ @@ -28816,7 +29585,7 @@ } }, { - "id": 464, + "id": 472, "name": "RealtimePostgresUpdatePayload", "kind": 4194304, "kindString": "Type alias", @@ -28830,7 +29599,7 @@ ], "typeParameter": [ { - "id": 472, + "id": 480, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -28838,7 +29607,7 @@ "type": { "type": "reflection", "declaration": { - "id": 469, + "id": 477, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -28851,14 +29620,14 @@ } ], "indexSignature": { - "id": 470, + "id": 478, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 471, + "id": 479, "name": "key", "kind": 32768, "flags": {}, @@ -28887,14 +29656,14 @@ { "type": "reflection", "declaration": { - "id": 465, + "id": 473, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 466, + "id": 474, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -28913,7 +29682,7 @@ [ { "type": "reference", - "id": 507, + "id": 523, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, "" @@ -28922,7 +29691,7 @@ } }, { - "id": 467, + "id": 475, "name": "new", "kind": 1024, "kindString": "Property", @@ -28936,12 +29705,12 @@ ], "type": { "type": "reference", - "id": 472, + "id": 480, "name": "T" } }, { - "id": 468, + "id": 476, "name": "old", "kind": 1024, "kindString": "Property", @@ -28958,7 +29727,7 @@ "typeArguments": [ { "type": "reference", - "id": 472, + "id": 480, "name": "T" } ], @@ -28972,7 +29741,7 @@ { "title": "Properties", "kind": 1024, - "children": [466, 467, 468] + "children": [474, 475, 476] } ], "sources": [ @@ -28988,7 +29757,7 @@ } }, { - "id": 473, + "id": 481, "name": "RealtimePostgresDeletePayload", "kind": 4194304, "kindString": "Type alias", @@ -29002,7 +29771,7 @@ ], "typeParameter": [ { - "id": 482, + "id": 490, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -29010,7 +29779,7 @@ "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29023,14 +29792,14 @@ } ], "indexSignature": { - "id": 480, + "id": 488, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 481, + "id": 489, "name": "key", "kind": 32768, "flags": {}, @@ -29059,14 +29828,14 @@ { "type": "reflection", "declaration": { - "id": 474, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 475, + "id": 483, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -29085,7 +29854,7 @@ [ { "type": "reference", - "id": 508, + "id": 524, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, "" @@ -29094,7 +29863,7 @@ } }, { - "id": 476, + "id": 484, "name": "new", "kind": 1024, "kindString": "Property", @@ -29109,7 +29878,7 @@ "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 485, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29125,7 +29894,7 @@ } }, { - "id": 478, + "id": 486, "name": "old", "kind": 1024, "kindString": "Property", @@ -29142,7 +29911,7 @@ "typeArguments": [ { "type": "reference", - "id": 482, + "id": 490, "name": "T" } ], @@ -29156,7 +29925,7 @@ { "title": "Properties", "kind": 1024, - "children": [475, 476, 478] + "children": [483, 484, 486] } ], "sources": [ @@ -29175,7 +29944,7 @@ } }, { - "id": 473, + "id": 481, "name": "RealtimePostgresDeletePayload", "kind": 4194304, "kindString": "Type alias", @@ -29189,7 +29958,7 @@ ], "typeParameter": [ { - "id": 482, + "id": 490, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -29197,7 +29966,7 @@ "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 487, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29210,14 +29979,14 @@ } ], "indexSignature": { - "id": 480, + "id": 488, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 481, + "id": 489, "name": "key", "kind": 32768, "flags": {}, @@ -29246,14 +30015,14 @@ { "type": "reflection", "declaration": { - "id": 474, + "id": 482, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 475, + "id": 483, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -29272,7 +30041,7 @@ [ { "type": "reference", - "id": 508, + "id": 524, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, "" @@ -29281,7 +30050,7 @@ } }, { - "id": 476, + "id": 484, "name": "new", "kind": 1024, "kindString": "Property", @@ -29296,7 +30065,7 @@ "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 485, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29312,7 +30081,7 @@ } }, { - "id": 478, + "id": 486, "name": "old", "kind": 1024, "kindString": "Property", @@ -29329,7 +30098,7 @@ "typeArguments": [ { "type": "reference", - "id": 482, + "id": 490, "name": "T" } ], @@ -29343,7 +30112,7 @@ { "title": "Properties", "kind": 1024, - "children": [475, 476, 478] + "children": [483, 484, 486] } ], "sources": [ @@ -29359,7 +30128,7 @@ } }, { - "id": 454, + "id": 462, "name": "RealtimePostgresInsertPayload", "kind": 4194304, "kindString": "Type alias", @@ -29373,7 +30142,7 @@ ], "typeParameter": [ { - "id": 463, + "id": 471, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -29381,7 +30150,7 @@ "type": { "type": "reflection", "declaration": { - "id": 460, + "id": 468, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29394,14 +30163,14 @@ } ], "indexSignature": { - "id": 461, + "id": 469, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 462, + "id": 470, "name": "key", "kind": 32768, "flags": {}, @@ -29430,14 +30199,14 @@ { "type": "reflection", "declaration": { - "id": 455, + "id": 463, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 456, + "id": 464, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -29456,7 +30225,7 @@ [ { "type": "reference", - "id": 506, + "id": 522, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, "" @@ -29465,7 +30234,7 @@ } }, { - "id": 457, + "id": 465, "name": "new", "kind": 1024, "kindString": "Property", @@ -29479,12 +30248,12 @@ ], "type": { "type": "reference", - "id": 463, + "id": 471, "name": "T" } }, { - "id": 458, + "id": 466, "name": "old", "kind": 1024, "kindString": "Property", @@ -29499,7 +30268,7 @@ "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 467, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29519,7 +30288,7 @@ { "title": "Properties", "kind": 1024, - "children": [456, 457, 458] + "children": [464, 465, 466] } ], "sources": [ @@ -29535,7 +30304,7 @@ } }, { - "id": 464, + "id": 472, "name": "RealtimePostgresUpdatePayload", "kind": 4194304, "kindString": "Type alias", @@ -29549,7 +30318,7 @@ ], "typeParameter": [ { - "id": 472, + "id": 480, "name": "T", "kind": 131072, "kindString": "Type parameter", @@ -29557,7 +30326,7 @@ "type": { "type": "reflection", "declaration": { - "id": 469, + "id": 477, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29570,14 +30339,14 @@ } ], "indexSignature": { - "id": 470, + "id": 478, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 471, + "id": 479, "name": "key", "kind": 32768, "flags": {}, @@ -29606,14 +30375,14 @@ { "type": "reflection", "declaration": { - "id": 465, + "id": 473, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 466, + "id": 474, "name": "eventType", "kind": 1024, "kindString": "Property", @@ -29632,7 +30401,7 @@ [ { "type": "reference", - "id": 507, + "id": 523, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, "" @@ -29641,7 +30410,7 @@ } }, { - "id": 467, + "id": 475, "name": "new", "kind": 1024, "kindString": "Property", @@ -29655,12 +30424,12 @@ ], "type": { "type": "reference", - "id": 472, + "id": 480, "name": "T" } }, { - "id": 468, + "id": 476, "name": "old", "kind": 1024, "kindString": "Property", @@ -29677,7 +30446,7 @@ "typeArguments": [ { "type": "reference", - "id": 472, + "id": 480, "name": "T" } ], @@ -29691,7 +30460,7 @@ { "title": "Properties", "kind": 1024, - "children": [466, 467, 468] + "children": [474, 475, 476] } ], "sources": [ @@ -29707,7 +30476,7 @@ } }, { - "id": 483, + "id": 491, "name": "RealtimePresenceJoinPayload", "kind": 4194304, "kindString": "Type alias", @@ -29715,21 +30484,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, + "line": 19, "character": 12 } ], + "typeParameter": [ + { + "id": 500, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 497, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 19, + "character": 50 + } + ], + "indexSignature": { + "id": 498, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 499, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 492, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 487, + "id": 495, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -29737,7 +30555,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 23, + "line": 22, "character": 2 } ], @@ -29745,12 +30563,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 485, + "id": 493, "name": "event", "kind": 1024, "kindString": "Property", @@ -29758,7 +30583,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 21, + "line": 20, "character": 2 } ], @@ -29769,7 +30594,7 @@ [ { "type": "reference", - "id": 511, + "id": 527, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, "" @@ -29778,7 +30603,7 @@ } }, { - "id": 486, + "id": 494, "name": "key", "kind": 1024, "kindString": "Property", @@ -29786,7 +30611,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 22, + "line": 21, "character": 2 } ], @@ -29796,7 +30621,7 @@ } }, { - "id": 488, + "id": 496, "name": "newPresences", "kind": 1024, "kindString": "Property", @@ -29804,7 +30629,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 24, + "line": 23, "character": 2 } ], @@ -29812,6 +30637,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 500, + "name": "T" + } + ], "name": "Presence" } } @@ -29821,21 +30653,21 @@ { "title": "Properties", "kind": 1024, - "children": [487, 485, 486, 488] + "children": [495, 493, 494, 496] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 20, - "character": 42 + "line": 19, + "character": 76 } ] } } }, { - "id": 489, + "id": 501, "name": "RealtimePresenceLeavePayload", "kind": 4194304, "kindString": "Type alias", @@ -29843,21 +30675,70 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, + "line": 26, "character": 12 } ], + "typeParameter": [ + { + "id": 510, + "name": "T", + "kind": 131072, + "kindString": "Type parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 507, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "RealtimePresence.ts", + "line": 26, + "character": 51 + } + ], + "indexSignature": { + "id": 508, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 509, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + } + ], "type": { "type": "reflection", "declaration": { - "id": 490, + "id": 502, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 493, + "id": 505, "name": "currentPresences", "kind": 1024, "kindString": "Property", @@ -29865,7 +30746,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 30, + "line": 29, "character": 2 } ], @@ -29873,12 +30754,19 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } }, { - "id": 491, + "id": 503, "name": "event", "kind": 1024, "kindString": "Property", @@ -29886,7 +30774,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 28, + "line": 27, "character": 2 } ], @@ -29897,7 +30785,7 @@ [ { "type": "reference", - "id": 512, + "id": 528, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, "" @@ -29906,7 +30794,7 @@ } }, { - "id": 492, + "id": 504, "name": "key", "kind": 1024, "kindString": "Property", @@ -29914,7 +30802,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 29, + "line": 28, "character": 2 } ], @@ -29924,7 +30812,7 @@ } }, { - "id": 494, + "id": 506, "name": "leftPresences", "kind": 1024, "kindString": "Property", @@ -29932,7 +30820,7 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 31, + "line": 30, "character": 2 } ], @@ -29940,6 +30828,13 @@ "type": "array", "elementType": { "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 510, + "name": "T" + } + ], "name": "Presence" } } @@ -29949,21 +30844,21 @@ { "title": "Properties", "kind": 1024, - "children": [493, 491, 492, 494] + "children": [505, 503, 504, 506] } ], "sources": [ { "fileName": "RealtimePresence.ts", - "line": 27, - "character": 43 + "line": 26, + "character": 77 } ] } } }, { - "id": 495, + "id": 511, "name": "RealtimePresenceState", "kind": 4194304, "kindString": "Type alias", @@ -29971,14 +30866,14 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 496, + "id": 512, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -29986,19 +30881,19 @@ "sources": [ { "fileName": "RealtimePresence.ts", - "line": 18, + "line": 17, "character": 36 } ], "indexSignature": { - "id": 497, + "id": 513, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { - "id": 498, + "id": 514, "name": "key", "kind": 32768, "flags": {}, @@ -30020,7 +30915,7 @@ } }, { - "id": 499, + "id": 515, "name": "RealtimeRemoveChannelResponse", "kind": 4194304, "kindString": "Type alias", @@ -30055,17 +30950,17 @@ { "title": "Enumerations", "kind": 8, - "children": [500, 504, 509, 513] + "children": [516, 520, 525, 529] }, { "title": "Classes", "kind": 128, - "children": [55, 306, 1] + "children": [55, 314, 1] }, { "title": "Type Aliases", "kind": 4194304, - "children": [294, 305, 418, 435, 442, 449, 473, 454, 464, 483, 489, 495, 499] + "children": [302, 313, 426, 443, 450, 457, 481, 462, 472, 491, 501, 511, 515] } ], "sources": [ diff --git a/spec/enrichments/tsdoc_v2/storage.json b/spec/enrichments/tsdoc_v2/storage.json index fb8baa1c895ef..79453d7c5b11d 100644 --- a/spec/enrichments/tsdoc_v2/storage.json +++ b/spec/enrichments/tsdoc_v2/storage.json @@ -13,14 +13,14 @@ "flags": {}, "children": [ { - "id": 402, + "id": 403, "name": "StorageApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 403, + "id": 404, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -34,14 +34,14 @@ ], "signatures": [ { - "id": 404, + "id": 405, "name": "new StorageApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 405, + "id": 406, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -52,7 +52,7 @@ } }, { - "id": 406, + "id": 407, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -65,24 +65,24 @@ ], "type": { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 407, + "id": 408, "name": "status", "kind": 1024, "kindString": "Property", @@ -100,7 +100,7 @@ } }, { - "id": 408, + "id": 409, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -114,7 +114,7 @@ ], "signatures": [ { - "id": 409, + "id": 410, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -122,14 +122,14 @@ "type": { "type": "reflection", "declaration": { - "id": 410, + "id": 411, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 412, + "id": 413, "name": "message", "kind": 1024, "kindString": "Property", @@ -148,7 +148,7 @@ "defaultValue": "..." }, { - "id": 411, + "id": 412, "name": "name", "kind": 1024, "kindString": "Property", @@ -167,7 +167,7 @@ "defaultValue": "..." }, { - "id": 413, + "id": 414, "name": "status", "kind": 1024, "kindString": "Property", @@ -190,7 +190,7 @@ { "title": "Properties", "kind": 1024, - "children": [412, 411, 413] + "children": [413, 412, 414] } ] } @@ -203,17 +203,17 @@ { "title": "Constructors", "kind": 512, - "children": [403] + "children": [404] }, { "title": "Properties", "kind": 1024, - "children": [407] + "children": [408] }, { "title": "Methods", "kind": 2048, - "children": [408] + "children": [409] } ], "sources": [ @@ -226,7 +226,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -606,7 +606,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -815,7 +815,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1024,7 +1024,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1248,7 +1248,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1412,7 +1412,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1668,7 +1668,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1731,14 +1731,14 @@ ] }, { - "id": 397, + "id": 398, "name": "StorageError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 398, + "id": 399, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1752,14 +1752,14 @@ ], "signatures": [ { - "id": 399, + "id": 400, "name": "new StorageError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 400, + "id": 401, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1772,7 +1772,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" }, "overwrites": { @@ -1791,7 +1791,7 @@ { "title": "Constructors", "kind": 512, - "children": [398] + "children": [399] } ], "sources": [ @@ -1812,25 +1812,25 @@ "extendedBy": [ { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" } ] }, { - "id": 415, + "id": 416, "name": "StorageUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 416, + "id": 417, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1844,14 +1844,14 @@ ], "signatures": [ { - "id": 417, + "id": 418, "name": "new StorageUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 418, + "id": 419, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1862,7 +1862,7 @@ } }, { - "id": 419, + "id": 420, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -1875,24 +1875,24 @@ ], "type": { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 420, + "id": 421, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -1914,12 +1914,12 @@ { "title": "Constructors", "kind": 512, - "children": [416] + "children": [417] }, { "title": "Properties", "kind": 1024, - "children": [420] + "children": [421] } ], "sources": [ @@ -1932,7 +1932,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -2633,6 +2633,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -2720,7 +2744,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -2732,7 +2756,7 @@ ] }, { - "id": 394, + "id": 395, "name": "isStorageError", "kind": 64, "kindString": "Function", @@ -2746,14 +2770,14 @@ ], "signatures": [ { - "id": 395, + "id": 396, "name": "isStorageError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 396, + "id": 397, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -2770,7 +2794,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -2782,7 +2806,7 @@ { "title": "Classes", "kind": 128, - "children": [402, 266, 397, 415] + "children": [403, 266, 398, 416] }, { "title": "Interfaces", @@ -2792,7 +2816,7 @@ { "title": "Functions", "kind": 64, - "children": [394] + "children": [395] } ], "sources": [ @@ -3175,7 +3199,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3374,7 +3398,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3573,7 +3597,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3740,7 +3764,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3894,7 +3918,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4140,7 +4164,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4578,7 +4602,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4875,7 +4899,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5206,7 +5230,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5426,7 +5450,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5822,7 +5846,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6035,7 +6059,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6208,7 +6232,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6502,7 +6526,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6796,7 +6820,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } diff --git a/spec/enrichments/tsdoc_v2/storage_dereferenced.json b/spec/enrichments/tsdoc_v2/storage_dereferenced.json index 53596ea9650ae..a956302027f1e 100644 --- a/spec/enrichments/tsdoc_v2/storage_dereferenced.json +++ b/spec/enrichments/tsdoc_v2/storage_dereferenced.json @@ -13,14 +13,14 @@ "flags": {}, "children": [ { - "id": 402, + "id": 403, "name": "StorageApiError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 403, + "id": 404, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -34,14 +34,14 @@ ], "signatures": [ { - "id": 404, + "id": 405, "name": "new StorageApiError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 405, + "id": 406, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -52,7 +52,7 @@ } }, { - "id": 406, + "id": 407, "name": "status", "kind": 32768, "kindString": "Parameter", @@ -65,24 +65,24 @@ ], "type": { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 407, + "id": 408, "name": "status", "kind": 1024, "kindString": "Property", @@ -100,7 +100,7 @@ } }, { - "id": 408, + "id": 409, "name": "toJSON", "kind": 2048, "kindString": "Method", @@ -114,7 +114,7 @@ ], "signatures": [ { - "id": 409, + "id": 410, "name": "toJSON", "kind": 4096, "kindString": "Call signature", @@ -122,14 +122,14 @@ "type": { "type": "reflection", "declaration": { - "id": 410, + "id": 411, "name": "__type", "kind": 65536, "kindString": "Type literal", "flags": {}, "children": [ { - "id": 412, + "id": 413, "name": "message", "kind": 1024, "kindString": "Property", @@ -148,7 +148,7 @@ "defaultValue": "..." }, { - "id": 411, + "id": 412, "name": "name", "kind": 1024, "kindString": "Property", @@ -167,7 +167,7 @@ "defaultValue": "..." }, { - "id": 413, + "id": 414, "name": "status", "kind": 1024, "kindString": "Property", @@ -190,7 +190,7 @@ { "title": "Properties", "kind": 1024, - "children": [412, 411, 413] + "children": [413, 412, 414] } ] } @@ -203,17 +203,17 @@ { "title": "Constructors", "kind": 512, - "children": [403] + "children": [404] }, { "title": "Properties", "kind": 1024, - "children": [407] + "children": [408] }, { "title": "Methods", "kind": 2048, - "children": [408] + "children": [409] } ], "sources": [ @@ -226,7 +226,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -606,7 +606,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -815,7 +815,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1024,7 +1024,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1248,7 +1248,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1412,7 +1412,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1668,7 +1668,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -1731,14 +1731,14 @@ ] }, { - "id": 397, + "id": 398, "name": "StorageError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 398, + "id": 399, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1752,14 +1752,14 @@ ], "signatures": [ { - "id": 399, + "id": 400, "name": "new StorageError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 400, + "id": 401, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1772,7 +1772,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" }, "overwrites": { @@ -1791,7 +1791,7 @@ { "title": "Constructors", "kind": 512, - "children": [398] + "children": [399] } ], "sources": [ @@ -1812,25 +1812,25 @@ "extendedBy": [ { "type": "reference", - "id": 402, + "id": 403, "name": "StorageApiError" }, { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" } ] }, { - "id": 415, + "id": 416, "name": "StorageUnknownError", "kind": 128, "kindString": "Class", "flags": {}, "children": [ { - "id": 416, + "id": 417, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -1844,14 +1844,14 @@ ], "signatures": [ { - "id": 417, + "id": 418, "name": "new StorageUnknownError", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { - "id": 418, + "id": 419, "name": "message", "kind": 32768, "kindString": "Parameter", @@ -1862,7 +1862,7 @@ } }, { - "id": 419, + "id": 420, "name": "originalError", "kind": 32768, "kindString": "Parameter", @@ -1875,24 +1875,24 @@ ], "type": { "type": "reference", - "id": 415, + "id": 416, "name": "StorageUnknownError" }, "overwrites": { "type": "reference", - "id": 399, + "id": 400, "name": "StorageError.constructor" } } ], "overwrites": { "type": "reference", - "id": 398, + "id": 399, "name": "StorageError.constructor" } }, { - "id": 420, + "id": 421, "name": "originalError", "kind": 1024, "kindString": "Property", @@ -1914,12 +1914,12 @@ { "title": "Constructors", "kind": 512, - "children": [416] + "children": [417] }, { "title": "Properties", "kind": 1024, - "children": [420] + "children": [421] } ], "sources": [ @@ -1932,7 +1932,7 @@ "extendedTypes": [ { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } ] @@ -2827,6 +2827,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -2914,7 +2938,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -2926,7 +2950,7 @@ ] }, { - "id": 394, + "id": 395, "name": "isStorageError", "kind": 64, "kindString": "Function", @@ -2940,14 +2964,14 @@ ], "signatures": [ { - "id": 395, + "id": 396, "name": "isStorageError", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { - "id": 396, + "id": 397, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -2964,7 +2988,7 @@ "asserts": false, "targetType": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -2976,7 +3000,7 @@ { "title": "Classes", "kind": 128, - "children": [402, 266, 397, 415] + "children": [403, 266, 398, 416] }, { "title": "Interfaces", @@ -2986,7 +3010,7 @@ { "title": "Functions", "kind": 64, - "children": [394] + "children": [395] } ], "sources": [ @@ -3369,7 +3393,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3568,7 +3592,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3767,7 +3791,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -3934,7 +3958,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4088,7 +4112,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4334,7 +4358,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4772,7 +4796,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -4926,6 +4950,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -5013,7 +5061,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -5174,7 +5222,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5505,7 +5553,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5613,6 +5661,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -5700,7 +5772,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -5830,7 +5902,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -5970,6 +6042,30 @@ "kindString": "Interface", "flags": {}, "children": [ + { + "id": 394, + "name": "format", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Specify the format of the image requested.", + "text": "When using 'origin' we force the format to be the same as the original image,\nbypassing automatic browser optimisation such as webp conversion\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "origin" + } + }, { "id": 392, "name": "height", @@ -6057,7 +6153,7 @@ { "title": "Properties", "kind": 1024, - "children": [392, 393, 391] + "children": [394, 392, 393, 391] } ], "sources": [ @@ -6558,7 +6654,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6771,7 +6867,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -6944,7 +7040,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -7330,7 +7426,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } @@ -7716,7 +7812,7 @@ ], "type": { "type": "reference", - "id": 397, + "id": 398, "name": "StorageError" } } diff --git a/spec/storage_v0_openapi.json b/spec/storage_v0_openapi.json index 276f01bac6cc9..fe9074725b79c 100644 --- a/spec/storage_v0_openapi.json +++ b/spec/storage_v0_openapi.json @@ -724,7 +724,9 @@ "properties": { "height": { "type": "integer", "minimum": 0, "example": 100 }, "width": { "type": "integer", "minimum": 0, "example": 100 }, - "resize": { "type": "string", "enum": ["cover", "contain", "fill"] } + "resize": { "type": "string", "enum": ["cover", "contain", "fill"] }, + "format": { "type": "string", "enum": ["origin", "avif"] }, + "quality": { "type": "integer", "minimum": 20, "maximum": 100 } } } }, diff --git a/spec/supabase_js_v2.yml b/spec/supabase_js_v2.yml index 6c4195737fd75..64eef6a00678c 100644 --- a/spec/supabase_js_v2.yml +++ b/spec/supabase_js_v2.yml @@ -176,7 +176,7 @@ functions: ``` - id: sign-up-with-redirect name: Sign up with a redirect URL - description: | + description: | - See [redirect URLs and wildcards](/docs/guides/auth/overview#redirect-urls-and-wildcards) to add additional redirect URLs to your project. code: | ```js @@ -3991,11 +3991,10 @@ functions: title: on().subscribe() $ref: '@supabase/realtime-js.RealtimeChannel.on' notes: | - - Realtime is disabled by default for new Projects for better database performance and security. You can turn it on by [managing replication](/docs/guides/api#managing-realtime). - - Row level security is not applied to delete statements. - - If you want to receive the "previous" data for updates and deletes, you will need to set `REPLICA IDENTITY` to `FULL`, like this: `ALTER TABLE your_table REPLICA IDENTITY FULL;` - - When a delete occurs, the contents of old_record will be broadcast to all subscribers to that table so ensure that each table's replica identity only contains information that is safe to expose publicly. - - The channel name must exactly match the schema/table/filter you want to listen to separated by colons. See below examples for additional context. + - By default, Broadcast and Presence are enabled for all projects. + - By default, listening to database changes is disabled for new projects due to database performance and security concerns. You can turn it on by managing Realtime's [replication](/docs/guides/api#realtime-api-overview). + - You can receive the "previous" data for updates and deletes by setting the table's `REPLICA IDENTITY` to `FULL` (e.g., `ALTER TABLE your_table REPLICA IDENTITY FULL;`). + - Row level security is not applied to delete statements. When RLS is enabled and replica identity is set to full, only the primary key is sent to clients. examples: - id: listen-to-broadcast name: Listen to broadcast messages diff --git a/spec/transforms/api_v0_openapi_deparsed.json b/spec/transforms/api_v0_openapi_deparsed.json index d419c89de77a0..beb44a9dbd1e9 100644 --- a/spec/transforms/api_v0_openapi_deparsed.json +++ b/spec/transforms/api_v0_openapi_deparsed.json @@ -570,9 +570,6 @@ }, "import_map": { "type": "boolean" - }, - "body": { - "type": "string" } }, "required": [ @@ -2484,9 +2481,6 @@ }, "import_map": { "type": "boolean" - }, - "body": { - "type": "string" } }, "required": ["id", "slug", "name", "status", "version", "created_at", "updated_at"] diff --git a/spec/transforms/storage_v0_openapi_deparsed.json b/spec/transforms/storage_v0_openapi_deparsed.json index 9eda95ff85832..03ba4ce5301f6 100644 --- a/spec/transforms/storage_v0_openapi_deparsed.json +++ b/spec/transforms/storage_v0_openapi_deparsed.json @@ -1128,6 +1128,15 @@ "resize": { "type": "string", "enum": ["cover", "contain", "fill"] + }, + "format": { + "type": "string", + "enum": ["origin", "avif"] + }, + "quality": { + "type": "integer", + "minimum": 20, + "maximum": 100 } } }