@lowcodeunit/applications-flow-common 1.37.4-social-rework → 1.37.7-social-rework

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.
@@ -66,6 +66,10 @@ export declare class UserAccountDialogComponent implements OnInit {
66
66
  get UserInfo(): LicenseAndBillingResponse;
67
67
  get State(): ApplicationsFlowState;
68
68
  get UserPlan(): string;
69
+ /**
70
+ * The interval of the plan ie annual or Monthly
71
+ */
72
+ get PlanInterval(): string;
69
73
  constructor(dialogRef: MatDialogRef<UserAccountDialogComponent>, data: ApplicationsFlowState, projectSvc: ProjectService);
70
74
  ngOnInit(): void;
71
75
  ChangeEmail(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.37.4-social-rework",
3
+ "version": "1.37.7-social-rework",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },