@posiwise/admin-module 0.0.178 → 0.0.180

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.
Files changed (29) hide show
  1. package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +17 -11
  2. package/esm2022/lib/components/config/global-config-details/global-config-details.component.mjs +1 -1
  3. package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +1 -1
  4. package/esm2022/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.mjs +1 -1
  5. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +1 -1
  6. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.mjs +1 -1
  7. package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +1 -1
  8. package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +1 -1
  9. package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +1 -1
  10. package/esm2022/lib/components/mailer/mailer-details/mailer-details.component.mjs +1 -1
  11. package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +1 -1
  12. package/esm2022/lib/components/products/product-details/product-details.component.mjs +4 -4
  13. package/esm2022/lib/components/resources/resources-admin-details/resources-admin-details.component.mjs +1 -1
  14. package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +1 -1
  15. package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +24 -18
  16. package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +1 -1
  17. package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +3 -3
  18. package/esm2022/lib/components/tags/tags-details/tags-details.component.mjs +1 -1
  19. package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +1 -1
  20. package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +1 -1
  21. package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +1 -1
  22. package/esm2022/lib/components/tracking/events/events.component.mjs +1 -1
  23. package/esm2022/lib/components/tracking/versions/versions.component.mjs +1 -1
  24. package/esm2022/lib/shared/interface/privacy-tos.interface.mjs +1 -1
  25. package/fesm2022/posiwise-admin-module.mjs +56 -45
  26. package/fesm2022/posiwise-admin-module.mjs.map +1 -1
  27. package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +3 -1
  28. package/lib/shared/interface/privacy-tos.interface.d.ts +1 -0
  29. package/package.json +1 -1
@@ -82,8 +82,10 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
82
82
  onUserImpersonation(_event: any): void;
83
83
  disable2fa(id: number): void;
84
84
  remove2fa(_event: any): void;
85
+ /**
86
+ * Remove a member from the current subscription (without deleting the user).
87
+ */
85
88
  onDelete(user: User): void;
86
- deleteUser(_event: any): void;
87
89
  onMembersAdded(): void;
88
90
  private getSubscriptionDetails;
89
91
  static ɵfac: i0.ɵɵFactoryDeclaration<SubscriptionUsersComponent, never>;
@@ -4,6 +4,7 @@ export interface PrivacyTos {
4
4
  tos: string;
5
5
  title: string;
6
6
  subscription_id: number;
7
+ tos_updated_at?: string | Date;
7
8
  }
8
9
  export interface PrivacyTosResponse {
9
10
  product_privacy_services: PrivacyTos[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.178",
3
+ "version": "0.0.180",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",