@webex/event-dictionary-ts 1.0.1687 → 1.0.1689

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.
@@ -33003,7 +33003,9 @@
33003
33003
  "hesiod.roap.sent",
33004
33004
  "crc.roap.receive",
33005
33005
  "crc.recording.create.response",
33006
- "crc.recording.active"
33006
+ "crc.recording.active",
33007
+ "crc.recording.delete",
33008
+ "crc.recording.failure"
33007
33009
  ],
33008
33010
  "type": "string"
33009
33011
  },
@@ -13443,7 +13443,9 @@ export interface Event {
13443
13443
  | "hesiod.roap.sent"
13444
13444
  | "crc.roap.receive"
13445
13445
  | "crc.recording.create.response"
13446
- | "crc.recording.active";
13446
+ | "crc.recording.active"
13447
+ | "crc.recording.delete"
13448
+ | "crc.recording.failure";
13447
13449
  isSuccess: boolean;
13448
13450
  /**
13449
13451
  * Failure or Error code specified by CRC/Hesiod.
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1687"
31
+ "version": "1.0.1689"
32
32
  }