@dub/utils 0.0.55 → 0.0.57

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.
Files changed (70) hide show
  1. package/dist/chunk-35NWNSTL.mjs +1 -0
  2. package/dist/chunk-3KJ5I4QF.mjs +1 -0
  3. package/dist/chunk-4FMZVUIO.mjs +1 -0
  4. package/dist/chunk-4GPIEIFY.mjs +1 -0
  5. package/dist/chunk-4MJX7IOB.mjs +1 -0
  6. package/dist/chunk-4TUX6MK6.mjs +1 -0
  7. package/dist/chunk-5E2HITKT.mjs +1 -0
  8. package/dist/chunk-5V7YLKIH.mjs +1 -0
  9. package/dist/chunk-6KV3ZVLY.mjs +1 -0
  10. package/dist/chunk-6LYVCDDA.mjs +1 -0
  11. package/dist/chunk-7G5JACWK.mjs +1 -0
  12. package/dist/chunk-AEBQG7VC.mjs +1 -0
  13. package/dist/chunk-B6ZWD34T.mjs +1 -0
  14. package/dist/chunk-BIAOSXOV.mjs +1 -0
  15. package/dist/chunk-C7PDZAH5.mjs +1 -0
  16. package/dist/chunk-DPAABCZN.mjs +1 -0
  17. package/dist/chunk-DVBSGX2A.mjs +1 -0
  18. package/dist/chunk-E4DJH5GI.mjs +1 -0
  19. package/dist/chunk-EMVAHV6G.mjs +1 -0
  20. package/dist/chunk-EMVHFBPS.mjs +1 -0
  21. package/dist/chunk-FLUSGC64.mjs +1 -0
  22. package/dist/chunk-FSVB2TLD.mjs +1 -0
  23. package/dist/chunk-HJD7AJT4.mjs +1 -0
  24. package/dist/chunk-IFII45NU.mjs +1 -0
  25. package/dist/chunk-JEI3GLN5.mjs +1 -0
  26. package/dist/chunk-JHZRPO2H.mjs +1 -0
  27. package/dist/chunk-JPZ34YOA.mjs +1 -0
  28. package/dist/chunk-KF2VKRCV.mjs +1 -0
  29. package/dist/chunk-KXB73SGH.mjs +1 -0
  30. package/dist/chunk-LESW6Q7W.mjs +1 -0
  31. package/dist/chunk-M4W5JKE7.mjs +1 -0
  32. package/dist/chunk-MOIMYJIR.mjs +1 -0
  33. package/dist/chunk-QG3NE5R7.mjs +1 -0
  34. package/dist/chunk-QY7YSEM3.mjs +1 -0
  35. package/dist/chunk-SAADXQ7J.mjs +1 -0
  36. package/dist/chunk-SMGTYYEE.mjs +1 -0
  37. package/dist/chunk-UNFNF34U.mjs +1 -0
  38. package/dist/chunk-V3KOEHBP.mjs +1 -0
  39. package/dist/chunk-VILV3TRG.mjs +1 -0
  40. package/dist/chunk-VLXTUOBN.mjs +1 -0
  41. package/dist/chunk-VVJBZVWF.mjs +1 -0
  42. package/dist/chunk-WRUSDWOK.mjs +1 -0
  43. package/dist/chunk-Y62KI7FV.mjs +1 -0
  44. package/dist/chunk-Z2FYRYAY.mjs +1 -0
  45. package/dist/chunk-ZCRSVKUE.mjs +1 -0
  46. package/dist/chunk-ZQYT2BIU.mjs +1 -0
  47. package/dist/combine-words-86574189.d.ts +3 -0
  48. package/dist/constants/dub-domains.d.ts +29 -0
  49. package/dist/constants/dub-domains.mjs +1 -0
  50. package/dist/constants/index.d.ts +4 -1214
  51. package/dist/constants/index.mjs +1 -1
  52. package/dist/constants/layout.mjs +1 -1
  53. package/dist/constants/main.d.ts +17 -0
  54. package/dist/constants/main.mjs +1 -0
  55. package/dist/constants/misc.d.ts +2 -1
  56. package/dist/constants/misc.mjs +1 -1
  57. package/dist/functions/combine-words.d.ts +3 -0
  58. package/dist/functions/combine-words.mjs +1 -0
  59. package/dist/functions/construct-metadata.mjs +1 -1
  60. package/dist/functions/domains.mjs +1 -1
  61. package/dist/functions/index.d.ts +1 -0
  62. package/dist/functions/index.mjs +1 -1
  63. package/dist/functions/link-constructor.mjs +1 -1
  64. package/dist/index.d.ts +13 -10
  65. package/dist/index.mjs +1 -1
  66. package/dist/pricing-8f8e416e.d.ts +1364 -0
  67. package/dist/pricing-ad2f41cb.d.ts +1279 -0
  68. package/dist/pricing-d6093c7b.d.ts +1312 -0
  69. package/dist/pricing-fa9a3919.d.ts +1364 -0
  70. package/package.json +3 -3
@@ -0,0 +1,1364 @@
1
+ declare const DUB_DOMAINS: ({
2
+ id: string;
3
+ slug: string;
4
+ verified: boolean;
5
+ primary: boolean;
6
+ archived: boolean;
7
+ publicStats: boolean;
8
+ target: string;
9
+ type: string;
10
+ placeholder: string;
11
+ clicks: number;
12
+ allowedHostnames: string[];
13
+ description: string;
14
+ projectId: string;
15
+ } | {
16
+ id: string;
17
+ slug: string;
18
+ verified: boolean;
19
+ primary: boolean;
20
+ archived: boolean;
21
+ publicStats: boolean;
22
+ target: string;
23
+ type: string;
24
+ placeholder: string;
25
+ clicks: number;
26
+ description: string;
27
+ projectId: string;
28
+ allowedHostnames?: undefined;
29
+ })[];
30
+ declare const DUB_DOMAINS_ARRAY: string[];
31
+ declare const DUB_DEMO_LINKS: {
32
+ id: string;
33
+ domain: string;
34
+ key: string;
35
+ }[];
36
+
37
+ declare const APP_NAME: string;
38
+ declare const SHORT_DOMAIN: string;
39
+ declare const HOME_DOMAIN: string;
40
+ declare const APP_HOSTNAMES: Set<string>;
41
+ declare const APP_DOMAIN: string;
42
+ declare const APP_DOMAIN_WITH_NGROK: string;
43
+ declare const API_HOSTNAMES: Set<string>;
44
+ declare const API_DOMAIN: string;
45
+ declare const ADMIN_HOSTNAMES: Set<string>;
46
+ declare const DUB_LOGO = "https://assets.dub.co/logo.png";
47
+ declare const DUB_WORDMARK = "https://assets.dub.co/wordmark.png";
48
+ declare const DUB_THUMBNAIL = "https://assets.dub.co/thumbnail.jpg";
49
+ declare const DUB_WORKSPACE_ID = "cl7pj5kq4006835rbjlt2ofka";
50
+ declare const LEGAL_WORKSPACE_ID = "clrflia0j0000vs7sqfhz9c7q";
51
+ declare const LEGAL_USER_ID = "clqei1lgc0000vsnzi01pbf47";
52
+
53
+ declare const PLANS: ({
54
+ name: string;
55
+ tagline: string;
56
+ price: {
57
+ monthly: number;
58
+ yearly: number;
59
+ ids?: undefined;
60
+ };
61
+ limits: {
62
+ links: number;
63
+ clicks: number;
64
+ domains: number;
65
+ tags: number;
66
+ users: number;
67
+ ai: number;
68
+ api: number;
69
+ };
70
+ colors: {
71
+ bg: string;
72
+ text: string;
73
+ };
74
+ cta: {
75
+ text: string;
76
+ href: string;
77
+ color: string;
78
+ shortText?: undefined;
79
+ };
80
+ featureTitle: string;
81
+ features: ({
82
+ text: string;
83
+ footnote?: undefined;
84
+ } | {
85
+ text: string;
86
+ footnote: string;
87
+ } | {
88
+ text: string;
89
+ footnote: {
90
+ title: string;
91
+ cta: string;
92
+ href: string;
93
+ };
94
+ })[];
95
+ link?: undefined;
96
+ } | {
97
+ name: string;
98
+ tagline: string;
99
+ link: string;
100
+ price: {
101
+ monthly: number;
102
+ yearly: number;
103
+ ids: string[];
104
+ };
105
+ limits: {
106
+ links: number;
107
+ clicks: number;
108
+ domains: number;
109
+ tags: number;
110
+ users: number;
111
+ ai: number;
112
+ api: number;
113
+ };
114
+ colors: {
115
+ bg: string;
116
+ text: string;
117
+ };
118
+ cta: {
119
+ text: string;
120
+ shortText: string;
121
+ href: string;
122
+ color: string;
123
+ };
124
+ featureTitle: string;
125
+ features: ({
126
+ text: string;
127
+ footnote?: undefined;
128
+ } | {
129
+ text: string;
130
+ footnote: {
131
+ title: string;
132
+ cta: string;
133
+ href: string;
134
+ };
135
+ } | {
136
+ text: string;
137
+ footnote: string;
138
+ })[];
139
+ } | {
140
+ name: string;
141
+ tagline: string;
142
+ link: string;
143
+ price: {
144
+ monthly: null;
145
+ yearly: null;
146
+ ids?: undefined;
147
+ };
148
+ limits: {
149
+ links: number;
150
+ clicks: number;
151
+ domains: number;
152
+ tags: number;
153
+ users: number;
154
+ ai: number;
155
+ api: number;
156
+ };
157
+ colors: {
158
+ bg: string;
159
+ text: string;
160
+ };
161
+ cta: {
162
+ text: string;
163
+ href: string;
164
+ color: string;
165
+ shortText?: undefined;
166
+ };
167
+ featureTitle: string;
168
+ features: {
169
+ text: string;
170
+ }[];
171
+ })[];
172
+ declare const FREE_PLAN: {
173
+ name: string;
174
+ tagline: string;
175
+ price: {
176
+ monthly: number;
177
+ yearly: number;
178
+ ids?: undefined;
179
+ };
180
+ limits: {
181
+ links: number;
182
+ clicks: number;
183
+ domains: number;
184
+ tags: number;
185
+ users: number;
186
+ ai: number;
187
+ api: number;
188
+ };
189
+ colors: {
190
+ bg: string;
191
+ text: string;
192
+ };
193
+ cta: {
194
+ text: string;
195
+ href: string;
196
+ color: string;
197
+ shortText?: undefined;
198
+ };
199
+ featureTitle: string;
200
+ features: ({
201
+ text: string;
202
+ footnote?: undefined;
203
+ } | {
204
+ text: string;
205
+ footnote: string;
206
+ } | {
207
+ text: string;
208
+ footnote: {
209
+ title: string;
210
+ cta: string;
211
+ href: string;
212
+ };
213
+ })[];
214
+ link?: undefined;
215
+ } | {
216
+ name: string;
217
+ tagline: string;
218
+ link: string;
219
+ price: {
220
+ monthly: number;
221
+ yearly: number;
222
+ ids: string[];
223
+ };
224
+ limits: {
225
+ links: number;
226
+ clicks: number;
227
+ domains: number;
228
+ tags: number;
229
+ users: number;
230
+ ai: number;
231
+ api: number;
232
+ };
233
+ colors: {
234
+ bg: string;
235
+ text: string;
236
+ };
237
+ cta: {
238
+ text: string;
239
+ shortText: string;
240
+ href: string;
241
+ color: string;
242
+ };
243
+ featureTitle: string;
244
+ features: ({
245
+ text: string;
246
+ footnote?: undefined;
247
+ } | {
248
+ text: string;
249
+ footnote: {
250
+ title: string;
251
+ cta: string;
252
+ href: string;
253
+ };
254
+ } | {
255
+ text: string;
256
+ footnote: string;
257
+ })[];
258
+ } | {
259
+ name: string;
260
+ tagline: string;
261
+ link: string;
262
+ price: {
263
+ monthly: null;
264
+ yearly: null;
265
+ ids?: undefined;
266
+ };
267
+ limits: {
268
+ links: number;
269
+ clicks: number;
270
+ domains: number;
271
+ tags: number;
272
+ users: number;
273
+ ai: number;
274
+ api: number;
275
+ };
276
+ colors: {
277
+ bg: string;
278
+ text: string;
279
+ };
280
+ cta: {
281
+ text: string;
282
+ href: string;
283
+ color: string;
284
+ shortText?: undefined;
285
+ };
286
+ featureTitle: string;
287
+ features: {
288
+ text: string;
289
+ }[];
290
+ };
291
+ declare const PRO_PLAN: {
292
+ name: string;
293
+ tagline: string;
294
+ price: {
295
+ monthly: number;
296
+ yearly: number;
297
+ ids?: undefined;
298
+ };
299
+ limits: {
300
+ links: number;
301
+ clicks: number;
302
+ domains: number;
303
+ tags: number;
304
+ users: number;
305
+ ai: number;
306
+ api: number;
307
+ };
308
+ colors: {
309
+ bg: string;
310
+ text: string;
311
+ };
312
+ cta: {
313
+ text: string;
314
+ href: string;
315
+ color: string;
316
+ shortText?: undefined;
317
+ };
318
+ featureTitle: string;
319
+ features: ({
320
+ text: string;
321
+ footnote?: undefined;
322
+ } | {
323
+ text: string;
324
+ footnote: string;
325
+ } | {
326
+ text: string;
327
+ footnote: {
328
+ title: string;
329
+ cta: string;
330
+ href: string;
331
+ };
332
+ })[];
333
+ link?: undefined;
334
+ } | {
335
+ name: string;
336
+ tagline: string;
337
+ link: string;
338
+ price: {
339
+ monthly: number;
340
+ yearly: number;
341
+ ids: string[];
342
+ };
343
+ limits: {
344
+ links: number;
345
+ clicks: number;
346
+ domains: number;
347
+ tags: number;
348
+ users: number;
349
+ ai: number;
350
+ api: number;
351
+ };
352
+ colors: {
353
+ bg: string;
354
+ text: string;
355
+ };
356
+ cta: {
357
+ text: string;
358
+ shortText: string;
359
+ href: string;
360
+ color: string;
361
+ };
362
+ featureTitle: string;
363
+ features: ({
364
+ text: string;
365
+ footnote?: undefined;
366
+ } | {
367
+ text: string;
368
+ footnote: {
369
+ title: string;
370
+ cta: string;
371
+ href: string;
372
+ };
373
+ } | {
374
+ text: string;
375
+ footnote: string;
376
+ })[];
377
+ } | {
378
+ name: string;
379
+ tagline: string;
380
+ link: string;
381
+ price: {
382
+ monthly: null;
383
+ yearly: null;
384
+ ids?: undefined;
385
+ };
386
+ limits: {
387
+ links: number;
388
+ clicks: number;
389
+ domains: number;
390
+ tags: number;
391
+ users: number;
392
+ ai: number;
393
+ api: number;
394
+ };
395
+ colors: {
396
+ bg: string;
397
+ text: string;
398
+ };
399
+ cta: {
400
+ text: string;
401
+ href: string;
402
+ color: string;
403
+ shortText?: undefined;
404
+ };
405
+ featureTitle: string;
406
+ features: {
407
+ text: string;
408
+ }[];
409
+ };
410
+ declare const BUSINESS_PLAN: {
411
+ name: string;
412
+ tagline: string;
413
+ price: {
414
+ monthly: number;
415
+ yearly: number;
416
+ ids?: undefined;
417
+ };
418
+ limits: {
419
+ links: number;
420
+ clicks: number;
421
+ domains: number;
422
+ tags: number;
423
+ users: number;
424
+ ai: number;
425
+ api: number;
426
+ };
427
+ colors: {
428
+ bg: string;
429
+ text: string;
430
+ };
431
+ cta: {
432
+ text: string;
433
+ href: string;
434
+ color: string;
435
+ shortText?: undefined;
436
+ };
437
+ featureTitle: string;
438
+ features: ({
439
+ text: string;
440
+ footnote?: undefined;
441
+ } | {
442
+ text: string;
443
+ footnote: string;
444
+ } | {
445
+ text: string;
446
+ footnote: {
447
+ title: string;
448
+ cta: string;
449
+ href: string;
450
+ };
451
+ })[];
452
+ link?: undefined;
453
+ } | {
454
+ name: string;
455
+ tagline: string;
456
+ link: string;
457
+ price: {
458
+ monthly: number;
459
+ yearly: number;
460
+ ids: string[];
461
+ };
462
+ limits: {
463
+ links: number;
464
+ clicks: number;
465
+ domains: number;
466
+ tags: number;
467
+ users: number;
468
+ ai: number;
469
+ api: number;
470
+ };
471
+ colors: {
472
+ bg: string;
473
+ text: string;
474
+ };
475
+ cta: {
476
+ text: string;
477
+ shortText: string;
478
+ href: string;
479
+ color: string;
480
+ };
481
+ featureTitle: string;
482
+ features: ({
483
+ text: string;
484
+ footnote?: undefined;
485
+ } | {
486
+ text: string;
487
+ footnote: {
488
+ title: string;
489
+ cta: string;
490
+ href: string;
491
+ };
492
+ } | {
493
+ text: string;
494
+ footnote: string;
495
+ })[];
496
+ } | {
497
+ name: string;
498
+ tagline: string;
499
+ link: string;
500
+ price: {
501
+ monthly: null;
502
+ yearly: null;
503
+ ids?: undefined;
504
+ };
505
+ limits: {
506
+ links: number;
507
+ clicks: number;
508
+ domains: number;
509
+ tags: number;
510
+ users: number;
511
+ ai: number;
512
+ api: number;
513
+ };
514
+ colors: {
515
+ bg: string;
516
+ text: string;
517
+ };
518
+ cta: {
519
+ text: string;
520
+ href: string;
521
+ color: string;
522
+ shortText?: undefined;
523
+ };
524
+ featureTitle: string;
525
+ features: {
526
+ text: string;
527
+ }[];
528
+ };
529
+ declare const ENTERPRISE_PLAN: {
530
+ name: string;
531
+ tagline: string;
532
+ price: {
533
+ monthly: number;
534
+ yearly: number;
535
+ ids?: undefined;
536
+ };
537
+ limits: {
538
+ links: number;
539
+ clicks: number;
540
+ domains: number;
541
+ tags: number;
542
+ users: number;
543
+ ai: number;
544
+ api: number;
545
+ };
546
+ colors: {
547
+ bg: string;
548
+ text: string;
549
+ };
550
+ cta: {
551
+ text: string;
552
+ href: string;
553
+ color: string;
554
+ shortText?: undefined;
555
+ };
556
+ featureTitle: string;
557
+ features: ({
558
+ text: string;
559
+ footnote?: undefined;
560
+ } | {
561
+ text: string;
562
+ footnote: string;
563
+ } | {
564
+ text: string;
565
+ footnote: {
566
+ title: string;
567
+ cta: string;
568
+ href: string;
569
+ };
570
+ })[];
571
+ link?: undefined;
572
+ } | {
573
+ name: string;
574
+ tagline: string;
575
+ link: string;
576
+ price: {
577
+ monthly: number;
578
+ yearly: number;
579
+ ids: string[];
580
+ };
581
+ limits: {
582
+ links: number;
583
+ clicks: number;
584
+ domains: number;
585
+ tags: number;
586
+ users: number;
587
+ ai: number;
588
+ api: number;
589
+ };
590
+ colors: {
591
+ bg: string;
592
+ text: string;
593
+ };
594
+ cta: {
595
+ text: string;
596
+ shortText: string;
597
+ href: string;
598
+ color: string;
599
+ };
600
+ featureTitle: string;
601
+ features: ({
602
+ text: string;
603
+ footnote?: undefined;
604
+ } | {
605
+ text: string;
606
+ footnote: {
607
+ title: string;
608
+ cta: string;
609
+ href: string;
610
+ };
611
+ } | {
612
+ text: string;
613
+ footnote: string;
614
+ })[];
615
+ } | {
616
+ name: string;
617
+ tagline: string;
618
+ link: string;
619
+ price: {
620
+ monthly: null;
621
+ yearly: null;
622
+ ids?: undefined;
623
+ };
624
+ limits: {
625
+ links: number;
626
+ clicks: number;
627
+ domains: number;
628
+ tags: number;
629
+ users: number;
630
+ ai: number;
631
+ api: number;
632
+ };
633
+ colors: {
634
+ bg: string;
635
+ text: string;
636
+ };
637
+ cta: {
638
+ text: string;
639
+ href: string;
640
+ color: string;
641
+ shortText?: undefined;
642
+ };
643
+ featureTitle: string;
644
+ features: {
645
+ text: string;
646
+ }[];
647
+ };
648
+ declare const PUBLIC_PLANS: ({
649
+ name: string;
650
+ tagline: string;
651
+ price: {
652
+ monthly: number;
653
+ yearly: number;
654
+ ids?: undefined;
655
+ };
656
+ limits: {
657
+ links: number;
658
+ clicks: number;
659
+ domains: number;
660
+ tags: number;
661
+ users: number;
662
+ ai: number;
663
+ api: number;
664
+ };
665
+ colors: {
666
+ bg: string;
667
+ text: string;
668
+ };
669
+ cta: {
670
+ text: string;
671
+ href: string;
672
+ color: string;
673
+ shortText?: undefined;
674
+ };
675
+ featureTitle: string;
676
+ features: ({
677
+ text: string;
678
+ footnote?: undefined;
679
+ } | {
680
+ text: string;
681
+ footnote: string;
682
+ } | {
683
+ text: string;
684
+ footnote: {
685
+ title: string;
686
+ cta: string;
687
+ href: string;
688
+ };
689
+ })[];
690
+ link?: undefined;
691
+ } | {
692
+ name: string;
693
+ tagline: string;
694
+ link: string;
695
+ price: {
696
+ monthly: number;
697
+ yearly: number;
698
+ ids: string[];
699
+ };
700
+ limits: {
701
+ links: number;
702
+ clicks: number;
703
+ domains: number;
704
+ tags: number;
705
+ users: number;
706
+ ai: number;
707
+ api: number;
708
+ };
709
+ colors: {
710
+ bg: string;
711
+ text: string;
712
+ };
713
+ cta: {
714
+ text: string;
715
+ shortText: string;
716
+ href: string;
717
+ color: string;
718
+ };
719
+ featureTitle: string;
720
+ features: ({
721
+ text: string;
722
+ footnote?: undefined;
723
+ } | {
724
+ text: string;
725
+ footnote: {
726
+ title: string;
727
+ cta: string;
728
+ href: string;
729
+ };
730
+ } | {
731
+ text: string;
732
+ footnote: string;
733
+ })[];
734
+ } | {
735
+ name: string;
736
+ tagline: string;
737
+ link: string;
738
+ price: {
739
+ monthly: null;
740
+ yearly: null;
741
+ ids?: undefined;
742
+ };
743
+ limits: {
744
+ links: number;
745
+ clicks: number;
746
+ domains: number;
747
+ tags: number;
748
+ users: number;
749
+ ai: number;
750
+ api: number;
751
+ };
752
+ colors: {
753
+ bg: string;
754
+ text: string;
755
+ };
756
+ cta: {
757
+ text: string;
758
+ href: string;
759
+ color: string;
760
+ shortText?: undefined;
761
+ };
762
+ featureTitle: string;
763
+ features: {
764
+ text: string;
765
+ }[];
766
+ })[];
767
+ declare const SELF_SERVE_PAID_PLANS: ({
768
+ name: string;
769
+ tagline: string;
770
+ price: {
771
+ monthly: number;
772
+ yearly: number;
773
+ ids?: undefined;
774
+ };
775
+ limits: {
776
+ links: number;
777
+ clicks: number;
778
+ domains: number;
779
+ tags: number;
780
+ users: number;
781
+ ai: number;
782
+ api: number;
783
+ };
784
+ colors: {
785
+ bg: string;
786
+ text: string;
787
+ };
788
+ cta: {
789
+ text: string;
790
+ href: string;
791
+ color: string;
792
+ shortText?: undefined;
793
+ };
794
+ featureTitle: string;
795
+ features: ({
796
+ text: string;
797
+ footnote?: undefined;
798
+ } | {
799
+ text: string;
800
+ footnote: string;
801
+ } | {
802
+ text: string;
803
+ footnote: {
804
+ title: string;
805
+ cta: string;
806
+ href: string;
807
+ };
808
+ })[];
809
+ link?: undefined;
810
+ } | {
811
+ name: string;
812
+ tagline: string;
813
+ link: string;
814
+ price: {
815
+ monthly: number;
816
+ yearly: number;
817
+ ids: string[];
818
+ };
819
+ limits: {
820
+ links: number;
821
+ clicks: number;
822
+ domains: number;
823
+ tags: number;
824
+ users: number;
825
+ ai: number;
826
+ api: number;
827
+ };
828
+ colors: {
829
+ bg: string;
830
+ text: string;
831
+ };
832
+ cta: {
833
+ text: string;
834
+ shortText: string;
835
+ href: string;
836
+ color: string;
837
+ };
838
+ featureTitle: string;
839
+ features: ({
840
+ text: string;
841
+ footnote?: undefined;
842
+ } | {
843
+ text: string;
844
+ footnote: {
845
+ title: string;
846
+ cta: string;
847
+ href: string;
848
+ };
849
+ } | {
850
+ text: string;
851
+ footnote: string;
852
+ })[];
853
+ } | {
854
+ name: string;
855
+ tagline: string;
856
+ link: string;
857
+ price: {
858
+ monthly: null;
859
+ yearly: null;
860
+ ids?: undefined;
861
+ };
862
+ limits: {
863
+ links: number;
864
+ clicks: number;
865
+ domains: number;
866
+ tags: number;
867
+ users: number;
868
+ ai: number;
869
+ api: number;
870
+ };
871
+ colors: {
872
+ bg: string;
873
+ text: string;
874
+ };
875
+ cta: {
876
+ text: string;
877
+ href: string;
878
+ color: string;
879
+ shortText?: undefined;
880
+ };
881
+ featureTitle: string;
882
+ features: {
883
+ text: string;
884
+ }[];
885
+ })[];
886
+ declare const FREE_WORKSPACES_LIMIT = 2;
887
+ declare const getPlanFromPriceId: (priceId: string) => {
888
+ name: string;
889
+ tagline: string;
890
+ price: {
891
+ monthly: number;
892
+ yearly: number;
893
+ ids?: undefined;
894
+ };
895
+ limits: {
896
+ links: number;
897
+ clicks: number;
898
+ domains: number;
899
+ tags: number;
900
+ users: number;
901
+ ai: number;
902
+ api: number;
903
+ };
904
+ colors: {
905
+ bg: string;
906
+ text: string;
907
+ };
908
+ cta: {
909
+ text: string;
910
+ href: string;
911
+ color: string;
912
+ shortText?: undefined;
913
+ };
914
+ featureTitle: string;
915
+ features: ({
916
+ text: string;
917
+ footnote?: undefined;
918
+ } | {
919
+ text: string;
920
+ footnote: string;
921
+ } | {
922
+ text: string;
923
+ footnote: {
924
+ title: string;
925
+ cta: string;
926
+ href: string;
927
+ };
928
+ })[];
929
+ link?: undefined;
930
+ } | {
931
+ name: string;
932
+ tagline: string;
933
+ link: string;
934
+ price: {
935
+ monthly: number;
936
+ yearly: number;
937
+ ids: string[];
938
+ };
939
+ limits: {
940
+ links: number;
941
+ clicks: number;
942
+ domains: number;
943
+ tags: number;
944
+ users: number;
945
+ ai: number;
946
+ api: number;
947
+ };
948
+ colors: {
949
+ bg: string;
950
+ text: string;
951
+ };
952
+ cta: {
953
+ text: string;
954
+ shortText: string;
955
+ href: string;
956
+ color: string;
957
+ };
958
+ featureTitle: string;
959
+ features: ({
960
+ text: string;
961
+ footnote?: undefined;
962
+ } | {
963
+ text: string;
964
+ footnote: {
965
+ title: string;
966
+ cta: string;
967
+ href: string;
968
+ };
969
+ } | {
970
+ text: string;
971
+ footnote: string;
972
+ })[];
973
+ } | {
974
+ name: string;
975
+ tagline: string;
976
+ link: string;
977
+ price: {
978
+ monthly: null;
979
+ yearly: null;
980
+ ids?: undefined;
981
+ };
982
+ limits: {
983
+ links: number;
984
+ clicks: number;
985
+ domains: number;
986
+ tags: number;
987
+ users: number;
988
+ ai: number;
989
+ api: number;
990
+ };
991
+ colors: {
992
+ bg: string;
993
+ text: string;
994
+ };
995
+ cta: {
996
+ text: string;
997
+ href: string;
998
+ color: string;
999
+ shortText?: undefined;
1000
+ };
1001
+ featureTitle: string;
1002
+ features: {
1003
+ text: string;
1004
+ }[];
1005
+ } | null;
1006
+ declare const getPlanDetails: (plan: string) => {
1007
+ name: string;
1008
+ tagline: string;
1009
+ price: {
1010
+ monthly: number;
1011
+ yearly: number;
1012
+ ids?: undefined;
1013
+ };
1014
+ limits: {
1015
+ links: number;
1016
+ clicks: number;
1017
+ domains: number;
1018
+ tags: number;
1019
+ users: number;
1020
+ ai: number;
1021
+ api: number;
1022
+ };
1023
+ colors: {
1024
+ bg: string;
1025
+ text: string;
1026
+ };
1027
+ cta: {
1028
+ text: string;
1029
+ href: string;
1030
+ color: string;
1031
+ shortText?: undefined;
1032
+ };
1033
+ featureTitle: string;
1034
+ features: ({
1035
+ text: string;
1036
+ footnote?: undefined;
1037
+ } | {
1038
+ text: string;
1039
+ footnote: string;
1040
+ } | {
1041
+ text: string;
1042
+ footnote: {
1043
+ title: string;
1044
+ cta: string;
1045
+ href: string;
1046
+ };
1047
+ })[];
1048
+ link?: undefined;
1049
+ } | {
1050
+ name: string;
1051
+ tagline: string;
1052
+ link: string;
1053
+ price: {
1054
+ monthly: number;
1055
+ yearly: number;
1056
+ ids: string[];
1057
+ };
1058
+ limits: {
1059
+ links: number;
1060
+ clicks: number;
1061
+ domains: number;
1062
+ tags: number;
1063
+ users: number;
1064
+ ai: number;
1065
+ api: number;
1066
+ };
1067
+ colors: {
1068
+ bg: string;
1069
+ text: string;
1070
+ };
1071
+ cta: {
1072
+ text: string;
1073
+ shortText: string;
1074
+ href: string;
1075
+ color: string;
1076
+ };
1077
+ featureTitle: string;
1078
+ features: ({
1079
+ text: string;
1080
+ footnote?: undefined;
1081
+ } | {
1082
+ text: string;
1083
+ footnote: {
1084
+ title: string;
1085
+ cta: string;
1086
+ href: string;
1087
+ };
1088
+ } | {
1089
+ text: string;
1090
+ footnote: string;
1091
+ })[];
1092
+ } | {
1093
+ name: string;
1094
+ tagline: string;
1095
+ link: string;
1096
+ price: {
1097
+ monthly: null;
1098
+ yearly: null;
1099
+ ids?: undefined;
1100
+ };
1101
+ limits: {
1102
+ links: number;
1103
+ clicks: number;
1104
+ domains: number;
1105
+ tags: number;
1106
+ users: number;
1107
+ ai: number;
1108
+ api: number;
1109
+ };
1110
+ colors: {
1111
+ bg: string;
1112
+ text: string;
1113
+ };
1114
+ cta: {
1115
+ text: string;
1116
+ href: string;
1117
+ color: string;
1118
+ shortText?: undefined;
1119
+ };
1120
+ featureTitle: string;
1121
+ features: {
1122
+ text: string;
1123
+ }[];
1124
+ };
1125
+ declare const getCurrentPlan: (plan: string) => {
1126
+ name: string;
1127
+ tagline: string;
1128
+ price: {
1129
+ monthly: number;
1130
+ yearly: number;
1131
+ ids?: undefined;
1132
+ };
1133
+ limits: {
1134
+ links: number;
1135
+ clicks: number;
1136
+ domains: number;
1137
+ tags: number;
1138
+ users: number;
1139
+ ai: number;
1140
+ api: number;
1141
+ };
1142
+ colors: {
1143
+ bg: string;
1144
+ text: string;
1145
+ };
1146
+ cta: {
1147
+ text: string;
1148
+ href: string;
1149
+ color: string;
1150
+ shortText?: undefined;
1151
+ };
1152
+ featureTitle: string;
1153
+ features: ({
1154
+ text: string;
1155
+ footnote?: undefined;
1156
+ } | {
1157
+ text: string;
1158
+ footnote: string;
1159
+ } | {
1160
+ text: string;
1161
+ footnote: {
1162
+ title: string;
1163
+ cta: string;
1164
+ href: string;
1165
+ };
1166
+ })[];
1167
+ link?: undefined;
1168
+ } | {
1169
+ name: string;
1170
+ tagline: string;
1171
+ link: string;
1172
+ price: {
1173
+ monthly: number;
1174
+ yearly: number;
1175
+ ids: string[];
1176
+ };
1177
+ limits: {
1178
+ links: number;
1179
+ clicks: number;
1180
+ domains: number;
1181
+ tags: number;
1182
+ users: number;
1183
+ ai: number;
1184
+ api: number;
1185
+ };
1186
+ colors: {
1187
+ bg: string;
1188
+ text: string;
1189
+ };
1190
+ cta: {
1191
+ text: string;
1192
+ shortText: string;
1193
+ href: string;
1194
+ color: string;
1195
+ };
1196
+ featureTitle: string;
1197
+ features: ({
1198
+ text: string;
1199
+ footnote?: undefined;
1200
+ } | {
1201
+ text: string;
1202
+ footnote: {
1203
+ title: string;
1204
+ cta: string;
1205
+ href: string;
1206
+ };
1207
+ } | {
1208
+ text: string;
1209
+ footnote: string;
1210
+ })[];
1211
+ } | {
1212
+ name: string;
1213
+ tagline: string;
1214
+ link: string;
1215
+ price: {
1216
+ monthly: null;
1217
+ yearly: null;
1218
+ ids?: undefined;
1219
+ };
1220
+ limits: {
1221
+ links: number;
1222
+ clicks: number;
1223
+ domains: number;
1224
+ tags: number;
1225
+ users: number;
1226
+ ai: number;
1227
+ api: number;
1228
+ };
1229
+ colors: {
1230
+ bg: string;
1231
+ text: string;
1232
+ };
1233
+ cta: {
1234
+ text: string;
1235
+ href: string;
1236
+ color: string;
1237
+ shortText?: undefined;
1238
+ };
1239
+ featureTitle: string;
1240
+ features: {
1241
+ text: string;
1242
+ }[];
1243
+ };
1244
+ declare const getNextPlan: (plan?: string | null) => {
1245
+ name: string;
1246
+ tagline: string;
1247
+ price: {
1248
+ monthly: number;
1249
+ yearly: number;
1250
+ ids?: undefined;
1251
+ };
1252
+ limits: {
1253
+ links: number;
1254
+ clicks: number;
1255
+ domains: number;
1256
+ tags: number;
1257
+ users: number;
1258
+ ai: number;
1259
+ api: number;
1260
+ };
1261
+ colors: {
1262
+ bg: string;
1263
+ text: string;
1264
+ };
1265
+ cta: {
1266
+ text: string;
1267
+ href: string;
1268
+ color: string;
1269
+ shortText?: undefined;
1270
+ };
1271
+ featureTitle: string;
1272
+ features: ({
1273
+ text: string;
1274
+ footnote?: undefined;
1275
+ } | {
1276
+ text: string;
1277
+ footnote: string;
1278
+ } | {
1279
+ text: string;
1280
+ footnote: {
1281
+ title: string;
1282
+ cta: string;
1283
+ href: string;
1284
+ };
1285
+ })[];
1286
+ link?: undefined;
1287
+ } | {
1288
+ name: string;
1289
+ tagline: string;
1290
+ link: string;
1291
+ price: {
1292
+ monthly: number;
1293
+ yearly: number;
1294
+ ids: string[];
1295
+ };
1296
+ limits: {
1297
+ links: number;
1298
+ clicks: number;
1299
+ domains: number;
1300
+ tags: number;
1301
+ users: number;
1302
+ ai: number;
1303
+ api: number;
1304
+ };
1305
+ colors: {
1306
+ bg: string;
1307
+ text: string;
1308
+ };
1309
+ cta: {
1310
+ text: string;
1311
+ shortText: string;
1312
+ href: string;
1313
+ color: string;
1314
+ };
1315
+ featureTitle: string;
1316
+ features: ({
1317
+ text: string;
1318
+ footnote?: undefined;
1319
+ } | {
1320
+ text: string;
1321
+ footnote: {
1322
+ title: string;
1323
+ cta: string;
1324
+ href: string;
1325
+ };
1326
+ } | {
1327
+ text: string;
1328
+ footnote: string;
1329
+ })[];
1330
+ } | {
1331
+ name: string;
1332
+ tagline: string;
1333
+ link: string;
1334
+ price: {
1335
+ monthly: null;
1336
+ yearly: null;
1337
+ ids?: undefined;
1338
+ };
1339
+ limits: {
1340
+ links: number;
1341
+ clicks: number;
1342
+ domains: number;
1343
+ tags: number;
1344
+ users: number;
1345
+ ai: number;
1346
+ api: number;
1347
+ };
1348
+ colors: {
1349
+ bg: string;
1350
+ text: string;
1351
+ };
1352
+ cta: {
1353
+ text: string;
1354
+ href: string;
1355
+ color: string;
1356
+ shortText?: undefined;
1357
+ };
1358
+ featureTitle: string;
1359
+ features: {
1360
+ text: string;
1361
+ }[];
1362
+ };
1363
+
1364
+ export { APP_NAME as A, BUSINESS_PLAN as B, DUB_DOMAINS as D, ENTERPRISE_PLAN as E, FREE_PLAN as F, HOME_DOMAIN as H, LEGAL_WORKSPACE_ID as L, PLANS as P, SHORT_DOMAIN as S, DUB_DOMAINS_ARRAY as a, DUB_DEMO_LINKS as b, APP_HOSTNAMES as c, APP_DOMAIN as d, APP_DOMAIN_WITH_NGROK as e, API_HOSTNAMES as f, API_DOMAIN as g, ADMIN_HOSTNAMES as h, DUB_LOGO as i, DUB_WORDMARK as j, DUB_THUMBNAIL as k, DUB_WORKSPACE_ID as l, LEGAL_USER_ID as m, PRO_PLAN as n, PUBLIC_PLANS as o, SELF_SERVE_PAID_PLANS as p, FREE_WORKSPACES_LIMIT as q, getPlanFromPriceId as r, getPlanDetails as s, getCurrentPlan as t, getNextPlan as u };