@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.
- package/dist/dts/alerts/types.d.ts +2 -1
- package/dist/dts/orgs/types.d.ts +3 -0
- package/dist/index.browser.d.mts +5 -1
- package/dist/index.browser.d.ts +5 -1
- package/dist/index.browser.js +2 -0
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +2 -0
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +5 -1
- package/dist/index.node.d.ts +5 -1
- package/dist/index.node.js +2 -0
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +2 -0
- package/dist/index.node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.node.mjs
CHANGED
|
@@ -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({
|