@itwin/core-backend 5.10.0-dev.13 → 5.10.0-dev.15

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.
@@ -1383,7 +1383,7 @@ export declare namespace IModelDb {
1383
1383
  * @param deleteOptions Options for the delete operation.
1384
1384
  * @returns A result object containing information about the deletion operation success and the element ids that failed to delete (if any).
1385
1385
  * @throws [[ITwinError]] if any of the supplied ids are not well-formed/valid [[Id64String]]s.
1386
- * @deprecated Use EditTxn.deleteElements instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
1386
+ * @deprecated in 5.1.9 - will not be removed until after 2026-08-15. Use EditTxn.deleteElements instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
1387
1387
  * @beta
1388
1388
  */
1389
1389
  deleteElements(ids: Id64Array, deleteOptions?: BulkDeleteElementsArgs): BulkDeleteElementsResult;
@@ -2375,7 +2375,7 @@ function processSchemaWriteStatus(status) {
2375
2375
  * @param deleteOptions Options for the delete operation.
2376
2376
  * @returns A result object containing information about the deletion operation success and the element ids that failed to delete (if any).
2377
2377
  * @throws [[ITwinError]] if any of the supplied ids are not well-formed/valid [[Id64String]]s.
2378
- * @deprecated Use EditTxn.deleteElements instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
2378
+ * @deprecated in 5.1.9 - will not be removed until after 2026-08-15. Use EditTxn.deleteElements instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
2379
2379
  * @beta
2380
2380
  */
2381
2381
  deleteElements(ids, deleteOptions) {