cyc-type-def 8.0.0 → 8.1.0

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.cts CHANGED
@@ -528,6 +528,7 @@ declare enum DialogAction {
528
528
  interface BaseDialogInput<T extends Base = Base> {
529
529
  action: DialogAction;
530
530
  entity?: T;
531
+ auditInfo?: Base;
531
532
  }
532
533
 
533
534
  interface Period extends Base {
package/dist/index.d.ts CHANGED
@@ -528,6 +528,7 @@ declare enum DialogAction {
528
528
  interface BaseDialogInput<T extends Base = Base> {
529
529
  action: DialogAction;
530
530
  entity?: T;
531
+ auditInfo?: Base;
531
532
  }
532
533
 
533
534
  interface Period extends Base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",