From 87bd49b06f51280f6b59e90126e70b8eccf1e719 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Oct 2025 08:28:46 +0000 Subject: [PATCH] Codes are generated by openapi --- lib/messaging-api/model/limit.ts | 6 ++++++ lib/messaging-api/model/narrowcastProgressResponse.ts | 2 +- line-openapi | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/messaging-api/model/limit.ts b/lib/messaging-api/model/limit.ts index 64fe9d0e1..6d12a29d0 100644 --- a/lib/messaging-api/model/limit.ts +++ b/lib/messaging-api/model/limit.ts @@ -26,4 +26,10 @@ export type Limit = { * @see upToRemainingQuota Documentation */ upToRemainingQuota?: boolean /* = false*/; + /** + * This option prevents messages from being delivered to only a subset of the target audience. If true, the narrowcast request success but fails asynchronously. You can check whether message delivery was canceled by retrieving the narrowcast message progress. This property can be set to true only if upToRemainingQuota is set to true. + * + * @see forbidPartialDelivery Documentation + */ + forbidPartialDelivery?: boolean /* = false*/; }; diff --git a/lib/messaging-api/model/narrowcastProgressResponse.ts b/lib/messaging-api/model/narrowcastProgressResponse.ts index 601575ca3..44215bcb2 100644 --- a/lib/messaging-api/model/narrowcastProgressResponse.ts +++ b/lib/messaging-api/model/narrowcastProgressResponse.ts @@ -42,7 +42,7 @@ export type NarrowcastProgressResponse = { */ failedDescription?: string /**/; /** - * Error summary. This is only included with a phase property value of failed. One of: `1`: An internal error occurred. `2`: An error occurred because there weren\'t enough recipients. `3`: A conflict error of requests occurs because a request that has already been accepted is retried. `4`: An audience of less than 50 recipients is included as a condition of sending. + * Error summary. This is only included with a phase property value of failed. One of: `1`: An internal error occurred. `2`: An error occurred because there weren\'t enough recipients. `3`: A conflict error of requests occurs because a request that has already been accepted is retried. `4`: An audience of less than 50 recipients is included as a condition of sending. `5`: Message delivery has been canceled to prevent messages from being delivered only to a subset of the target audience. * * @see errorCode Documentation */ diff --git a/line-openapi b/line-openapi index 8025f6ccb..9488f69f5 160000 --- a/line-openapi +++ b/line-openapi @@ -1 +1 @@ -Subproject commit 8025f6ccb16d4009d39f6f2163340d0a2d50585b +Subproject commit 9488f69f56b16650e3b20d700efad5f1d5c5635a