@webex/event-dictionary-ts 1.0.1268 → 1.0.1271

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.
@@ -3908,6 +3908,7 @@ export interface Event {
3908
3908
  errorCodeExt1?: number;
3909
3909
  errorData?: {};
3910
3910
  name: "timeout" | "unauthorized" | "downstream-failure" | "upstream-failure" | "other";
3911
+ component?: string;
3911
3912
  additionalProperties?: false;
3912
3913
  }[];
3913
3914
  /**
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.1268"
31
+ "version": "1.0.1271"
32
32
  }