@dalmore/api-contracts 0.0.0-dev.f1cb508 → 0.0.0-dev.fbcf2bc
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/common/types/account-setting.types.d.ts +22 -66
- package/common/types/account-setting.types.js +2 -31
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +32 -23
- package/common/types/account.types.js +1 -0
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +34 -25
- package/common/types/activity.types.js +11 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +25 -111
- package/common/types/asset.types.js +24 -100
- package/common/types/asset.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +0 -30
- package/common/types/cap-table.types.d.ts +69 -54
- package/common/types/cap-table.types.js +17 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/common.types.d.ts +340 -3
- package/common/types/common.types.js +59 -1
- package/common/types/common.types.js.map +1 -1
- package/common/types/dashboard.types.d.ts +7 -7
- package/common/types/disbursement-transaction.types.d.ts +1 -1
- package/common/types/disbursement-transaction.types.js +1 -1
- package/common/types/disbursement-transaction.types.js.map +1 -1
- package/common/types/disbursements.types.d.ts +834 -0
- package/common/types/disbursements.types.js +63 -0
- package/common/types/disbursements.types.js.map +1 -1
- package/common/types/escrow-account.types.d.ts +17 -0
- package/common/types/escrow-account.types.js +3 -0
- package/common/types/escrow-account.types.js.map +1 -1
- package/common/types/exchange-provider.types.d.ts +12 -12
- package/common/types/file.types.d.ts +30 -9
- package/common/types/file.types.js +9 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +3 -0
- package/common/types/index.js +3 -0
- package/common/types/index.js.map +1 -1
- package/common/types/investor-account.types.d.ts +1 -1
- package/common/types/investor-account.types.js +1 -2
- package/common/types/investor-account.types.js.map +1 -1
- package/common/types/invite.types.d.ts +2 -2
- package/common/types/invite.types.js +1 -1
- package/common/types/invite.types.js.map +1 -1
- package/common/types/issuer-offering.types.d.ts +181 -77
- package/common/types/issuer-offering.types.js +180 -45
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/job-item.types.d.ts +14 -14
- package/common/types/note.types.d.ts +15 -15
- package/common/types/offering-submission.types.d.ts +198 -0
- package/common/types/offering-submission.types.js +16 -3
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.d.ts +255 -60
- package/common/types/offering.types.js +205 -53
- package/common/types/offering.types.js.map +1 -1
- package/common/types/portfolio.types.d.ts +6 -6
- package/common/types/reports.types.d.ts +345 -0
- package/common/types/reports.types.js +69 -0
- package/common/types/reports.types.js.map +1 -0
- package/common/types/secondary-order.types.d.ts +10 -10
- package/common/types/secondary-trade.types.d.ts +10 -10
- package/common/types/site.types.d.ts +12 -27
- package/common/types/task.types.d.ts +22 -22
- package/common/types/trade.types.d.ts +9 -0
- package/common/types/trade.types.js +2 -0
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +0 -1
- package/common/types/transaction.types.js +0 -1
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +191 -59
- package/common/types/user.types.js +9 -1
- package/common/types/user.types.js.map +1 -1
- package/contracts/clients/assets/index.d.ts +0 -66
- package/contracts/clients/files/index.d.ts +3 -3
- package/contracts/clients/files-public/index.d.ts +3 -3
- package/contracts/clients/index.d.ts +89 -105
- package/contracts/clients/offerings/index.d.ts +83 -33
- package/package.json +1 -1
|
@@ -20,8 +20,8 @@ export declare const offeringsContract: {
|
|
|
20
20
|
enabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
21
21
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
|
|
22
22
|
versioningType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingVersioningType>>;
|
|
23
|
-
combinedStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingStatus>>;
|
|
24
23
|
onboardingStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingOnboardingStatus>>;
|
|
24
|
+
complianceReview: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ComplianceReview>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
page: number;
|
|
27
27
|
limit: number;
|
|
@@ -31,12 +31,12 @@ export declare const offeringsContract: {
|
|
|
31
31
|
accountId?: string | undefined;
|
|
32
32
|
name?: string | undefined;
|
|
33
33
|
managedBy?: import("../../..").ManagedByType | undefined;
|
|
34
|
+
complianceReview?: import("../../..").ComplianceReview | undefined;
|
|
34
35
|
onboardingStatus?: import("../../..").OfferingOnboardingStatus | undefined;
|
|
35
36
|
enabled?: boolean | undefined;
|
|
36
37
|
issuerId?: string | undefined;
|
|
37
38
|
issuerName?: string | undefined;
|
|
38
39
|
versioningType?: import("../../..").OfferingVersioningType | undefined;
|
|
39
|
-
combinedStatus?: import("../../..").OfferingStatus | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
type?: import("../../..").OfferingType | undefined;
|
|
42
42
|
status?: import("../../..").ComplianceReview | undefined;
|
|
@@ -45,13 +45,13 @@ export declare const offeringsContract: {
|
|
|
45
45
|
managedBy?: import("../../..").ManagedByType | undefined;
|
|
46
46
|
page?: number | undefined;
|
|
47
47
|
limit?: number | undefined;
|
|
48
|
+
complianceReview?: import("../../..").ComplianceReview | undefined;
|
|
48
49
|
onboardingStatus?: import("../../..").OfferingOnboardingStatus | undefined;
|
|
49
50
|
include?: string | undefined;
|
|
50
51
|
enabled?: unknown;
|
|
51
52
|
issuerId?: string | undefined;
|
|
52
53
|
issuerName?: string | undefined;
|
|
53
54
|
versioningType?: import("../../..").OfferingVersioningType | undefined;
|
|
54
|
-
combinedStatus?: import("../../..").OfferingStatus | undefined;
|
|
55
55
|
}>;
|
|
56
56
|
summary: "Get offerings";
|
|
57
57
|
path: "offerings";
|
|
@@ -413,6 +413,7 @@ export declare const offeringsContract: {
|
|
|
413
413
|
auth: boolean;
|
|
414
414
|
};
|
|
415
415
|
body: z.ZodEffects<z.ZodObject<{
|
|
416
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
416
417
|
name: z.ZodOptional<z.ZodString>;
|
|
417
418
|
type: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingType>>;
|
|
418
419
|
targetAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -443,10 +444,7 @@ export declare const offeringsContract: {
|
|
|
443
444
|
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
444
445
|
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
445
446
|
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
446
|
-
principalAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
447
|
-
maxTotalRaise: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
448
447
|
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
449
|
-
interestType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").InterestType>>>;
|
|
450
448
|
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
451
449
|
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
452
450
|
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
@@ -483,6 +481,13 @@ export declare const offeringsContract: {
|
|
|
483
481
|
startAmount: number;
|
|
484
482
|
endAmount: number;
|
|
485
483
|
}>, "many">>;
|
|
484
|
+
warrantsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
485
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
486
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
487
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
488
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
489
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").WarrantSharesCalculationMethod>>>;
|
|
490
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
486
491
|
}, "strip", z.ZodTypeAny, {
|
|
487
492
|
type?: import("../../..").OfferingType | undefined;
|
|
488
493
|
name?: string | undefined;
|
|
@@ -505,6 +510,14 @@ export declare const offeringsContract: {
|
|
|
505
510
|
escrowAgreementFileId?: string | null | undefined;
|
|
506
511
|
bankAccountId?: string | null | undefined;
|
|
507
512
|
escrowAccountId?: string | null | undefined;
|
|
513
|
+
warrantsEnabled?: boolean | undefined;
|
|
514
|
+
totalShares?: number | null | undefined;
|
|
515
|
+
warrantTermYears?: number | null | undefined;
|
|
516
|
+
exercisePrice?: number | null | undefined;
|
|
517
|
+
warrantPercentage?: number | null | undefined;
|
|
518
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
519
|
+
incrementThreshold?: number | null | undefined;
|
|
520
|
+
shareClassId?: string | null | undefined;
|
|
508
521
|
assetName?: string | undefined;
|
|
509
522
|
assetType?: import("../../..").AssetType | undefined;
|
|
510
523
|
pricePerUnit?: number | null | undefined;
|
|
@@ -514,10 +527,7 @@ export declare const offeringsContract: {
|
|
|
514
527
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
515
528
|
tiers?: number[] | null | undefined;
|
|
516
529
|
enableBonus?: boolean | undefined;
|
|
517
|
-
principalAmount?: number | null | undefined;
|
|
518
|
-
maxTotalRaise?: number | null | undefined;
|
|
519
530
|
interestRate?: number | null | undefined;
|
|
520
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
521
531
|
bonusTiers?: {
|
|
522
532
|
value: number;
|
|
523
533
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -546,6 +556,14 @@ export declare const offeringsContract: {
|
|
|
546
556
|
escrowAgreementFileId?: string | null | undefined;
|
|
547
557
|
bankAccountId?: string | null | undefined;
|
|
548
558
|
escrowAccountId?: string | null | undefined;
|
|
559
|
+
warrantsEnabled?: boolean | undefined;
|
|
560
|
+
totalShares?: number | null | undefined;
|
|
561
|
+
warrantTermYears?: number | null | undefined;
|
|
562
|
+
exercisePrice?: number | null | undefined;
|
|
563
|
+
warrantPercentage?: number | null | undefined;
|
|
564
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
565
|
+
incrementThreshold?: number | null | undefined;
|
|
566
|
+
shareClassId?: string | null | undefined;
|
|
549
567
|
assetName?: string | undefined;
|
|
550
568
|
assetType?: import("../../..").AssetType | undefined;
|
|
551
569
|
pricePerUnit?: number | null | undefined;
|
|
@@ -555,10 +573,7 @@ export declare const offeringsContract: {
|
|
|
555
573
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
556
574
|
tiers?: number[] | null | undefined;
|
|
557
575
|
enableBonus?: boolean | undefined;
|
|
558
|
-
principalAmount?: number | null | undefined;
|
|
559
|
-
maxTotalRaise?: number | null | undefined;
|
|
560
576
|
interestRate?: number | null | undefined;
|
|
561
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
562
577
|
bonusTiers?: {
|
|
563
578
|
value: number;
|
|
564
579
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -587,6 +602,14 @@ export declare const offeringsContract: {
|
|
|
587
602
|
escrowAgreementFileId?: string | null | undefined;
|
|
588
603
|
bankAccountId?: string | null | undefined;
|
|
589
604
|
escrowAccountId?: string | null | undefined;
|
|
605
|
+
warrantsEnabled?: boolean | undefined;
|
|
606
|
+
totalShares?: number | null | undefined;
|
|
607
|
+
warrantTermYears?: number | null | undefined;
|
|
608
|
+
exercisePrice?: number | null | undefined;
|
|
609
|
+
warrantPercentage?: number | null | undefined;
|
|
610
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
611
|
+
incrementThreshold?: number | null | undefined;
|
|
612
|
+
shareClassId?: string | null | undefined;
|
|
590
613
|
assetName?: string | undefined;
|
|
591
614
|
assetType?: import("../../..").AssetType | undefined;
|
|
592
615
|
pricePerUnit?: number | null | undefined;
|
|
@@ -596,10 +619,7 @@ export declare const offeringsContract: {
|
|
|
596
619
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
597
620
|
tiers?: number[] | null | undefined;
|
|
598
621
|
enableBonus?: boolean | undefined;
|
|
599
|
-
principalAmount?: number | null | undefined;
|
|
600
|
-
maxTotalRaise?: number | null | undefined;
|
|
601
622
|
interestRate?: number | null | undefined;
|
|
602
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
603
623
|
bonusTiers?: {
|
|
604
624
|
value: number;
|
|
605
625
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -628,6 +648,14 @@ export declare const offeringsContract: {
|
|
|
628
648
|
escrowAgreementFileId?: string | null | undefined;
|
|
629
649
|
bankAccountId?: string | null | undefined;
|
|
630
650
|
escrowAccountId?: string | null | undefined;
|
|
651
|
+
warrantsEnabled?: boolean | undefined;
|
|
652
|
+
totalShares?: number | null | undefined;
|
|
653
|
+
warrantTermYears?: number | null | undefined;
|
|
654
|
+
exercisePrice?: number | null | undefined;
|
|
655
|
+
warrantPercentage?: number | null | undefined;
|
|
656
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
657
|
+
incrementThreshold?: number | null | undefined;
|
|
658
|
+
shareClassId?: string | null | undefined;
|
|
631
659
|
assetName?: string | undefined;
|
|
632
660
|
assetType?: import("../../..").AssetType | undefined;
|
|
633
661
|
pricePerUnit?: number | null | undefined;
|
|
@@ -637,10 +665,7 @@ export declare const offeringsContract: {
|
|
|
637
665
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
638
666
|
tiers?: number[] | null | undefined;
|
|
639
667
|
enableBonus?: boolean | undefined;
|
|
640
|
-
principalAmount?: number | null | undefined;
|
|
641
|
-
maxTotalRaise?: number | null | undefined;
|
|
642
668
|
interestRate?: number | null | undefined;
|
|
643
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
644
669
|
bonusTiers?: {
|
|
645
670
|
value: number;
|
|
646
671
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -733,6 +758,7 @@ export declare const offeringsContract: {
|
|
|
733
758
|
};
|
|
734
759
|
body: z.ZodEffects<z.ZodObject<{
|
|
735
760
|
issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
761
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
736
762
|
name: z.ZodString;
|
|
737
763
|
type: z.ZodNativeEnum<typeof import("../../..").OfferingType>;
|
|
738
764
|
targetAmount: z.ZodNumber;
|
|
@@ -759,10 +785,7 @@ export declare const offeringsContract: {
|
|
|
759
785
|
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
760
786
|
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
761
787
|
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
762
|
-
principalAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
763
|
-
maxTotalRaise: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
764
788
|
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
765
|
-
interestType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").InterestType>>>;
|
|
766
789
|
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
767
790
|
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
768
791
|
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
@@ -799,12 +822,20 @@ export declare const offeringsContract: {
|
|
|
799
822
|
startAmount: number;
|
|
800
823
|
endAmount: number;
|
|
801
824
|
}>, "many">>;
|
|
825
|
+
warrantsEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
826
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
827
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
828
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
829
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
830
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").WarrantSharesCalculationMethod>>>;
|
|
831
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
802
832
|
}, "strip", z.ZodTypeAny, {
|
|
803
833
|
type: import("../../..").OfferingType;
|
|
804
834
|
name: string;
|
|
805
835
|
template: import("../../../common/types/asset.types").AssetTemplateType;
|
|
806
836
|
targetAmount: number;
|
|
807
837
|
issuerId: string;
|
|
838
|
+
warrantsEnabled: boolean;
|
|
808
839
|
assetName: string;
|
|
809
840
|
assetType: import("../../..").AssetType;
|
|
810
841
|
pricePerUnit: number | null;
|
|
@@ -822,15 +853,19 @@ export declare const offeringsContract: {
|
|
|
822
853
|
hasEscrow?: boolean | undefined;
|
|
823
854
|
bankAccountId?: string | null | undefined;
|
|
824
855
|
escrowAccountId?: string | null | undefined;
|
|
856
|
+
totalShares?: number | null | undefined;
|
|
857
|
+
warrantTermYears?: number | null | undefined;
|
|
858
|
+
exercisePrice?: number | null | undefined;
|
|
859
|
+
warrantPercentage?: number | null | undefined;
|
|
860
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
861
|
+
incrementThreshold?: number | null | undefined;
|
|
862
|
+
shareClassId?: string | null | undefined;
|
|
825
863
|
yield?: number | null | undefined;
|
|
826
864
|
duration?: number | null | undefined;
|
|
827
865
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
828
866
|
tiers?: number[] | null | undefined;
|
|
829
867
|
enableBonus?: boolean | undefined;
|
|
830
|
-
principalAmount?: number | null | undefined;
|
|
831
|
-
maxTotalRaise?: number | null | undefined;
|
|
832
868
|
interestRate?: number | null | undefined;
|
|
833
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
834
869
|
bonusTiers?: {
|
|
835
870
|
value: number;
|
|
836
871
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -860,15 +895,20 @@ export declare const offeringsContract: {
|
|
|
860
895
|
hasEscrow?: boolean | undefined;
|
|
861
896
|
bankAccountId?: string | null | undefined;
|
|
862
897
|
escrowAccountId?: string | null | undefined;
|
|
898
|
+
warrantsEnabled?: boolean | undefined;
|
|
899
|
+
totalShares?: number | null | undefined;
|
|
900
|
+
warrantTermYears?: number | null | undefined;
|
|
901
|
+
exercisePrice?: number | null | undefined;
|
|
902
|
+
warrantPercentage?: number | null | undefined;
|
|
903
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
904
|
+
incrementThreshold?: number | null | undefined;
|
|
905
|
+
shareClassId?: string | null | undefined;
|
|
863
906
|
yield?: number | null | undefined;
|
|
864
907
|
duration?: number | null | undefined;
|
|
865
908
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
866
909
|
tiers?: number[] | null | undefined;
|
|
867
910
|
enableBonus?: boolean | undefined;
|
|
868
|
-
principalAmount?: number | null | undefined;
|
|
869
|
-
maxTotalRaise?: number | null | undefined;
|
|
870
911
|
interestRate?: number | null | undefined;
|
|
871
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
872
912
|
bonusTiers?: {
|
|
873
913
|
value: number;
|
|
874
914
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -881,6 +921,7 @@ export declare const offeringsContract: {
|
|
|
881
921
|
template: import("../../../common/types/asset.types").AssetTemplateType;
|
|
882
922
|
targetAmount: number;
|
|
883
923
|
issuerId: string;
|
|
924
|
+
warrantsEnabled: boolean;
|
|
884
925
|
assetName: string;
|
|
885
926
|
assetType: import("../../..").AssetType;
|
|
886
927
|
pricePerUnit: number | null;
|
|
@@ -898,15 +939,19 @@ export declare const offeringsContract: {
|
|
|
898
939
|
hasEscrow?: boolean | undefined;
|
|
899
940
|
bankAccountId?: string | null | undefined;
|
|
900
941
|
escrowAccountId?: string | null | undefined;
|
|
942
|
+
totalShares?: number | null | undefined;
|
|
943
|
+
warrantTermYears?: number | null | undefined;
|
|
944
|
+
exercisePrice?: number | null | undefined;
|
|
945
|
+
warrantPercentage?: number | null | undefined;
|
|
946
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
947
|
+
incrementThreshold?: number | null | undefined;
|
|
948
|
+
shareClassId?: string | null | undefined;
|
|
901
949
|
yield?: number | null | undefined;
|
|
902
950
|
duration?: number | null | undefined;
|
|
903
951
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
904
952
|
tiers?: number[] | null | undefined;
|
|
905
953
|
enableBonus?: boolean | undefined;
|
|
906
|
-
principalAmount?: number | null | undefined;
|
|
907
|
-
maxTotalRaise?: number | null | undefined;
|
|
908
954
|
interestRate?: number | null | undefined;
|
|
909
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
910
955
|
bonusTiers?: {
|
|
911
956
|
value: number;
|
|
912
957
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -936,15 +981,20 @@ export declare const offeringsContract: {
|
|
|
936
981
|
hasEscrow?: boolean | undefined;
|
|
937
982
|
bankAccountId?: string | null | undefined;
|
|
938
983
|
escrowAccountId?: string | null | undefined;
|
|
984
|
+
warrantsEnabled?: boolean | undefined;
|
|
985
|
+
totalShares?: number | null | undefined;
|
|
986
|
+
warrantTermYears?: number | null | undefined;
|
|
987
|
+
exercisePrice?: number | null | undefined;
|
|
988
|
+
warrantPercentage?: number | null | undefined;
|
|
989
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
990
|
+
incrementThreshold?: number | null | undefined;
|
|
991
|
+
shareClassId?: string | null | undefined;
|
|
939
992
|
yield?: number | null | undefined;
|
|
940
993
|
duration?: number | null | undefined;
|
|
941
994
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
942
995
|
tiers?: number[] | null | undefined;
|
|
943
996
|
enableBonus?: boolean | undefined;
|
|
944
|
-
principalAmount?: number | null | undefined;
|
|
945
|
-
maxTotalRaise?: number | null | undefined;
|
|
946
997
|
interestRate?: number | null | undefined;
|
|
947
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
948
998
|
bonusTiers?: {
|
|
949
999
|
value: number;
|
|
950
1000
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|