Skip to content

Commit

Permalink
update api types
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 8, 2024
1 parent b27a540 commit 1c1b001
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 52 deletions.
2 changes: 1 addition & 1 deletion discord-api-docs
Submodule discord-api-docs updated 45 files
+1 −0 .github/CODEOWNERS
+11 −1 CONTRIBUTING.md
+1 −1 README.md
+108 −17 docs/Change_Log.md
+1 −1 docs/Intro.mdx
+2 −2 docs/Reference.mdx
+14 −2 docs/activities/Building_An_Activity.mdx
+21 −10 docs/activities/Development_Guides.mdx
+1 −1 docs/activities/How_Activities_Work.md
+0 −487 docs/da/Getting_Started.mdx
+0 −487 docs/de/Getting_Started.mdx
+10 −0 docs/developer_tools/Embedded_App_SDK.md
+0 −487 docs/fr/Getting_Started.mdx
+1 −1 docs/game_sdk/Activities.md
+1 −1 docs/interactions/Application_Commands.md
+1 −1 docs/interactions/Message_Components.md
+13 −13 docs/interactions/Receiving_and_Responding.md
+0 −487 docs/ja/Getting_Started.mdx
+1 −1 docs/monetization/App_Subscriptions.md
+0 −487 docs/nl/Getting_Started.mdx
+0 −487 docs/pl/Getting_Started.mdx
+0 −487 docs/pt-br/Getting_Started.mdx
+190 −109 docs/quick_start/Getting_Started.mdx
+2 −2 docs/quick_start/Overview_of_Apps.mdx
+43 −43 docs/resources/Application.md
+9 −815 docs/resources/Channel.md
+58 −0 docs/resources/Emoji.md
+0 −43 docs/resources/Guild.md
+171 −7 docs/resources/Guild_Scheduled_Event.mdx
+857 −0 docs/resources/Message.md
+4 −4 docs/resources/Poll.md
+3 −1 docs/resources/User.md
+51 −0 docs/resources/Voice.md
+12 −12 docs/resources/Webhook.md
+1 −1 docs/topics/Gateway.md
+6 −6 docs/topics/Gateway_Events.md
+1 −1 docs/topics/OAuth2.md
+5 −2 docs/topics/RPC.md
+4 −4 docs/topics/Threads.md
+0 −487 docs/tr/Getting_Started.mdx
+3 −4 docs/tutorials/Developing_a_User_Installable_App.mdx
+ images/getting-started-default-install.png
+ images/getting-started-interactions-endpoint.png
+118 −12 package-lock.json
+2 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@changesets/cli": "^2.27.7",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.7",
"@effect/experimental": "^0.22.1",
"@effect/experimental": "^0.22.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.61.4",
"@effect/platform-node": "^0.56.4",
"@tim-smart/discord-api-docs-parser": "^0.5.14",
"@effect/platform": "^0.61.5",
"@effect/platform-node": "^0.56.5",
"@tim-smart/discord-api-docs-parser": "^0.5.16",
"@types/chai": "^4.3.17",
"@types/node": "^22.1.0",
"@types/ws": "^8.5.12",
Expand Down
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c1b001

Please sign in to comment.