@drawbridge/drawbridge-utils 0.0.167 → 0.0.169

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/plans.cjs CHANGED
@@ -360,10 +360,10 @@ var free = {
360
360
  };
361
361
  var plans = {
362
362
  DB00002: {
363
- // A verified sending domain is a PAID capability: free plans cannot send
364
- // lead-facing email at all (the send path gates on an active
365
- // subscription), so granting it there would offer a domain that can
366
- // never send from.
363
+ // A verified sending domain is a PAID capability. Every plan sends
364
+ // lead-facing email from the platform address — the send is billed as an
365
+ // action, so the allowance is the entitlement and sending from your own
366
+ // domain is what the paid tiers add on top.
367
367
  features: all.features([organization.networking.key, organization.members.key]),
368
368
  limits: all.limits({ actions: 5e3, members: 3, storage: gigabyte * 10 }),
369
369
  marketing: {
package/dist/plans.d.cts CHANGED
@@ -121,10 +121,10 @@ const free = {
121
121
 
122
122
  const plans = {
123
123
  DB00002 : {
124
- // A verified sending domain is a PAID capability: free plans cannot send
125
- // lead-facing email at all (the send path gates on an active
126
- // subscription), so granting it there would offer a domain that can
127
- // never send from.
124
+ // A verified sending domain is a PAID capability. Every plan sends
125
+ // lead-facing email from the platform address — the send is billed as an
126
+ // action, so the allowance is the entitlement and sending from your own
127
+ // domain is what the paid tiers add on top.
128
128
  features : all.features([ organization.networking.key, organization.members.key ]),
129
129
  limits : all.limits({ actions : 5000, members : 3, storage : gigabyte * 10 }),
130
130
  marketing : {
package/dist/plans.d.ts CHANGED
@@ -121,10 +121,10 @@ const free = {
121
121
 
122
122
  const plans = {
123
123
  DB00002 : {
124
- // A verified sending domain is a PAID capability: free plans cannot send
125
- // lead-facing email at all (the send path gates on an active
126
- // subscription), so granting it there would offer a domain that can
127
- // never send from.
124
+ // A verified sending domain is a PAID capability. Every plan sends
125
+ // lead-facing email from the platform address — the send is billed as an
126
+ // action, so the allowance is the entitlement and sending from your own
127
+ // domain is what the paid tiers add on top.
128
128
  features : all.features([ organization.networking.key, organization.members.key ]),
129
129
  limits : all.limits({ actions : 5000, members : 3, storage : gigabyte * 10 }),
130
130
  marketing : {
package/dist/plans.js CHANGED
@@ -321,10 +321,10 @@ var free = {
321
321
  };
322
322
  var plans = {
323
323
  DB00002: {
324
- // A verified sending domain is a PAID capability: free plans cannot send
325
- // lead-facing email at all (the send path gates on an active
326
- // subscription), so granting it there would offer a domain that can
327
- // never send from.
324
+ // A verified sending domain is a PAID capability. Every plan sends
325
+ // lead-facing email from the platform address — the send is billed as an
326
+ // action, so the allowance is the entitlement and sending from your own
327
+ // domain is what the paid tiers add on top.
328
328
  features: all.features([organization.networking.key, organization.members.key]),
329
329
  limits: all.limits({ actions: 5e3, members: 3, storage: gigabyte * 10 }),
330
330
  marketing: {
package/dist/pricing.cjs CHANGED
@@ -651,10 +651,10 @@ var free = {
651
651
  };
652
652
  var plans = {
653
653
  DB00002: {
654
- // A verified sending domain is a PAID capability: free plans cannot send
655
- // lead-facing email at all (the send path gates on an active
656
- // subscription), so granting it there would offer a domain that can
657
- // never send from.
654
+ // A verified sending domain is a PAID capability. Every plan sends
655
+ // lead-facing email from the platform address — the send is billed as an
656
+ // action, so the allowance is the entitlement and sending from your own
657
+ // domain is what the paid tiers add on top.
658
658
  features: all.features([organization.networking.key, organization.members.key]),
659
659
  limits: all.limits({ actions: 5e3, members: 3, storage: gigabyte * 10 }),
660
660
  marketing: {
package/dist/pricing.js CHANGED
@@ -599,10 +599,10 @@ var free = {
599
599
  };
600
600
  var plans = {
601
601
  DB00002: {
602
- // A verified sending domain is a PAID capability: free plans cannot send
603
- // lead-facing email at all (the send path gates on an active
604
- // subscription), so granting it there would offer a domain that can
605
- // never send from.
602
+ // A verified sending domain is a PAID capability. Every plan sends
603
+ // lead-facing email from the platform address — the send is billed as an
604
+ // action, so the allowance is the entitlement and sending from your own
605
+ // domain is what the paid tiers add on top.
606
606
  features: all.features([organization.networking.key, organization.members.key]),
607
607
  limits: all.limits({ actions: 5e3, members: 3, storage: gigabyte * 10 }),
608
608
  marketing: {