@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.cjs +53 -55
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +53 -55
- package/package.json +2 -2
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
|
|
1600
|
+
* ページIDを確保する(未取得の場合は自動取得)
|
|
1601
1601
|
* @param operation - 操作名(エラーメッセージ用)
|
|
1602
|
-
* @
|
|
1602
|
+
* @throws IDの取得に失敗した場合
|
|
1603
1603
|
*/
|
|
1604
|
-
private
|
|
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
|
|
1600
|
+
* ページIDを確保する(未取得の場合は自動取得)
|
|
1601
1601
|
* @param operation - 操作名(エラーメッセージ用)
|
|
1602
|
-
* @
|
|
1602
|
+
* @throws IDの取得に失敗した場合
|
|
1603
1603
|
*/
|
|
1604
|
-
private
|
|
1604
|
+
private ensureId;
|
|
1605
1605
|
/**
|
|
1606
1606
|
* ページを削除する
|
|
1607
1607
|
*/
|