@membranehq/sdk 0.9.10 → 0.9.11

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.
@@ -11460,6 +11460,7 @@ const OrgSchema = z.object({
11460
11460
  featureFlags: z.array(z.string()).optional(),
11461
11461
  freeAiCredits: z.number().optional(),
11462
11462
  paidAiCredits: z.number().optional(),
11463
+ freeAiMonthlyCredits: z.number().nullable().optional(),
11463
11464
  stripeCustomerId: z.string().optional(),
11464
11465
  autoChargeEnabled: z.boolean().optional(),
11465
11466
  autoChargeThreshold: z.number().optional(),
@@ -11510,6 +11511,7 @@ var AlertType;
11510
11511
  AlertType["totalUsagePerDay"] = "totalUsagePerDay";
11511
11512
  AlertType["totalUsagePer30Days"] = "totalUsagePer30Days";
11512
11513
  AlertType["membraneAgentUsagePer30Days"] = "membraneAgentUsagePer30Days";
11514
+ AlertType["testAlert"] = "testAlert";
11513
11515
  })(AlertType || (AlertType = {}));
11514
11516
 
11515
11517
  const IntegrationSpecificElementSelector = z$1.object({