@openclaw/line 2026.7.1-beta.2 → 2026.7.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.js +1 -1
- package/dist/{card-command-DZVv78B6.js → card-command--jtkAqp8.js} +1 -1
- package/dist/{channel-DIpdZiwc.js → channel-C_8hLniz.js} +83 -37
- package/dist/channel-plugin-api.js +1 -1
- package/dist/channel.runtime-Bh_AQM0k.js +4 -0
- package/dist/{flex-templates-DPBtqQ8R.js → flex-templates-DEIXn69v.js} +6 -2
- package/dist/index.js +1 -1
- package/dist/{markdown-to-line-CFx7ME4o.js → markdown-to-line-DmpZY78n.js} +2 -2
- package/dist/{monitor-DzkYuWhv.js → monitor-0eXlx_Pe.js} +53 -14
- package/dist/monitor.runtime-BGIpxzfB.js +2 -0
- package/dist/{outbound.runtime-BPz8U_hw.js → outbound.runtime-BwC7Y2U9.js} +1 -1
- package/dist/{reply-payload-transform-BwF-zq0G.js → reply-payload-transform-C7r5npxP.js} +3 -2
- package/dist/runtime-api.js +4 -4
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.d.ts +109 -60
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.js +116 -100
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/errorResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/errorResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueStatelessChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.d.ts +109 -60
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.js +150 -101
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/errorResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/errorResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueStatelessChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.js +4 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.js +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/index.js +36 -11
- package/node_modules/@line/bot-sdk/dist/cjs/index.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.d.ts +119 -30
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.js +172 -51
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/ageTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/ageTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/appTypeTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/appTypeTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/areaTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/areaTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/errorDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/errorDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/genderTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/genderTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseClick.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseClick.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseMessage.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseMessage.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseOverview.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseOverview.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.d.ts +24 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts +30 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.d.ts +22 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.d.ts +21 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts +19 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts +25 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.d.ts +10 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.js +10 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/subscriptionPeriodTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/subscriptionPeriodTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.js +83 -25
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/addLiffAppResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/addLiffAppResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/getAllLiffAppsResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/getAllLiffAppsResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffApp.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffApp.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffFeatures.d.ts +4 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffFeatures.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.factory.generated.js +40 -7
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.factory.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.d.ts +948 -600
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.js +956 -600
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.js +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.d.ts +42 -12
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.js +65 -13
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.d.ts +114 -60
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.js +167 -71
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/addAudienceToAudienceGroupRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createClickBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createClickBasedAudienceGroupResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createImpBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/getAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/getSharedAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/updateAudienceGroupDescriptionRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.d.ts +69 -30
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.js +92 -31
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.d.ts +636 -408
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.js +693 -475
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/altUri.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/broadcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/cashBackPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/clipboardAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/clipboardImagemapAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/couponCreateRequest.d.ts +7 -7
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/couponMessage.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/createRichMenuAliasRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/datetimePickerAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/discountPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/errorResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/flexImage.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getFollowersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getJoinedMembershipUsersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getMembershipSubscriptionResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/limit.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/lotteryAcquisitionConditionRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membersIdsResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membership.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membershipListResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/multicastRequest.d.ts +6 -6
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/narrowcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pnpMessagesRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/postbackAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pushMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pushMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/quickReply.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/quickReplyItem.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/replyMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/replyMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBatchRequest.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBounds.d.ts +8 -8
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBulkLinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBulkUnlinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuResponse.d.ts +6 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuSize.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuSwitchAction.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/sender.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/setWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/showLoadingAnimationRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/subscribedMembershipPlan.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/testWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/validateMessageRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/middleware.js +39 -3
- package/node_modules/@line/bot-sdk/dist/cjs/middleware.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.js +89 -30
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/model/acquireChatControlRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.js +77 -12
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/model/attachModuleResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/model/attachModuleResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.js +56 -7
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/version.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/version.js +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/accountLinkEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/accountLinkEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/activatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/activatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/attachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/attachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/audioMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/audioMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botResumedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botResumedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botSuspendedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botSuspendedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/callbackRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/chatControl.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/chatControl.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/deactivatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/deactivatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/detachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/detachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/fileMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/fileMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/imageMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/imageMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinedMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinedMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leaveEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leaveEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leftMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leftMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/linkContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/linkContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/locationMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/locationMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberJoinedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberJoinedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberLeftEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberLeftEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/messageEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/messageEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDelivery.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDelivery.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDeliveryCompletionEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDeliveryCompletionEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/stickerMessageContent.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/textMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/textMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unfollowEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unfollowEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayComplete.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayComplete.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayCompleteEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayCompleteEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.js +4 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/http-fetch.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/http-fetch.js +3 -0
- package/node_modules/@line/bot-sdk/dist/http-fetch.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.d.ts +119 -30
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.js +138 -50
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/ageTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/ageTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/appTypeTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/appTypeTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/areaTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/areaTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/errorDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/errorDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/genderTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/genderTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseClick.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseClick.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseMessage.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseMessage.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseOverview.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseOverview.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.d.ts +24 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts +30 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.d.ts +22 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.d.ts +21 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts +19 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts +25 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.d.ts +10 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/models.js +10 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/subscriptionPeriodTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/subscriptionPeriodTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.js +49 -24
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/addLiffAppResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/addLiffAppResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/getAllLiffAppsResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/getAllLiffAppsResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffApp.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/liffApp.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffFeatures.d.ts +4 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffFeatures.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.d.ts +948 -600
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.js +956 -600
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.js +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.d.ts +42 -12
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.js +31 -12
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.d.ts +114 -60
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.js +133 -70
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/addAudienceToAudienceGroupRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createClickBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createClickBasedAudienceGroupResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createImpBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/getAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/getSharedAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/updateAudienceGroupDescriptionRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.d.ts +69 -30
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.js +58 -30
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.d.ts +636 -408
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.js +659 -474
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/altUri.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/broadcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/cashBackPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/clipboardAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/clipboardImagemapAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/couponCreateRequest.d.ts +7 -7
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/couponMessage.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/createRichMenuAliasRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/datetimePickerAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/discountPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/errorResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/flexImage.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getFollowersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getJoinedMembershipUsersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getMembershipSubscriptionResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/limit.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/lotteryAcquisitionConditionRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membersIdsResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membership.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membershipListResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/multicastRequest.d.ts +6 -6
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/narrowcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pnpMessagesRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/postbackAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pushMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pushMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/quickReply.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/quickReplyItem.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/replyMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/replyMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBatchRequest.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBounds.d.ts +8 -8
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBulkLinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBulkUnlinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuResponse.d.ts +6 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuSize.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuSwitchAction.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/sender.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/setWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/showLoadingAnimationRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/subscribedMembershipPlan.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/testWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/validateMessageRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/middleware.js +1 -1
- package/node_modules/@line/bot-sdk/dist/middleware.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.js +55 -29
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/model/acquireChatControlRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.js +43 -11
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/model/attachModuleResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/module-attach/model/attachModuleResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.js +22 -6
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/version.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/version.js +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/accountLinkEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/accountLinkEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/activatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/activatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/attachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/attachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/audioMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/audioMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/botResumedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/botResumedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/botSuspendedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/botSuspendedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/callbackRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/webhook/model/chatControl.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/chatControl.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/deactivatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/deactivatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/detachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/detachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/fileMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/fileMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/followDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/followDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/followEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/followEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/imageMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/imageMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinedMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinedMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/leaveEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/leaveEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/leftMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/leftMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/linkContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/linkContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/locationMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/locationMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberJoinedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberJoinedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberLeftEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberLeftEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/messageEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/messageEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDelivery.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDelivery.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDeliveryCompletionEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDeliveryCompletionEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/stickerMessageContent.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/webhook/model/textMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/textMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unfollowEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unfollowEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayComplete.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayComplete.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayCompleteEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayCompleteEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/api/channelAccessTokenClient.ts +129 -100
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/errorResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueStatelessChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/exceptions.ts +4 -1
- package/node_modules/@line/bot-sdk/lib/http-fetch.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/.openapi-generator/FILES +10 -1
- package/node_modules/@line/bot-sdk/lib/insight/api/insightClient.ts +184 -50
- package/node_modules/@line/bot-sdk/lib/insight/model/ageTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/appTypeTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/areaTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/errorDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/genderTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseClick.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseMessage.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseOverview.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponse.ts +39 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseBounds.ts +33 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseClick.ts +25 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseDailyMetrics.ts +30 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseImpression.ts +23 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponse.ts +39 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts +33 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseClick.ts +22 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseImpression.ts +20 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseMetrics.ts +25 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/models.ts +10 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/subscriptionPeriodTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/liff/api/liffClient.ts +60 -24
- package/node_modules/@line/bot-sdk/lib/liff/model/addLiffAppResponse.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/getAllLiffAppsResponse.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/liffApp.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/liffFeatures.ts +4 -1
- package/node_modules/@line/bot-sdk/lib/line-bot-client.generated.ts +984 -600
- package/node_modules/@line/bot-sdk/lib/line-bot-client.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/.openapi-generator/FILES +0 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/api/manageAudienceBlobClient.ts +42 -12
- package/node_modules/@line/bot-sdk/lib/manage-audience/api/manageAudienceClient.ts +154 -70
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/addAudienceToAudienceGroupRequest.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createClickBasedAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createClickBasedAudienceGroupResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createImpBasedAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/getAudienceDataResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/getSharedAudienceDataResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/updateAudienceGroupDescriptionRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/.openapi-generator/FILES +0 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/api/messagingApiBlobClient.ts +69 -30
- package/node_modules/@line/bot-sdk/lib/messaging-api/api/messagingApiClient.ts +681 -474
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/altUri.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/broadcastRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/cashBackPercentagePriceInfoRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/clipboardAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/clipboardImagemapAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/couponCreateRequest.ts +7 -7
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/couponMessage.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/createRichMenuAliasRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/datetimePickerAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/discountPercentagePriceInfoRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/errorResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/flexImage.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getFollowersResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getJoinedMembershipUsersResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getMembershipSubscriptionResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/limit.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/lotteryAcquisitionConditionRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membersIdsResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membership.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membershipListResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/multicastRequest.ts +6 -6
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/narrowcastRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pnpMessagesRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/postbackAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pushMessageRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pushMessageResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/quickReply.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/quickReplyItem.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/replyMessageRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/replyMessageResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBatchRequest.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBounds.ts +8 -8
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBulkLinkRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBulkUnlinkRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuResponse.ts +6 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuSize.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuSwitchAction.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/sender.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/setWebhookEndpointRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/showLoadingAnimationRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/subscribedMembershipPlan.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/testWebhookEndpointRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/validateMessageRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/middleware.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/module/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/module/api/lineModuleClient.ts +68 -29
- package/node_modules/@line/bot-sdk/lib/module/model/acquireChatControlRequest.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/module-attach/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/module-attach/api/lineModuleAttachClient.ts +61 -11
- package/node_modules/@line/bot-sdk/lib/module-attach/model/attachModuleResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/shop/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/shop/api/shopClient.ts +33 -6
- package/node_modules/@line/bot-sdk/lib/version.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/webhook/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/webhook/model/accountLinkEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/activatedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/attachedModuleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/audioMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/beaconContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/beaconEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/botResumedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/botSuspendedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/callbackRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/webhook/model/chatControl.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/deactivatedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/detachedModuleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/fileMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/followDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/followEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/imageMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/joinEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/joinedMembers.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/leaveEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/leftMembers.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/linkContent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/locationMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/memberJoinedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/memberLeftEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/membershipContent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/membershipEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/messageEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/moduleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/moduleEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/pnpDelivery.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/pnpDeliveryCompletionEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/postbackContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/postbackEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/stickerMessageContent.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/webhook/model/textMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unfollowEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unsendDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unsendEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoPlayComplete.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoPlayCompleteEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/package.json +8 -9
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/npm-shrinkwrap.json +10 -10
- package/package.json +5 -5
- package/dist/channel.runtime-KvcDpasA.js +0 -4
- package/dist/monitor.runtime-njiPADBe.js +0 -2
|
@@ -62,8 +62,19 @@ import { UserProfileResponse } from "../model/userProfileResponse.js";
|
|
|
62
62
|
import { ValidateMessageRequest } from "../model/validateMessageRequest.js";
|
|
63
63
|
import * as Types from "../../types.js";
|
|
64
64
|
interface httpClientConfig {
|
|
65
|
+
/**
|
|
66
|
+
* Base URL for requests.
|
|
67
|
+
* Defaults to 'https://api.line.me'.
|
|
68
|
+
* You can override this for testing or to use a mock server.
|
|
69
|
+
*/
|
|
65
70
|
baseURL?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Channel access token used for authorization.
|
|
73
|
+
*/
|
|
66
74
|
channelAccessToken: string;
|
|
75
|
+
/**
|
|
76
|
+
* Extra headers merged into every request.
|
|
77
|
+
*/
|
|
67
78
|
defaultHeaders?: Record<string, string>;
|
|
68
79
|
}
|
|
69
80
|
/**
|
|
@@ -71,1039 +82,1256 @@ interface httpClientConfig {
|
|
|
71
82
|
*/
|
|
72
83
|
export declare class MessagingApiClient {
|
|
73
84
|
private httpClient;
|
|
85
|
+
/**
|
|
86
|
+
* Initializes a new `MessagingApiClient`.
|
|
87
|
+
*
|
|
88
|
+
* @param config Configuration for this API client.
|
|
89
|
+
* @param config.baseURL The base URL for requests. Defaults to `https://api.line.me`.
|
|
90
|
+
* @param config.channelAccessToken The channel access token used for authorization.
|
|
91
|
+
* @param config.defaultHeaders Extra headers merged into every request.
|
|
92
|
+
*
|
|
93
|
+
* @example
|
|
94
|
+
* const client = new MessagingApiClient({
|
|
95
|
+
* channelAccessToken: process.env.LINE_CHANNEL_ACCESS_TOKEN!,
|
|
96
|
+
* });
|
|
97
|
+
*/
|
|
74
98
|
constructor(config: httpClientConfig);
|
|
75
99
|
/**
|
|
76
100
|
* Sends a message to multiple users at any time.
|
|
101
|
+
* Calls `POST https://api.line.me/v2/bot/message/broadcast`.
|
|
102
|
+
* To inspect the HTTP status code or response headers, use {@link broadcastWithHttpInfo}.
|
|
77
103
|
* @param broadcastRequest
|
|
78
104
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
79
|
-
*
|
|
80
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">
|
|
105
|
+
* @returns A promise resolving to the response body.
|
|
106
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">LINE Developers documentation</a>
|
|
81
107
|
*/
|
|
82
108
|
broadcast(broadcastRequest: BroadcastRequest, xLineRetryKey?: string): Promise<object>;
|
|
83
109
|
/**
|
|
84
|
-
* Sends a message to multiple users at any time
|
|
85
|
-
*
|
|
110
|
+
* Sends a message to multiple users at any time.
|
|
111
|
+
* Calls `POST https://api.line.me/v2/bot/message/broadcast`.
|
|
112
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
86
113
|
* @param broadcastRequest
|
|
87
114
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
88
|
-
*
|
|
89
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">
|
|
115
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
116
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">LINE Developers documentation</a>
|
|
90
117
|
*/
|
|
91
118
|
broadcastWithHttpInfo(broadcastRequest: BroadcastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
92
119
|
/**
|
|
93
120
|
* Cancel default rich menu
|
|
94
|
-
*
|
|
95
|
-
* @
|
|
121
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/all/richmenu`.
|
|
122
|
+
* To inspect the HTTP status code or response headers, use {@link cancelDefaultRichMenuWithHttpInfo}.
|
|
123
|
+
* @returns A promise resolving to the response body.
|
|
124
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#cancel-default-rich-menu">LINE Developers documentation</a>
|
|
96
125
|
*/
|
|
97
126
|
cancelDefaultRichMenu(): Promise<Types.MessageAPIResponseBase>;
|
|
98
127
|
/**
|
|
99
|
-
* Cancel default rich menu
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
* @
|
|
128
|
+
* Cancel default rich menu
|
|
129
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/all/richmenu`.
|
|
130
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
131
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
132
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#cancel-default-rich-menu">LINE Developers documentation</a>
|
|
103
133
|
*/
|
|
104
134
|
cancelDefaultRichMenuWithHttpInfo(): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
105
135
|
/**
|
|
106
136
|
* Close coupon
|
|
137
|
+
* Calls `PUT https://api.line.me/v2/bot/coupon/{couponId}/close`.
|
|
138
|
+
* To inspect the HTTP status code or response headers, use {@link closeCouponWithHttpInfo}.
|
|
107
139
|
* @param couponId
|
|
108
|
-
*
|
|
109
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">
|
|
140
|
+
* @returns A promise resolving to the response body.
|
|
141
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">LINE Developers documentation</a>
|
|
110
142
|
*/
|
|
111
143
|
closeCoupon(couponId: string): Promise<Types.MessageAPIResponseBase>;
|
|
112
144
|
/**
|
|
113
|
-
* Close coupon
|
|
114
|
-
*
|
|
145
|
+
* Close coupon
|
|
146
|
+
* Calls `PUT https://api.line.me/v2/bot/coupon/{couponId}/close`.
|
|
147
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
115
148
|
* @param couponId
|
|
116
|
-
*
|
|
117
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">
|
|
149
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
150
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">LINE Developers documentation</a>
|
|
118
151
|
*/
|
|
119
152
|
closeCouponWithHttpInfo(couponId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
120
153
|
/**
|
|
121
154
|
* Create a new coupon. Define coupon details such as type, title, and validity period.
|
|
155
|
+
* Calls `POST https://api.line.me/v2/bot/coupon`.
|
|
156
|
+
* To inspect the HTTP status code or response headers, use {@link createCouponWithHttpInfo}.
|
|
122
157
|
* @param couponCreateRequest
|
|
123
|
-
*
|
|
124
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">
|
|
158
|
+
* @returns A promise resolving to the response body.
|
|
159
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">LINE Developers documentation</a>
|
|
125
160
|
*/
|
|
126
161
|
createCoupon(couponCreateRequest?: CouponCreateRequest): Promise<CouponCreateResponse>;
|
|
127
162
|
/**
|
|
128
|
-
* Create a new coupon. Define coupon details such as type, title, and validity period
|
|
129
|
-
*
|
|
163
|
+
* Create a new coupon. Define coupon details such as type, title, and validity period.
|
|
164
|
+
* Calls `POST https://api.line.me/v2/bot/coupon`.
|
|
165
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
130
166
|
* @param couponCreateRequest
|
|
131
|
-
*
|
|
132
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">
|
|
167
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
168
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">LINE Developers documentation</a>
|
|
133
169
|
*/
|
|
134
170
|
createCouponWithHttpInfo(couponCreateRequest?: CouponCreateRequest): Promise<Types.ApiResponseType<CouponCreateResponse>>;
|
|
135
171
|
/**
|
|
136
172
|
* Create rich menu
|
|
173
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu`.
|
|
174
|
+
* To inspect the HTTP status code or response headers, use {@link createRichMenuWithHttpInfo}.
|
|
137
175
|
* @param richMenuRequest
|
|
138
|
-
*
|
|
139
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">
|
|
176
|
+
* @returns A promise resolving to the response body.
|
|
177
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">LINE Developers documentation</a>
|
|
140
178
|
*/
|
|
141
179
|
createRichMenu(richMenuRequest: RichMenuRequest): Promise<RichMenuIdResponse>;
|
|
142
180
|
/**
|
|
143
|
-
* Create rich menu
|
|
144
|
-
*
|
|
181
|
+
* Create rich menu
|
|
182
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu`.
|
|
183
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
145
184
|
* @param richMenuRequest
|
|
146
|
-
*
|
|
147
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">
|
|
185
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
186
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">LINE Developers documentation</a>
|
|
148
187
|
*/
|
|
149
188
|
createRichMenuWithHttpInfo(richMenuRequest: RichMenuRequest): Promise<Types.ApiResponseType<RichMenuIdResponse>>;
|
|
150
189
|
/**
|
|
151
190
|
* Create rich menu alias
|
|
191
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias`.
|
|
192
|
+
* To inspect the HTTP status code or response headers, use {@link createRichMenuAliasWithHttpInfo}.
|
|
152
193
|
* @param createRichMenuAliasRequest
|
|
153
|
-
*
|
|
154
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">
|
|
194
|
+
* @returns A promise resolving to the response body.
|
|
195
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">LINE Developers documentation</a>
|
|
155
196
|
*/
|
|
156
197
|
createRichMenuAlias(createRichMenuAliasRequest: CreateRichMenuAliasRequest): Promise<Types.MessageAPIResponseBase>;
|
|
157
198
|
/**
|
|
158
|
-
* Create rich menu alias
|
|
159
|
-
*
|
|
199
|
+
* Create rich menu alias
|
|
200
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias`.
|
|
201
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
160
202
|
* @param createRichMenuAliasRequest
|
|
161
|
-
*
|
|
162
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">
|
|
203
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
204
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">LINE Developers documentation</a>
|
|
163
205
|
*/
|
|
164
206
|
createRichMenuAliasWithHttpInfo(createRichMenuAliasRequest: CreateRichMenuAliasRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
165
207
|
/**
|
|
166
208
|
* Deletes a rich menu.
|
|
209
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
210
|
+
* To inspect the HTTP status code or response headers, use {@link deleteRichMenuWithHttpInfo}.
|
|
167
211
|
* @param richMenuId ID of a rich menu
|
|
168
|
-
*
|
|
169
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">
|
|
212
|
+
* @returns A promise resolving to the response body.
|
|
213
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">LINE Developers documentation</a>
|
|
170
214
|
*/
|
|
171
215
|
deleteRichMenu(richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
172
216
|
/**
|
|
173
|
-
* Deletes a rich menu
|
|
174
|
-
*
|
|
217
|
+
* Deletes a rich menu.
|
|
218
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
219
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
175
220
|
* @param richMenuId ID of a rich menu
|
|
176
|
-
*
|
|
177
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">
|
|
221
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
222
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">LINE Developers documentation</a>
|
|
178
223
|
*/
|
|
179
224
|
deleteRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
180
225
|
/**
|
|
181
226
|
* Delete rich menu alias
|
|
227
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
228
|
+
* To inspect the HTTP status code or response headers, use {@link deleteRichMenuAliasWithHttpInfo}.
|
|
182
229
|
* @param richMenuAliasId Rich menu alias ID that you want to delete.
|
|
183
|
-
*
|
|
184
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">
|
|
230
|
+
* @returns A promise resolving to the response body.
|
|
231
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">LINE Developers documentation</a>
|
|
185
232
|
*/
|
|
186
233
|
deleteRichMenuAlias(richMenuAliasId: string): Promise<Types.MessageAPIResponseBase>;
|
|
187
234
|
/**
|
|
188
|
-
* Delete rich menu alias
|
|
189
|
-
*
|
|
235
|
+
* Delete rich menu alias
|
|
236
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
237
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
190
238
|
* @param richMenuAliasId Rich menu alias ID that you want to delete.
|
|
191
|
-
*
|
|
192
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">
|
|
239
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
240
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">LINE Developers documentation</a>
|
|
193
241
|
*/
|
|
194
242
|
deleteRichMenuAliasWithHttpInfo(richMenuAliasId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
195
243
|
/**
|
|
196
244
|
* Get name list of units used this month
|
|
245
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/list`.
|
|
246
|
+
* To inspect the HTTP status code or response headers, use {@link getAggregationUnitNameListWithHttpInfo}.
|
|
197
247
|
* @param limit The maximum number of aggregation units you can get per request.
|
|
198
248
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array.
|
|
199
|
-
*
|
|
200
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">
|
|
249
|
+
* @returns A promise resolving to the response body.
|
|
250
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">LINE Developers documentation</a>
|
|
201
251
|
*/
|
|
202
252
|
getAggregationUnitNameList(limit?: string, start?: string): Promise<GetAggregationUnitNameListResponse>;
|
|
203
253
|
/**
|
|
204
|
-
* Get name list of units used this month
|
|
205
|
-
*
|
|
254
|
+
* Get name list of units used this month
|
|
255
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/list`.
|
|
256
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
206
257
|
* @param limit The maximum number of aggregation units you can get per request.
|
|
207
258
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array.
|
|
208
|
-
*
|
|
209
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">
|
|
259
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
260
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">LINE Developers documentation</a>
|
|
210
261
|
*/
|
|
211
262
|
getAggregationUnitNameListWithHttpInfo(limit?: string, start?: string): Promise<Types.ApiResponseType<GetAggregationUnitNameListResponse>>;
|
|
212
263
|
/**
|
|
213
264
|
* Get number of units used this month
|
|
214
|
-
*
|
|
215
|
-
* @
|
|
265
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/info`.
|
|
266
|
+
* To inspect the HTTP status code or response headers, use {@link getAggregationUnitUsageWithHttpInfo}.
|
|
267
|
+
* @returns A promise resolving to the response body.
|
|
268
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month">LINE Developers documentation</a>
|
|
216
269
|
*/
|
|
217
270
|
getAggregationUnitUsage(): Promise<GetAggregationUnitUsageResponse>;
|
|
218
271
|
/**
|
|
219
|
-
* Get number of units used this month
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* @
|
|
272
|
+
* Get number of units used this month
|
|
273
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/info`.
|
|
274
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
275
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
276
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month">LINE Developers documentation</a>
|
|
223
277
|
*/
|
|
224
278
|
getAggregationUnitUsageWithHttpInfo(): Promise<Types.ApiResponseType<GetAggregationUnitUsageResponse>>;
|
|
225
279
|
/**
|
|
226
280
|
* Get bot info
|
|
227
|
-
*
|
|
228
|
-
* @
|
|
281
|
+
* Calls `GET https://api.line.me/v2/bot/info`.
|
|
282
|
+
* To inspect the HTTP status code or response headers, use {@link getBotInfoWithHttpInfo}.
|
|
283
|
+
* @returns A promise resolving to the response body.
|
|
284
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-bot-info">LINE Developers documentation</a>
|
|
229
285
|
*/
|
|
230
286
|
getBotInfo(): Promise<BotInfoResponse>;
|
|
231
287
|
/**
|
|
232
|
-
* Get bot info
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
* @
|
|
288
|
+
* Get bot info
|
|
289
|
+
* Calls `GET https://api.line.me/v2/bot/info`.
|
|
290
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
291
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
292
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-bot-info">LINE Developers documentation</a>
|
|
236
293
|
*/
|
|
237
294
|
getBotInfoWithHttpInfo(): Promise<Types.ApiResponseType<BotInfoResponse>>;
|
|
238
295
|
/**
|
|
239
296
|
* Get coupon detail
|
|
297
|
+
* Calls `GET https://api.line.me/v2/bot/coupon/{couponId}`.
|
|
298
|
+
* To inspect the HTTP status code or response headers, use {@link getCouponDetailWithHttpInfo}.
|
|
240
299
|
* @param couponId
|
|
241
|
-
*
|
|
242
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">
|
|
300
|
+
* @returns A promise resolving to the response body.
|
|
301
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">LINE Developers documentation</a>
|
|
243
302
|
*/
|
|
244
303
|
getCouponDetail(couponId: string): Promise<CouponResponse>;
|
|
245
304
|
/**
|
|
246
|
-
* Get coupon detail
|
|
247
|
-
*
|
|
305
|
+
* Get coupon detail
|
|
306
|
+
* Calls `GET https://api.line.me/v2/bot/coupon/{couponId}`.
|
|
307
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
248
308
|
* @param couponId
|
|
249
|
-
*
|
|
250
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">
|
|
309
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
310
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">LINE Developers documentation</a>
|
|
251
311
|
*/
|
|
252
312
|
getCouponDetailWithHttpInfo(couponId: string): Promise<Types.ApiResponseType<CouponResponse>>;
|
|
253
313
|
/**
|
|
254
314
|
* Gets the ID of the default rich menu set with the Messaging API.
|
|
255
|
-
*
|
|
256
|
-
* @
|
|
315
|
+
* Calls `GET https://api.line.me/v2/bot/user/all/richmenu`.
|
|
316
|
+
* To inspect the HTTP status code or response headers, use {@link getDefaultRichMenuIdWithHttpInfo}.
|
|
317
|
+
* @returns A promise resolving to the response body.
|
|
318
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-default-rich-menu-id">LINE Developers documentation</a>
|
|
257
319
|
*/
|
|
258
320
|
getDefaultRichMenuId(): Promise<RichMenuIdResponse>;
|
|
259
321
|
/**
|
|
260
|
-
* Gets the ID of the default rich menu set with the Messaging API
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
* @
|
|
322
|
+
* Gets the ID of the default rich menu set with the Messaging API.
|
|
323
|
+
* Calls `GET https://api.line.me/v2/bot/user/all/richmenu`.
|
|
324
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
325
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
326
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-default-rich-menu-id">LINE Developers documentation</a>
|
|
264
327
|
*/
|
|
265
328
|
getDefaultRichMenuIdWithHttpInfo(): Promise<Types.ApiResponseType<RichMenuIdResponse>>;
|
|
266
329
|
/**
|
|
267
330
|
* Get a list of users who added your LINE Official Account as a friend
|
|
331
|
+
* Calls `GET https://api.line.me/v2/bot/followers/ids`.
|
|
332
|
+
* To inspect the HTTP status code or response headers, use {@link getFollowersWithHttpInfo}.
|
|
268
333
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
|
|
269
334
|
* @param limit The maximum number of user IDs to retrieve in a single request.
|
|
270
|
-
*
|
|
271
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">
|
|
335
|
+
* @returns A promise resolving to the response body.
|
|
336
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">LINE Developers documentation</a>
|
|
272
337
|
*/
|
|
273
338
|
getFollowers(start?: string, limit?: number): Promise<GetFollowersResponse>;
|
|
274
339
|
/**
|
|
275
|
-
* Get a list of users who added your LINE Official Account as a friend
|
|
276
|
-
*
|
|
340
|
+
* Get a list of users who added your LINE Official Account as a friend
|
|
341
|
+
* Calls `GET https://api.line.me/v2/bot/followers/ids`.
|
|
342
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
277
343
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
|
|
278
344
|
* @param limit The maximum number of user IDs to retrieve in a single request.
|
|
279
|
-
*
|
|
280
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">
|
|
345
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
346
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">LINE Developers documentation</a>
|
|
281
347
|
*/
|
|
282
348
|
getFollowersWithHttpInfo(start?: string, limit?: number): Promise<Types.ApiResponseType<GetFollowersResponse>>;
|
|
283
349
|
/**
|
|
284
350
|
* Get number of users in a group chat
|
|
351
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/count`.
|
|
352
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMemberCountWithHttpInfo}.
|
|
285
353
|
* @param groupId Group ID
|
|
286
|
-
*
|
|
287
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">
|
|
354
|
+
* @returns A promise resolving to the response body.
|
|
355
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">LINE Developers documentation</a>
|
|
288
356
|
*/
|
|
289
357
|
getGroupMemberCount(groupId: string): Promise<GroupMemberCountResponse>;
|
|
290
358
|
/**
|
|
291
|
-
* Get number of users in a group chat
|
|
292
|
-
*
|
|
359
|
+
* Get number of users in a group chat
|
|
360
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/count`.
|
|
361
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
293
362
|
* @param groupId Group ID
|
|
294
|
-
*
|
|
295
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">
|
|
363
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
364
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">LINE Developers documentation</a>
|
|
296
365
|
*/
|
|
297
366
|
getGroupMemberCountWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<GroupMemberCountResponse>>;
|
|
298
367
|
/**
|
|
299
368
|
* Get group chat member profile
|
|
369
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/member/{userId}`.
|
|
370
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMemberProfileWithHttpInfo}.
|
|
300
371
|
* @param groupId Group ID
|
|
301
372
|
* @param userId User ID
|
|
302
|
-
*
|
|
303
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">
|
|
373
|
+
* @returns A promise resolving to the response body.
|
|
374
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">LINE Developers documentation</a>
|
|
304
375
|
*/
|
|
305
376
|
getGroupMemberProfile(groupId: string, userId: string): Promise<GroupUserProfileResponse>;
|
|
306
377
|
/**
|
|
307
|
-
* Get group chat member profile
|
|
308
|
-
*
|
|
378
|
+
* Get group chat member profile
|
|
379
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/member/{userId}`.
|
|
380
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
309
381
|
* @param groupId Group ID
|
|
310
382
|
* @param userId User ID
|
|
311
|
-
*
|
|
312
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">
|
|
383
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
384
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">LINE Developers documentation</a>
|
|
313
385
|
*/
|
|
314
386
|
getGroupMemberProfileWithHttpInfo(groupId: string, userId: string): Promise<Types.ApiResponseType<GroupUserProfileResponse>>;
|
|
315
387
|
/**
|
|
316
388
|
* Get group chat member user IDs
|
|
389
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/ids`.
|
|
390
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMembersIdsWithHttpInfo}.
|
|
317
391
|
* @param groupId Group ID
|
|
318
392
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
319
|
-
*
|
|
320
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">
|
|
393
|
+
* @returns A promise resolving to the response body.
|
|
394
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">LINE Developers documentation</a>
|
|
321
395
|
*/
|
|
322
396
|
getGroupMembersIds(groupId: string, start?: string): Promise<MembersIdsResponse>;
|
|
323
397
|
/**
|
|
324
|
-
* Get group chat member user IDs
|
|
325
|
-
*
|
|
398
|
+
* Get group chat member user IDs
|
|
399
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/ids`.
|
|
400
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
326
401
|
* @param groupId Group ID
|
|
327
402
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
328
|
-
*
|
|
329
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">
|
|
403
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
404
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">LINE Developers documentation</a>
|
|
330
405
|
*/
|
|
331
406
|
getGroupMembersIdsWithHttpInfo(groupId: string, start?: string): Promise<Types.ApiResponseType<MembersIdsResponse>>;
|
|
332
407
|
/**
|
|
333
408
|
* Get group chat summary
|
|
409
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/summary`.
|
|
410
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupSummaryWithHttpInfo}.
|
|
334
411
|
* @param groupId Group ID
|
|
335
|
-
*
|
|
336
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">
|
|
412
|
+
* @returns A promise resolving to the response body.
|
|
413
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">LINE Developers documentation</a>
|
|
337
414
|
*/
|
|
338
415
|
getGroupSummary(groupId: string): Promise<GroupSummaryResponse>;
|
|
339
416
|
/**
|
|
340
|
-
* Get group chat summary
|
|
341
|
-
*
|
|
417
|
+
* Get group chat summary
|
|
418
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/summary`.
|
|
419
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
342
420
|
* @param groupId Group ID
|
|
343
|
-
*
|
|
344
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">
|
|
421
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
422
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">LINE Developers documentation</a>
|
|
345
423
|
*/
|
|
346
424
|
getGroupSummaryWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<GroupSummaryResponse>>;
|
|
347
425
|
/**
|
|
348
426
|
* Get a list of user IDs who joined the membership.
|
|
427
|
+
* Calls `GET https://api.line.me/v2/bot/membership/{membershipId}/users/ids`.
|
|
428
|
+
* To inspect the HTTP status code or response headers, use {@link getJoinedMembershipUsersWithHttpInfo}.
|
|
349
429
|
* @param membershipId Membership plan ID.
|
|
350
430
|
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
|
|
351
431
|
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
|
|
352
|
-
*
|
|
353
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">
|
|
432
|
+
* @returns A promise resolving to the response body.
|
|
433
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">LINE Developers documentation</a>
|
|
354
434
|
*/
|
|
355
435
|
getJoinedMembershipUsers(membershipId: number, start?: string, limit?: number): Promise<GetJoinedMembershipUsersResponse>;
|
|
356
436
|
/**
|
|
357
|
-
* Get a list of user IDs who joined the membership
|
|
358
|
-
*
|
|
437
|
+
* Get a list of user IDs who joined the membership.
|
|
438
|
+
* Calls `GET https://api.line.me/v2/bot/membership/{membershipId}/users/ids`.
|
|
439
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
359
440
|
* @param membershipId Membership plan ID.
|
|
360
441
|
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
|
|
361
442
|
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
|
|
362
|
-
*
|
|
363
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">
|
|
443
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
444
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">LINE Developers documentation</a>
|
|
364
445
|
*/
|
|
365
446
|
getJoinedMembershipUsersWithHttpInfo(membershipId: number, start?: string, limit?: number): Promise<Types.ApiResponseType<GetJoinedMembershipUsersResponse>>;
|
|
366
447
|
/**
|
|
367
448
|
* Get a list of memberships.
|
|
368
|
-
*
|
|
369
|
-
* @
|
|
449
|
+
* Calls `GET https://api.line.me/v2/bot/membership/list`.
|
|
450
|
+
* To inspect the HTTP status code or response headers, use {@link getMembershipListWithHttpInfo}.
|
|
451
|
+
* @returns A promise resolving to the response body.
|
|
452
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-plans">LINE Developers documentation</a>
|
|
370
453
|
*/
|
|
371
454
|
getMembershipList(): Promise<MembershipListResponse>;
|
|
372
455
|
/**
|
|
373
|
-
* Get a list of memberships
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
* @
|
|
456
|
+
* Get a list of memberships.
|
|
457
|
+
* Calls `GET https://api.line.me/v2/bot/membership/list`.
|
|
458
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
459
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
460
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-plans">LINE Developers documentation</a>
|
|
377
461
|
*/
|
|
378
462
|
getMembershipListWithHttpInfo(): Promise<Types.ApiResponseType<MembershipListResponse>>;
|
|
379
463
|
/**
|
|
380
464
|
* Get a user's membership subscription.
|
|
465
|
+
* Calls `GET https://api.line.me/v2/bot/membership/subscription/{userId}`.
|
|
466
|
+
* To inspect the HTTP status code or response headers, use {@link getMembershipSubscriptionWithHttpInfo}.
|
|
381
467
|
* @param userId User ID
|
|
382
|
-
*
|
|
383
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">
|
|
468
|
+
* @returns A promise resolving to the response body.
|
|
469
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">LINE Developers documentation</a>
|
|
384
470
|
*/
|
|
385
471
|
getMembershipSubscription(userId: string): Promise<GetMembershipSubscriptionResponse>;
|
|
386
472
|
/**
|
|
387
|
-
* Get a user's membership subscription
|
|
388
|
-
*
|
|
473
|
+
* Get a user's membership subscription.
|
|
474
|
+
* Calls `GET https://api.line.me/v2/bot/membership/subscription/{userId}`.
|
|
475
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
389
476
|
* @param userId User ID
|
|
390
|
-
*
|
|
391
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">
|
|
477
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
478
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">LINE Developers documentation</a>
|
|
392
479
|
*/
|
|
393
480
|
getMembershipSubscriptionWithHttpInfo(userId: string): Promise<Types.ApiResponseType<GetMembershipSubscriptionResponse>>;
|
|
394
481
|
/**
|
|
395
482
|
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned.
|
|
396
|
-
*
|
|
397
|
-
* @
|
|
483
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota`.
|
|
484
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageQuotaWithHttpInfo}.
|
|
485
|
+
* @returns A promise resolving to the response body.
|
|
486
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-quota">LINE Developers documentation</a>
|
|
398
487
|
*/
|
|
399
488
|
getMessageQuota(): Promise<MessageQuotaResponse>;
|
|
400
489
|
/**
|
|
401
|
-
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned
|
|
402
|
-
*
|
|
403
|
-
*
|
|
404
|
-
* @
|
|
490
|
+
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned.
|
|
491
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota`.
|
|
492
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
493
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
494
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-quota">LINE Developers documentation</a>
|
|
405
495
|
*/
|
|
406
496
|
getMessageQuotaWithHttpInfo(): Promise<Types.ApiResponseType<MessageQuotaResponse>>;
|
|
407
497
|
/**
|
|
408
498
|
* Gets the number of messages sent in the current month.
|
|
409
|
-
*
|
|
410
|
-
* @
|
|
499
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota/consumption`.
|
|
500
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageQuotaConsumptionWithHttpInfo}.
|
|
501
|
+
* @returns A promise resolving to the response body.
|
|
502
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-consumption">LINE Developers documentation</a>
|
|
411
503
|
*/
|
|
412
504
|
getMessageQuotaConsumption(): Promise<QuotaConsumptionResponse>;
|
|
413
505
|
/**
|
|
414
|
-
* Gets the number of messages sent in the current month
|
|
415
|
-
*
|
|
416
|
-
*
|
|
417
|
-
* @
|
|
506
|
+
* Gets the number of messages sent in the current month.
|
|
507
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota/consumption`.
|
|
508
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
509
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
510
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-consumption">LINE Developers documentation</a>
|
|
418
511
|
*/
|
|
419
512
|
getMessageQuotaConsumptionWithHttpInfo(): Promise<Types.ApiResponseType<QuotaConsumptionResponse>>;
|
|
420
513
|
/**
|
|
421
514
|
* Gets the status of a narrowcast message.
|
|
515
|
+
* Calls `GET https://api.line.me/v2/bot/message/progress/narrowcast`.
|
|
516
|
+
* To inspect the HTTP status code or response headers, use {@link getNarrowcastProgressWithHttpInfo}.
|
|
422
517
|
* @param requestId The narrowcast message's request ID. Each Messaging API request has a request ID.
|
|
423
|
-
*
|
|
424
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">
|
|
518
|
+
* @returns A promise resolving to the response body.
|
|
519
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">LINE Developers documentation</a>
|
|
425
520
|
*/
|
|
426
521
|
getNarrowcastProgress(requestId: string): Promise<NarrowcastProgressResponse>;
|
|
427
522
|
/**
|
|
428
|
-
* Gets the status of a narrowcast message
|
|
429
|
-
*
|
|
523
|
+
* Gets the status of a narrowcast message.
|
|
524
|
+
* Calls `GET https://api.line.me/v2/bot/message/progress/narrowcast`.
|
|
525
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
430
526
|
* @param requestId The narrowcast message's request ID. Each Messaging API request has a request ID.
|
|
431
|
-
*
|
|
432
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">
|
|
527
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
528
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">LINE Developers documentation</a>
|
|
433
529
|
*/
|
|
434
530
|
getNarrowcastProgressWithHttpInfo(requestId: string): Promise<Types.ApiResponseType<NarrowcastProgressResponse>>;
|
|
435
531
|
/**
|
|
436
532
|
* Get number of sent broadcast messages
|
|
533
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/broadcast`.
|
|
534
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentBroadcastMessagesWithHttpInfo}.
|
|
437
535
|
* @param date Date the messages were sent Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
438
|
-
*
|
|
439
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">
|
|
536
|
+
* @returns A promise resolving to the response body.
|
|
537
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">LINE Developers documentation</a>
|
|
440
538
|
*/
|
|
441
539
|
getNumberOfSentBroadcastMessages(date: string): Promise<NumberOfMessagesResponse>;
|
|
442
540
|
/**
|
|
443
|
-
* Get number of sent broadcast messages
|
|
444
|
-
*
|
|
541
|
+
* Get number of sent broadcast messages
|
|
542
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/broadcast`.
|
|
543
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
445
544
|
* @param date Date the messages were sent Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
446
|
-
*
|
|
447
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">
|
|
545
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
546
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">LINE Developers documentation</a>
|
|
448
547
|
*/
|
|
449
548
|
getNumberOfSentBroadcastMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<NumberOfMessagesResponse>>;
|
|
450
549
|
/**
|
|
451
550
|
* Get number of sent multicast messages
|
|
551
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/multicast`.
|
|
552
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentMulticastMessagesWithHttpInfo}.
|
|
452
553
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
453
|
-
*
|
|
454
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">
|
|
554
|
+
* @returns A promise resolving to the response body.
|
|
555
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">LINE Developers documentation</a>
|
|
455
556
|
*/
|
|
456
557
|
getNumberOfSentMulticastMessages(date: string): Promise<NumberOfMessagesResponse>;
|
|
457
558
|
/**
|
|
458
|
-
* Get number of sent multicast messages
|
|
459
|
-
*
|
|
559
|
+
* Get number of sent multicast messages
|
|
560
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/multicast`.
|
|
561
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
460
562
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
461
|
-
*
|
|
462
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">
|
|
563
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
564
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">LINE Developers documentation</a>
|
|
463
565
|
*/
|
|
464
566
|
getNumberOfSentMulticastMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<NumberOfMessagesResponse>>;
|
|
465
567
|
/**
|
|
466
568
|
* Get number of sent push messages
|
|
569
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/push`.
|
|
570
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentPushMessagesWithHttpInfo}.
|
|
467
571
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
468
|
-
*
|
|
469
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">
|
|
572
|
+
* @returns A promise resolving to the response body.
|
|
573
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">LINE Developers documentation</a>
|
|
470
574
|
*/
|
|
471
575
|
getNumberOfSentPushMessages(date: string): Promise<NumberOfMessagesResponse>;
|
|
472
576
|
/**
|
|
473
|
-
* Get number of sent push messages
|
|
474
|
-
*
|
|
577
|
+
* Get number of sent push messages
|
|
578
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/push`.
|
|
579
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
475
580
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
476
|
-
*
|
|
477
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">
|
|
581
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
582
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">LINE Developers documentation</a>
|
|
478
583
|
*/
|
|
479
584
|
getNumberOfSentPushMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<NumberOfMessagesResponse>>;
|
|
480
585
|
/**
|
|
481
586
|
* Get number of sent reply messages
|
|
587
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/reply`.
|
|
588
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentReplyMessagesWithHttpInfo}.
|
|
482
589
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
483
|
-
*
|
|
484
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">
|
|
590
|
+
* @returns A promise resolving to the response body.
|
|
591
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">LINE Developers documentation</a>
|
|
485
592
|
*/
|
|
486
593
|
getNumberOfSentReplyMessages(date: string): Promise<NumberOfMessagesResponse>;
|
|
487
594
|
/**
|
|
488
|
-
* Get number of sent reply messages
|
|
489
|
-
*
|
|
595
|
+
* Get number of sent reply messages
|
|
596
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/reply`.
|
|
597
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
490
598
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
491
|
-
*
|
|
492
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">
|
|
599
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
600
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">LINE Developers documentation</a>
|
|
493
601
|
*/
|
|
494
602
|
getNumberOfSentReplyMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<NumberOfMessagesResponse>>;
|
|
495
603
|
/**
|
|
496
604
|
* Get number of sent LINE notification messages
|
|
605
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/pnp`.
|
|
606
|
+
* To inspect the HTTP status code or response headers, use {@link getPNPMessageStatisticsWithHttpInfo}.
|
|
497
607
|
* @param date Date the message was sent Format: `yyyyMMdd` (Example:`20211231`) Time zone: UTC+9
|
|
498
|
-
*
|
|
499
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">
|
|
608
|
+
* @returns A promise resolving to the response body.
|
|
609
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">LINE Developers documentation</a>
|
|
500
610
|
*/
|
|
501
611
|
getPNPMessageStatistics(date: string): Promise<NumberOfMessagesResponse>;
|
|
502
612
|
/**
|
|
503
|
-
* Get number of sent LINE notification messages
|
|
504
|
-
*
|
|
613
|
+
* Get number of sent LINE notification messages
|
|
614
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/pnp`.
|
|
615
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
505
616
|
* @param date Date the message was sent Format: `yyyyMMdd` (Example:`20211231`) Time zone: UTC+9
|
|
506
|
-
*
|
|
507
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">
|
|
617
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
618
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">LINE Developers documentation</a>
|
|
508
619
|
*/
|
|
509
620
|
getPNPMessageStatisticsWithHttpInfo(date: string): Promise<Types.ApiResponseType<NumberOfMessagesResponse>>;
|
|
510
621
|
/**
|
|
511
622
|
* Get profile
|
|
623
|
+
* Calls `GET https://api.line.me/v2/bot/profile/{userId}`.
|
|
624
|
+
* To inspect the HTTP status code or response headers, use {@link getProfileWithHttpInfo}.
|
|
512
625
|
* @param userId User ID
|
|
513
|
-
*
|
|
514
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">
|
|
626
|
+
* @returns A promise resolving to the response body.
|
|
627
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">LINE Developers documentation</a>
|
|
515
628
|
*/
|
|
516
629
|
getProfile(userId: string): Promise<UserProfileResponse>;
|
|
517
630
|
/**
|
|
518
|
-
* Get profile
|
|
519
|
-
*
|
|
631
|
+
* Get profile
|
|
632
|
+
* Calls `GET https://api.line.me/v2/bot/profile/{userId}`.
|
|
633
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
520
634
|
* @param userId User ID
|
|
521
|
-
*
|
|
522
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">
|
|
635
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
636
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">LINE Developers documentation</a>
|
|
523
637
|
*/
|
|
524
638
|
getProfileWithHttpInfo(userId: string): Promise<Types.ApiResponseType<UserProfileResponse>>;
|
|
525
639
|
/**
|
|
526
640
|
* Gets a rich menu via a rich menu ID.
|
|
641
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
642
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuWithHttpInfo}.
|
|
527
643
|
* @param richMenuId ID of a rich menu
|
|
528
|
-
*
|
|
529
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">
|
|
644
|
+
* @returns A promise resolving to the response body.
|
|
645
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">LINE Developers documentation</a>
|
|
530
646
|
*/
|
|
531
647
|
getRichMenu(richMenuId: string): Promise<RichMenuResponse>;
|
|
532
648
|
/**
|
|
533
|
-
* Gets a rich menu via a rich menu ID
|
|
534
|
-
*
|
|
649
|
+
* Gets a rich menu via a rich menu ID.
|
|
650
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
651
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
535
652
|
* @param richMenuId ID of a rich menu
|
|
536
|
-
*
|
|
537
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">
|
|
653
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
654
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">LINE Developers documentation</a>
|
|
538
655
|
*/
|
|
539
656
|
getRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<RichMenuResponse>>;
|
|
540
657
|
/**
|
|
541
658
|
* Get rich menu alias information
|
|
659
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
660
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuAliasWithHttpInfo}.
|
|
542
661
|
* @param richMenuAliasId The rich menu alias ID whose information you want to obtain.
|
|
543
|
-
*
|
|
544
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">
|
|
662
|
+
* @returns A promise resolving to the response body.
|
|
663
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">LINE Developers documentation</a>
|
|
545
664
|
*/
|
|
546
665
|
getRichMenuAlias(richMenuAliasId: string): Promise<RichMenuAliasResponse>;
|
|
547
666
|
/**
|
|
548
|
-
* Get rich menu alias information
|
|
549
|
-
*
|
|
667
|
+
* Get rich menu alias information
|
|
668
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
669
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
550
670
|
* @param richMenuAliasId The rich menu alias ID whose information you want to obtain.
|
|
551
|
-
*
|
|
552
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">
|
|
671
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
672
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">LINE Developers documentation</a>
|
|
553
673
|
*/
|
|
554
674
|
getRichMenuAliasWithHttpInfo(richMenuAliasId: string): Promise<Types.ApiResponseType<RichMenuAliasResponse>>;
|
|
555
675
|
/**
|
|
556
676
|
* Get list of rich menu alias
|
|
557
|
-
*
|
|
558
|
-
* @
|
|
677
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/list`.
|
|
678
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuAliasListWithHttpInfo}.
|
|
679
|
+
* @returns A promise resolving to the response body.
|
|
680
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list">LINE Developers documentation</a>
|
|
559
681
|
*/
|
|
560
682
|
getRichMenuAliasList(): Promise<RichMenuAliasListResponse>;
|
|
561
683
|
/**
|
|
562
|
-
* Get list of rich menu alias
|
|
563
|
-
*
|
|
564
|
-
*
|
|
565
|
-
* @
|
|
684
|
+
* Get list of rich menu alias
|
|
685
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/list`.
|
|
686
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
687
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
688
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list">LINE Developers documentation</a>
|
|
566
689
|
*/
|
|
567
690
|
getRichMenuAliasListWithHttpInfo(): Promise<Types.ApiResponseType<RichMenuAliasListResponse>>;
|
|
568
691
|
/**
|
|
569
692
|
* Get the status of Replace or unlink a linked rich menus in batches.
|
|
693
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/progress/batch`.
|
|
694
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuBatchProgressWithHttpInfo}.
|
|
570
695
|
* @param requestId A request ID used to batch control the rich menu linked to the user. Each Messaging API request has a request ID.
|
|
571
|
-
*
|
|
572
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">
|
|
696
|
+
* @returns A promise resolving to the response body.
|
|
697
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">LINE Developers documentation</a>
|
|
573
698
|
*/
|
|
574
699
|
getRichMenuBatchProgress(requestId: string): Promise<RichMenuBatchProgressResponse>;
|
|
575
700
|
/**
|
|
576
|
-
* Get the status of Replace or unlink a linked rich menus in batches
|
|
577
|
-
*
|
|
701
|
+
* Get the status of Replace or unlink a linked rich menus in batches.
|
|
702
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/progress/batch`.
|
|
703
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
578
704
|
* @param requestId A request ID used to batch control the rich menu linked to the user. Each Messaging API request has a request ID.
|
|
579
|
-
*
|
|
580
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">
|
|
705
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
706
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">LINE Developers documentation</a>
|
|
581
707
|
*/
|
|
582
708
|
getRichMenuBatchProgressWithHttpInfo(requestId: string): Promise<Types.ApiResponseType<RichMenuBatchProgressResponse>>;
|
|
583
709
|
/**
|
|
584
710
|
* Get rich menu ID of user
|
|
711
|
+
* Calls `GET https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
712
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuIdOfUserWithHttpInfo}.
|
|
585
713
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
586
|
-
*
|
|
587
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">
|
|
714
|
+
* @returns A promise resolving to the response body.
|
|
715
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">LINE Developers documentation</a>
|
|
588
716
|
*/
|
|
589
717
|
getRichMenuIdOfUser(userId: string): Promise<RichMenuIdResponse>;
|
|
590
718
|
/**
|
|
591
|
-
* Get rich menu ID of user
|
|
592
|
-
*
|
|
719
|
+
* Get rich menu ID of user
|
|
720
|
+
* Calls `GET https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
721
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
593
722
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
594
|
-
*
|
|
595
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">
|
|
723
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
724
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">LINE Developers documentation</a>
|
|
596
725
|
*/
|
|
597
726
|
getRichMenuIdOfUserWithHttpInfo(userId: string): Promise<Types.ApiResponseType<RichMenuIdResponse>>;
|
|
598
727
|
/**
|
|
599
728
|
* Get rich menu list
|
|
600
|
-
*
|
|
601
|
-
* @
|
|
729
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/list`.
|
|
730
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuListWithHttpInfo}.
|
|
731
|
+
* @returns A promise resolving to the response body.
|
|
732
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list">LINE Developers documentation</a>
|
|
602
733
|
*/
|
|
603
734
|
getRichMenuList(): Promise<RichMenuListResponse>;
|
|
604
735
|
/**
|
|
605
|
-
* Get rich menu list
|
|
606
|
-
*
|
|
607
|
-
*
|
|
608
|
-
* @
|
|
736
|
+
* Get rich menu list
|
|
737
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/list`.
|
|
738
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
739
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
740
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list">LINE Developers documentation</a>
|
|
609
741
|
*/
|
|
610
742
|
getRichMenuListWithHttpInfo(): Promise<Types.ApiResponseType<RichMenuListResponse>>;
|
|
611
743
|
/**
|
|
612
744
|
* Get number of users in a multi-person chat
|
|
745
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/count`.
|
|
746
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMemberCountWithHttpInfo}.
|
|
613
747
|
* @param roomId Room ID
|
|
614
|
-
*
|
|
615
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">
|
|
748
|
+
* @returns A promise resolving to the response body.
|
|
749
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">LINE Developers documentation</a>
|
|
616
750
|
*/
|
|
617
751
|
getRoomMemberCount(roomId: string): Promise<RoomMemberCountResponse>;
|
|
618
752
|
/**
|
|
619
|
-
* Get number of users in a multi-person chat
|
|
620
|
-
*
|
|
753
|
+
* Get number of users in a multi-person chat
|
|
754
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/count`.
|
|
755
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
621
756
|
* @param roomId Room ID
|
|
622
|
-
*
|
|
623
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">
|
|
757
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
758
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">LINE Developers documentation</a>
|
|
624
759
|
*/
|
|
625
760
|
getRoomMemberCountWithHttpInfo(roomId: string): Promise<Types.ApiResponseType<RoomMemberCountResponse>>;
|
|
626
761
|
/**
|
|
627
762
|
* Get multi-person chat member profile
|
|
763
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/member/{userId}`.
|
|
764
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMemberProfileWithHttpInfo}.
|
|
628
765
|
* @param roomId Room ID
|
|
629
766
|
* @param userId User ID
|
|
630
|
-
*
|
|
631
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">
|
|
767
|
+
* @returns A promise resolving to the response body.
|
|
768
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">LINE Developers documentation</a>
|
|
632
769
|
*/
|
|
633
770
|
getRoomMemberProfile(roomId: string, userId: string): Promise<RoomUserProfileResponse>;
|
|
634
771
|
/**
|
|
635
|
-
* Get multi-person chat member profile
|
|
636
|
-
*
|
|
772
|
+
* Get multi-person chat member profile
|
|
773
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/member/{userId}`.
|
|
774
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
637
775
|
* @param roomId Room ID
|
|
638
776
|
* @param userId User ID
|
|
639
|
-
*
|
|
640
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">
|
|
777
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
778
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">LINE Developers documentation</a>
|
|
641
779
|
*/
|
|
642
780
|
getRoomMemberProfileWithHttpInfo(roomId: string, userId: string): Promise<Types.ApiResponseType<RoomUserProfileResponse>>;
|
|
643
781
|
/**
|
|
644
782
|
* Get multi-person chat member user IDs
|
|
783
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/ids`.
|
|
784
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMembersIdsWithHttpInfo}.
|
|
645
785
|
* @param roomId Room ID
|
|
646
786
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
647
|
-
*
|
|
648
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">
|
|
787
|
+
* @returns A promise resolving to the response body.
|
|
788
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">LINE Developers documentation</a>
|
|
649
789
|
*/
|
|
650
790
|
getRoomMembersIds(roomId: string, start?: string): Promise<MembersIdsResponse>;
|
|
651
791
|
/**
|
|
652
|
-
* Get multi-person chat member user IDs
|
|
653
|
-
*
|
|
792
|
+
* Get multi-person chat member user IDs
|
|
793
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/ids`.
|
|
794
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
654
795
|
* @param roomId Room ID
|
|
655
796
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
656
|
-
*
|
|
657
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">
|
|
797
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
798
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">LINE Developers documentation</a>
|
|
658
799
|
*/
|
|
659
800
|
getRoomMembersIdsWithHttpInfo(roomId: string, start?: string): Promise<Types.ApiResponseType<MembersIdsResponse>>;
|
|
660
801
|
/**
|
|
661
802
|
* Get webhook endpoint information
|
|
662
|
-
*
|
|
663
|
-
* @
|
|
803
|
+
* Calls `GET https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
804
|
+
* To inspect the HTTP status code or response headers, use {@link getWebhookEndpointWithHttpInfo}.
|
|
805
|
+
* @returns A promise resolving to the response body.
|
|
806
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information">LINE Developers documentation</a>
|
|
664
807
|
*/
|
|
665
808
|
getWebhookEndpoint(): Promise<GetWebhookEndpointResponse>;
|
|
666
809
|
/**
|
|
667
|
-
* Get webhook endpoint information
|
|
668
|
-
*
|
|
669
|
-
*
|
|
670
|
-
* @
|
|
810
|
+
* Get webhook endpoint information
|
|
811
|
+
* Calls `GET https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
812
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
813
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
814
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information">LINE Developers documentation</a>
|
|
671
815
|
*/
|
|
672
816
|
getWebhookEndpointWithHttpInfo(): Promise<Types.ApiResponseType<GetWebhookEndpointResponse>>;
|
|
673
817
|
/**
|
|
674
818
|
* Issue link token
|
|
819
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/linkToken`.
|
|
820
|
+
* To inspect the HTTP status code or response headers, use {@link issueLinkTokenWithHttpInfo}.
|
|
675
821
|
* @param userId User ID for the LINE account to be linked. Found in the `source` object of account link event objects. Do not use the LINE ID used in LINE.
|
|
676
|
-
*
|
|
677
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">
|
|
822
|
+
* @returns A promise resolving to the response body.
|
|
823
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">LINE Developers documentation</a>
|
|
678
824
|
*/
|
|
679
825
|
issueLinkToken(userId: string): Promise<IssueLinkTokenResponse>;
|
|
680
826
|
/**
|
|
681
|
-
* Issue link token
|
|
682
|
-
*
|
|
827
|
+
* Issue link token
|
|
828
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/linkToken`.
|
|
829
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
683
830
|
* @param userId User ID for the LINE account to be linked. Found in the `source` object of account link event objects. Do not use the LINE ID used in LINE.
|
|
684
|
-
*
|
|
685
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">
|
|
831
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
832
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">LINE Developers documentation</a>
|
|
686
833
|
*/
|
|
687
834
|
issueLinkTokenWithHttpInfo(userId: string): Promise<Types.ApiResponseType<IssueLinkTokenResponse>>;
|
|
688
835
|
/**
|
|
689
836
|
* Leave group chat
|
|
837
|
+
* Calls `POST https://api.line.me/v2/bot/group/{groupId}/leave`.
|
|
838
|
+
* To inspect the HTTP status code or response headers, use {@link leaveGroupWithHttpInfo}.
|
|
690
839
|
* @param groupId Group ID
|
|
691
|
-
*
|
|
692
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">
|
|
840
|
+
* @returns A promise resolving to the response body.
|
|
841
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">LINE Developers documentation</a>
|
|
693
842
|
*/
|
|
694
843
|
leaveGroup(groupId: string): Promise<Types.MessageAPIResponseBase>;
|
|
695
844
|
/**
|
|
696
|
-
* Leave group chat
|
|
697
|
-
*
|
|
845
|
+
* Leave group chat
|
|
846
|
+
* Calls `POST https://api.line.me/v2/bot/group/{groupId}/leave`.
|
|
847
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
698
848
|
* @param groupId Group ID
|
|
699
|
-
*
|
|
700
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">
|
|
849
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
850
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">LINE Developers documentation</a>
|
|
701
851
|
*/
|
|
702
852
|
leaveGroupWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
703
853
|
/**
|
|
704
854
|
* Leave multi-person chat
|
|
855
|
+
* Calls `POST https://api.line.me/v2/bot/room/{roomId}/leave`.
|
|
856
|
+
* To inspect the HTTP status code or response headers, use {@link leaveRoomWithHttpInfo}.
|
|
705
857
|
* @param roomId Room ID
|
|
706
|
-
*
|
|
707
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">
|
|
858
|
+
* @returns A promise resolving to the response body.
|
|
859
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">LINE Developers documentation</a>
|
|
708
860
|
*/
|
|
709
861
|
leaveRoom(roomId: string): Promise<Types.MessageAPIResponseBase>;
|
|
710
862
|
/**
|
|
711
|
-
* Leave multi-person chat
|
|
712
|
-
*
|
|
863
|
+
* Leave multi-person chat
|
|
864
|
+
* Calls `POST https://api.line.me/v2/bot/room/{roomId}/leave`.
|
|
865
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
713
866
|
* @param roomId Room ID
|
|
714
|
-
*
|
|
715
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">
|
|
867
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
868
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">LINE Developers documentation</a>
|
|
716
869
|
*/
|
|
717
870
|
leaveRoomWithHttpInfo(roomId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
718
871
|
/**
|
|
719
872
|
* Link rich menu to user.
|
|
873
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/richmenu/{richMenuId}`.
|
|
874
|
+
* To inspect the HTTP status code or response headers, use {@link linkRichMenuIdToUserWithHttpInfo}.
|
|
720
875
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
721
876
|
* @param richMenuId ID of a rich menu
|
|
722
|
-
*
|
|
723
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">
|
|
877
|
+
* @returns A promise resolving to the response body.
|
|
878
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">LINE Developers documentation</a>
|
|
724
879
|
*/
|
|
725
880
|
linkRichMenuIdToUser(userId: string, richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
726
881
|
/**
|
|
727
|
-
* Link rich menu to user
|
|
728
|
-
*
|
|
882
|
+
* Link rich menu to user.
|
|
883
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/richmenu/{richMenuId}`.
|
|
884
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
729
885
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
730
886
|
* @param richMenuId ID of a rich menu
|
|
731
|
-
*
|
|
732
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">
|
|
887
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
888
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">LINE Developers documentation</a>
|
|
733
889
|
*/
|
|
734
890
|
linkRichMenuIdToUserWithHttpInfo(userId: string, richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
735
891
|
/**
|
|
736
892
|
* Link rich menu to multiple users
|
|
893
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/link`.
|
|
894
|
+
* To inspect the HTTP status code or response headers, use {@link linkRichMenuIdToUsersWithHttpInfo}.
|
|
737
895
|
* @param richMenuBulkLinkRequest
|
|
738
|
-
*
|
|
739
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">
|
|
896
|
+
* @returns A promise resolving to the response body.
|
|
897
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">LINE Developers documentation</a>
|
|
740
898
|
*/
|
|
741
899
|
linkRichMenuIdToUsers(richMenuBulkLinkRequest: RichMenuBulkLinkRequest): Promise<Types.MessageAPIResponseBase>;
|
|
742
900
|
/**
|
|
743
|
-
* Link rich menu to multiple users
|
|
744
|
-
*
|
|
901
|
+
* Link rich menu to multiple users
|
|
902
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/link`.
|
|
903
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
745
904
|
* @param richMenuBulkLinkRequest
|
|
746
|
-
*
|
|
747
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">
|
|
905
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
906
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">LINE Developers documentation</a>
|
|
748
907
|
*/
|
|
749
908
|
linkRichMenuIdToUsersWithHttpInfo(richMenuBulkLinkRequest: RichMenuBulkLinkRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
750
909
|
/**
|
|
751
910
|
* Get a paginated list of coupons.
|
|
911
|
+
* Calls `GET https://api.line.me/v2/bot/coupon`.
|
|
912
|
+
* To inspect the HTTP status code or response headers, use {@link listCouponWithHttpInfo}.
|
|
752
913
|
* @param status Filter coupons by their status.
|
|
753
914
|
* @param start Pagination token to retrieve the next page of results.
|
|
754
915
|
* @param limit Maximum number of coupons to return per request.
|
|
755
|
-
*
|
|
756
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">
|
|
916
|
+
* @returns A promise resolving to the response body.
|
|
917
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">LINE Developers documentation</a>
|
|
757
918
|
*/
|
|
758
919
|
listCoupon(status?: Set<"DRAFT" | "RUNNING" | "CLOSED">, start?: string, limit?: number): Promise<MessagingApiPagerCouponListResponse>;
|
|
759
920
|
/**
|
|
760
|
-
* Get a paginated list of coupons
|
|
761
|
-
*
|
|
921
|
+
* Get a paginated list of coupons.
|
|
922
|
+
* Calls `GET https://api.line.me/v2/bot/coupon`.
|
|
923
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
762
924
|
* @param status Filter coupons by their status.
|
|
763
925
|
* @param start Pagination token to retrieve the next page of results.
|
|
764
926
|
* @param limit Maximum number of coupons to return per request.
|
|
765
|
-
*
|
|
766
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">
|
|
927
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
928
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">LINE Developers documentation</a>
|
|
767
929
|
*/
|
|
768
930
|
listCouponWithHttpInfo(status?: Set<"DRAFT" | "RUNNING" | "CLOSED">, start?: string, limit?: number): Promise<Types.ApiResponseType<MessagingApiPagerCouponListResponse>>;
|
|
769
931
|
/**
|
|
770
932
|
* Mark messages from users as read
|
|
933
|
+
* Calls `POST https://api.line.me/v2/bot/message/markAsRead`.
|
|
934
|
+
* To inspect the HTTP status code or response headers, use {@link markMessagesAsReadWithHttpInfo}.
|
|
771
935
|
* @param markMessagesAsReadRequest
|
|
772
|
-
*
|
|
773
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">
|
|
936
|
+
* @returns A promise resolving to the response body.
|
|
937
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">LINE Developers documentation</a>
|
|
774
938
|
*/
|
|
775
939
|
markMessagesAsRead(markMessagesAsReadRequest: MarkMessagesAsReadRequest): Promise<Types.MessageAPIResponseBase>;
|
|
776
940
|
/**
|
|
777
|
-
* Mark messages from users as read
|
|
778
|
-
*
|
|
941
|
+
* Mark messages from users as read
|
|
942
|
+
* Calls `POST https://api.line.me/v2/bot/message/markAsRead`.
|
|
943
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
779
944
|
* @param markMessagesAsReadRequest
|
|
780
|
-
*
|
|
781
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">
|
|
945
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
946
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">LINE Developers documentation</a>
|
|
782
947
|
*/
|
|
783
948
|
markMessagesAsReadWithHttpInfo(markMessagesAsReadRequest: MarkMessagesAsReadRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
784
949
|
/**
|
|
785
950
|
* Mark messages from users as read by token
|
|
951
|
+
* Calls `POST https://api.line.me/v2/bot/chat/markAsRead`.
|
|
952
|
+
* To inspect the HTTP status code or response headers, use {@link markMessagesAsReadByTokenWithHttpInfo}.
|
|
786
953
|
* @param markMessagesAsReadByTokenRequest
|
|
787
|
-
*
|
|
788
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">
|
|
954
|
+
* @returns A promise resolving to the response body.
|
|
955
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">LINE Developers documentation</a>
|
|
789
956
|
*/
|
|
790
957
|
markMessagesAsReadByToken(markMessagesAsReadByTokenRequest: MarkMessagesAsReadByTokenRequest): Promise<Types.MessageAPIResponseBase>;
|
|
791
958
|
/**
|
|
792
|
-
* Mark messages from users as read by token
|
|
793
|
-
*
|
|
959
|
+
* Mark messages from users as read by token
|
|
960
|
+
* Calls `POST https://api.line.me/v2/bot/chat/markAsRead`.
|
|
961
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
794
962
|
* @param markMessagesAsReadByTokenRequest
|
|
795
|
-
*
|
|
796
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">
|
|
963
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
964
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">LINE Developers documentation</a>
|
|
797
965
|
*/
|
|
798
966
|
markMessagesAsReadByTokenWithHttpInfo(markMessagesAsReadByTokenRequest: MarkMessagesAsReadByTokenRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
799
967
|
/**
|
|
800
968
|
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats.
|
|
969
|
+
* Calls `POST https://api.line.me/v2/bot/message/multicast`.
|
|
970
|
+
* To inspect the HTTP status code or response headers, use {@link multicastWithHttpInfo}.
|
|
801
971
|
* @param multicastRequest
|
|
802
972
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
803
|
-
*
|
|
804
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">
|
|
973
|
+
* @returns A promise resolving to the response body.
|
|
974
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">LINE Developers documentation</a>
|
|
805
975
|
*/
|
|
806
976
|
multicast(multicastRequest: MulticastRequest, xLineRetryKey?: string): Promise<object>;
|
|
807
977
|
/**
|
|
808
|
-
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats
|
|
809
|
-
*
|
|
978
|
+
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats.
|
|
979
|
+
* Calls `POST https://api.line.me/v2/bot/message/multicast`.
|
|
980
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
810
981
|
* @param multicastRequest
|
|
811
982
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
812
|
-
*
|
|
813
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">
|
|
983
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
984
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">LINE Developers documentation</a>
|
|
814
985
|
*/
|
|
815
986
|
multicastWithHttpInfo(multicastRequest: MulticastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
816
987
|
/**
|
|
817
988
|
* Send narrowcast message
|
|
989
|
+
* Calls `POST https://api.line.me/v2/bot/message/narrowcast`.
|
|
990
|
+
* To inspect the HTTP status code or response headers, use {@link narrowcastWithHttpInfo}.
|
|
818
991
|
* @param narrowcastRequest
|
|
819
992
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
820
|
-
*
|
|
821
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">
|
|
993
|
+
* @returns A promise resolving to the response body.
|
|
994
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">LINE Developers documentation</a>
|
|
822
995
|
*/
|
|
823
996
|
narrowcast(narrowcastRequest: NarrowcastRequest, xLineRetryKey?: string): Promise<object>;
|
|
824
997
|
/**
|
|
825
|
-
* Send narrowcast message
|
|
826
|
-
*
|
|
998
|
+
* Send narrowcast message
|
|
999
|
+
* Calls `POST https://api.line.me/v2/bot/message/narrowcast`.
|
|
1000
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
827
1001
|
* @param narrowcastRequest
|
|
828
1002
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
829
|
-
*
|
|
830
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">
|
|
1003
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1004
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">LINE Developers documentation</a>
|
|
831
1005
|
*/
|
|
832
1006
|
narrowcastWithHttpInfo(narrowcastRequest: NarrowcastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
833
1007
|
/**
|
|
834
1008
|
* Sends a message to a user, group chat, or multi-person chat at any time.
|
|
1009
|
+
* Calls `POST https://api.line.me/v2/bot/message/push`.
|
|
1010
|
+
* To inspect the HTTP status code or response headers, use {@link pushMessageWithHttpInfo}.
|
|
835
1011
|
* @param pushMessageRequest
|
|
836
1012
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
837
|
-
*
|
|
838
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">
|
|
1013
|
+
* @returns A promise resolving to the response body.
|
|
1014
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">LINE Developers documentation</a>
|
|
839
1015
|
*/
|
|
840
1016
|
pushMessage(pushMessageRequest: PushMessageRequest, xLineRetryKey?: string): Promise<PushMessageResponse>;
|
|
841
1017
|
/**
|
|
842
|
-
* Sends a message to a user, group chat, or multi-person chat at any time
|
|
843
|
-
*
|
|
1018
|
+
* Sends a message to a user, group chat, or multi-person chat at any time.
|
|
1019
|
+
* Calls `POST https://api.line.me/v2/bot/message/push`.
|
|
1020
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
844
1021
|
* @param pushMessageRequest
|
|
845
1022
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
846
|
-
*
|
|
847
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">
|
|
1023
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1024
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">LINE Developers documentation</a>
|
|
848
1025
|
*/
|
|
849
1026
|
pushMessageWithHttpInfo(pushMessageRequest: PushMessageRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<PushMessageResponse>>;
|
|
850
1027
|
/**
|
|
851
1028
|
* Send LINE notification message
|
|
1029
|
+
* Calls `POST https://api.line.me/bot/pnp/push`.
|
|
1030
|
+
* To inspect the HTTP status code or response headers, use {@link pushMessagesByPhoneWithHttpInfo}.
|
|
852
1031
|
* @param pnpMessagesRequest
|
|
853
1032
|
* @param xLineDeliveryTag String returned in the delivery.data property of the delivery completion event via Webhook.
|
|
854
|
-
*
|
|
855
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">
|
|
1033
|
+
* @returns A promise resolving to the response body.
|
|
1034
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">LINE Developers documentation</a>
|
|
856
1035
|
*/
|
|
857
1036
|
pushMessagesByPhone(pnpMessagesRequest: PnpMessagesRequest, xLineDeliveryTag?: string): Promise<Types.MessageAPIResponseBase>;
|
|
858
1037
|
/**
|
|
859
|
-
* Send LINE notification message
|
|
860
|
-
*
|
|
1038
|
+
* Send LINE notification message
|
|
1039
|
+
* Calls `POST https://api.line.me/bot/pnp/push`.
|
|
1040
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
861
1041
|
* @param pnpMessagesRequest
|
|
862
1042
|
* @param xLineDeliveryTag String returned in the delivery.data property of the delivery completion event via Webhook.
|
|
863
|
-
*
|
|
864
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">
|
|
1043
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1044
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">LINE Developers documentation</a>
|
|
865
1045
|
*/
|
|
866
1046
|
pushMessagesByPhoneWithHttpInfo(pnpMessagesRequest: PnpMessagesRequest, xLineDeliveryTag?: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
867
1047
|
/**
|
|
868
1048
|
* Send reply message
|
|
1049
|
+
* Calls `POST https://api.line.me/v2/bot/message/reply`.
|
|
1050
|
+
* To inspect the HTTP status code or response headers, use {@link replyMessageWithHttpInfo}.
|
|
869
1051
|
* @param replyMessageRequest
|
|
870
|
-
*
|
|
871
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">
|
|
1052
|
+
* @returns A promise resolving to the response body.
|
|
1053
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">LINE Developers documentation</a>
|
|
872
1054
|
*/
|
|
873
1055
|
replyMessage(replyMessageRequest: ReplyMessageRequest): Promise<ReplyMessageResponse>;
|
|
874
1056
|
/**
|
|
875
|
-
* Send reply message
|
|
876
|
-
*
|
|
1057
|
+
* Send reply message
|
|
1058
|
+
* Calls `POST https://api.line.me/v2/bot/message/reply`.
|
|
1059
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
877
1060
|
* @param replyMessageRequest
|
|
878
|
-
*
|
|
879
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">
|
|
1061
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1062
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">LINE Developers documentation</a>
|
|
880
1063
|
*/
|
|
881
1064
|
replyMessageWithHttpInfo(replyMessageRequest: ReplyMessageRequest): Promise<Types.ApiResponseType<ReplyMessageResponse>>;
|
|
882
1065
|
/**
|
|
883
1066
|
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
1067
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/batch`.
|
|
1068
|
+
* To inspect the HTTP status code or response headers, use {@link richMenuBatchWithHttpInfo}.
|
|
884
1069
|
* @param richMenuBatchRequest
|
|
885
|
-
*
|
|
886
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">
|
|
1070
|
+
* @returns A promise resolving to the response body.
|
|
1071
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">LINE Developers documentation</a>
|
|
887
1072
|
*/
|
|
888
1073
|
richMenuBatch(richMenuBatchRequest: RichMenuBatchRequest): Promise<Types.MessageAPIResponseBase>;
|
|
889
1074
|
/**
|
|
890
|
-
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
891
|
-
*
|
|
1075
|
+
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
1076
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/batch`.
|
|
1077
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
892
1078
|
* @param richMenuBatchRequest
|
|
893
|
-
*
|
|
894
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">
|
|
1079
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1080
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">LINE Developers documentation</a>
|
|
895
1081
|
*/
|
|
896
1082
|
richMenuBatchWithHttpInfo(richMenuBatchRequest: RichMenuBatchRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
897
1083
|
/**
|
|
898
1084
|
* Set default rich menu
|
|
1085
|
+
* Calls `POST https://api.line.me/v2/bot/user/all/richmenu/{richMenuId}`.
|
|
1086
|
+
* To inspect the HTTP status code or response headers, use {@link setDefaultRichMenuWithHttpInfo}.
|
|
899
1087
|
* @param richMenuId ID of a rich menu
|
|
900
|
-
*
|
|
901
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">
|
|
1088
|
+
* @returns A promise resolving to the response body.
|
|
1089
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">LINE Developers documentation</a>
|
|
902
1090
|
*/
|
|
903
1091
|
setDefaultRichMenu(richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
904
1092
|
/**
|
|
905
|
-
* Set default rich menu
|
|
906
|
-
*
|
|
1093
|
+
* Set default rich menu
|
|
1094
|
+
* Calls `POST https://api.line.me/v2/bot/user/all/richmenu/{richMenuId}`.
|
|
1095
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
907
1096
|
* @param richMenuId ID of a rich menu
|
|
908
|
-
*
|
|
909
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">
|
|
1097
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1098
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">LINE Developers documentation</a>
|
|
910
1099
|
*/
|
|
911
1100
|
setDefaultRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
912
1101
|
/**
|
|
913
1102
|
* Set webhook endpoint URL
|
|
1103
|
+
* Calls `PUT https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1104
|
+
* To inspect the HTTP status code or response headers, use {@link setWebhookEndpointWithHttpInfo}.
|
|
914
1105
|
* @param setWebhookEndpointRequest
|
|
915
|
-
*
|
|
916
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">
|
|
1106
|
+
* @returns A promise resolving to the response body.
|
|
1107
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">LINE Developers documentation</a>
|
|
917
1108
|
*/
|
|
918
1109
|
setWebhookEndpoint(setWebhookEndpointRequest: SetWebhookEndpointRequest): Promise<Types.MessageAPIResponseBase>;
|
|
919
1110
|
/**
|
|
920
|
-
* Set webhook endpoint URL
|
|
921
|
-
*
|
|
1111
|
+
* Set webhook endpoint URL
|
|
1112
|
+
* Calls `PUT https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1113
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
922
1114
|
* @param setWebhookEndpointRequest
|
|
923
|
-
*
|
|
924
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">
|
|
1115
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1116
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">LINE Developers documentation</a>
|
|
925
1117
|
*/
|
|
926
1118
|
setWebhookEndpointWithHttpInfo(setWebhookEndpointRequest: SetWebhookEndpointRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
927
1119
|
/**
|
|
928
1120
|
* Display a loading animation in one-on-one chats between users and LINE Official Accounts.
|
|
1121
|
+
* Calls `POST https://api.line.me/v2/bot/chat/loading/start`.
|
|
1122
|
+
* To inspect the HTTP status code or response headers, use {@link showLoadingAnimationWithHttpInfo}.
|
|
929
1123
|
* @param showLoadingAnimationRequest
|
|
930
|
-
*
|
|
931
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">
|
|
1124
|
+
* @returns A promise resolving to the response body.
|
|
1125
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">LINE Developers documentation</a>
|
|
932
1126
|
*/
|
|
933
1127
|
showLoadingAnimation(showLoadingAnimationRequest: ShowLoadingAnimationRequest): Promise<object>;
|
|
934
1128
|
/**
|
|
935
|
-
* Display a loading animation in one-on-one chats between users and LINE Official Accounts
|
|
936
|
-
*
|
|
1129
|
+
* Display a loading animation in one-on-one chats between users and LINE Official Accounts.
|
|
1130
|
+
* Calls `POST https://api.line.me/v2/bot/chat/loading/start`.
|
|
1131
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
937
1132
|
* @param showLoadingAnimationRequest
|
|
938
|
-
*
|
|
939
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">
|
|
1133
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1134
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">LINE Developers documentation</a>
|
|
940
1135
|
*/
|
|
941
1136
|
showLoadingAnimationWithHttpInfo(showLoadingAnimationRequest: ShowLoadingAnimationRequest): Promise<Types.ApiResponseType<object>>;
|
|
942
1137
|
/**
|
|
943
1138
|
* Test webhook endpoint
|
|
1139
|
+
* Calls `POST https://api.line.me/v2/bot/channel/webhook/test`.
|
|
1140
|
+
* To inspect the HTTP status code or response headers, use {@link testWebhookEndpointWithHttpInfo}.
|
|
944
1141
|
* @param testWebhookEndpointRequest
|
|
945
|
-
*
|
|
946
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">
|
|
1142
|
+
* @returns A promise resolving to the response body.
|
|
1143
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">LINE Developers documentation</a>
|
|
947
1144
|
*/
|
|
948
1145
|
testWebhookEndpoint(testWebhookEndpointRequest?: TestWebhookEndpointRequest): Promise<TestWebhookEndpointResponse>;
|
|
949
1146
|
/**
|
|
950
|
-
* Test webhook endpoint
|
|
951
|
-
*
|
|
1147
|
+
* Test webhook endpoint
|
|
1148
|
+
* Calls `POST https://api.line.me/v2/bot/channel/webhook/test`.
|
|
1149
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
952
1150
|
* @param testWebhookEndpointRequest
|
|
953
|
-
*
|
|
954
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">
|
|
1151
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1152
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">LINE Developers documentation</a>
|
|
955
1153
|
*/
|
|
956
1154
|
testWebhookEndpointWithHttpInfo(testWebhookEndpointRequest?: TestWebhookEndpointRequest): Promise<Types.ApiResponseType<TestWebhookEndpointResponse>>;
|
|
957
1155
|
/**
|
|
958
1156
|
* Unlink rich menu from user
|
|
1157
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1158
|
+
* To inspect the HTTP status code or response headers, use {@link unlinkRichMenuIdFromUserWithHttpInfo}.
|
|
959
1159
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
960
|
-
*
|
|
961
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">
|
|
1160
|
+
* @returns A promise resolving to the response body.
|
|
1161
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">LINE Developers documentation</a>
|
|
962
1162
|
*/
|
|
963
1163
|
unlinkRichMenuIdFromUser(userId: string): Promise<Types.MessageAPIResponseBase>;
|
|
964
1164
|
/**
|
|
965
|
-
* Unlink rich menu from user
|
|
966
|
-
*
|
|
1165
|
+
* Unlink rich menu from user
|
|
1166
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1167
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
967
1168
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
968
|
-
*
|
|
969
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">
|
|
1169
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1170
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">LINE Developers documentation</a>
|
|
970
1171
|
*/
|
|
971
1172
|
unlinkRichMenuIdFromUserWithHttpInfo(userId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
972
1173
|
/**
|
|
973
1174
|
* Unlink rich menus from multiple users
|
|
1175
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/unlink`.
|
|
1176
|
+
* To inspect the HTTP status code or response headers, use {@link unlinkRichMenuIdFromUsersWithHttpInfo}.
|
|
974
1177
|
* @param richMenuBulkUnlinkRequest
|
|
975
|
-
*
|
|
976
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">
|
|
1178
|
+
* @returns A promise resolving to the response body.
|
|
1179
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">LINE Developers documentation</a>
|
|
977
1180
|
*/
|
|
978
1181
|
unlinkRichMenuIdFromUsers(richMenuBulkUnlinkRequest: RichMenuBulkUnlinkRequest): Promise<Types.MessageAPIResponseBase>;
|
|
979
1182
|
/**
|
|
980
|
-
* Unlink rich menus from multiple users
|
|
981
|
-
*
|
|
1183
|
+
* Unlink rich menus from multiple users
|
|
1184
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/unlink`.
|
|
1185
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
982
1186
|
* @param richMenuBulkUnlinkRequest
|
|
983
|
-
*
|
|
984
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">
|
|
1187
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1188
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">LINE Developers documentation</a>
|
|
985
1189
|
*/
|
|
986
1190
|
unlinkRichMenuIdFromUsersWithHttpInfo(richMenuBulkUnlinkRequest: RichMenuBulkUnlinkRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
987
1191
|
/**
|
|
988
1192
|
* Update rich menu alias
|
|
1193
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1194
|
+
* To inspect the HTTP status code or response headers, use {@link updateRichMenuAliasWithHttpInfo}.
|
|
989
1195
|
* @param richMenuAliasId The rich menu alias ID you want to update.
|
|
990
1196
|
* @param updateRichMenuAliasRequest
|
|
991
|
-
*
|
|
992
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">
|
|
1197
|
+
* @returns A promise resolving to the response body.
|
|
1198
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">LINE Developers documentation</a>
|
|
993
1199
|
*/
|
|
994
1200
|
updateRichMenuAlias(richMenuAliasId: string, updateRichMenuAliasRequest: UpdateRichMenuAliasRequest): Promise<Types.MessageAPIResponseBase>;
|
|
995
1201
|
/**
|
|
996
|
-
* Update rich menu alias
|
|
997
|
-
*
|
|
1202
|
+
* Update rich menu alias
|
|
1203
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1204
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
998
1205
|
* @param richMenuAliasId The rich menu alias ID you want to update.
|
|
999
1206
|
* @param updateRichMenuAliasRequest
|
|
1000
|
-
*
|
|
1001
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">
|
|
1207
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1208
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">LINE Developers documentation</a>
|
|
1002
1209
|
*/
|
|
1003
1210
|
updateRichMenuAliasWithHttpInfo(richMenuAliasId: string, updateRichMenuAliasRequest: UpdateRichMenuAliasRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1004
1211
|
/**
|
|
1005
1212
|
* Validate message objects of a broadcast message
|
|
1213
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/broadcast`.
|
|
1214
|
+
* To inspect the HTTP status code or response headers, use {@link validateBroadcastWithHttpInfo}.
|
|
1006
1215
|
* @param validateMessageRequest
|
|
1007
|
-
*
|
|
1008
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">
|
|
1216
|
+
* @returns A promise resolving to the response body.
|
|
1217
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">LINE Developers documentation</a>
|
|
1009
1218
|
*/
|
|
1010
1219
|
validateBroadcast(validateMessageRequest: ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1011
1220
|
/**
|
|
1012
|
-
* Validate message objects of a broadcast message
|
|
1013
|
-
*
|
|
1221
|
+
* Validate message objects of a broadcast message
|
|
1222
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/broadcast`.
|
|
1223
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1014
1224
|
* @param validateMessageRequest
|
|
1015
|
-
*
|
|
1016
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">
|
|
1225
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1226
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">LINE Developers documentation</a>
|
|
1017
1227
|
*/
|
|
1018
1228
|
validateBroadcastWithHttpInfo(validateMessageRequest: ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1019
1229
|
/**
|
|
1020
1230
|
* Validate message objects of a multicast message
|
|
1231
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/multicast`.
|
|
1232
|
+
* To inspect the HTTP status code or response headers, use {@link validateMulticastWithHttpInfo}.
|
|
1021
1233
|
* @param validateMessageRequest
|
|
1022
|
-
*
|
|
1023
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">
|
|
1234
|
+
* @returns A promise resolving to the response body.
|
|
1235
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">LINE Developers documentation</a>
|
|
1024
1236
|
*/
|
|
1025
1237
|
validateMulticast(validateMessageRequest: ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1026
1238
|
/**
|
|
1027
|
-
* Validate message objects of a multicast message
|
|
1028
|
-
*
|
|
1239
|
+
* Validate message objects of a multicast message
|
|
1240
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/multicast`.
|
|
1241
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1029
1242
|
* @param validateMessageRequest
|
|
1030
|
-
*
|
|
1031
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">
|
|
1243
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1244
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">LINE Developers documentation</a>
|
|
1032
1245
|
*/
|
|
1033
1246
|
validateMulticastWithHttpInfo(validateMessageRequest: ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1034
1247
|
/**
|
|
1035
1248
|
* Validate message objects of a narrowcast message
|
|
1249
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/narrowcast`.
|
|
1250
|
+
* To inspect the HTTP status code or response headers, use {@link validateNarrowcastWithHttpInfo}.
|
|
1036
1251
|
* @param validateMessageRequest
|
|
1037
|
-
*
|
|
1038
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">
|
|
1252
|
+
* @returns A promise resolving to the response body.
|
|
1253
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">LINE Developers documentation</a>
|
|
1039
1254
|
*/
|
|
1040
1255
|
validateNarrowcast(validateMessageRequest: ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1041
1256
|
/**
|
|
1042
|
-
* Validate message objects of a narrowcast message
|
|
1043
|
-
*
|
|
1257
|
+
* Validate message objects of a narrowcast message
|
|
1258
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/narrowcast`.
|
|
1259
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1044
1260
|
* @param validateMessageRequest
|
|
1045
|
-
*
|
|
1046
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">
|
|
1261
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1262
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">LINE Developers documentation</a>
|
|
1047
1263
|
*/
|
|
1048
1264
|
validateNarrowcastWithHttpInfo(validateMessageRequest: ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1049
1265
|
/**
|
|
1050
1266
|
* Validate message objects of a push message
|
|
1267
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/push`.
|
|
1268
|
+
* To inspect the HTTP status code or response headers, use {@link validatePushWithHttpInfo}.
|
|
1051
1269
|
* @param validateMessageRequest
|
|
1052
|
-
*
|
|
1053
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">
|
|
1270
|
+
* @returns A promise resolving to the response body.
|
|
1271
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">LINE Developers documentation</a>
|
|
1054
1272
|
*/
|
|
1055
1273
|
validatePush(validateMessageRequest: ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1056
1274
|
/**
|
|
1057
|
-
* Validate message objects of a push message
|
|
1058
|
-
*
|
|
1275
|
+
* Validate message objects of a push message
|
|
1276
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/push`.
|
|
1277
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1059
1278
|
* @param validateMessageRequest
|
|
1060
|
-
*
|
|
1061
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">
|
|
1279
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1280
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">LINE Developers documentation</a>
|
|
1062
1281
|
*/
|
|
1063
1282
|
validatePushWithHttpInfo(validateMessageRequest: ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1064
1283
|
/**
|
|
1065
1284
|
* Validate message objects of a reply message
|
|
1285
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/reply`.
|
|
1286
|
+
* To inspect the HTTP status code or response headers, use {@link validateReplyWithHttpInfo}.
|
|
1066
1287
|
* @param validateMessageRequest
|
|
1067
|
-
*
|
|
1068
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">
|
|
1288
|
+
* @returns A promise resolving to the response body.
|
|
1289
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">LINE Developers documentation</a>
|
|
1069
1290
|
*/
|
|
1070
1291
|
validateReply(validateMessageRequest: ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1071
1292
|
/**
|
|
1072
|
-
* Validate message objects of a reply message
|
|
1073
|
-
*
|
|
1293
|
+
* Validate message objects of a reply message
|
|
1294
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/reply`.
|
|
1295
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1074
1296
|
* @param validateMessageRequest
|
|
1075
|
-
*
|
|
1076
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">
|
|
1297
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1298
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">LINE Developers documentation</a>
|
|
1077
1299
|
*/
|
|
1078
1300
|
validateReplyWithHttpInfo(validateMessageRequest: ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1079
1301
|
/**
|
|
1080
1302
|
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint.
|
|
1303
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate/batch`.
|
|
1304
|
+
* To inspect the HTTP status code or response headers, use {@link validateRichMenuBatchRequestWithHttpInfo}.
|
|
1081
1305
|
* @param richMenuBatchRequest
|
|
1082
|
-
*
|
|
1083
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">
|
|
1306
|
+
* @returns A promise resolving to the response body.
|
|
1307
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">LINE Developers documentation</a>
|
|
1084
1308
|
*/
|
|
1085
1309
|
validateRichMenuBatchRequest(richMenuBatchRequest: RichMenuBatchRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1086
1310
|
/**
|
|
1087
|
-
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint
|
|
1088
|
-
*
|
|
1311
|
+
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint.
|
|
1312
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate/batch`.
|
|
1313
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1089
1314
|
* @param richMenuBatchRequest
|
|
1090
|
-
*
|
|
1091
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">
|
|
1315
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1316
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">LINE Developers documentation</a>
|
|
1092
1317
|
*/
|
|
1093
1318
|
validateRichMenuBatchRequestWithHttpInfo(richMenuBatchRequest: RichMenuBatchRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1094
1319
|
/**
|
|
1095
1320
|
* Validate rich menu object
|
|
1321
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate`.
|
|
1322
|
+
* To inspect the HTTP status code or response headers, use {@link validateRichMenuObjectWithHttpInfo}.
|
|
1096
1323
|
* @param richMenuRequest
|
|
1097
|
-
*
|
|
1098
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">
|
|
1324
|
+
* @returns A promise resolving to the response body.
|
|
1325
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">LINE Developers documentation</a>
|
|
1099
1326
|
*/
|
|
1100
1327
|
validateRichMenuObject(richMenuRequest: RichMenuRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1101
1328
|
/**
|
|
1102
|
-
* Validate rich menu object
|
|
1103
|
-
*
|
|
1329
|
+
* Validate rich menu object
|
|
1330
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate`.
|
|
1331
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1104
1332
|
* @param richMenuRequest
|
|
1105
|
-
*
|
|
1106
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">
|
|
1333
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1334
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">LINE Developers documentation</a>
|
|
1107
1335
|
*/
|
|
1108
1336
|
validateRichMenuObjectWithHttpInfo(richMenuRequest: RichMenuRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1109
1337
|
}
|