@webex/event-dictionary-ts 1.0.1888 → 1.0.1890

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.
@@ -2243,6 +2243,9 @@
2243
2243
  "sign-up"
2244
2244
  ],
2245
2245
  "type": "string"
2246
+ },
2247
+ "onboardingState": {
2248
+ "type": "string"
2246
2249
  }
2247
2250
  }
2248
2251
  },
@@ -2309,6 +2312,10 @@
2309
2312
  "client.idbroker.exchange-token.response",
2310
2313
  "client.idbroker.kms-reduced-scope.request",
2311
2314
  "client.idbroker.kms-reduced-scope.response",
2315
+ "client.idbroker.scim.request",
2316
+ "client.idbroker.scim.response",
2317
+ "client.idbroker.user-invoke.request",
2318
+ "client.idbroker.user-invoke.response",
2312
2319
  "client.installer.start",
2313
2320
  "client.installer.end",
2314
2321
  "client.installer.download-app",
@@ -2325,6 +2332,8 @@
2325
2332
  "client.launcher.end",
2326
2333
  "client.launcher.restart.begin",
2327
2334
  "client.launcher.restart.end",
2335
+ "client.license.activations.request",
2336
+ "client.license.activations.response",
2328
2337
  "client.interstitial-window.launched",
2329
2338
  "client.interstitial-window.start-launch",
2330
2339
  "client.ivr.join.request",
@@ -2767,6 +2767,9 @@
2767
2767
  "sign-up"
2768
2768
  ],
2769
2769
  "type": "string"
2770
+ },
2771
+ "onboardingState": {
2772
+ "type": "string"
2770
2773
  }
2771
2774
  }
2772
2775
  },
@@ -2833,6 +2836,10 @@
2833
2836
  "client.idbroker.exchange-token.response",
2834
2837
  "client.idbroker.kms-reduced-scope.request",
2835
2838
  "client.idbroker.kms-reduced-scope.response",
2839
+ "client.idbroker.scim.request",
2840
+ "client.idbroker.scim.response",
2841
+ "client.idbroker.user-invoke.request",
2842
+ "client.idbroker.user-invoke.response",
2836
2843
  "client.installer.start",
2837
2844
  "client.installer.end",
2838
2845
  "client.installer.download-app",
@@ -2849,6 +2856,8 @@
2849
2856
  "client.launcher.end",
2850
2857
  "client.launcher.restart.begin",
2851
2858
  "client.launcher.restart.end",
2859
+ "client.license.activations.request",
2860
+ "client.license.activations.response",
2852
2861
  "client.interstitial-window.launched",
2853
2862
  "client.interstitial-window.start-launch",
2854
2863
  "client.ivr.join.request",
@@ -10734,6 +10743,9 @@
10734
10743
  "sign-up"
10735
10744
  ],
10736
10745
  "type": "string"
10746
+ },
10747
+ "onboardingState": {
10748
+ "type": "string"
10737
10749
  }
10738
10750
  }
10739
10751
  },
@@ -15338,6 +15350,9 @@
15338
15350
  "sign-up"
15339
15351
  ],
15340
15352
  "type": "string"
15353
+ },
15354
+ "onboardingState": {
15355
+ "type": "string"
15341
15356
  }
15342
15357
  }
15343
15358
  },
@@ -25491,6 +25506,9 @@
25491
25506
  "sign-up"
25492
25507
  ],
25493
25508
  "type": "string"
25509
+ },
25510
+ "onboardingState": {
25511
+ "type": "string"
25494
25512
  }
25495
25513
  }
25496
25514
  },
@@ -29548,6 +29566,9 @@
29548
29566
  "sign-up"
29549
29567
  ],
29550
29568
  "type": "string"
29569
+ },
29570
+ "onboardingState": {
29571
+ "type": "string"
29551
29572
  }
29552
29573
  }
29553
29574
  },
@@ -34953,6 +34974,9 @@
34953
34974
  "sign-up"
34954
34975
  ],
34955
34976
  "type": "string"
34977
+ },
34978
+ "onboardingState": {
34979
+ "type": "string"
34956
34980
  }
34957
34981
  }
34958
34982
  },
@@ -2289,6 +2289,9 @@
2289
2289
  "sign-up"
2290
2290
  ],
2291
2291
  "type": "string"
2292
+ },
2293
+ "onboardingState": {
2294
+ "type": "string"
2292
2295
  }
2293
2296
  }
2294
2297
  },
@@ -2290,6 +2290,9 @@
2290
2290
  "sign-up"
2291
2291
  ],
2292
2292
  "type": "string"
2293
+ },
2294
+ "onboardingState": {
2295
+ "type": "string"
2293
2296
  }
2294
2297
  }
2295
2298
  },
@@ -1085,6 +1085,7 @@ export interface Event {
1085
1085
  additionalProperties?: false;
1086
1086
  };
1087
1087
  signInSignUpType?: "sign-in" | "sign-up";
1088
+ onboardingState?: string;
1088
1089
  additionalProperties?: false;
1089
1090
  };
1090
1091
  isPrivateMeeting?: boolean;
@@ -1147,6 +1148,10 @@ export interface Event {
1147
1148
  | "client.idbroker.exchange-token.response"
1148
1149
  | "client.idbroker.kms-reduced-scope.request"
1149
1150
  | "client.idbroker.kms-reduced-scope.response"
1151
+ | "client.idbroker.scim.request"
1152
+ | "client.idbroker.scim.response"
1153
+ | "client.idbroker.user-invoke.request"
1154
+ | "client.idbroker.user-invoke.response"
1150
1155
  | "client.installer.start"
1151
1156
  | "client.installer.end"
1152
1157
  | "client.installer.download-app"
@@ -1163,6 +1168,8 @@ export interface Event {
1163
1168
  | "client.launcher.end"
1164
1169
  | "client.launcher.restart.begin"
1165
1170
  | "client.launcher.restart.end"
1171
+ | "client.license.activations.request"
1172
+ | "client.license.activations.response"
1166
1173
  | "client.interstitial-window.launched"
1167
1174
  | "client.interstitial-window.start-launch"
1168
1175
  | "client.ivr.join.request"
@@ -4838,6 +4845,7 @@ export interface Event {
4838
4845
  additionalProperties?: false;
4839
4846
  };
4840
4847
  signInSignUpType?: "sign-in" | "sign-up";
4848
+ onboardingState?: string;
4841
4849
  additionalProperties?: false;
4842
4850
  };
4843
4851
  isPrivateMeeting?: boolean;
@@ -6831,6 +6839,7 @@ export interface Event {
6831
6839
  additionalProperties?: false;
6832
6840
  };
6833
6841
  signInSignUpType?: "sign-in" | "sign-up";
6842
+ onboardingState?: string;
6834
6843
  additionalProperties?: false;
6835
6844
  };
6836
6845
  isPrivateMeeting?: boolean;
@@ -10807,6 +10816,7 @@ export interface Event {
10807
10816
  additionalProperties?: false;
10808
10817
  };
10809
10818
  signInSignUpType?: "sign-in" | "sign-up";
10819
+ onboardingState?: string;
10810
10820
  additionalProperties?: false;
10811
10821
  };
10812
10822
  isPrivateMeeting?: boolean;
@@ -12572,6 +12582,7 @@ export interface Event {
12572
12582
  additionalProperties?: false;
12573
12583
  };
12574
12584
  signInSignUpType?: "sign-in" | "sign-up";
12585
+ onboardingState?: string;
12575
12586
  additionalProperties?: false;
12576
12587
  };
12577
12588
  isPrivateMeeting?: boolean;
@@ -14418,6 +14429,7 @@ export interface Event {
14418
14429
  additionalProperties?: false;
14419
14430
  };
14420
14431
  signInSignUpType?: "sign-in" | "sign-up";
14432
+ onboardingState?: string;
14421
14433
  additionalProperties?: false;
14422
14434
  };
14423
14435
  isPrivateMeeting?: boolean;
@@ -15437,6 +15449,7 @@ export interface ClientEvent {
15437
15449
  additionalProperties?: false;
15438
15450
  };
15439
15451
  signInSignUpType?: "sign-in" | "sign-up";
15452
+ onboardingState?: string;
15440
15453
  additionalProperties?: false;
15441
15454
  };
15442
15455
  isPrivateMeeting?: boolean;
@@ -15499,6 +15512,10 @@ export interface ClientEvent {
15499
15512
  | "client.idbroker.exchange-token.response"
15500
15513
  | "client.idbroker.kms-reduced-scope.request"
15501
15514
  | "client.idbroker.kms-reduced-scope.response"
15515
+ | "client.idbroker.scim.request"
15516
+ | "client.idbroker.scim.response"
15517
+ | "client.idbroker.user-invoke.request"
15518
+ | "client.idbroker.user-invoke.response"
15502
15519
  | "client.installer.start"
15503
15520
  | "client.installer.end"
15504
15521
  | "client.installer.download-app"
@@ -15515,6 +15532,8 @@ export interface ClientEvent {
15515
15532
  | "client.launcher.end"
15516
15533
  | "client.launcher.restart.begin"
15517
15534
  | "client.launcher.restart.end"
15535
+ | "client.license.activations.request"
15536
+ | "client.license.activations.response"
15518
15537
  | "client.interstitial-window.launched"
15519
15538
  | "client.interstitial-window.start-launch"
15520
15539
  | "client.ivr.join.request"
@@ -19097,6 +19116,7 @@ export interface FeatureEvent {
19097
19116
  additionalProperties?: false;
19098
19117
  };
19099
19118
  signInSignUpType?: "sign-in" | "sign-up";
19119
+ onboardingState?: string;
19100
19120
  additionalProperties?: false;
19101
19121
  };
19102
19122
  isPrivateMeeting?: boolean;
@@ -20867,6 +20887,7 @@ export interface MediaQualityEvent {
20867
20887
  additionalProperties?: false;
20868
20888
  };
20869
20889
  signInSignUpType?: "sign-in" | "sign-up";
20890
+ onboardingState?: string;
20870
20891
  additionalProperties?: false;
20871
20892
  };
20872
20893
  isPrivateMeeting?: boolean;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1888"
30
+ "version": "1.0.1890"
31
31
  }