@ukwhatn/wikidot 4.0.3 → 4.0.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/index.d.cts CHANGED
@@ -1597,11 +1597,11 @@ declare class Page {
1597
1597
  */
1598
1598
  get latestRevision(): PageRevision | undefined;
1599
1599
  /**
1600
- * ページIDが必須の操作で、IDがない場合にエラーを返すヘルパー
1600
+ * ページIDを確保する(未取得の場合は自動取得)
1601
1601
  * @param operation - 操作名(エラーメッセージ用)
1602
- * @returns ページIDまたはエラーResult
1602
+ * @throws IDの取得に失敗した場合
1603
1603
  */
1604
- private requireId;
1604
+ private ensureId;
1605
1605
  /**
1606
1606
  * ページを削除する
1607
1607
  */
package/dist/index.d.ts CHANGED
@@ -1597,11 +1597,11 @@ declare class Page {
1597
1597
  */
1598
1598
  get latestRevision(): PageRevision | undefined;
1599
1599
  /**
1600
- * ページIDが必須の操作で、IDがない場合にエラーを返すヘルパー
1600
+ * ページIDを確保する(未取得の場合は自動取得)
1601
1601
  * @param operation - 操作名(エラーメッセージ用)
1602
- * @returns ページIDまたはエラーResult
1602
+ * @throws IDの取得に失敗した場合
1603
1603
  */
1604
- private requireId;
1604
+ private ensureId;
1605
1605
  /**
1606
1606
  * ページを削除する
1607
1607
  */