@posiwise/admin-module 0.0.141 → 0.0.142

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 (167) hide show
  1. package/esm2022/lib/admin-guard.service.mjs +2 -2
  2. package/esm2022/lib/admin-module.routing.mjs +17 -17
  3. package/esm2022/lib/admin.module.mjs +41 -41
  4. package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +5 -5
  5. package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +2 -2
  6. package/esm2022/lib/components/TOS/terms-of-service-tabs/terms-of-service-tabs.component.mjs +1 -1
  7. package/esm2022/lib/components/config/global-config-details/global-config-details.component.mjs +1 -1
  8. package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +3 -3
  9. package/esm2022/lib/components/config/global-config-tabs/global-config-tabs.component.mjs +1 -1
  10. package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +6 -6
  11. package/esm2022/lib/components/contact-us/contact-us-tabs/contact-us-tabs.component.mjs +1 -1
  12. package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +4 -4
  13. package/esm2022/lib/components/credentials/credentials-details/credentials-details.component.mjs +1 -1
  14. package/esm2022/lib/components/credentials/credentials-tab/credentials-tab.component.mjs +1 -1
  15. package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +7 -7
  16. package/esm2022/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.mjs +1 -1
  17. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +4 -4
  18. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.mjs +2 -2
  19. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-details.component.mjs +2 -2
  20. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.mjs +2 -2
  21. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.mjs +4 -4
  22. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +2 -2
  23. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +2 -2
  24. package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +2 -2
  25. package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +6 -6
  26. package/esm2022/lib/components/domain-config/domain-config-tabs/domain-config-tabs.component.mjs +1 -1
  27. package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +14 -14
  28. package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +15 -13
  29. package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +11 -11
  30. package/esm2022/lib/components/faqs/faqs-tabs/faqs-tabs.component.mjs +1 -1
  31. package/esm2022/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.mjs +2 -2
  32. package/esm2022/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.mjs +5 -5
  33. package/esm2022/lib/components/generic/generic-misc/generic-misc.component.mjs +3 -3
  34. package/esm2022/lib/components/generic/generic-tabs/generic-tabs.component.mjs +1 -1
  35. package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +3 -3
  36. package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +3 -3
  37. package/esm2022/lib/components/incidents/incidents-tabs/incidents-tabs.component.mjs +1 -1
  38. package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +2 -2
  39. package/esm2022/lib/components/login-notifications/login-notification-tabs/login-notification-tabs.component.mjs +1 -1
  40. package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +5 -5
  41. package/esm2022/lib/components/mailer/mailer-details/mailer-details.component.mjs +3 -3
  42. package/esm2022/lib/components/mailer/mailer-list/mailer-list.component.mjs +6 -6
  43. package/esm2022/lib/components/mailer/mailer-tabs/mailer-tabs.component.mjs +1 -1
  44. package/esm2022/lib/components/newsletters/newsletter-details/newsletter-details.component.mjs +2 -2
  45. package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +8 -8
  46. package/esm2022/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.mjs +5 -5
  47. package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.mjs +4 -4
  48. package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +6 -6
  49. package/esm2022/lib/components/newsletters/newsletters-list/newsletters-list.component.mjs +5 -5
  50. package/esm2022/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.mjs +2 -2
  51. package/esm2022/lib/components/permissions/permissions-details/permissions-details.component.mjs +2 -2
  52. package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +5 -5
  53. package/esm2022/lib/components/permissions/permissions-tabs/permissions-tabs.component.mjs +1 -1
  54. package/esm2022/lib/components/permissions/role-details/role-details.component.mjs +2 -2
  55. package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +5 -5
  56. package/esm2022/lib/components/products/product-details/product-details.component.mjs +6 -6
  57. package/esm2022/lib/components/products/products-insight/products-insight.component.mjs +2 -2
  58. package/esm2022/lib/components/products/products-list/products-list.component.mjs +7 -7
  59. package/esm2022/lib/components/products/products-tabs/products-tabs.component.mjs +1 -1
  60. package/esm2022/lib/components/products/users-list-for-product/users-list-for-product.component.mjs +1 -1
  61. package/esm2022/lib/components/subscriptions/subscription-agents/subscription-agents.component.mjs +2 -2
  62. package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +5 -5
  63. package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +3 -3
  64. package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +3 -3
  65. package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +4 -4
  66. package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +30 -7
  67. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.mjs +3 -3
  68. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.mjs +3 -3
  69. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.mjs +3 -3
  70. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +4 -4
  71. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.mjs +3 -3
  72. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.mjs +3 -3
  73. package/esm2022/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.mjs +3 -3
  74. package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +7 -7
  75. package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +9 -9
  76. package/esm2022/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.mjs +1 -1
  77. package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +6 -6
  78. package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +8 -8
  79. package/esm2022/lib/components/tags/tags-tabs/tags-tabs.component.mjs +1 -1
  80. package/esm2022/lib/components/tips/tip-detail/tip-detail.component.mjs +1 -1
  81. package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +2 -2
  82. package/esm2022/lib/components/tips/tips-tabs/tips-tabs.component.mjs +1 -1
  83. package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +7 -7
  84. package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +7 -7
  85. package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +7 -7
  86. package/esm2022/lib/components/tracking/events/events.component.mjs +4 -4
  87. package/esm2022/lib/components/tracking/tracking-tabs/tracking-tabs.component.mjs +1 -1
  88. package/esm2022/lib/components/tracking/versions/versions.component.mjs +4 -4
  89. package/esm2022/lib/components/users/user-details/user-details.component.mjs +2 -2
  90. package/esm2022/lib/components/users/users-insight/users-insight.component.mjs +1 -1
  91. package/esm2022/lib/components/users/users-list/users-list.component.mjs +13 -13
  92. package/esm2022/lib/components/users/users-tabs/users-tabs.component.mjs +1 -1
  93. package/fesm2022/posiwise-admin-module.mjs +5682 -5658
  94. package/fesm2022/posiwise-admin-module.mjs.map +1 -1
  95. package/lib/admin-guard.service.d.ts +1 -1
  96. package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +3 -3
  97. package/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +1 -1
  98. package/lib/components/config/global-config-details/global-config-details.component.d.ts +2 -2
  99. package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -2
  100. package/lib/components/contact-us/contact-us-list/contact-us-list.component.d.ts +4 -4
  101. package/lib/components/credentials/credentials/credentials.component.d.ts +3 -3
  102. package/lib/components/credentials/credentials-details/credentials-details.component.d.ts +1 -1
  103. package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +5 -5
  104. package/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.d.ts +2 -2
  105. package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +4 -4
  106. package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +2 -2
  107. package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +2 -2
  108. package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +2 -2
  109. package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +3 -3
  110. package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +2 -2
  111. package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +1 -1
  112. package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +2 -2
  113. package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +4 -4
  114. package/lib/components/faqs/add-faq/add-faq.component.d.ts +11 -11
  115. package/lib/components/faqs/edit-faq/edit-faq.component.d.ts +14 -11
  116. package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +10 -10
  117. package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +4 -4
  118. package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +4 -4
  119. package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +3 -3
  120. package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +3 -3
  121. package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +1 -1
  122. package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +3 -3
  123. package/lib/components/mailer/mailer-list/mailer-list.component.d.ts +2 -2
  124. package/lib/components/mailer/mailer-tabs/mailer-tabs.component.d.ts +1 -1
  125. package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +1 -1
  126. package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +7 -7
  127. package/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.d.ts +5 -5
  128. package/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.d.ts +2 -2
  129. package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +6 -6
  130. package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +2 -2
  131. package/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.d.ts +1 -1
  132. package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +3 -3
  133. package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +4 -4
  134. package/lib/components/permissions/role-details/role-details.component.d.ts +4 -4
  135. package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -2
  136. package/lib/components/products/product-details/product-details.component.d.ts +14 -13
  137. package/lib/components/products/products-insight/products-insight.component.d.ts +1 -1
  138. package/lib/components/products/products-list/products-list.component.d.ts +6 -6
  139. package/lib/components/products/users-list-for-product/users-list-for-product.component.d.ts +2 -2
  140. package/lib/components/subscriptions/subscription-agents/subscription-agents.component.d.ts +2 -2
  141. package/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.d.ts +2 -2
  142. package/lib/components/subscriptions/subscription-details/subscription-details.component.d.ts +7 -7
  143. package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +2 -2
  144. package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +5 -5
  145. package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +7 -5
  146. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.d.ts +1 -1
  147. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.d.ts +1 -1
  148. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.d.ts +1 -1
  149. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.d.ts +3 -3
  150. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.d.ts +1 -1
  151. package/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.d.ts +1 -1
  152. package/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.d.ts +1 -1
  153. package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +10 -10
  154. package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +7 -7
  155. package/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.d.ts +1 -1
  156. package/lib/components/tags/tags-category/tags-category.component.d.ts +4 -4
  157. package/lib/components/tags/tags-list/tags-list.component.d.ts +6 -6
  158. package/lib/components/tips/tips-list/tips-list.component.d.ts +1 -1
  159. package/lib/components/tracking/ahoy-events/ahoy-events.component.d.ts +9 -9
  160. package/lib/components/tracking/ahoy-messages/ahoy-messages.component.d.ts +9 -9
  161. package/lib/components/tracking/ahoy-visits/ahoy-visits.component.d.ts +9 -9
  162. package/lib/components/tracking/events/events.component.d.ts +6 -6
  163. package/lib/components/tracking/versions/versions.component.d.ts +6 -6
  164. package/lib/components/users/user-details/user-details.component.d.ts +2 -2
  165. package/lib/components/users/users-list/users-list.component.d.ts +13 -13
  166. package/lib/components/users/users-tabs/users-tabs.component.d.ts +1 -1
  167. package/package.json +1 -1
@@ -7,9 +7,9 @@ import { Incident } from '../../../shared/interface/admin-module-shared.interfac
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AddEditIncidentComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
9
9
  private readonly commonService;
10
+ editForm: NgForm;
10
11
  form: UntypedFormGroup;
11
12
  sanitizedHtml: SafeHtml;
12
- subscriptionId: number;
13
13
  routers: {
14
14
  globalConfigDetails: string;
15
15
  adminCredentialsDetails: string;
@@ -51,10 +51,10 @@ export declare class AddEditIncidentComponent extends AppBaseComponent implement
51
51
  isLoading: boolean;
52
52
  p1: number;
53
53
  p: number;
54
+ subscriptionId: number;
55
+ id: number;
54
56
  companyName: any;
55
- editForm: NgForm;
56
57
  currentIncident: Incident;
57
- id: number;
58
58
  isSuperAdmin: boolean;
59
59
  submitted: boolean;
60
60
  buttonBusy: boolean;
@@ -6,7 +6,6 @@ import { LazyLoadEvent } from 'primeng/api';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class IncidentListComponent extends AppBaseComponent implements OnInit, OnDestroy {
8
8
  private readonly commonService;
9
- landing: boolean;
10
9
  routers: {
11
10
  globalConfigDetails: string;
12
11
  adminCredentialsDetails: string;
@@ -40,15 +39,16 @@ export declare class IncidentListComponent extends AppBaseComponent implements O
40
39
  inviteUsers: string;
41
40
  subscriptionList: string;
42
41
  };
43
- subscriptionId: number;
44
42
  logo: string;
45
43
  showList: boolean;
46
44
  isLoaded: boolean;
45
+ landing: boolean;
47
46
  openIncidents: any[];
48
- totalRecordsUnFiltered: number;
47
+ subscriptionId: number;
49
48
  totalRecords: number;
50
49
  p1: number;
51
50
  p: number;
51
+ totalRecordsUnFiltered: number;
52
52
  private page;
53
53
  searchText: string;
54
54
  companyName: any;
@@ -1,9 +1,9 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { Observable } from 'rxjs';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
5
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
6
5
  import { ProductService } from '@posiwise/common-services';
6
+ import { Observable } from 'rxjs';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LoginNotificationDetailsComponent extends AppBaseComponent implements OnInit {
9
9
  private readonly adminService;
@@ -1,17 +1,17 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
4
- import { LoginNotificationResponse } from '../../../shared/interface/login-notification.interface';
5
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { LazyLoadEvent } from 'primeng/api';
5
+ import { LoginNotificationResponse } from '../../../shared/interface/login-notification.interface';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LoginNotificationsListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
8
8
  private readonly adminService;
9
9
  private readonly cdr;
10
+ private page;
10
11
  data: LoginNotificationResponse;
11
12
  searchText: string;
12
13
  loading: boolean;
13
14
  isLoaded: boolean;
14
- private page;
15
15
  routers: {
16
16
  globalConfigDetails: string;
17
17
  adminCredentialsDetails: string;
@@ -1,11 +1,12 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
4
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { LazyLoadEvent } from 'primeng/api';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MailerListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
7
7
  private readonly adminService;
8
8
  private readonly cdr;
9
+ private page;
9
10
  data: {
10
11
  custom_emails: any[];
11
12
  object_count: number;
@@ -15,7 +16,6 @@ export declare class MailerListComponent extends AppBaseComponent implements OnI
15
16
  availableMailerTypes: any;
16
17
  loading: boolean;
17
18
  isLoaded: boolean;
18
- private page;
19
19
  routers: {
20
20
  globalConfigDetails: string;
21
21
  adminCredentialsDetails: string;
@@ -1,6 +1,6 @@
1
1
  import { Injector } from '@angular/core';
2
- import { MenuItem } from 'primeng/api';
3
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import { MenuItem } from 'primeng/api';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MailerComponent extends AppBaseComponent {
6
6
  constructor(injector: Injector);
@@ -1,8 +1,8 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
3
  import { AdminService } from '@posiwise/admin-module-utils';
4
- import { NewsLetter } from '../../../shared/interface/newsletter.interface';
5
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
5
+ import { NewsLetter } from '../../../shared/interface/newsletter.interface';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class NewsletterDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
8
8
  private readonly adminService;
@@ -1,31 +1,33 @@
1
1
  import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
+ import { DomSanitizer } from '@angular/platform-browser';
3
4
  import { NgxGpAutocompleteDirective } from '@angular-magic/ngx-gp-autocomplete';
4
5
  import { AdminService } from '@posiwise/admin-module-utils';
5
- import { NewsLetterItem, Tag } from '../../../shared/interface/newsletter.interface';
6
6
  import { AppBaseComponent } from '@posiwise/app-base-component';
7
7
  import { ProductService, TagService } from '@posiwise/common-services';
8
- import { DomSanitizer } from '@angular/platform-browser';
8
+ import { NewsLetterItem, Tag } from '../../../shared/interface/newsletter.interface';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class NewsletterItemDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
11
11
  private readonly adminService;
12
12
  private readonly tagService;
13
13
  private readonly productService;
14
14
  private readonly sanitizer;
15
+ private readonly page;
16
+ placesRef: NgxGpAutocompleteDirective;
15
17
  form: UntypedFormGroup;
16
18
  submitted: boolean;
17
19
  buttonBusy: boolean;
18
20
  id: number;
19
21
  data: NewsLetterItem;
20
22
  isLoading: boolean;
21
- newsletters: any[];
22
23
  options: any[];
23
- placesRef: NgxGpAutocompleteDirective;
24
+ newsletters: any[];
24
25
  newsletterItems: any[];
25
26
  allTags: Tag[];
26
27
  tagsSuggestion: any[];
27
28
  selectedTags: any[];
28
29
  products: any[];
30
+ featureKeys: any[];
29
31
  routers: {
30
32
  globalConfigDetails: string;
31
33
  adminCredentialsDetails: string;
@@ -60,11 +62,9 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
60
62
  subscriptionList: string;
61
63
  };
62
64
  subscriptionId: number;
63
- private readonly page;
65
+ newsletterId: number;
64
66
  userLoggedIn: boolean;
65
- featureKeys: any[];
66
67
  userNameSyntax: string;
67
- newsletterId: number;
68
68
  editorConfig: any;
69
69
  constructor(adminService: AdminService, tagService: TagService, productService: ProductService, injector: Injector, sanitizer: DomSanitizer);
70
70
  ngAfterViewInit(): void;
@@ -1,19 +1,19 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
4
- import { NewsLetterUserResponse } from '../../../shared/interface/newsletter.interface';
5
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { LazyLoadEvent } from 'primeng/api';
5
+ import { NewsLetterUserResponse } from '../../../shared/interface/newsletter.interface';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class NewsletterUsersListComponent extends AppBaseComponent implements OnInit, AfterViewChecked, OnDestroy {
8
8
  private readonly adminService;
9
9
  private readonly cdr;
10
- id: number;
11
- searchText: string;
10
+ private page;
12
11
  data: NewsLetterUserResponse;
13
12
  isLoaded: boolean;
14
13
  loading: boolean;
15
- private page;
16
14
  subscriptionId: number;
15
+ id: number;
16
+ searchText: string;
17
17
  constructor(injector: Injector, adminService: AdminService, cdr: ChangeDetectorRef);
18
18
  ngOnInit(): void;
19
19
  ngAfterViewChecked(): void;
@@ -1,7 +1,7 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
3
2
  import { DomSanitizer } from '@angular/platform-browser';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
4
+ import { AppBaseComponent } from '@posiwise/app-base-component';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class NewsLetterItemViewComponent extends AppBaseComponent implements OnInit, OnDestroy {
7
7
  private readonly sanitizer;
@@ -42,8 +42,8 @@ export declare class NewsLetterItemViewComponent extends AppBaseComponent implem
42
42
  };
43
43
  isLoaded: boolean;
44
44
  communicationDetails: any;
45
- subscriptionId: number;
46
45
  data: any;
46
+ subscriptionId: number;
47
47
  isLoading: boolean;
48
48
  constructor(injector: Injector, sanitizer: DomSanitizer, adminService: AdminService);
49
49
  ngOnInit(): void;
@@ -1,22 +1,24 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
4
  import { User } from '@posiwise/common-utilities';
5
+ import { LazyLoadEvent } from 'primeng/api';
5
6
  import { NewsLetterItem } from '../../../shared/interface/newsletter.interface';
6
- import { AppBaseComponent } from '@posiwise/app-base-component';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class NewslettersItemsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
9
9
  private readonly adminService;
10
10
  private readonly cdr;
11
- newslettersItemsTotal: number;
12
11
  searchTextItems: string;
13
12
  newslettersItems: NewsLetterItem[];
14
13
  allNewslettersItems: NewsLetterItem[];
15
- isLoading: boolean;
16
14
  newsletters: any[];
15
+ isLoading: boolean;
17
16
  isItemsEmpty: boolean;
18
17
  user: User;
19
18
  newsletterId: number;
19
+ newslettersItemsTotal: number;
20
+ subscriptionId: number;
21
+ newsletterIdForItem: number;
20
22
  selectedNewsletter: {
21
23
  label: string;
22
24
  };
@@ -56,9 +58,7 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
56
58
  inviteUsers: string;
57
59
  subscriptionList: string;
58
60
  };
59
- subscriptionId: number;
60
61
  userLoggedIn: boolean;
61
- newsletterIdForItem: number;
62
62
  constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
63
63
  ngOnInit(): void;
64
64
  ngAfterViewChecked(): void;
@@ -1,8 +1,8 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
4
- import { NewsLetter, NewsLetterResponse } from '../../../shared/interface/newsletter.interface';
5
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { LazyLoadEvent } from 'primeng/api';
5
+ import { NewsLetter, NewsLetterResponse } from '../../../shared/interface/newsletter.interface';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class NewslettersListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
8
8
  private readonly adminService;
@@ -1,6 +1,6 @@
1
1
  import { Injector } from '@angular/core';
2
- import { MenuItem } from 'primeng/api';
3
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import { MenuItem } from 'primeng/api';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NewsletterComponent extends AppBaseComponent {
6
6
  constructor(injector: Injector);
@@ -1,10 +1,10 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { MenuItem } from 'primeng/api';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
5
- import { Permission } from '../../../shared/interface/permission.interface';
6
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
7
5
  import { PermissionTreeComponent } from '@posiwise/shared-components';
6
+ import { MenuItem } from 'primeng/api';
7
+ import { Permission } from '../../../shared/interface/permission.interface';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class PermissionsDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
10
10
  private readonly adminService;
@@ -13,8 +13,8 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
13
13
  form: UntypedFormGroup;
14
14
  id: number;
15
15
  activeItem: MenuItem;
16
- buttonBusy: boolean;
17
16
  items: MenuItem[];
17
+ buttonBusy: boolean;
18
18
  isLoading: boolean;
19
19
  permissions: Permission;
20
20
  routers: {
@@ -1,17 +1,16 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
4
  import { Role } from '@posiwise/common-utilities';
5
+ import { LazyLoadEvent } from 'primeng/api';
5
6
  import { PermissionResponse } from '../../../shared/interface/permission.interface';
6
- import { AppBaseComponent } from '@posiwise/app-base-component';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class PermissionsListComponent extends AppBaseComponent implements OnDestroy, AfterViewChecked {
9
9
  private readonly adminService;
10
10
  private readonly cdr;
11
- searchText: string;
11
+ private page;
12
12
  data: PermissionResponse;
13
13
  loading: boolean;
14
- private page;
15
14
  isLoaded: boolean;
16
15
  routers: {
17
16
  globalConfigDetails: string;
@@ -46,6 +45,7 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
46
45
  inviteUsers: string;
47
46
  subscriptionList: string;
48
47
  };
48
+ searchText: string;
49
49
  constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
50
50
  ngAfterViewChecked(): void;
51
51
  onLazyLoad(event: LazyLoadEvent): void;
@@ -1,10 +1,10 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { MenuItem } from 'primeng/api';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
5
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
6
- import { PermissionTreeComponent } from '@posiwise/shared-components';
7
5
  import { Role } from '@posiwise/common-utilities';
6
+ import { PermissionTreeComponent } from '@posiwise/shared-components';
7
+ import { MenuItem } from 'primeng/api';
8
8
  import { PermissionResponse } from '../../../shared/interface/admin-module-shared.interface';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class RoleDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
@@ -13,13 +13,13 @@ export declare class RoleDetailsComponent extends AppBaseComponent implements On
13
13
  permissionTree: PermissionTreeComponent;
14
14
  form: UntypedFormGroup;
15
15
  buttonBusy: boolean;
16
- id: number;
17
16
  isLoading: boolean;
17
+ id: number;
18
+ subscriptionId: number;
18
19
  role: Role;
19
20
  activeItem: MenuItem;
20
21
  items: MenuItem[];
21
22
  permissions: PermissionResponse;
22
- subscriptionId: number;
23
23
  constructor(adminService: AdminService, injector: Injector);
24
24
  ngOnInit(): void;
25
25
  private getRolePermissions;
@@ -1,18 +1,18 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
2
  import { AdminService } from '@posiwise/admin-module-utils';
4
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
5
4
  import { Role } from '@posiwise/common-utilities';
5
+ import { LazyLoadEvent } from 'primeng/api';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class RolesListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
8
8
  private readonly adminService;
9
9
  private readonly cdr;
10
+ private page;
10
11
  totalRecords: number;
11
12
  searchText: string;
12
13
  roles: Role[];
13
14
  loading: boolean;
14
15
  isLoaded: boolean;
15
- private page;
16
16
  totalRecordsUnFiltered: number;
17
17
  routers: {
18
18
  globalConfigDetails: string;
@@ -1,45 +1,46 @@
1
1
  import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
4
- import { SelectItem } from 'primeng/api';
5
- import { Observable } from 'rxjs';
6
3
  import { AdminService } from '@posiwise/admin-module-utils';
7
- import { PrivacyTos } from '../../../shared/interface/privacy-tos.interface';
8
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
9
5
  import { ProductService } from '@posiwise/common-services';
10
6
  import { Product } from '@posiwise/common-utilities';
7
+ import { SelectItem } from 'primeng/api';
8
+ import { Observable } from 'rxjs';
9
+ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
11
10
  import { SubscriptionRole, SubscriptionsRolesData } from '../../../shared/interface/admin-module-shared.interface';
11
+ import { PrivacyTos } from '../../../shared/interface/privacy-tos.interface';
12
12
  import * as i0 from "@angular/core";
13
13
  export declare class ProductDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
14
14
  private readonly productService;
15
15
  private readonly modalService;
16
16
  private readonly adminService;
17
+ supportedCurrency$: Observable<string>;
18
+ supportedRegions$: Observable<string>;
19
+ s: any;
17
20
  form: UntypedFormGroup;
18
21
  submitted: boolean;
19
- id: number;
20
22
  isLoading: boolean;
21
- duplicateId: number;
22
23
  data: Product;
23
24
  productsList: SelectItem[];
25
+ categories: any[];
26
+ allTos: PrivacyTos[];
27
+ allRoles: SelectItem[];
28
+ productRoles: SubscriptionRole[];
24
29
  selectedProducts: SelectItem[];
25
30
  selectedScopes: SelectItem[];
26
31
  selectedPartnerProducts: SelectItem[];
27
- squaredLogo: string;
28
32
  frequency: {
29
33
  label: string;
30
34
  value: string;
31
35
  }[];
32
- categories: any[];
33
- allTos: PrivacyTos[];
34
- allRoles: SelectItem[];
35
36
  subscriptionsRolesData: SubscriptionsRolesData;
36
- productRoles: SubscriptionRole[];
37
37
  slug: string;
38
38
  fullLogo: string;
39
+ squaredLogo: string;
39
40
  subscriptionId: number;
40
41
  masterProductId: number;
41
- supportedCurrency$: Observable<string>;
42
- supportedRegions$: Observable<string>;
42
+ id: number;
43
+ duplicateId: number;
43
44
  editorConfig: any;
44
45
  constructor(injector: Injector, productService: ProductService, modalService: NgbModal, adminService: AdminService);
45
46
  ngAfterViewInit(): void;
@@ -1,7 +1,7 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { Plotly } from '@posiwise/common-utilities';
4
3
  import { ProductService } from '@posiwise/common-services';
4
+ import { Plotly } from '@posiwise/common-utilities';
5
5
  import moment from 'moment';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ProductInsightComponent extends AppBaseComponent implements OnInit, OnDestroy {
@@ -1,22 +1,22 @@
1
1
  import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { LazyLoadEvent } from 'primeng/api';
3
- import { Product } from '@posiwise/common-utilities';
4
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
5
- import { PasswordValidationComponent } from '@posiwise/shared-components';
6
3
  import { ProductService } from '@posiwise/common-services';
4
+ import { Product } from '@posiwise/common-utilities';
5
+ import { PasswordValidationComponent } from '@posiwise/shared-components';
6
+ import { LazyLoadEvent } from 'primeng/api';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ProductsListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
9
9
  private readonly productService;
10
10
  private readonly cdr;
11
11
  passwordValidationModalForProductDelete: PasswordValidationComponent;
12
- totalRecords: number;
12
+ private productToDelete;
13
13
  loading: boolean;
14
14
  searchText: string;
15
15
  products: any[];
16
16
  page: number;
17
+ totalRecordsUnFiltered: number;
17
18
  billingFrequency: string[];
18
19
  categories: any[];
19
- totalRecordsUnFiltered: number;
20
20
  routers: {
21
21
  globalConfigDetails: string;
22
22
  adminCredentialsDetails: string;
@@ -51,12 +51,12 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
51
51
  subscriptionList: string;
52
52
  };
53
53
  userLoggedIn: boolean;
54
+ totalRecords: number;
54
55
  subscriptionId: number;
55
56
  currency: any[];
56
57
  regions: any[];
57
58
  filterByFeatureKeys: any[];
58
59
  featureKeysList: any[];
59
- private productToDelete;
60
60
  constructor(productService: ProductService, injector: Injector, cdr: ChangeDetectorRef);
61
61
  ngOnInit(): void;
62
62
  ngAfterViewChecked(): void;
@@ -1,14 +1,14 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { SubscriptionMember, User } from '@posiwise/common-utilities';
4
3
  import { ProductService } from '@posiwise/common-services';
4
+ import { SubscriptionMember, User } from '@posiwise/common-utilities';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class UsersListForProductComponent extends AppBaseComponent implements OnInit, OnDestroy {
7
7
  private readonly productService;
8
8
  totalRecords: number;
9
+ id: number;
9
10
  loading: boolean;
10
11
  searchText: string;
11
- id: number;
12
12
  users: SubscriptionMember[];
13
13
  productName: string;
14
14
  currentUser: User;
@@ -1,19 +1,19 @@
1
1
  import { Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { NgbDatepickerConfig } from '@ng-bootstrap/ng-bootstrap';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
5
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
6
5
  import { GroupService } from '@posiwise/common-services';
6
+ import { NgbDatepickerConfig } from '@ng-bootstrap/ng-bootstrap';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AgentDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
9
9
  private readonly adminService;
10
10
  private readonly groupService;
11
11
  private readonly config;
12
+ private agentDetails;
12
13
  form: UntypedFormGroup;
13
14
  submitted: boolean;
14
15
  subscriptionId: number;
15
16
  agentId: number;
16
- private agentDetails;
17
17
  allUsers: any[];
18
18
  filteredUsers: any[];
19
19
  constructor(adminService: AdminService, groupService: GroupService, config: NgbDatepickerConfig, injector: Injector);
@@ -1,21 +1,21 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
- import { NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';
4
3
  import { AdminService } from '@posiwise/admin-module-utils';
5
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
5
+ import { NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';
6
6
  import { AgentUser } from '../../../shared/interface/admin-module-shared.interface';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class SubscriptionAgentsListComponent extends AppBaseComponent implements OnInit {
9
9
  private readonly adminService;
10
10
  private readonly parserFormatter;
11
11
  id: number;
12
- allAgents: any[];
13
12
  totalRecords: number;
14
13
  isLoaded: boolean;
15
14
  loading: boolean;
16
15
  searchText: string;
17
16
  newEmbass: boolean;
18
17
  formEmbassador: UntypedFormGroup;
18
+ allAgents: any[];
19
19
  allUsers: AgentUser[];
20
20
  filteredUsers: any[];
21
21
  submitted: boolean;
@@ -1,11 +1,11 @@
1
1
  import { DatePipe } from '@angular/common';
2
2
  import { Injector, OnDestroy, OnInit } from '@angular/core';
3
3
  import { UntypedFormGroup } from '@angular/forms';
4
- import { Observable } from 'rxjs';
5
4
  import { AdminService } from '@posiwise/admin-module-utils';
6
5
  import { AppBaseComponent } from '@posiwise/app-base-component';
7
- import { Subscription } from '@posiwise/common-utilities';
8
6
  import { CommonService, NgbDateCustomParserFormatter, SubscriptionService } from '@posiwise/common-services';
7
+ import { Subscription } from '@posiwise/common-utilities';
8
+ import { Observable } from 'rxjs';
9
9
  import { SubscriptionRolesSubscribeData } from '../../../shared/interface/admin-module-shared.interface';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class SubscriptionDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
@@ -14,18 +14,18 @@ export declare class SubscriptionDetailsComponent extends AppBaseComponent imple
14
14
  private readonly datePipe;
15
15
  private readonly commonService;
16
16
  private readonly dateFormatService;
17
+ private subscribeRoles;
18
+ organizationSizes$: Observable<string>;
19
+ organizationTypes$: Observable<string>;
20
+ organizationIndustries$: Observable<string>;
17
21
  form: UntypedFormGroup;
18
- submitted: boolean;
19
22
  id: number;
23
+ submitted: boolean;
20
24
  isLoading: boolean;
21
25
  allAgents: string[];
22
26
  currentSubscriber: Subscription;
23
27
  allRoles: any[];
24
- private subscribeRoles;
25
28
  subscriptionsRolesData: SubscriptionRolesSubscribeData;
26
- organizationSizes$: Observable<string>;
27
- organizationTypes$: Observable<string>;
28
- organizationIndustries$: Observable<string>;
29
29
  subscriptionId: number;
30
30
  constructor(subscriptionService: SubscriptionService, adminService: AdminService, datePipe: DatePipe, commonService: CommonService, dateFormatService: NgbDateCustomParserFormatter, injector: Injector);
31
31
  ngOnInit(): void;
@@ -12,9 +12,9 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
12
12
  private readonly productService;
13
13
  private readonly dateFormatService;
14
14
  private readonly datePipe;
15
+ private isPurchasedUnitsDisable;
15
16
  form: UntypedFormGroup;
16
17
  submitted: boolean;
17
- id: number;
18
18
  data: SubscriptionProductDetails;
19
19
  routers: {
20
20
  globalConfigDetails: string;
@@ -50,13 +50,13 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
50
50
  subscriptionList: string;
51
51
  };
52
52
  isLoading: boolean;
53
+ id: number;
53
54
  subscriptionId: number;
54
55
  minDate: {
55
56
  year: number;
56
57
  month: number;
57
58
  day: number;
58
59
  };
59
- private isPurchasedUnitsDisable;
60
60
  filteredProducts: any[];
61
61
  productsList: any[];
62
62
  disableExpiresAt: boolean;