-
Notifications
You must be signed in to change notification settings - Fork 674
feat: add support to @slack/web-api for work objects #2231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 21 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c8c3482
Add support for flexpane API
vegeris a3f8922
feat-work-objects: version bump for types pkg (#2229)
vegeris dde54aa
Update
vegeris 5813ae6
feat-work-objects: version bump 2 for the types pkg (#2234)
vegeris 6892aef
feat-work-objects: version bump for the web-api pkg (#2232)
vegeris 9e8988b
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris c3cef1f
update
vegeris 67cc8b6
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris da092d5
update payload object, entity.presentDetails inputs, test, event
vegeris d4231dd
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris d889e07
feat-work-objects: beta version for the types pkg (#2366)
vegeris e6bd2ac
lint
vegeris c54c9b3
feat-work-objects: beta version for the web-api pkg (#2367)
vegeris 24ecda6
Update entity metadata definitions
vegeris ba79b81
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris 02e5360
feat-work-objects: beta version for the types pkg (#2404)
vegeris b983ca5
update test
vegeris 8201026
feat-work-objects: beta version for the web-api pkg (#2405)
vegeris e4284e3
update schema
vegeris bb49dd5
feat-work-objects: beta version for the types pkg (#2406)
vegeris 480cb1f
feat-work-objects: beta version for the web-api pkg (#2407)
vegeris c4992f6
Update URL in packages/web-api/src/types/request/chat.ts
vegeris d2a9d93
Update URL in packages/web-api/src/types/request/entity.ts
vegeris c4cb46c
alphabetical order
vegeris ec18401
update comments to jsdoc format
vegeris 6f56034
update schema
vegeris eeef76d
feat-work-objects: beta version for the types pkg (#2408)
vegeris a44d4b3
whoops
vegeris 1d4325b
feat-work-objects: version bump for the web-api pkg (#2409)
vegeris 019cfd3
update comment
vegeris fae7b17
mv EntityAndEventMessageMetadata
vegeris a2eaa71
rename types for unfurls and metadata param of chat.unfurl
vegeris 26e3aa5
biome fix
vegeris 4eaeed8
make cli-test dependency versions exact
vegeris 6d2ebc4
Revert "make cli-test dependency versions exact"
vegeris a9c5d4e
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris c0cc1f6
rm types pkg updates
vegeris d974164
feat-work-objects: version bump for the web-api pkg (#2416)
vegeris 9b5ecf1
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris 5c174bd
update types dependency and reset web-api package version
vegeris de9e02a
Merge branch 'main' of https://github.com/slackapi/node-slack-sdk int…
vegeris 3ae9720
Update packages/web-api/package.json
vegeris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| export interface EntityDetailsRequestedEvent { | ||
| type: 'entity_details_requested'; | ||
| user: string; | ||
| trigger_id: string; | ||
| link: { | ||
| url: string; | ||
| domain: string; | ||
| }; | ||
| entity_url: string; | ||
| app_unfurl_url?: string; | ||
| user_locale: string; | ||
| event_ts: string; | ||
| external_ref?: { | ||
| id: string; | ||
| type?: string; | ||
| }; | ||
| message_ts?: string; | ||
| thread_ts?: string; | ||
| channel?: string; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪓 todo: Before merging let's revert this!😳 edit: Oop perhaps not for this package!