v9.9.0 Add includesOwnedAudienceGroups Parameter to Audience API
What's Changed
- Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in #1247
Enhancement to Shared Audiences API
Support a new query parameter includesOwnedAudienceGroups
to the client.getSharedAudienceGroups
(GET /v2/bot/audienceGroup/shared/list
). This enhancement allows users to specify whether to include audience groups owned by the user in the response. It is especially useful for users who manage both shared and owned audience groups.
Specifications
- Added the
includesOwnedAudienceGroups
parameter to the API endpoint.- Type: Boolean
- Default: false
- Description:
true
: Include audience groups owned by the LINE Official Account Manager.false
: Respond only with audience groups shared by Business Manager.
Remove deprecated API
- Removed the
/v2/bot/audienceGroup/{audienceGroupId}/activate
and/v2/bot/audienceGroup/authorityLevel
endpoints.
Documents and Reference
For more information, please refer to the links provided above.
(original PR is line/line-openapi#105)
line-openapi updates
- Add type as required property in source object of webhook by @github-actions in #1235
- Update line-openapi digest to 31fa3c7 by @renovate in #1234
Dependency updates
- Update dependency typescript to v5.8.3 by @renovate in #1228
- Update dependency typedoc to v0.28.2 by @renovate in #1232
- Update actions/setup-java action to v4.7.1 by @renovate in #1236
- Update dependency typedoc-plugin-markdown to v4.6.2 by @renovate in #1238
- Update junit5 monorepo to v5.12.2 by @renovate in #1240
- Update dependency @types/node to v22.14.1 by @renovate in #1241
- Update dependency msw to v2.7.4 by @renovate in #1242
- Update actions/setup-node action to v4.4.0 by @renovate in #1244
- Update dependency msw to v2.7.5 by @renovate in #1245
- Update dependency typedoc to v0.28.3 by @renovate in #1246
Other Changes
- Require more jobs in merge queue by @Yang-33 in #1231
- Bump vite from 5.4.16 to 5.4.17 by @dependabot in #1233
- Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in #1239
- Bump vite from 5.4.17 to 5.4.18 by @dependabot in #1243
- Fix wrong URL of documents by @mokuzon in #1249
Full Changelog: v9.8.0...v9.9.0
This release is prepared by @eucyt