js.foresight-devtools 1.0.2 → 1.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.ts CHANGED
@@ -349,6 +349,7 @@ interface ElementUnregisteredPayload extends PayloadBase {
349
349
  id: string;
350
350
  registerCount: number;
351
351
  unregisterReason: string;
352
+ wasLastElement: boolean;
352
353
  }
353
354
  interface ElementDataUpdatedPayload extends PayloadBase {
354
355
  type: "elementDataUpdated";