@pagelines/sdk 1.0.699 → 1.0.701
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/contract.js +4 -4
- package/dist/contract.js.map +1 -1
- package/package.json +1 -1
package/dist/contract.js
CHANGED
|
@@ -4209,10 +4209,10 @@ var Vr = _enum(["account", "error"]), N = [
|
|
|
4209
4209
|
},
|
|
4210
4210
|
billing_runaway_cap: {
|
|
4211
4211
|
bucket: "account",
|
|
4212
|
-
title: "Usage
|
|
4213
|
-
help: "Your workspace reached its
|
|
4212
|
+
title: "Usage limit reached",
|
|
4213
|
+
help: "Your workspace reached its usage limit. Review billing or contact support to keep your assistant running.",
|
|
4214
4214
|
actionLabel: "Contact support",
|
|
4215
|
-
oneLine: "Your workspace reached its
|
|
4215
|
+
oneLine: "Your workspace reached its usage limit. Review billing or contact support to keep your assistant running."
|
|
4216
4216
|
},
|
|
4217
4217
|
billing_budget_reached: {
|
|
4218
4218
|
bucket: "account",
|
|
@@ -4723,7 +4723,7 @@ var W = {
|
|
|
4723
4723
|
AUTH_PROVIDER_FAILED: "Sign-in failed. Try again or use email instead.",
|
|
4724
4724
|
AUTH_PROVIDER_NOT_CONFIGURED: "That sign-in method isn't available right now.",
|
|
4725
4725
|
PLAN_LIMIT: "Your active assistants are all in use. Put one assistant to sleep or ask us to raise the ceiling.",
|
|
4726
|
-
CREDIT_LIMIT: "Your workspace reached its
|
|
4726
|
+
CREDIT_LIMIT: "Your workspace reached its usage limit. Review billing or contact support to keep your assistant running.",
|
|
4727
4727
|
STRIPE_LOAD: "Couldn't open checkout. Try again — if it persists, contact support.",
|
|
4728
4728
|
CHECKOUT_FAILED: "Couldn't start checkout. Try again in a moment.",
|
|
4729
4729
|
PAYMENT_FAILED: "Your payment couldn't go through. Update your card to continue.",
|