@brimble/models 3.8.188 → 3.8.189

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.
@@ -169,7 +169,8 @@ export declare enum SUBSCRIPTION_PLAN_TYPE {
169
169
  TeamPlan = "TEAM_PLAN",
170
170
  DomainPlan = "DOMAIN_PLAN",
171
171
  HackerPlan = "HACKER_PLAN",
172
- LiscensePlan = "LISCENSE_PLAN"
172
+ LiscensePlan = "LISCENSE_PLAN",
173
+ EmailForwardingPlan = "EMAIL_FORWARDING_PLAN"
173
174
  }
174
175
  export declare enum OAUTH_PERMISSIONS {
175
176
  READ_USER = "read_user",
@@ -201,6 +201,7 @@ var SUBSCRIPTION_PLAN_TYPE;
201
201
  SUBSCRIPTION_PLAN_TYPE["DomainPlan"] = "DOMAIN_PLAN";
202
202
  SUBSCRIPTION_PLAN_TYPE["HackerPlan"] = "HACKER_PLAN";
203
203
  SUBSCRIPTION_PLAN_TYPE["LiscensePlan"] = "LISCENSE_PLAN";
204
+ SUBSCRIPTION_PLAN_TYPE["EmailForwardingPlan"] = "EMAIL_FORWARDING_PLAN";
204
205
  })(SUBSCRIPTION_PLAN_TYPE || (exports.SUBSCRIPTION_PLAN_TYPE = SUBSCRIPTION_PLAN_TYPE = {}));
205
206
  var OAUTH_PERMISSIONS;
206
207
  (function (OAUTH_PERMISSIONS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "3.8.188",
3
+ "version": "3.8.189",
4
4
  "description": "Brimble models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",