@dalmore/api-contracts 0.0.0-dev.651765a → 0.0.0-dev.6728794
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/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/common.types.d.ts +3 -1
- package/common/types/common.types.js +1 -0
- package/common/types/common.types.js.map +1 -1
- package/common/types/file.types.d.ts +1 -0
- package/common/types/issuer-offering.types.d.ts +1 -67
- package/common/types/issuer-offering.types.js +3 -45
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/offering-submission.types.js +2 -2
- package/common/types/offering.types.d.ts +1 -40
- package/common/types/offering.types.js +1 -43
- package/common/types/offering.types.js.map +1 -1
- package/common/types/site.types.d.ts +0 -15
- package/contracts/clients/assets/index.d.ts +0 -66
- package/contracts/clients/index.d.ts +0 -96
- package/contracts/clients/offerings/index.d.ts +0 -30
- package/package.json +1 -1
|
@@ -443,10 +443,7 @@ export declare const offeringsContract: {
|
|
|
443
443
|
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
444
444
|
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
445
445
|
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
446
|
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
449
|
-
interestType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").InterestType>>>;
|
|
450
447
|
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
451
448
|
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
452
449
|
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
@@ -514,10 +511,7 @@ export declare const offeringsContract: {
|
|
|
514
511
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
515
512
|
tiers?: number[] | null | undefined;
|
|
516
513
|
enableBonus?: boolean | undefined;
|
|
517
|
-
principalAmount?: number | null | undefined;
|
|
518
|
-
maxTotalRaise?: number | null | undefined;
|
|
519
514
|
interestRate?: number | null | undefined;
|
|
520
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
521
515
|
bonusTiers?: {
|
|
522
516
|
value: number;
|
|
523
517
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -555,10 +549,7 @@ export declare const offeringsContract: {
|
|
|
555
549
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
556
550
|
tiers?: number[] | null | undefined;
|
|
557
551
|
enableBonus?: boolean | undefined;
|
|
558
|
-
principalAmount?: number | null | undefined;
|
|
559
|
-
maxTotalRaise?: number | null | undefined;
|
|
560
552
|
interestRate?: number | null | undefined;
|
|
561
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
562
553
|
bonusTiers?: {
|
|
563
554
|
value: number;
|
|
564
555
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -596,10 +587,7 @@ export declare const offeringsContract: {
|
|
|
596
587
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
597
588
|
tiers?: number[] | null | undefined;
|
|
598
589
|
enableBonus?: boolean | undefined;
|
|
599
|
-
principalAmount?: number | null | undefined;
|
|
600
|
-
maxTotalRaise?: number | null | undefined;
|
|
601
590
|
interestRate?: number | null | undefined;
|
|
602
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
603
591
|
bonusTiers?: {
|
|
604
592
|
value: number;
|
|
605
593
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -637,10 +625,7 @@ export declare const offeringsContract: {
|
|
|
637
625
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
638
626
|
tiers?: number[] | null | undefined;
|
|
639
627
|
enableBonus?: boolean | undefined;
|
|
640
|
-
principalAmount?: number | null | undefined;
|
|
641
|
-
maxTotalRaise?: number | null | undefined;
|
|
642
628
|
interestRate?: number | null | undefined;
|
|
643
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
644
629
|
bonusTiers?: {
|
|
645
630
|
value: number;
|
|
646
631
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -759,10 +744,7 @@ export declare const offeringsContract: {
|
|
|
759
744
|
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
760
745
|
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
761
746
|
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
747
|
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
765
|
-
interestType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").InterestType>>>;
|
|
766
748
|
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
767
749
|
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
768
750
|
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
@@ -827,10 +809,7 @@ export declare const offeringsContract: {
|
|
|
827
809
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
828
810
|
tiers?: number[] | null | undefined;
|
|
829
811
|
enableBonus?: boolean | undefined;
|
|
830
|
-
principalAmount?: number | null | undefined;
|
|
831
|
-
maxTotalRaise?: number | null | undefined;
|
|
832
812
|
interestRate?: number | null | undefined;
|
|
833
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
834
813
|
bonusTiers?: {
|
|
835
814
|
value: number;
|
|
836
815
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -865,10 +844,7 @@ export declare const offeringsContract: {
|
|
|
865
844
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
866
845
|
tiers?: number[] | null | undefined;
|
|
867
846
|
enableBonus?: boolean | undefined;
|
|
868
|
-
principalAmount?: number | null | undefined;
|
|
869
|
-
maxTotalRaise?: number | null | undefined;
|
|
870
847
|
interestRate?: number | null | undefined;
|
|
871
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
872
848
|
bonusTiers?: {
|
|
873
849
|
value: number;
|
|
874
850
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -903,10 +879,7 @@ export declare const offeringsContract: {
|
|
|
903
879
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
904
880
|
tiers?: number[] | null | undefined;
|
|
905
881
|
enableBonus?: boolean | undefined;
|
|
906
|
-
principalAmount?: number | null | undefined;
|
|
907
|
-
maxTotalRaise?: number | null | undefined;
|
|
908
882
|
interestRate?: number | null | undefined;
|
|
909
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
910
883
|
bonusTiers?: {
|
|
911
884
|
value: number;
|
|
912
885
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
@@ -941,10 +914,7 @@ export declare const offeringsContract: {
|
|
|
941
914
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
942
915
|
tiers?: number[] | null | undefined;
|
|
943
916
|
enableBonus?: boolean | undefined;
|
|
944
|
-
principalAmount?: number | null | undefined;
|
|
945
|
-
maxTotalRaise?: number | null | undefined;
|
|
946
917
|
interestRate?: number | null | undefined;
|
|
947
|
-
interestType?: import("../../../common/types/asset.types").InterestType | null | undefined;
|
|
948
918
|
bonusTiers?: {
|
|
949
919
|
value: number;
|
|
950
920
|
type: import("../../../common/types/bonus-tier.types").BonusType;
|