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