@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/connections/index.cjs +793 -109
- package/dist/connections/index.d.cts +1190 -113
- package/dist/connections/index.d.ts +1190 -113
- package/dist/connections/index.js +782 -98
- package/dist/plans.cjs +4 -4
- package/dist/plans.d.cts +4 -4
- package/dist/plans.d.ts +4 -4
- package/dist/plans.js +4 -4
- package/dist/pricing.cjs +4 -4
- package/dist/pricing.js +4 -4
- package/dist/providers.cjs +797 -113
- package/dist/providers.js +786 -102
- package/package.json +1 -1
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
|
|
364
|
-
// lead-facing email
|
|
365
|
-
//
|
|
366
|
-
//
|
|
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
|
|
125
|
-
// lead-facing email
|
|
126
|
-
//
|
|
127
|
-
//
|
|
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
|
|
125
|
-
// lead-facing email
|
|
126
|
-
//
|
|
127
|
-
//
|
|
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
|
|
325
|
-
// lead-facing email
|
|
326
|
-
//
|
|
327
|
-
//
|
|
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
|
|
655
|
-
// lead-facing email
|
|
656
|
-
//
|
|
657
|
-
//
|
|
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
|
|
603
|
-
// lead-facing email
|
|
604
|
-
//
|
|
605
|
-
//
|
|
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: {
|