@webex/event-dictionary-ts 1.0.1641 → 1.0.1643

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.
@@ -7145,6 +7145,9 @@
7145
7145
  }
7146
7146
  }
7147
7147
  }
7148
+ },
7149
+ "webClientPreload": {
7150
+ "type": "boolean"
7148
7151
  }
7149
7152
  }
7150
7153
  }
@@ -7649,6 +7649,9 @@
7649
7649
  }
7650
7650
  }
7651
7651
  }
7652
+ },
7653
+ "webClientPreload": {
7654
+ "type": "boolean"
7652
7655
  }
7653
7656
  }
7654
7657
  },
@@ -3642,6 +3642,7 @@ export interface Event {
3642
3642
  };
3643
3643
  additionalProperties?: false;
3644
3644
  };
3645
+ webClientPreload?: boolean;
3645
3646
  additionalProperties?: false;
3646
3647
  }
3647
3648
  | {
@@ -16849,6 +16850,7 @@ export interface ClientEvent {
16849
16850
  };
16850
16851
  additionalProperties?: false;
16851
16852
  };
16853
+ webClientPreload?: boolean;
16852
16854
  additionalProperties?: false;
16853
16855
  }
16854
16856
 
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.1641"
31
+ "version": "1.0.1643"
32
32
  }