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 28, 2024
1 parent 72b45bf commit 5888a75
Show file tree
Hide file tree
Showing 5 changed files with 3,732 additions and 7,261 deletions.
2 changes: 1 addition & 1 deletion discord-api-docs
Submodule discord-api-docs updated 43 files
+1 −0 docs/Intro.mdx
+18 −13 docs/activities/Building_An_Activity.mdx
+4 −0 docs/activities/Design_Patterns.mdx
+75 −1 docs/activities/Development_Guides.mdx
+9 −5 docs/activities/Overview.mdx
+4 −0 docs/best_practices/Crafting_your_App_Directory_Product_Page.md
+0 −0 docs/change_log/2024-08-13-voice-gateway-version-8-and-deprecation-of-versions-older-than-4.md
+19 −0 docs/change_log/2024-08-26-entry-point-commands.md
+9 −0 docs/change_log/2024-08-26-launching-activities-via-interactions.md
+4 −0 docs/developer_tools/Embedded_App_SDK.mdx
+101 −47 docs/interactions/Application_Commands.mdx
+6 −1 docs/interactions/Overview.mdx
+135 −82 docs/interactions/Receiving_and_Responding.mdx
+4 −0 docs/monetization/Overview.md
+4 −0 docs/monetization/SKUs.md
+4 −0 docs/policies_and_agreements/Developer_Policy.md
+4 −0 docs/policies_and_agreements/Developer_Terms_of_Service.md
+4 −0 docs/quick_start/Getting_Started.mdx
+4 −0 docs/quick_start/Overview_of_Apps.mdx
+57 −1 docs/resources/Application.md
+4 −0 docs/resources/Audit_Log.md
+4 −0 docs/resources/Channel.md
+4 −0 docs/resources/Emoji.md
+4 −0 docs/resources/Guild.md
+4 −0 docs/resources/Guild_Template.md
+4 −0 docs/resources/Invite.md
+4 −0 docs/resources/Message.md
+4 −0 docs/resources/Poll.md
+4 −0 docs/resources/Stage_Instance.md
+4 −0 docs/resources/Sticker.md
+4 −0 docs/resources/User.md
+4 −0 docs/resources/Voice.md
+4 −0 docs/resources/Webhook.md
+4 −0 docs/rich_presence/Best_Practices.md
+4 −0 docs/rich_presence/Overview.mdx
+4 −0 docs/rich_presence/Using_with_the_Embedded_App_SDK.mdx
+4 −0 docs/rich_presence/Using_with_the_Game_SDK.mdx
+1 −1 docs/topics/Gateway.md
+4 −0 docs/tutorials/Hosting_on_Cloudflare_Workers.md
+4 −0 docs/tutorials/Upgrading_to_Application_Commands.md
+ images/activities/activity-instance-validation.jpg
+ images/activities/tutorial-auth.png
+ images/command-entry-point.png
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dfx",
"version": "0.100.0",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.9.0",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down Expand Up @@ -57,25 +57,25 @@
"@changesets/cli": "^2.27.7",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.7",
"@effect/experimental": "^0.23.4",
"@effect/experimental": "^0.23.6",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.62.2",
"@effect/platform-node": "^0.57.2",
"@tim-smart/discord-api-docs-parser": "^0.5.17",
"@types/chai": "^4.3.17",
"@types/node": "^22.4.1",
"@effect/platform": "^0.62.4",
"@effect/platform-node": "^0.57.4",
"@tim-smart/discord-api-docs-parser": "^0.5.19",
"@types/chai": "^4.3.19",
"@types/node": "^22.5.1",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"effect": "^3.6.5",
"effect": "^3.6.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -87,7 +87,7 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "2.0.5"
Expand Down
Loading

0 comments on commit 5888a75

Please sign in to comment.