@arsedizioni/ars-utils 18.2.390 → 18.2.391

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.
@@ -1635,6 +1635,28 @@ class ClipperDashboard {
1635
1635
  return this.unreadItems()?.find((x) => x[0] === module)?.[1];
1636
1636
  }
1637
1637
  }
1638
+ class ClipperTeamMemberInfo {
1639
+ constructor() {
1640
+ this.id = null;
1641
+ this.teamId = null;
1642
+ this.name = null;
1643
+ this.email = null;
1644
+ this.isAdmin = null;
1645
+ this.hasPermission55 = null;
1646
+ this.hasPermission56 = null;
1647
+ this.hasPermission57 = null;
1648
+ }
1649
+ }
1650
+ class ClipperTeamInfo {
1651
+ constructor() {
1652
+ this.id = null;
1653
+ this.customerId = null;
1654
+ this.title = null;
1655
+ this.isDisabled = null;
1656
+ this.created = null;
1657
+ this.lastModified = null;
1658
+ }
1659
+ }
1638
1660
  class ClipperUtils {
1639
1661
  /**
1640
1662
  * Check if a model is readable
@@ -2679,5 +2701,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
2679
2701
  * Generated bundle index. Do not edit.
2680
2702
  */
2681
2703
 
2682
- export { ArsClipperCommonModule, ClipperAuthInterceptor, ClipperAuthors, ClipperChannel, ClipperChannelSettings, ClipperChannels, ClipperDashboard, ClipperDocumentChangeReasons, ClipperDocumentContainer, ClipperExportDocumentsFormat, ClipperFacet, ClipperMessages, ClipperModel, ClipperModels, ClipperModule, ClipperModuleGroup, ClipperModuleGroups, ClipperModules, ClipperQueryReferencesMode, ClipperRegions, ClipperSearchCalendarSnapshotResult, ClipperSearchFacetsSnapshot, ClipperSearchParams, ClipperSearchResult, ClipperSearchUtils, ClipperSectorTypes, ClipperSectors, ClipperSelectionMode, ClipperService, ClipperServiceFlags, ClipperSort, ClipperSources, ClipperUtils };
2704
+ export { ArsClipperCommonModule, ClipperAuthInterceptor, ClipperAuthors, ClipperChannel, ClipperChannelSettings, ClipperChannels, ClipperDashboard, ClipperDocumentChangeReasons, ClipperDocumentContainer, ClipperExportDocumentsFormat, ClipperFacet, ClipperMessages, ClipperModel, ClipperModels, ClipperModule, ClipperModuleGroup, ClipperModuleGroups, ClipperModules, ClipperQueryReferencesMode, ClipperRegions, ClipperSearchCalendarSnapshotResult, ClipperSearchFacetsSnapshot, ClipperSearchParams, ClipperSearchResult, ClipperSearchUtils, ClipperSectorTypes, ClipperSectors, ClipperSelectionMode, ClipperService, ClipperServiceFlags, ClipperSort, ClipperSources, ClipperTeamInfo, ClipperTeamMemberInfo, ClipperUtils };
2683
2705
  //# sourceMappingURL=arsedizioni-ars-utils-clipper.common.mjs.map