Merge pull request 'fix/bug-77664' (#1740) from fix/bug-77664 into release/v9.2.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1740
This commit is contained in:
Oleg Korshul
2025-12-05 15:19:21 +00:00
2 changed files with 10 additions and 1 deletions

View File

@ -16020,6 +16020,15 @@
case 4:
_author.Initials = s.GetString2();
break;
case 5:
let id__ = s.GetString2();
break;
case 6:
let userId__ = s.GetString2();
break;
case 7:
let providerId__ = s.GetString2();
break;
default:
break;
}

View File

@ -9617,7 +9617,7 @@
/**
* Specifies a unique ID for the current paragraph.
* @memberof ApiParagraph
* @typeofeditors ["CDE", "CSE", "CPE"]
* @typeofeditors ["CDE"]
* @since 9.2.0
* @param {number} paraId - The numerical ID which will be specified for the current paragraph. Value MUST be greater than 0 and less than 0x80000000.
* @returns {boolean}