@adminide-stack/core 1.1.1-alpha.277 → 1.1.1-alpha.281

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.
@@ -634,7 +634,7 @@ export declare const enum IConfigFragmentName {
634
634
  teamMembers = "teamMembers",
635
635
  /** Organization Members Document with role value */
636
636
  orgMembers = "orgMembers",
637
- /** Billing Plans */
637
+ /** Billing */
638
638
  billingPlanPolicies = "billingPlanPolicies"
639
639
  }
640
640
  export declare type IConfiguration = IDefaultConfiguration | IMachineConfiguration | IUserConfiguration | IOrganizationConfiguration | IOrganizationResourceConfiguration;
@@ -179,7 +179,7 @@ var IConfigFragmentName;
179
179
  IConfigFragmentName["teamMembers"] = "teamMembers";
180
180
  /** Organization Members Document with role value */
181
181
  IConfigFragmentName["orgMembers"] = "orgMembers";
182
- /** Billing Plans */
182
+ /** Billing */
183
183
  IConfigFragmentName["billingPlanPolicies"] = "billingPlanPolicies";
184
184
  })(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
185
185
  ;