From ed09f67d85c57216c4d9b5ee4ad6ff4ca812e099 Mon Sep 17 00:00:00 2001 From: boxmoji Date: Wed, 15 May 2024 17:12:32 -0700 Subject: [PATCH] Moji: Update translations --- 2024-04-05-box-ios-sdk-v560-released.md | 2 +- 2024-05-02-box-node-sdk-v351-released.md | 34 ++++++++++++ 2024-05-02-introducing-box-ai.md | 4 +- 2024-05-07-box-java-sdk-v490-released.md | 52 ++++++++++++++++++ ...05-08-notification-suppression-for-sign.md | 55 +++++++++++++++++++ 5 files changed, 144 insertions(+), 3 deletions(-) create mode 100644 2024-05-02-box-node-sdk-v351-released.md create mode 100644 2024-05-07-box-java-sdk-v490-released.md create mode 100644 2024-05-08-notification-suppression-for-sign.md diff --git a/2024-04-05-box-ios-sdk-v560-released.md b/2024-04-05-box-ios-sdk-v560-released.md index e9f20c7a..d8209a98 100644 --- a/2024-04-05-box-ios-sdk-v560-released.md +++ b/2024-04-05-box-ios-sdk-v560-released.md @@ -17,7 +17,7 @@ total_steps: null type: changelog sibling_id: '' parent_id: changelog -next_page_id: 2024-05-02-introducing-box-ai +next_page_id: 2024-05-02-box-node-sdk-v351-released previous_page_id: 2024-03-06-box-cli-v3140-released source_url: >- https://github.com/box/box-developer-changelog/blob/main/content/2024/04-05-box-ios-sdk-v560-released.md diff --git a/2024-05-02-box-node-sdk-v351-released.md b/2024-05-02-box-node-sdk-v351-released.md new file mode 100644 index 00000000..5ede69d9 --- /dev/null +++ b/2024-05-02-box-node-sdk-v351-released.md @@ -0,0 +1,34 @@ +--- +applied_at: '2024-05-02' +applies_to: + - sdks + - node +is_impactful: false +is_new_feature: false +release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/v3.5.1' +collapse: true +is_index: false +category_id: changelog +subcategory_id: '' +id: 2024-05-02-box-node-sdk-v351-released +rank: null +total_steps: null +type: changelog +sibling_id: '' +parent_id: changelog +next_page_id: 2024-05-02-introducing-box-ai +previous_page_id: 2024-04-05-box-ios-sdk-v560-released +source_url: >- + https://github.com/box/box-developer-changelog/blob/main/content/2024/05-02-box-node-sdk-v351-released.md +published_at: '2024-05-02' +fullyTranslated: true +--- +# Box Node SDK `v3.5.1`のリリース + +### バグ修正 + +* Fix `options` parameter in metadata query method ([#878][1]) ([`7943420`][2]) + +[1]: https://github.com/box/box-node-sdk/issues/878 + +[2]: https://github.com/box/box-node-sdk/commit/79434209c572cd77c329d6008cda9837a9dba411 diff --git a/2024-05-02-introducing-box-ai.md b/2024-05-02-introducing-box-ai.md index 8ce28138..bce5f531 100644 --- a/2024-05-02-introducing-box-ai.md +++ b/2024-05-02-introducing-box-ai.md @@ -17,8 +17,8 @@ total_steps: null type: changelog sibling_id: '' parent_id: changelog -next_page_id: '' -previous_page_id: 2024-04-05-box-ios-sdk-v560-released +next_page_id: 2024-05-07-box-java-sdk-v490-released +previous_page_id: 2024-05-02-box-node-sdk-v351-released source_url: >- https://github.com/box/box-developer-changelog/blob/main/content/2024/05-02-introducing-box-ai.md published_at: '2024-05-02' diff --git a/2024-05-07-box-java-sdk-v490-released.md b/2024-05-07-box-java-sdk-v490-released.md new file mode 100644 index 00000000..6fb49ae8 --- /dev/null +++ b/2024-05-07-box-java-sdk-v490-released.md @@ -0,0 +1,52 @@ +--- +applied_at: '2024-05-07' +applies_to: + - sdks + - java +is_impactful: false +is_new_feature: true +release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.9.0' +collapse: true +is_index: false +category_id: changelog +subcategory_id: '' +id: 2024-05-07-box-java-sdk-v490-released +rank: null +total_steps: null +type: changelog +sibling_id: '' +parent_id: changelog +next_page_id: 2024-05-08-notification-suppression-for-sign +previous_page_id: 2024-05-02-introducing-box-ai +source_url: >- + https://github.com/box/box-developer-changelog/blob/main/content/2024/05-07-box-java-sdk-v490-released.md +published_at: '2024-05-07' +fullyTranslated: true +--- +# Box Java SDK `v4.9.0`のリリース + +### 新機能と機能強化 + +* Support AI API ([#1243][1]) ([`4e64f27`][2]) +* Support pagination of file versions ([#1240][3]) ([`7e7af3f`][4]) + +### バグ修正 + +* Support create empty shared link ([#1241][5]) ([`0c86487`][6]) +* Update exception message for get representation content ([#1239][7]) ([`a608f9a`][8]) + +[1]: https://github.com/box/box-java-sdk/issues/1243 + +[2]: https://github.com/box/box-java-sdk/commit/4e64f27874fabf36f7fbf385ca4a60683f4a7670 + +[3]: https://github.com/box/box-java-sdk/issues/1240 + +[4]: https://github.com/box/box-java-sdk/commit/7e7af3f6e40a44522a7649817547846e3f633fc8 + +[5]: https://github.com/box/box-java-sdk/issues/1241 + +[6]: https://github.com/box/box-java-sdk/commit/0c86487848e5004a713873baffa2d9dcc63b1502 + +[7]: https://github.com/box/box-java-sdk/issues/1239 + +[8]: https://github.com/box/box-java-sdk/commit/a608f9a4350b723e9f07eaf00af45243737a17c9 diff --git a/2024-05-08-notification-suppression-for-sign.md b/2024-05-08-notification-suppression-for-sign.md new file mode 100644 index 00000000..dce9c359 --- /dev/null +++ b/2024-05-08-notification-suppression-for-sign.md @@ -0,0 +1,55 @@ +--- +applied_at: '2024-05-15' +applies_to: + - guides + - api +is_impactful: true +is_new_feature: true +collapse: true +show_excerpt: true +release_source_url: '' +is_index: false +category_id: changelog +subcategory_id: '' +id: 2024-05-08-notification-suppression-for-sign +rank: null +total_steps: null +type: changelog +sibling_id: '' +parent_id: changelog +next_page_id: '' +previous_page_id: 2024-05-07-box-java-sdk-v490-released +source_url: >- + https://github.com/box/box-developer-changelog/blob/main/content/2024/05-08-notification-suppression-for-sign.md +published_at: '2024-05-08' +fullyTranslated: true +--- +# Notification suppression for Box Sign + +[Box Sign API][1] allows you to suppress the **default** Box email notifications sent during the Box Sign workflow.​​ + + + +Thanks to this feature, you can turn the default notifications off to use your own, customized messages and decide on channels they will be sent through. + +_**Note**: When you choose to suppress email notifications for Box Sign, your organization assumes responsibility for ensuring the delivery to Signers of all notifications at the appropriate time in the signing process and with the appropriate content, in compliance with all applicable laws and regulations, including with respect to obtaining Signer consent to the delivery methods used, if applicable._ + +## New Box Sign webhooks + +Along with the notification suppression feature, we introduce three new [webhooks][2] to enhance the customization options for e-signature workflows: + +* `SIGN.REQUEST.SIGNATURE_REQUESTED` +* `SIGN.REQUEST.SIGNER_SIGNED` +* `SIGN.REQUEST.ERROR_FINALIZING` + +You can use these webhooks to trigger actions in your own applications or notify your users about events happening in Box Sign.​​ + +## サポート情報 + +問題がある場合やさらにガイドが必要な場合は、必要なサポートについて、Boxの[Developer Forum][3]に英語でリクエストを投稿してください。 + +[1]: e://post-sign-requests + +[2]: https://developer.box.com/sign/webhooks/ + +[3]: https://forum.box.com/