summaryrefslogtreecommitdiff
path: root/bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map
diff options
context:
space:
mode:
Diffstat (limited to 'bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map')
-rw-r--r--bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map b/bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map
new file mode 100644
index 0000000..1063304
--- /dev/null
+++ b/bot/node_modules/matrix-js-sdk/lib/@types/spaces.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"spaces.js","names":[],"sources":["../../src/@types/spaces.ts"],"sourcesContent":["/*\nCopyright 2021 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { IPublicRoomsChunkRoom } from \"../client\";\nimport { RoomType } from \"./event\";\nimport { IStrippedState } from \"../sync-accumulator\";\n\n// Types relating to Rooms of type `m.space` and related APIs\n\n/* eslint-disable camelcase */\nexport interface IHierarchyRelation extends IStrippedState {\n origin_server_ts: number;\n content: {\n order?: string;\n suggested?: boolean;\n via?: string[];\n };\n}\n\nexport interface IHierarchyRoom extends IPublicRoomsChunkRoom {\n room_type?: RoomType | string;\n children_state: IHierarchyRelation[];\n}\n/* eslint-enable camelcase */\n"],"mappings":""} \ No newline at end of file