cecon-interfaces 1.2.22 → 1.2.23

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,9 +4,9 @@ import { ISubscriptionCompanyProfile } from './i-subscription-company';
4
4
  export interface ISubscriptionCompany extends ISubscriptionBase {
5
5
  appId: string;
6
6
  appName: string;
7
- profile: ISubscriptionCompanyProfile;
8
7
  features: IFeature[];
9
8
  partnerId: string | null;
10
9
  planId: string;
11
10
  planName: string;
11
+ profile: ISubscriptionCompanyProfile;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",