@omnia/tooling-vue 8.0.406-dev → 8.0.408-dev

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.
@@ -176,6 +176,7 @@ import wc1d19aeb722e44b9e9d2617035854dd2a from '../../../../client/fx/ux/admin/u
176
176
  import wc9539268b741944dd970796a5ff9d0b0d from '../../../../client/fx/ux/admin/usermanagement/BusinessProfileUserManagementJourney';
177
177
  import wcebd9788ab21748688f4e594ecf568806 from '../../../../client/fx/ux/admin/usermanagement/usertypes/UserTypeJourney';
178
178
  import wc242dc5602ede41f0b6d4151884a2ec63 from '../../../../client/fx/ux/admin/usermanagement/synchronization/SyncProviderListingBlade';
179
+ import wcf4c5c71da254459ebea826a6bd0a80f7 from '../../../../client/fx/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade';
179
180
  import wcf5842aadad834b4bb7b8ef9d6eb8b8e1 from '../../../../client/fx/ux/admin/usermanagement/users/UserJourney';
180
181
  import wc6f1fc2596ddb411abf1741ed422947e3 from '../../../../client/fx/ux/admin/usermanagement/users/active/Journey';
181
182
  import wcfb9aa542fd414c5f8468aa0ad67d11f7 from '../../../../client/fx/ux/admin/usermanagement/shared/UserDetailBlade';
@@ -4683,6 +4684,13 @@ declare global {
4683
4684
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4684
4685
  };
4685
4686
  } : typeof wc242dc5602ede41f0b6d4151884a2ec63;
4687
+ "logs": typeof wcf4c5c71da254459ebea826a6bd0a80f7 extends {
4688
+ propsDefinition: infer TProp;
4689
+ } ? {
4690
+ new (...args: any[]): {
4691
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4692
+ };
4693
+ } : typeof wcf4c5c71da254459ebea826a6bd0a80f7;
4686
4694
  };
4687
4695
  };
4688
4696
  "user": {