From 953ddd82e48dd206cef5ac94456549aed13b3ad5 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 17 Nov 2023 23:25:29 +0100 Subject: Updated 30 files and deleted 2976 files (automated) --- .../matrix-js-sdk/lib/http-api/prefix.d.ts | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/prefix.d.ts (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/prefix.d.ts') diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/prefix.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/prefix.d.ts deleted file mode 100644 index e12d6a7..0000000 --- a/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/prefix.d.ts +++ /dev/null @@ -1,31 +0,0 @@ -export declare enum ClientPrefix { - /** - * A constant representing the URI path for release 0 of the Client-Server HTTP API. - */ - R0 = "/_matrix/client/r0", - /** - * A constant representing the URI path for the legacy release v1 of the Client-Server HTTP API. - */ - V1 = "/_matrix/client/v1", - /** - * A constant representing the URI path for Client-Server API endpoints versioned at v3. - */ - V3 = "/_matrix/client/v3", - /** - * A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs. - */ - Unstable = "/_matrix/client/unstable" -} -export declare enum IdentityPrefix { - /** - * URI path for the v2 identity API - */ - V2 = "/_matrix/identity/v2" -} -export declare enum MediaPrefix { - /** - * URI path for the media repo API - */ - R0 = "/_matrix/media/r0" -} -//# sourceMappingURL=prefix.d.ts.map \ No newline at end of file -- cgit