Skip to content

Commit 7f4955f

Browse files
committed
change and extract-api changes
1 parent ed9ebcc commit 7f4955f

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

common/api/core-backend.api.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4679,18 +4679,6 @@ export interface InstanceChange {
46794679
summaryId: Id64String;
46804680
}
46814681

4682-
// @internal
4683-
export interface InstancePatch {
4684-
// (undocumented)
4685-
isIndirect: boolean;
4686-
// (undocumented)
4687-
key: PatchInstanceKey;
4688-
// (undocumented)
4689-
op: "Inserted" | "Updated" | "Deleted";
4690-
// (undocumented)
4691-
props?: ECSqlRow;
4692-
}
4693-
46944682
// @beta
46954683
export interface IntegrityCheckOptions {
46964684
quickCheck?: boolean;

common/api/summary/core-backend.exports.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ internal;function;initializeTracing
386386
beta;interface;InlineGeometryPartsResult
387387
public;interface;InsertElementOptions
388388
beta;interface;InstanceChange
389-
internal;interface;InstancePatch
390389
beta;interface;IntegrityCheckOptions
391390
public;class;IpcHandler
392391
public;class;IpcHost
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@itwin/core-backend",
5+
"comment": "Semantic Rebase uses the new ChangesetReader api. Also while doing semantic rebase we now stream the changed instances onto the temp file while writing as well as stream changed instances from the file while reading.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@itwin/core-backend"
10+
}

0 commit comments

Comments
 (0)