@webex/event-dictionary-ts 1.0.1726 → 1.0.1728

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.
@@ -7272,6 +7272,9 @@
7272
7272
  },
7273
7273
  "webClientPreload": {
7274
7274
  "type": "boolean"
7275
+ },
7276
+ "forceLogin": {
7277
+ "type": "boolean"
7275
7278
  }
7276
7279
  }
7277
7280
  }
@@ -7783,6 +7783,9 @@
7783
7783
  },
7784
7784
  "webClientPreload": {
7785
7785
  "type": "boolean"
7786
+ },
7787
+ "forceLogin": {
7788
+ "type": "boolean"
7786
7789
  }
7787
7790
  }
7788
7791
  },
@@ -3702,6 +3702,7 @@ export interface Event {
3702
3702
  additionalProperties?: false;
3703
3703
  };
3704
3704
  webClientPreload?: boolean;
3705
+ forceLogin?: boolean;
3705
3706
  additionalProperties?: false;
3706
3707
  }
3707
3708
  | {
@@ -17265,6 +17266,7 @@ export interface ClientEvent {
17265
17266
  additionalProperties?: false;
17266
17267
  };
17267
17268
  webClientPreload?: boolean;
17269
+ forceLogin?: boolean;
17268
17270
  additionalProperties?: false;
17269
17271
  }
17270
17272
 
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.1726"
31
+ "version": "1.0.1728"
32
32
  }