@nexeraid/identity-schemas 2.201.0 → 2.202.0-dev
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/declarations/src/providers/notabene/notabene.schema.d.ts +1833 -0
- package/dist/declarations/src/providers/notabene/notabene.schema.d.ts.map +1 -1
- package/dist/declarations/src/transaction.schema.d.ts +3 -3
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-301dab8d.cjs.prod.cjs → identity-api.schema-3abb32fd.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-60fe9ffa.cjs.dev.cjs → identity-api.schema-9be2e0d8.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-66f67cc6.esm.mjs → identity-api.schema-b4108710.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-30a4da34.esm.mjs → notabene.schema-27fadf55.esm.mjs} +64 -5
- package/dist/{notabene.schema-91148657.cjs.prod.cjs → notabene.schema-3b5d2b65.cjs.prod.cjs} +66 -4
- package/dist/{notabene.schema-b6fba65e.cjs.dev.cjs → notabene.schema-5ad52f81.cjs.dev.cjs} +66 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-52c27cad.cjs.dev.cjs → tfhe-utilities-27a28149.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-0d98bbf6.cjs.prod.cjs → tfhe-utilities-37fada6d.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-b33cee57.esm.mjs → tfhe-utilities-50874d8c.esm.mjs} +2 -2
- package/dist/{toArray-ff66b745.esm.mjs → toArray-4a50f8ab.esm.mjs} +1 -1
- package/dist/{toArray-176387e0.cjs.dev.cjs → toArray-b9b159c5.cjs.dev.cjs} +1 -1
- package/dist/{toArray-31b05fee.cjs.prod.cjs → toArray-ca25b89e.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-61295866.cjs.dev.cjs → vault.schema-b0373ae1.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-e1fd846a.esm.mjs → vault.schema-d9c69eab.esm.mjs} +1 -1
- package/dist/{vault.schema-ee3851a0.cjs.prod.cjs → vault.schema-fba01def.cjs.dev.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +6 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +6 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -9062,6 +9062,7 @@ export declare const NotabeneTxCreateRequest: z.ZodObject<{
|
|
|
9062
9062
|
blockchainTransactionTimestamp?: Date | undefined;
|
|
9063
9063
|
}>;
|
|
9064
9064
|
export type NotabeneTxCreateRequest = z.infer<typeof NotabeneTxCreateRequest>;
|
|
9065
|
+
export declare const NOTABENE_TX_CREATE_STATUS: readonly ["SAVED", "MISSING_BENEFICIARY_DATA", "NEW", "WAITING_FOR_INFORMATION", "SENT", "REJECTED", "DECLINED", "ACK", "CANCELLED", "INCOMPLETE", "ACCEPTED", "NOT_READY"];
|
|
9065
9066
|
export declare const NotabeneTxCreateStatus: z.ZodEnum<["SAVED", "MISSING_BENEFICIARY_DATA", "NEW", "WAITING_FOR_INFORMATION", "SENT", "REJECTED", "DECLINED", "ACK", "CANCELLED", "INCOMPLETE", "ACCEPTED", "NOT_READY"]>;
|
|
9066
9067
|
export type NotabeneTxCreateStatus = z.infer<typeof NotabeneTxCreateStatus>;
|
|
9067
9068
|
export declare const NotabeneTxCreateResponse: z.ZodObject<{
|
|
@@ -22579,4 +22580,1836 @@ export declare const NotabeneJurisdictionsResponse: z.ZodArray<z.ZodObject<{
|
|
|
22579
22580
|
jurisdictionNotabenePage?: string | undefined;
|
|
22580
22581
|
}>, "many">;
|
|
22581
22582
|
export type NotabeneJurisdictionsResponse = z.infer<typeof NotabeneJurisdictionsResponse>;
|
|
22583
|
+
export declare const NotabeneWebhookPayload: z.ZodObject<{
|
|
22584
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22585
|
+
payload: z.ZodObject<{
|
|
22586
|
+
transaction: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22587
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22588
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22589
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22590
|
+
}, "strip", z.ZodTypeAny, {
|
|
22591
|
+
currency?: string | null | undefined;
|
|
22592
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22593
|
+
}, {
|
|
22594
|
+
currency?: string | null | undefined;
|
|
22595
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22596
|
+
}>>>;
|
|
22597
|
+
beneficiaryAmountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22598
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22599
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22600
|
+
}, "strip", z.ZodTypeAny, {
|
|
22601
|
+
currency?: string | null | undefined;
|
|
22602
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22603
|
+
}, {
|
|
22604
|
+
currency?: string | null | undefined;
|
|
22605
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22606
|
+
}>>>;
|
|
22607
|
+
beneficiaryDid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22608
|
+
beneficiaryProof: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
22609
|
+
type: z.ZodEnum<["eip-191", "eip-712", "bip-137"]>;
|
|
22610
|
+
proof: z.ZodString;
|
|
22611
|
+
attestation: z.ZodString;
|
|
22612
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22613
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22614
|
+
}, "strip", z.ZodTypeAny, {
|
|
22615
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22616
|
+
proof: string;
|
|
22617
|
+
attestation: string;
|
|
22618
|
+
status?: string | undefined;
|
|
22619
|
+
address?: string | undefined;
|
|
22620
|
+
}, {
|
|
22621
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22622
|
+
proof: string;
|
|
22623
|
+
attestation: string;
|
|
22624
|
+
status?: string | undefined;
|
|
22625
|
+
address?: string | undefined;
|
|
22626
|
+
}>, z.ZodObject<{
|
|
22627
|
+
type: z.ZodLiteral<"screenshot">;
|
|
22628
|
+
url: z.ZodString;
|
|
22629
|
+
}, "strip", z.ZodTypeAny, {
|
|
22630
|
+
type: "screenshot";
|
|
22631
|
+
url: string;
|
|
22632
|
+
}, {
|
|
22633
|
+
type: "screenshot";
|
|
22634
|
+
url: string;
|
|
22635
|
+
}>, z.ZodObject<{
|
|
22636
|
+
type: z.ZodLiteral<"self-declaration">;
|
|
22637
|
+
did: z.ZodOptional<z.ZodString>;
|
|
22638
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22639
|
+
attestation: z.ZodString;
|
|
22640
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
22641
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22642
|
+
}, "strip", z.ZodTypeAny, {
|
|
22643
|
+
type: "self-declaration";
|
|
22644
|
+
attestation: string;
|
|
22645
|
+
status?: string | undefined;
|
|
22646
|
+
address?: string | undefined;
|
|
22647
|
+
did?: string | undefined;
|
|
22648
|
+
confirmed?: boolean | undefined;
|
|
22649
|
+
}, {
|
|
22650
|
+
type: "self-declaration";
|
|
22651
|
+
attestation: string;
|
|
22652
|
+
status?: string | undefined;
|
|
22653
|
+
address?: string | undefined;
|
|
22654
|
+
did?: string | undefined;
|
|
22655
|
+
confirmed?: boolean | undefined;
|
|
22656
|
+
}>, z.ZodObject<{
|
|
22657
|
+
type: z.ZodLiteral<"microtransfer">;
|
|
22658
|
+
did: z.ZodOptional<z.ZodString>;
|
|
22659
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22660
|
+
proof: z.ZodString;
|
|
22661
|
+
chain: z.ZodOptional<z.ZodString>;
|
|
22662
|
+
destination: z.ZodOptional<z.ZodString>;
|
|
22663
|
+
amountSubunits: z.ZodOptional<z.ZodString>;
|
|
22664
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22665
|
+
}, "strip", z.ZodTypeAny, {
|
|
22666
|
+
type: "microtransfer";
|
|
22667
|
+
proof: string;
|
|
22668
|
+
status?: string | undefined;
|
|
22669
|
+
address?: string | undefined;
|
|
22670
|
+
did?: string | undefined;
|
|
22671
|
+
chain?: string | undefined;
|
|
22672
|
+
destination?: string | undefined;
|
|
22673
|
+
amountSubunits?: string | undefined;
|
|
22674
|
+
}, {
|
|
22675
|
+
type: "microtransfer";
|
|
22676
|
+
proof: string;
|
|
22677
|
+
status?: string | undefined;
|
|
22678
|
+
address?: string | undefined;
|
|
22679
|
+
did?: string | undefined;
|
|
22680
|
+
chain?: string | undefined;
|
|
22681
|
+
destination?: string | undefined;
|
|
22682
|
+
amountSubunits?: string | undefined;
|
|
22683
|
+
}>]>>>;
|
|
22684
|
+
beneficiaryVASPdid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22685
|
+
chargedQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22686
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
22687
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22688
|
+
custom_asset_price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22689
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22690
|
+
isTest: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22691
|
+
ivms101Encrypted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22692
|
+
on_behalf_of_myself: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22693
|
+
originatorDid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22694
|
+
originatorProof: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
22695
|
+
type: z.ZodEnum<["eip-191", "eip-712", "bip-137"]>;
|
|
22696
|
+
proof: z.ZodString;
|
|
22697
|
+
attestation: z.ZodString;
|
|
22698
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22699
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22700
|
+
}, "strip", z.ZodTypeAny, {
|
|
22701
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22702
|
+
proof: string;
|
|
22703
|
+
attestation: string;
|
|
22704
|
+
status?: string | undefined;
|
|
22705
|
+
address?: string | undefined;
|
|
22706
|
+
}, {
|
|
22707
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22708
|
+
proof: string;
|
|
22709
|
+
attestation: string;
|
|
22710
|
+
status?: string | undefined;
|
|
22711
|
+
address?: string | undefined;
|
|
22712
|
+
}>, z.ZodObject<{
|
|
22713
|
+
type: z.ZodLiteral<"screenshot">;
|
|
22714
|
+
url: z.ZodString;
|
|
22715
|
+
}, "strip", z.ZodTypeAny, {
|
|
22716
|
+
type: "screenshot";
|
|
22717
|
+
url: string;
|
|
22718
|
+
}, {
|
|
22719
|
+
type: "screenshot";
|
|
22720
|
+
url: string;
|
|
22721
|
+
}>, z.ZodObject<{
|
|
22722
|
+
type: z.ZodLiteral<"self-declaration">;
|
|
22723
|
+
did: z.ZodOptional<z.ZodString>;
|
|
22724
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22725
|
+
attestation: z.ZodString;
|
|
22726
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
22727
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22728
|
+
}, "strip", z.ZodTypeAny, {
|
|
22729
|
+
type: "self-declaration";
|
|
22730
|
+
attestation: string;
|
|
22731
|
+
status?: string | undefined;
|
|
22732
|
+
address?: string | undefined;
|
|
22733
|
+
did?: string | undefined;
|
|
22734
|
+
confirmed?: boolean | undefined;
|
|
22735
|
+
}, {
|
|
22736
|
+
type: "self-declaration";
|
|
22737
|
+
attestation: string;
|
|
22738
|
+
status?: string | undefined;
|
|
22739
|
+
address?: string | undefined;
|
|
22740
|
+
did?: string | undefined;
|
|
22741
|
+
confirmed?: boolean | undefined;
|
|
22742
|
+
}>, z.ZodObject<{
|
|
22743
|
+
type: z.ZodLiteral<"microtransfer">;
|
|
22744
|
+
did: z.ZodOptional<z.ZodString>;
|
|
22745
|
+
address: z.ZodOptional<z.ZodString>;
|
|
22746
|
+
proof: z.ZodString;
|
|
22747
|
+
chain: z.ZodOptional<z.ZodString>;
|
|
22748
|
+
destination: z.ZodOptional<z.ZodString>;
|
|
22749
|
+
amountSubunits: z.ZodOptional<z.ZodString>;
|
|
22750
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22751
|
+
}, "strip", z.ZodTypeAny, {
|
|
22752
|
+
type: "microtransfer";
|
|
22753
|
+
proof: string;
|
|
22754
|
+
status?: string | undefined;
|
|
22755
|
+
address?: string | undefined;
|
|
22756
|
+
did?: string | undefined;
|
|
22757
|
+
chain?: string | undefined;
|
|
22758
|
+
destination?: string | undefined;
|
|
22759
|
+
amountSubunits?: string | undefined;
|
|
22760
|
+
}, {
|
|
22761
|
+
type: "microtransfer";
|
|
22762
|
+
proof: string;
|
|
22763
|
+
status?: string | undefined;
|
|
22764
|
+
address?: string | undefined;
|
|
22765
|
+
did?: string | undefined;
|
|
22766
|
+
chain?: string | undefined;
|
|
22767
|
+
destination?: string | undefined;
|
|
22768
|
+
amountSubunits?: string | undefined;
|
|
22769
|
+
}>]>>>;
|
|
22770
|
+
originatorVASPdid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22771
|
+
pii_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22772
|
+
protocol: z.ZodOptional<z.ZodNullable<z.ZodEnum<["TRLight", "TRP", "OpenVASP"]>>>;
|
|
22773
|
+
protocolData: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22774
|
+
trLightData: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22775
|
+
notificationEmails: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
22776
|
+
}, "strip", z.ZodTypeAny, {
|
|
22777
|
+
notificationEmails?: string[] | null | undefined;
|
|
22778
|
+
}, {
|
|
22779
|
+
notificationEmails?: string[] | null | undefined;
|
|
22780
|
+
}>>>;
|
|
22781
|
+
}, "strip", z.ZodTypeAny, {
|
|
22782
|
+
trLightData?: {
|
|
22783
|
+
notificationEmails?: string[] | null | undefined;
|
|
22784
|
+
} | null | undefined;
|
|
22785
|
+
}, {
|
|
22786
|
+
trLightData?: {
|
|
22787
|
+
notificationEmails?: string[] | null | undefined;
|
|
22788
|
+
} | null | undefined;
|
|
22789
|
+
}>>>;
|
|
22790
|
+
showToBeneficiary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22791
|
+
status: z.ZodEnum<["SAVED", "MISSING_BENEFICIARY_DATA", "NEW", "WAITING_FOR_INFORMATION", "SENT", "REJECTED", "DECLINED", "ACK", "CANCELLED", "INCOMPLETE", "ACCEPTED", "NOT_READY"]>;
|
|
22792
|
+
tracked_billing: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
22793
|
+
transactionAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22794
|
+
transactionAsset: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22795
|
+
transactionBlockchainInfo: z.ZodObject<{
|
|
22796
|
+
destination: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22797
|
+
txHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22798
|
+
}, "strip", z.ZodTypeAny, {
|
|
22799
|
+
txHash?: string | null | undefined;
|
|
22800
|
+
destination?: string | null | undefined;
|
|
22801
|
+
}, {
|
|
22802
|
+
txHash?: string | null | undefined;
|
|
22803
|
+
destination?: string | null | undefined;
|
|
22804
|
+
}>;
|
|
22805
|
+
transactionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22806
|
+
transactionType: z.ZodEnum<["BELOW_THRESHOLD", "NON_CUSTODIAL", "TRAVELRULE", "UNKNOWN"]>;
|
|
22807
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
22808
|
+
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22809
|
+
}, "strip", z.ZodTypeAny, {
|
|
22810
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
22811
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
22812
|
+
transactionBlockchainInfo: {
|
|
22813
|
+
txHash?: string | null | undefined;
|
|
22814
|
+
destination?: string | null | undefined;
|
|
22815
|
+
};
|
|
22816
|
+
id?: string | null | undefined;
|
|
22817
|
+
createdAt?: Date | null | undefined;
|
|
22818
|
+
updatedAt?: Date | null | undefined;
|
|
22819
|
+
updatedBy?: string | null | undefined;
|
|
22820
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
22821
|
+
createdBy?: string | null | undefined;
|
|
22822
|
+
transactionRef?: string | null | undefined;
|
|
22823
|
+
transactionAsset?: string | null | undefined;
|
|
22824
|
+
transactionAmount?: string | null | undefined;
|
|
22825
|
+
originatorDid?: string | null | undefined;
|
|
22826
|
+
beneficiaryDid?: string | null | undefined;
|
|
22827
|
+
originatorVASPdid?: string | null | undefined;
|
|
22828
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
22829
|
+
originatorProof?: {
|
|
22830
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22831
|
+
proof: string;
|
|
22832
|
+
attestation: string;
|
|
22833
|
+
status?: string | undefined;
|
|
22834
|
+
address?: string | undefined;
|
|
22835
|
+
} | {
|
|
22836
|
+
type: "screenshot";
|
|
22837
|
+
url: string;
|
|
22838
|
+
} | {
|
|
22839
|
+
type: "self-declaration";
|
|
22840
|
+
attestation: string;
|
|
22841
|
+
status?: string | undefined;
|
|
22842
|
+
address?: string | undefined;
|
|
22843
|
+
did?: string | undefined;
|
|
22844
|
+
confirmed?: boolean | undefined;
|
|
22845
|
+
} | {
|
|
22846
|
+
type: "microtransfer";
|
|
22847
|
+
proof: string;
|
|
22848
|
+
status?: string | undefined;
|
|
22849
|
+
address?: string | undefined;
|
|
22850
|
+
did?: string | undefined;
|
|
22851
|
+
chain?: string | undefined;
|
|
22852
|
+
destination?: string | undefined;
|
|
22853
|
+
amountSubunits?: string | undefined;
|
|
22854
|
+
} | null | undefined;
|
|
22855
|
+
beneficiaryProof?: {
|
|
22856
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22857
|
+
proof: string;
|
|
22858
|
+
attestation: string;
|
|
22859
|
+
status?: string | undefined;
|
|
22860
|
+
address?: string | undefined;
|
|
22861
|
+
} | {
|
|
22862
|
+
type: "screenshot";
|
|
22863
|
+
url: string;
|
|
22864
|
+
} | {
|
|
22865
|
+
type: "self-declaration";
|
|
22866
|
+
attestation: string;
|
|
22867
|
+
status?: string | undefined;
|
|
22868
|
+
address?: string | undefined;
|
|
22869
|
+
did?: string | undefined;
|
|
22870
|
+
confirmed?: boolean | undefined;
|
|
22871
|
+
} | {
|
|
22872
|
+
type: "microtransfer";
|
|
22873
|
+
proof: string;
|
|
22874
|
+
status?: string | undefined;
|
|
22875
|
+
address?: string | undefined;
|
|
22876
|
+
did?: string | undefined;
|
|
22877
|
+
chain?: string | undefined;
|
|
22878
|
+
destination?: string | undefined;
|
|
22879
|
+
amountSubunits?: string | undefined;
|
|
22880
|
+
} | null | undefined;
|
|
22881
|
+
chargedQuantity?: number | null | undefined;
|
|
22882
|
+
amountInLocalCurrency?: {
|
|
22883
|
+
currency?: string | null | undefined;
|
|
22884
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22885
|
+
} | null | undefined;
|
|
22886
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
22887
|
+
currency?: string | null | undefined;
|
|
22888
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22889
|
+
} | null | undefined;
|
|
22890
|
+
ivms101Encrypted?: string | null | undefined;
|
|
22891
|
+
protocolData?: {
|
|
22892
|
+
trLightData?: {
|
|
22893
|
+
notificationEmails?: string[] | null | undefined;
|
|
22894
|
+
} | null | undefined;
|
|
22895
|
+
} | null | undefined;
|
|
22896
|
+
custom_asset_price?: string | null | undefined;
|
|
22897
|
+
isTest?: boolean | null | undefined;
|
|
22898
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
22899
|
+
pii_url?: string | null | undefined;
|
|
22900
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
22901
|
+
tracked_billing?: boolean | null | undefined;
|
|
22902
|
+
}, {
|
|
22903
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
22904
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
22905
|
+
transactionBlockchainInfo: {
|
|
22906
|
+
txHash?: string | null | undefined;
|
|
22907
|
+
destination?: string | null | undefined;
|
|
22908
|
+
};
|
|
22909
|
+
id?: string | null | undefined;
|
|
22910
|
+
createdAt?: Date | null | undefined;
|
|
22911
|
+
updatedAt?: Date | null | undefined;
|
|
22912
|
+
updatedBy?: string | null | undefined;
|
|
22913
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
22914
|
+
createdBy?: string | null | undefined;
|
|
22915
|
+
transactionRef?: string | null | undefined;
|
|
22916
|
+
transactionAsset?: string | null | undefined;
|
|
22917
|
+
transactionAmount?: string | null | undefined;
|
|
22918
|
+
originatorDid?: string | null | undefined;
|
|
22919
|
+
beneficiaryDid?: string | null | undefined;
|
|
22920
|
+
originatorVASPdid?: string | null | undefined;
|
|
22921
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
22922
|
+
originatorProof?: {
|
|
22923
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22924
|
+
proof: string;
|
|
22925
|
+
attestation: string;
|
|
22926
|
+
status?: string | undefined;
|
|
22927
|
+
address?: string | undefined;
|
|
22928
|
+
} | {
|
|
22929
|
+
type: "screenshot";
|
|
22930
|
+
url: string;
|
|
22931
|
+
} | {
|
|
22932
|
+
type: "self-declaration";
|
|
22933
|
+
attestation: string;
|
|
22934
|
+
status?: string | undefined;
|
|
22935
|
+
address?: string | undefined;
|
|
22936
|
+
did?: string | undefined;
|
|
22937
|
+
confirmed?: boolean | undefined;
|
|
22938
|
+
} | {
|
|
22939
|
+
type: "microtransfer";
|
|
22940
|
+
proof: string;
|
|
22941
|
+
status?: string | undefined;
|
|
22942
|
+
address?: string | undefined;
|
|
22943
|
+
did?: string | undefined;
|
|
22944
|
+
chain?: string | undefined;
|
|
22945
|
+
destination?: string | undefined;
|
|
22946
|
+
amountSubunits?: string | undefined;
|
|
22947
|
+
} | null | undefined;
|
|
22948
|
+
beneficiaryProof?: {
|
|
22949
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
22950
|
+
proof: string;
|
|
22951
|
+
attestation: string;
|
|
22952
|
+
status?: string | undefined;
|
|
22953
|
+
address?: string | undefined;
|
|
22954
|
+
} | {
|
|
22955
|
+
type: "screenshot";
|
|
22956
|
+
url: string;
|
|
22957
|
+
} | {
|
|
22958
|
+
type: "self-declaration";
|
|
22959
|
+
attestation: string;
|
|
22960
|
+
status?: string | undefined;
|
|
22961
|
+
address?: string | undefined;
|
|
22962
|
+
did?: string | undefined;
|
|
22963
|
+
confirmed?: boolean | undefined;
|
|
22964
|
+
} | {
|
|
22965
|
+
type: "microtransfer";
|
|
22966
|
+
proof: string;
|
|
22967
|
+
status?: string | undefined;
|
|
22968
|
+
address?: string | undefined;
|
|
22969
|
+
did?: string | undefined;
|
|
22970
|
+
chain?: string | undefined;
|
|
22971
|
+
destination?: string | undefined;
|
|
22972
|
+
amountSubunits?: string | undefined;
|
|
22973
|
+
} | null | undefined;
|
|
22974
|
+
chargedQuantity?: number | null | undefined;
|
|
22975
|
+
amountInLocalCurrency?: {
|
|
22976
|
+
currency?: string | null | undefined;
|
|
22977
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22978
|
+
} | null | undefined;
|
|
22979
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
22980
|
+
currency?: string | null | undefined;
|
|
22981
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
22982
|
+
} | null | undefined;
|
|
22983
|
+
ivms101Encrypted?: string | null | undefined;
|
|
22984
|
+
protocolData?: {
|
|
22985
|
+
trLightData?: {
|
|
22986
|
+
notificationEmails?: string[] | null | undefined;
|
|
22987
|
+
} | null | undefined;
|
|
22988
|
+
} | null | undefined;
|
|
22989
|
+
custom_asset_price?: string | null | undefined;
|
|
22990
|
+
isTest?: boolean | null | undefined;
|
|
22991
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
22992
|
+
pii_url?: string | null | undefined;
|
|
22993
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
22994
|
+
tracked_billing?: boolean | null | undefined;
|
|
22995
|
+
}>>>;
|
|
22996
|
+
}, "strip", z.ZodTypeAny, {
|
|
22997
|
+
transaction?: {
|
|
22998
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
22999
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23000
|
+
transactionBlockchainInfo: {
|
|
23001
|
+
txHash?: string | null | undefined;
|
|
23002
|
+
destination?: string | null | undefined;
|
|
23003
|
+
};
|
|
23004
|
+
id?: string | null | undefined;
|
|
23005
|
+
createdAt?: Date | null | undefined;
|
|
23006
|
+
updatedAt?: Date | null | undefined;
|
|
23007
|
+
updatedBy?: string | null | undefined;
|
|
23008
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23009
|
+
createdBy?: string | null | undefined;
|
|
23010
|
+
transactionRef?: string | null | undefined;
|
|
23011
|
+
transactionAsset?: string | null | undefined;
|
|
23012
|
+
transactionAmount?: string | null | undefined;
|
|
23013
|
+
originatorDid?: string | null | undefined;
|
|
23014
|
+
beneficiaryDid?: string | null | undefined;
|
|
23015
|
+
originatorVASPdid?: string | null | undefined;
|
|
23016
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23017
|
+
originatorProof?: {
|
|
23018
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23019
|
+
proof: string;
|
|
23020
|
+
attestation: string;
|
|
23021
|
+
status?: string | undefined;
|
|
23022
|
+
address?: string | undefined;
|
|
23023
|
+
} | {
|
|
23024
|
+
type: "screenshot";
|
|
23025
|
+
url: string;
|
|
23026
|
+
} | {
|
|
23027
|
+
type: "self-declaration";
|
|
23028
|
+
attestation: string;
|
|
23029
|
+
status?: string | undefined;
|
|
23030
|
+
address?: string | undefined;
|
|
23031
|
+
did?: string | undefined;
|
|
23032
|
+
confirmed?: boolean | undefined;
|
|
23033
|
+
} | {
|
|
23034
|
+
type: "microtransfer";
|
|
23035
|
+
proof: string;
|
|
23036
|
+
status?: string | undefined;
|
|
23037
|
+
address?: string | undefined;
|
|
23038
|
+
did?: string | undefined;
|
|
23039
|
+
chain?: string | undefined;
|
|
23040
|
+
destination?: string | undefined;
|
|
23041
|
+
amountSubunits?: string | undefined;
|
|
23042
|
+
} | null | undefined;
|
|
23043
|
+
beneficiaryProof?: {
|
|
23044
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23045
|
+
proof: string;
|
|
23046
|
+
attestation: string;
|
|
23047
|
+
status?: string | undefined;
|
|
23048
|
+
address?: string | undefined;
|
|
23049
|
+
} | {
|
|
23050
|
+
type: "screenshot";
|
|
23051
|
+
url: string;
|
|
23052
|
+
} | {
|
|
23053
|
+
type: "self-declaration";
|
|
23054
|
+
attestation: string;
|
|
23055
|
+
status?: string | undefined;
|
|
23056
|
+
address?: string | undefined;
|
|
23057
|
+
did?: string | undefined;
|
|
23058
|
+
confirmed?: boolean | undefined;
|
|
23059
|
+
} | {
|
|
23060
|
+
type: "microtransfer";
|
|
23061
|
+
proof: string;
|
|
23062
|
+
status?: string | undefined;
|
|
23063
|
+
address?: string | undefined;
|
|
23064
|
+
did?: string | undefined;
|
|
23065
|
+
chain?: string | undefined;
|
|
23066
|
+
destination?: string | undefined;
|
|
23067
|
+
amountSubunits?: string | undefined;
|
|
23068
|
+
} | null | undefined;
|
|
23069
|
+
chargedQuantity?: number | null | undefined;
|
|
23070
|
+
amountInLocalCurrency?: {
|
|
23071
|
+
currency?: string | null | undefined;
|
|
23072
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23073
|
+
} | null | undefined;
|
|
23074
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23075
|
+
currency?: string | null | undefined;
|
|
23076
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23077
|
+
} | null | undefined;
|
|
23078
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23079
|
+
protocolData?: {
|
|
23080
|
+
trLightData?: {
|
|
23081
|
+
notificationEmails?: string[] | null | undefined;
|
|
23082
|
+
} | null | undefined;
|
|
23083
|
+
} | null | undefined;
|
|
23084
|
+
custom_asset_price?: string | null | undefined;
|
|
23085
|
+
isTest?: boolean | null | undefined;
|
|
23086
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23087
|
+
pii_url?: string | null | undefined;
|
|
23088
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23089
|
+
tracked_billing?: boolean | null | undefined;
|
|
23090
|
+
} | null | undefined;
|
|
23091
|
+
}, {
|
|
23092
|
+
transaction?: {
|
|
23093
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23094
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23095
|
+
transactionBlockchainInfo: {
|
|
23096
|
+
txHash?: string | null | undefined;
|
|
23097
|
+
destination?: string | null | undefined;
|
|
23098
|
+
};
|
|
23099
|
+
id?: string | null | undefined;
|
|
23100
|
+
createdAt?: Date | null | undefined;
|
|
23101
|
+
updatedAt?: Date | null | undefined;
|
|
23102
|
+
updatedBy?: string | null | undefined;
|
|
23103
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23104
|
+
createdBy?: string | null | undefined;
|
|
23105
|
+
transactionRef?: string | null | undefined;
|
|
23106
|
+
transactionAsset?: string | null | undefined;
|
|
23107
|
+
transactionAmount?: string | null | undefined;
|
|
23108
|
+
originatorDid?: string | null | undefined;
|
|
23109
|
+
beneficiaryDid?: string | null | undefined;
|
|
23110
|
+
originatorVASPdid?: string | null | undefined;
|
|
23111
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23112
|
+
originatorProof?: {
|
|
23113
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23114
|
+
proof: string;
|
|
23115
|
+
attestation: string;
|
|
23116
|
+
status?: string | undefined;
|
|
23117
|
+
address?: string | undefined;
|
|
23118
|
+
} | {
|
|
23119
|
+
type: "screenshot";
|
|
23120
|
+
url: string;
|
|
23121
|
+
} | {
|
|
23122
|
+
type: "self-declaration";
|
|
23123
|
+
attestation: string;
|
|
23124
|
+
status?: string | undefined;
|
|
23125
|
+
address?: string | undefined;
|
|
23126
|
+
did?: string | undefined;
|
|
23127
|
+
confirmed?: boolean | undefined;
|
|
23128
|
+
} | {
|
|
23129
|
+
type: "microtransfer";
|
|
23130
|
+
proof: string;
|
|
23131
|
+
status?: string | undefined;
|
|
23132
|
+
address?: string | undefined;
|
|
23133
|
+
did?: string | undefined;
|
|
23134
|
+
chain?: string | undefined;
|
|
23135
|
+
destination?: string | undefined;
|
|
23136
|
+
amountSubunits?: string | undefined;
|
|
23137
|
+
} | null | undefined;
|
|
23138
|
+
beneficiaryProof?: {
|
|
23139
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23140
|
+
proof: string;
|
|
23141
|
+
attestation: string;
|
|
23142
|
+
status?: string | undefined;
|
|
23143
|
+
address?: string | undefined;
|
|
23144
|
+
} | {
|
|
23145
|
+
type: "screenshot";
|
|
23146
|
+
url: string;
|
|
23147
|
+
} | {
|
|
23148
|
+
type: "self-declaration";
|
|
23149
|
+
attestation: string;
|
|
23150
|
+
status?: string | undefined;
|
|
23151
|
+
address?: string | undefined;
|
|
23152
|
+
did?: string | undefined;
|
|
23153
|
+
confirmed?: boolean | undefined;
|
|
23154
|
+
} | {
|
|
23155
|
+
type: "microtransfer";
|
|
23156
|
+
proof: string;
|
|
23157
|
+
status?: string | undefined;
|
|
23158
|
+
address?: string | undefined;
|
|
23159
|
+
did?: string | undefined;
|
|
23160
|
+
chain?: string | undefined;
|
|
23161
|
+
destination?: string | undefined;
|
|
23162
|
+
amountSubunits?: string | undefined;
|
|
23163
|
+
} | null | undefined;
|
|
23164
|
+
chargedQuantity?: number | null | undefined;
|
|
23165
|
+
amountInLocalCurrency?: {
|
|
23166
|
+
currency?: string | null | undefined;
|
|
23167
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23168
|
+
} | null | undefined;
|
|
23169
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23170
|
+
currency?: string | null | undefined;
|
|
23171
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23172
|
+
} | null | undefined;
|
|
23173
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23174
|
+
protocolData?: {
|
|
23175
|
+
trLightData?: {
|
|
23176
|
+
notificationEmails?: string[] | null | undefined;
|
|
23177
|
+
} | null | undefined;
|
|
23178
|
+
} | null | undefined;
|
|
23179
|
+
custom_asset_price?: string | null | undefined;
|
|
23180
|
+
isTest?: boolean | null | undefined;
|
|
23181
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23182
|
+
pii_url?: string | null | undefined;
|
|
23183
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23184
|
+
tracked_billing?: boolean | null | undefined;
|
|
23185
|
+
} | null | undefined;
|
|
23186
|
+
}>;
|
|
23187
|
+
version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23188
|
+
}, "strip", z.ZodTypeAny, {
|
|
23189
|
+
payload: {
|
|
23190
|
+
transaction?: {
|
|
23191
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23192
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23193
|
+
transactionBlockchainInfo: {
|
|
23194
|
+
txHash?: string | null | undefined;
|
|
23195
|
+
destination?: string | null | undefined;
|
|
23196
|
+
};
|
|
23197
|
+
id?: string | null | undefined;
|
|
23198
|
+
createdAt?: Date | null | undefined;
|
|
23199
|
+
updatedAt?: Date | null | undefined;
|
|
23200
|
+
updatedBy?: string | null | undefined;
|
|
23201
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23202
|
+
createdBy?: string | null | undefined;
|
|
23203
|
+
transactionRef?: string | null | undefined;
|
|
23204
|
+
transactionAsset?: string | null | undefined;
|
|
23205
|
+
transactionAmount?: string | null | undefined;
|
|
23206
|
+
originatorDid?: string | null | undefined;
|
|
23207
|
+
beneficiaryDid?: string | null | undefined;
|
|
23208
|
+
originatorVASPdid?: string | null | undefined;
|
|
23209
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23210
|
+
originatorProof?: {
|
|
23211
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23212
|
+
proof: string;
|
|
23213
|
+
attestation: string;
|
|
23214
|
+
status?: string | undefined;
|
|
23215
|
+
address?: string | undefined;
|
|
23216
|
+
} | {
|
|
23217
|
+
type: "screenshot";
|
|
23218
|
+
url: string;
|
|
23219
|
+
} | {
|
|
23220
|
+
type: "self-declaration";
|
|
23221
|
+
attestation: string;
|
|
23222
|
+
status?: string | undefined;
|
|
23223
|
+
address?: string | undefined;
|
|
23224
|
+
did?: string | undefined;
|
|
23225
|
+
confirmed?: boolean | undefined;
|
|
23226
|
+
} | {
|
|
23227
|
+
type: "microtransfer";
|
|
23228
|
+
proof: string;
|
|
23229
|
+
status?: string | undefined;
|
|
23230
|
+
address?: string | undefined;
|
|
23231
|
+
did?: string | undefined;
|
|
23232
|
+
chain?: string | undefined;
|
|
23233
|
+
destination?: string | undefined;
|
|
23234
|
+
amountSubunits?: string | undefined;
|
|
23235
|
+
} | null | undefined;
|
|
23236
|
+
beneficiaryProof?: {
|
|
23237
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23238
|
+
proof: string;
|
|
23239
|
+
attestation: string;
|
|
23240
|
+
status?: string | undefined;
|
|
23241
|
+
address?: string | undefined;
|
|
23242
|
+
} | {
|
|
23243
|
+
type: "screenshot";
|
|
23244
|
+
url: string;
|
|
23245
|
+
} | {
|
|
23246
|
+
type: "self-declaration";
|
|
23247
|
+
attestation: string;
|
|
23248
|
+
status?: string | undefined;
|
|
23249
|
+
address?: string | undefined;
|
|
23250
|
+
did?: string | undefined;
|
|
23251
|
+
confirmed?: boolean | undefined;
|
|
23252
|
+
} | {
|
|
23253
|
+
type: "microtransfer";
|
|
23254
|
+
proof: string;
|
|
23255
|
+
status?: string | undefined;
|
|
23256
|
+
address?: string | undefined;
|
|
23257
|
+
did?: string | undefined;
|
|
23258
|
+
chain?: string | undefined;
|
|
23259
|
+
destination?: string | undefined;
|
|
23260
|
+
amountSubunits?: string | undefined;
|
|
23261
|
+
} | null | undefined;
|
|
23262
|
+
chargedQuantity?: number | null | undefined;
|
|
23263
|
+
amountInLocalCurrency?: {
|
|
23264
|
+
currency?: string | null | undefined;
|
|
23265
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23266
|
+
} | null | undefined;
|
|
23267
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23268
|
+
currency?: string | null | undefined;
|
|
23269
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23270
|
+
} | null | undefined;
|
|
23271
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23272
|
+
protocolData?: {
|
|
23273
|
+
trLightData?: {
|
|
23274
|
+
notificationEmails?: string[] | null | undefined;
|
|
23275
|
+
} | null | undefined;
|
|
23276
|
+
} | null | undefined;
|
|
23277
|
+
custom_asset_price?: string | null | undefined;
|
|
23278
|
+
isTest?: boolean | null | undefined;
|
|
23279
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23280
|
+
pii_url?: string | null | undefined;
|
|
23281
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23282
|
+
tracked_billing?: boolean | null | undefined;
|
|
23283
|
+
} | null | undefined;
|
|
23284
|
+
};
|
|
23285
|
+
message?: string | null | undefined;
|
|
23286
|
+
version?: string | null | undefined;
|
|
23287
|
+
}, {
|
|
23288
|
+
payload: {
|
|
23289
|
+
transaction?: {
|
|
23290
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23291
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23292
|
+
transactionBlockchainInfo: {
|
|
23293
|
+
txHash?: string | null | undefined;
|
|
23294
|
+
destination?: string | null | undefined;
|
|
23295
|
+
};
|
|
23296
|
+
id?: string | null | undefined;
|
|
23297
|
+
createdAt?: Date | null | undefined;
|
|
23298
|
+
updatedAt?: Date | null | undefined;
|
|
23299
|
+
updatedBy?: string | null | undefined;
|
|
23300
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23301
|
+
createdBy?: string | null | undefined;
|
|
23302
|
+
transactionRef?: string | null | undefined;
|
|
23303
|
+
transactionAsset?: string | null | undefined;
|
|
23304
|
+
transactionAmount?: string | null | undefined;
|
|
23305
|
+
originatorDid?: string | null | undefined;
|
|
23306
|
+
beneficiaryDid?: string | null | undefined;
|
|
23307
|
+
originatorVASPdid?: string | null | undefined;
|
|
23308
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23309
|
+
originatorProof?: {
|
|
23310
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23311
|
+
proof: string;
|
|
23312
|
+
attestation: string;
|
|
23313
|
+
status?: string | undefined;
|
|
23314
|
+
address?: string | undefined;
|
|
23315
|
+
} | {
|
|
23316
|
+
type: "screenshot";
|
|
23317
|
+
url: string;
|
|
23318
|
+
} | {
|
|
23319
|
+
type: "self-declaration";
|
|
23320
|
+
attestation: string;
|
|
23321
|
+
status?: string | undefined;
|
|
23322
|
+
address?: string | undefined;
|
|
23323
|
+
did?: string | undefined;
|
|
23324
|
+
confirmed?: boolean | undefined;
|
|
23325
|
+
} | {
|
|
23326
|
+
type: "microtransfer";
|
|
23327
|
+
proof: string;
|
|
23328
|
+
status?: string | undefined;
|
|
23329
|
+
address?: string | undefined;
|
|
23330
|
+
did?: string | undefined;
|
|
23331
|
+
chain?: string | undefined;
|
|
23332
|
+
destination?: string | undefined;
|
|
23333
|
+
amountSubunits?: string | undefined;
|
|
23334
|
+
} | null | undefined;
|
|
23335
|
+
beneficiaryProof?: {
|
|
23336
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23337
|
+
proof: string;
|
|
23338
|
+
attestation: string;
|
|
23339
|
+
status?: string | undefined;
|
|
23340
|
+
address?: string | undefined;
|
|
23341
|
+
} | {
|
|
23342
|
+
type: "screenshot";
|
|
23343
|
+
url: string;
|
|
23344
|
+
} | {
|
|
23345
|
+
type: "self-declaration";
|
|
23346
|
+
attestation: string;
|
|
23347
|
+
status?: string | undefined;
|
|
23348
|
+
address?: string | undefined;
|
|
23349
|
+
did?: string | undefined;
|
|
23350
|
+
confirmed?: boolean | undefined;
|
|
23351
|
+
} | {
|
|
23352
|
+
type: "microtransfer";
|
|
23353
|
+
proof: string;
|
|
23354
|
+
status?: string | undefined;
|
|
23355
|
+
address?: string | undefined;
|
|
23356
|
+
did?: string | undefined;
|
|
23357
|
+
chain?: string | undefined;
|
|
23358
|
+
destination?: string | undefined;
|
|
23359
|
+
amountSubunits?: string | undefined;
|
|
23360
|
+
} | null | undefined;
|
|
23361
|
+
chargedQuantity?: number | null | undefined;
|
|
23362
|
+
amountInLocalCurrency?: {
|
|
23363
|
+
currency?: string | null | undefined;
|
|
23364
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23365
|
+
} | null | undefined;
|
|
23366
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23367
|
+
currency?: string | null | undefined;
|
|
23368
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23369
|
+
} | null | undefined;
|
|
23370
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23371
|
+
protocolData?: {
|
|
23372
|
+
trLightData?: {
|
|
23373
|
+
notificationEmails?: string[] | null | undefined;
|
|
23374
|
+
} | null | undefined;
|
|
23375
|
+
} | null | undefined;
|
|
23376
|
+
custom_asset_price?: string | null | undefined;
|
|
23377
|
+
isTest?: boolean | null | undefined;
|
|
23378
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23379
|
+
pii_url?: string | null | undefined;
|
|
23380
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23381
|
+
tracked_billing?: boolean | null | undefined;
|
|
23382
|
+
} | null | undefined;
|
|
23383
|
+
};
|
|
23384
|
+
message?: string | null | undefined;
|
|
23385
|
+
version?: string | null | undefined;
|
|
23386
|
+
}>;
|
|
23387
|
+
export type NotabeneWebhookPayload = z.infer<typeof NotabeneWebhookPayload>;
|
|
23388
|
+
export declare const NotabeneWebhookSchema: z.ZodObject<{
|
|
23389
|
+
correlationId: z.ZodOptional<z.ZodString>;
|
|
23390
|
+
transactionRef: z.ZodString;
|
|
23391
|
+
transactionHash: z.ZodString;
|
|
23392
|
+
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23393
|
+
message: z.ZodString;
|
|
23394
|
+
updatePayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23395
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23396
|
+
payload: z.ZodObject<{
|
|
23397
|
+
transaction: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23398
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23399
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23400
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23401
|
+
}, "strip", z.ZodTypeAny, {
|
|
23402
|
+
currency?: string | null | undefined;
|
|
23403
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23404
|
+
}, {
|
|
23405
|
+
currency?: string | null | undefined;
|
|
23406
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23407
|
+
}>>>;
|
|
23408
|
+
beneficiaryAmountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23409
|
+
amountInLocalCurrency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23410
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23411
|
+
}, "strip", z.ZodTypeAny, {
|
|
23412
|
+
currency?: string | null | undefined;
|
|
23413
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23414
|
+
}, {
|
|
23415
|
+
currency?: string | null | undefined;
|
|
23416
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23417
|
+
}>>>;
|
|
23418
|
+
beneficiaryDid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23419
|
+
beneficiaryProof: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
23420
|
+
type: z.ZodEnum<["eip-191", "eip-712", "bip-137"]>;
|
|
23421
|
+
proof: z.ZodString;
|
|
23422
|
+
attestation: z.ZodString;
|
|
23423
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23424
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23425
|
+
}, "strip", z.ZodTypeAny, {
|
|
23426
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23427
|
+
proof: string;
|
|
23428
|
+
attestation: string;
|
|
23429
|
+
status?: string | undefined;
|
|
23430
|
+
address?: string | undefined;
|
|
23431
|
+
}, {
|
|
23432
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23433
|
+
proof: string;
|
|
23434
|
+
attestation: string;
|
|
23435
|
+
status?: string | undefined;
|
|
23436
|
+
address?: string | undefined;
|
|
23437
|
+
}>, z.ZodObject<{
|
|
23438
|
+
type: z.ZodLiteral<"screenshot">;
|
|
23439
|
+
url: z.ZodString;
|
|
23440
|
+
}, "strip", z.ZodTypeAny, {
|
|
23441
|
+
type: "screenshot";
|
|
23442
|
+
url: string;
|
|
23443
|
+
}, {
|
|
23444
|
+
type: "screenshot";
|
|
23445
|
+
url: string;
|
|
23446
|
+
}>, z.ZodObject<{
|
|
23447
|
+
type: z.ZodLiteral<"self-declaration">;
|
|
23448
|
+
did: z.ZodOptional<z.ZodString>;
|
|
23449
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23450
|
+
attestation: z.ZodString;
|
|
23451
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
23452
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23453
|
+
}, "strip", z.ZodTypeAny, {
|
|
23454
|
+
type: "self-declaration";
|
|
23455
|
+
attestation: string;
|
|
23456
|
+
status?: string | undefined;
|
|
23457
|
+
address?: string | undefined;
|
|
23458
|
+
did?: string | undefined;
|
|
23459
|
+
confirmed?: boolean | undefined;
|
|
23460
|
+
}, {
|
|
23461
|
+
type: "self-declaration";
|
|
23462
|
+
attestation: string;
|
|
23463
|
+
status?: string | undefined;
|
|
23464
|
+
address?: string | undefined;
|
|
23465
|
+
did?: string | undefined;
|
|
23466
|
+
confirmed?: boolean | undefined;
|
|
23467
|
+
}>, z.ZodObject<{
|
|
23468
|
+
type: z.ZodLiteral<"microtransfer">;
|
|
23469
|
+
did: z.ZodOptional<z.ZodString>;
|
|
23470
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23471
|
+
proof: z.ZodString;
|
|
23472
|
+
chain: z.ZodOptional<z.ZodString>;
|
|
23473
|
+
destination: z.ZodOptional<z.ZodString>;
|
|
23474
|
+
amountSubunits: z.ZodOptional<z.ZodString>;
|
|
23475
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23476
|
+
}, "strip", z.ZodTypeAny, {
|
|
23477
|
+
type: "microtransfer";
|
|
23478
|
+
proof: string;
|
|
23479
|
+
status?: string | undefined;
|
|
23480
|
+
address?: string | undefined;
|
|
23481
|
+
did?: string | undefined;
|
|
23482
|
+
chain?: string | undefined;
|
|
23483
|
+
destination?: string | undefined;
|
|
23484
|
+
amountSubunits?: string | undefined;
|
|
23485
|
+
}, {
|
|
23486
|
+
type: "microtransfer";
|
|
23487
|
+
proof: string;
|
|
23488
|
+
status?: string | undefined;
|
|
23489
|
+
address?: string | undefined;
|
|
23490
|
+
did?: string | undefined;
|
|
23491
|
+
chain?: string | undefined;
|
|
23492
|
+
destination?: string | undefined;
|
|
23493
|
+
amountSubunits?: string | undefined;
|
|
23494
|
+
}>]>>>;
|
|
23495
|
+
beneficiaryVASPdid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23496
|
+
chargedQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
23497
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
23498
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23499
|
+
custom_asset_price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23500
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23501
|
+
isTest: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23502
|
+
ivms101Encrypted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23503
|
+
on_behalf_of_myself: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23504
|
+
originatorDid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23505
|
+
originatorProof: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
23506
|
+
type: z.ZodEnum<["eip-191", "eip-712", "bip-137"]>;
|
|
23507
|
+
proof: z.ZodString;
|
|
23508
|
+
attestation: z.ZodString;
|
|
23509
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23510
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23511
|
+
}, "strip", z.ZodTypeAny, {
|
|
23512
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23513
|
+
proof: string;
|
|
23514
|
+
attestation: string;
|
|
23515
|
+
status?: string | undefined;
|
|
23516
|
+
address?: string | undefined;
|
|
23517
|
+
}, {
|
|
23518
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23519
|
+
proof: string;
|
|
23520
|
+
attestation: string;
|
|
23521
|
+
status?: string | undefined;
|
|
23522
|
+
address?: string | undefined;
|
|
23523
|
+
}>, z.ZodObject<{
|
|
23524
|
+
type: z.ZodLiteral<"screenshot">;
|
|
23525
|
+
url: z.ZodString;
|
|
23526
|
+
}, "strip", z.ZodTypeAny, {
|
|
23527
|
+
type: "screenshot";
|
|
23528
|
+
url: string;
|
|
23529
|
+
}, {
|
|
23530
|
+
type: "screenshot";
|
|
23531
|
+
url: string;
|
|
23532
|
+
}>, z.ZodObject<{
|
|
23533
|
+
type: z.ZodLiteral<"self-declaration">;
|
|
23534
|
+
did: z.ZodOptional<z.ZodString>;
|
|
23535
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23536
|
+
attestation: z.ZodString;
|
|
23537
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
23538
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23539
|
+
}, "strip", z.ZodTypeAny, {
|
|
23540
|
+
type: "self-declaration";
|
|
23541
|
+
attestation: string;
|
|
23542
|
+
status?: string | undefined;
|
|
23543
|
+
address?: string | undefined;
|
|
23544
|
+
did?: string | undefined;
|
|
23545
|
+
confirmed?: boolean | undefined;
|
|
23546
|
+
}, {
|
|
23547
|
+
type: "self-declaration";
|
|
23548
|
+
attestation: string;
|
|
23549
|
+
status?: string | undefined;
|
|
23550
|
+
address?: string | undefined;
|
|
23551
|
+
did?: string | undefined;
|
|
23552
|
+
confirmed?: boolean | undefined;
|
|
23553
|
+
}>, z.ZodObject<{
|
|
23554
|
+
type: z.ZodLiteral<"microtransfer">;
|
|
23555
|
+
did: z.ZodOptional<z.ZodString>;
|
|
23556
|
+
address: z.ZodOptional<z.ZodString>;
|
|
23557
|
+
proof: z.ZodString;
|
|
23558
|
+
chain: z.ZodOptional<z.ZodString>;
|
|
23559
|
+
destination: z.ZodOptional<z.ZodString>;
|
|
23560
|
+
amountSubunits: z.ZodOptional<z.ZodString>;
|
|
23561
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23562
|
+
}, "strip", z.ZodTypeAny, {
|
|
23563
|
+
type: "microtransfer";
|
|
23564
|
+
proof: string;
|
|
23565
|
+
status?: string | undefined;
|
|
23566
|
+
address?: string | undefined;
|
|
23567
|
+
did?: string | undefined;
|
|
23568
|
+
chain?: string | undefined;
|
|
23569
|
+
destination?: string | undefined;
|
|
23570
|
+
amountSubunits?: string | undefined;
|
|
23571
|
+
}, {
|
|
23572
|
+
type: "microtransfer";
|
|
23573
|
+
proof: string;
|
|
23574
|
+
status?: string | undefined;
|
|
23575
|
+
address?: string | undefined;
|
|
23576
|
+
did?: string | undefined;
|
|
23577
|
+
chain?: string | undefined;
|
|
23578
|
+
destination?: string | undefined;
|
|
23579
|
+
amountSubunits?: string | undefined;
|
|
23580
|
+
}>]>>>;
|
|
23581
|
+
originatorVASPdid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23582
|
+
pii_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23583
|
+
protocol: z.ZodOptional<z.ZodNullable<z.ZodEnum<["TRLight", "TRP", "OpenVASP"]>>>;
|
|
23584
|
+
protocolData: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23585
|
+
trLightData: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23586
|
+
notificationEmails: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
23587
|
+
}, "strip", z.ZodTypeAny, {
|
|
23588
|
+
notificationEmails?: string[] | null | undefined;
|
|
23589
|
+
}, {
|
|
23590
|
+
notificationEmails?: string[] | null | undefined;
|
|
23591
|
+
}>>>;
|
|
23592
|
+
}, "strip", z.ZodTypeAny, {
|
|
23593
|
+
trLightData?: {
|
|
23594
|
+
notificationEmails?: string[] | null | undefined;
|
|
23595
|
+
} | null | undefined;
|
|
23596
|
+
}, {
|
|
23597
|
+
trLightData?: {
|
|
23598
|
+
notificationEmails?: string[] | null | undefined;
|
|
23599
|
+
} | null | undefined;
|
|
23600
|
+
}>>>;
|
|
23601
|
+
showToBeneficiary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23602
|
+
status: z.ZodEnum<["SAVED", "MISSING_BENEFICIARY_DATA", "NEW", "WAITING_FOR_INFORMATION", "SENT", "REJECTED", "DECLINED", "ACK", "CANCELLED", "INCOMPLETE", "ACCEPTED", "NOT_READY"]>;
|
|
23603
|
+
tracked_billing: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
23604
|
+
transactionAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23605
|
+
transactionAsset: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23606
|
+
transactionBlockchainInfo: z.ZodObject<{
|
|
23607
|
+
destination: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23608
|
+
txHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23609
|
+
}, "strip", z.ZodTypeAny, {
|
|
23610
|
+
txHash?: string | null | undefined;
|
|
23611
|
+
destination?: string | null | undefined;
|
|
23612
|
+
}, {
|
|
23613
|
+
txHash?: string | null | undefined;
|
|
23614
|
+
destination?: string | null | undefined;
|
|
23615
|
+
}>;
|
|
23616
|
+
transactionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23617
|
+
transactionType: z.ZodEnum<["BELOW_THRESHOLD", "NON_CUSTODIAL", "TRAVELRULE", "UNKNOWN"]>;
|
|
23618
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
23619
|
+
updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23620
|
+
}, "strip", z.ZodTypeAny, {
|
|
23621
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23622
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23623
|
+
transactionBlockchainInfo: {
|
|
23624
|
+
txHash?: string | null | undefined;
|
|
23625
|
+
destination?: string | null | undefined;
|
|
23626
|
+
};
|
|
23627
|
+
id?: string | null | undefined;
|
|
23628
|
+
createdAt?: Date | null | undefined;
|
|
23629
|
+
updatedAt?: Date | null | undefined;
|
|
23630
|
+
updatedBy?: string | null | undefined;
|
|
23631
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23632
|
+
createdBy?: string | null | undefined;
|
|
23633
|
+
transactionRef?: string | null | undefined;
|
|
23634
|
+
transactionAsset?: string | null | undefined;
|
|
23635
|
+
transactionAmount?: string | null | undefined;
|
|
23636
|
+
originatorDid?: string | null | undefined;
|
|
23637
|
+
beneficiaryDid?: string | null | undefined;
|
|
23638
|
+
originatorVASPdid?: string | null | undefined;
|
|
23639
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23640
|
+
originatorProof?: {
|
|
23641
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23642
|
+
proof: string;
|
|
23643
|
+
attestation: string;
|
|
23644
|
+
status?: string | undefined;
|
|
23645
|
+
address?: string | undefined;
|
|
23646
|
+
} | {
|
|
23647
|
+
type: "screenshot";
|
|
23648
|
+
url: string;
|
|
23649
|
+
} | {
|
|
23650
|
+
type: "self-declaration";
|
|
23651
|
+
attestation: string;
|
|
23652
|
+
status?: string | undefined;
|
|
23653
|
+
address?: string | undefined;
|
|
23654
|
+
did?: string | undefined;
|
|
23655
|
+
confirmed?: boolean | undefined;
|
|
23656
|
+
} | {
|
|
23657
|
+
type: "microtransfer";
|
|
23658
|
+
proof: string;
|
|
23659
|
+
status?: string | undefined;
|
|
23660
|
+
address?: string | undefined;
|
|
23661
|
+
did?: string | undefined;
|
|
23662
|
+
chain?: string | undefined;
|
|
23663
|
+
destination?: string | undefined;
|
|
23664
|
+
amountSubunits?: string | undefined;
|
|
23665
|
+
} | null | undefined;
|
|
23666
|
+
beneficiaryProof?: {
|
|
23667
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23668
|
+
proof: string;
|
|
23669
|
+
attestation: string;
|
|
23670
|
+
status?: string | undefined;
|
|
23671
|
+
address?: string | undefined;
|
|
23672
|
+
} | {
|
|
23673
|
+
type: "screenshot";
|
|
23674
|
+
url: string;
|
|
23675
|
+
} | {
|
|
23676
|
+
type: "self-declaration";
|
|
23677
|
+
attestation: string;
|
|
23678
|
+
status?: string | undefined;
|
|
23679
|
+
address?: string | undefined;
|
|
23680
|
+
did?: string | undefined;
|
|
23681
|
+
confirmed?: boolean | undefined;
|
|
23682
|
+
} | {
|
|
23683
|
+
type: "microtransfer";
|
|
23684
|
+
proof: string;
|
|
23685
|
+
status?: string | undefined;
|
|
23686
|
+
address?: string | undefined;
|
|
23687
|
+
did?: string | undefined;
|
|
23688
|
+
chain?: string | undefined;
|
|
23689
|
+
destination?: string | undefined;
|
|
23690
|
+
amountSubunits?: string | undefined;
|
|
23691
|
+
} | null | undefined;
|
|
23692
|
+
chargedQuantity?: number | null | undefined;
|
|
23693
|
+
amountInLocalCurrency?: {
|
|
23694
|
+
currency?: string | null | undefined;
|
|
23695
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23696
|
+
} | null | undefined;
|
|
23697
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23698
|
+
currency?: string | null | undefined;
|
|
23699
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23700
|
+
} | null | undefined;
|
|
23701
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23702
|
+
protocolData?: {
|
|
23703
|
+
trLightData?: {
|
|
23704
|
+
notificationEmails?: string[] | null | undefined;
|
|
23705
|
+
} | null | undefined;
|
|
23706
|
+
} | null | undefined;
|
|
23707
|
+
custom_asset_price?: string | null | undefined;
|
|
23708
|
+
isTest?: boolean | null | undefined;
|
|
23709
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23710
|
+
pii_url?: string | null | undefined;
|
|
23711
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23712
|
+
tracked_billing?: boolean | null | undefined;
|
|
23713
|
+
}, {
|
|
23714
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23715
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23716
|
+
transactionBlockchainInfo: {
|
|
23717
|
+
txHash?: string | null | undefined;
|
|
23718
|
+
destination?: string | null | undefined;
|
|
23719
|
+
};
|
|
23720
|
+
id?: string | null | undefined;
|
|
23721
|
+
createdAt?: Date | null | undefined;
|
|
23722
|
+
updatedAt?: Date | null | undefined;
|
|
23723
|
+
updatedBy?: string | null | undefined;
|
|
23724
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23725
|
+
createdBy?: string | null | undefined;
|
|
23726
|
+
transactionRef?: string | null | undefined;
|
|
23727
|
+
transactionAsset?: string | null | undefined;
|
|
23728
|
+
transactionAmount?: string | null | undefined;
|
|
23729
|
+
originatorDid?: string | null | undefined;
|
|
23730
|
+
beneficiaryDid?: string | null | undefined;
|
|
23731
|
+
originatorVASPdid?: string | null | undefined;
|
|
23732
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23733
|
+
originatorProof?: {
|
|
23734
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23735
|
+
proof: string;
|
|
23736
|
+
attestation: string;
|
|
23737
|
+
status?: string | undefined;
|
|
23738
|
+
address?: string | undefined;
|
|
23739
|
+
} | {
|
|
23740
|
+
type: "screenshot";
|
|
23741
|
+
url: string;
|
|
23742
|
+
} | {
|
|
23743
|
+
type: "self-declaration";
|
|
23744
|
+
attestation: string;
|
|
23745
|
+
status?: string | undefined;
|
|
23746
|
+
address?: string | undefined;
|
|
23747
|
+
did?: string | undefined;
|
|
23748
|
+
confirmed?: boolean | undefined;
|
|
23749
|
+
} | {
|
|
23750
|
+
type: "microtransfer";
|
|
23751
|
+
proof: string;
|
|
23752
|
+
status?: string | undefined;
|
|
23753
|
+
address?: string | undefined;
|
|
23754
|
+
did?: string | undefined;
|
|
23755
|
+
chain?: string | undefined;
|
|
23756
|
+
destination?: string | undefined;
|
|
23757
|
+
amountSubunits?: string | undefined;
|
|
23758
|
+
} | null | undefined;
|
|
23759
|
+
beneficiaryProof?: {
|
|
23760
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23761
|
+
proof: string;
|
|
23762
|
+
attestation: string;
|
|
23763
|
+
status?: string | undefined;
|
|
23764
|
+
address?: string | undefined;
|
|
23765
|
+
} | {
|
|
23766
|
+
type: "screenshot";
|
|
23767
|
+
url: string;
|
|
23768
|
+
} | {
|
|
23769
|
+
type: "self-declaration";
|
|
23770
|
+
attestation: string;
|
|
23771
|
+
status?: string | undefined;
|
|
23772
|
+
address?: string | undefined;
|
|
23773
|
+
did?: string | undefined;
|
|
23774
|
+
confirmed?: boolean | undefined;
|
|
23775
|
+
} | {
|
|
23776
|
+
type: "microtransfer";
|
|
23777
|
+
proof: string;
|
|
23778
|
+
status?: string | undefined;
|
|
23779
|
+
address?: string | undefined;
|
|
23780
|
+
did?: string | undefined;
|
|
23781
|
+
chain?: string | undefined;
|
|
23782
|
+
destination?: string | undefined;
|
|
23783
|
+
amountSubunits?: string | undefined;
|
|
23784
|
+
} | null | undefined;
|
|
23785
|
+
chargedQuantity?: number | null | undefined;
|
|
23786
|
+
amountInLocalCurrency?: {
|
|
23787
|
+
currency?: string | null | undefined;
|
|
23788
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23789
|
+
} | null | undefined;
|
|
23790
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23791
|
+
currency?: string | null | undefined;
|
|
23792
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23793
|
+
} | null | undefined;
|
|
23794
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23795
|
+
protocolData?: {
|
|
23796
|
+
trLightData?: {
|
|
23797
|
+
notificationEmails?: string[] | null | undefined;
|
|
23798
|
+
} | null | undefined;
|
|
23799
|
+
} | null | undefined;
|
|
23800
|
+
custom_asset_price?: string | null | undefined;
|
|
23801
|
+
isTest?: boolean | null | undefined;
|
|
23802
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23803
|
+
pii_url?: string | null | undefined;
|
|
23804
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23805
|
+
tracked_billing?: boolean | null | undefined;
|
|
23806
|
+
}>>>;
|
|
23807
|
+
}, "strip", z.ZodTypeAny, {
|
|
23808
|
+
transaction?: {
|
|
23809
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23810
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23811
|
+
transactionBlockchainInfo: {
|
|
23812
|
+
txHash?: string | null | undefined;
|
|
23813
|
+
destination?: string | null | undefined;
|
|
23814
|
+
};
|
|
23815
|
+
id?: string | null | undefined;
|
|
23816
|
+
createdAt?: Date | null | undefined;
|
|
23817
|
+
updatedAt?: Date | null | undefined;
|
|
23818
|
+
updatedBy?: string | null | undefined;
|
|
23819
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23820
|
+
createdBy?: string | null | undefined;
|
|
23821
|
+
transactionRef?: string | null | undefined;
|
|
23822
|
+
transactionAsset?: string | null | undefined;
|
|
23823
|
+
transactionAmount?: string | null | undefined;
|
|
23824
|
+
originatorDid?: string | null | undefined;
|
|
23825
|
+
beneficiaryDid?: string | null | undefined;
|
|
23826
|
+
originatorVASPdid?: string | null | undefined;
|
|
23827
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23828
|
+
originatorProof?: {
|
|
23829
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23830
|
+
proof: string;
|
|
23831
|
+
attestation: string;
|
|
23832
|
+
status?: string | undefined;
|
|
23833
|
+
address?: string | undefined;
|
|
23834
|
+
} | {
|
|
23835
|
+
type: "screenshot";
|
|
23836
|
+
url: string;
|
|
23837
|
+
} | {
|
|
23838
|
+
type: "self-declaration";
|
|
23839
|
+
attestation: string;
|
|
23840
|
+
status?: string | undefined;
|
|
23841
|
+
address?: string | undefined;
|
|
23842
|
+
did?: string | undefined;
|
|
23843
|
+
confirmed?: boolean | undefined;
|
|
23844
|
+
} | {
|
|
23845
|
+
type: "microtransfer";
|
|
23846
|
+
proof: string;
|
|
23847
|
+
status?: string | undefined;
|
|
23848
|
+
address?: string | undefined;
|
|
23849
|
+
did?: string | undefined;
|
|
23850
|
+
chain?: string | undefined;
|
|
23851
|
+
destination?: string | undefined;
|
|
23852
|
+
amountSubunits?: string | undefined;
|
|
23853
|
+
} | null | undefined;
|
|
23854
|
+
beneficiaryProof?: {
|
|
23855
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23856
|
+
proof: string;
|
|
23857
|
+
attestation: string;
|
|
23858
|
+
status?: string | undefined;
|
|
23859
|
+
address?: string | undefined;
|
|
23860
|
+
} | {
|
|
23861
|
+
type: "screenshot";
|
|
23862
|
+
url: string;
|
|
23863
|
+
} | {
|
|
23864
|
+
type: "self-declaration";
|
|
23865
|
+
attestation: string;
|
|
23866
|
+
status?: string | undefined;
|
|
23867
|
+
address?: string | undefined;
|
|
23868
|
+
did?: string | undefined;
|
|
23869
|
+
confirmed?: boolean | undefined;
|
|
23870
|
+
} | {
|
|
23871
|
+
type: "microtransfer";
|
|
23872
|
+
proof: string;
|
|
23873
|
+
status?: string | undefined;
|
|
23874
|
+
address?: string | undefined;
|
|
23875
|
+
did?: string | undefined;
|
|
23876
|
+
chain?: string | undefined;
|
|
23877
|
+
destination?: string | undefined;
|
|
23878
|
+
amountSubunits?: string | undefined;
|
|
23879
|
+
} | null | undefined;
|
|
23880
|
+
chargedQuantity?: number | null | undefined;
|
|
23881
|
+
amountInLocalCurrency?: {
|
|
23882
|
+
currency?: string | null | undefined;
|
|
23883
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23884
|
+
} | null | undefined;
|
|
23885
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23886
|
+
currency?: string | null | undefined;
|
|
23887
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23888
|
+
} | null | undefined;
|
|
23889
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23890
|
+
protocolData?: {
|
|
23891
|
+
trLightData?: {
|
|
23892
|
+
notificationEmails?: string[] | null | undefined;
|
|
23893
|
+
} | null | undefined;
|
|
23894
|
+
} | null | undefined;
|
|
23895
|
+
custom_asset_price?: string | null | undefined;
|
|
23896
|
+
isTest?: boolean | null | undefined;
|
|
23897
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23898
|
+
pii_url?: string | null | undefined;
|
|
23899
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23900
|
+
tracked_billing?: boolean | null | undefined;
|
|
23901
|
+
} | null | undefined;
|
|
23902
|
+
}, {
|
|
23903
|
+
transaction?: {
|
|
23904
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
23905
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
23906
|
+
transactionBlockchainInfo: {
|
|
23907
|
+
txHash?: string | null | undefined;
|
|
23908
|
+
destination?: string | null | undefined;
|
|
23909
|
+
};
|
|
23910
|
+
id?: string | null | undefined;
|
|
23911
|
+
createdAt?: Date | null | undefined;
|
|
23912
|
+
updatedAt?: Date | null | undefined;
|
|
23913
|
+
updatedBy?: string | null | undefined;
|
|
23914
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
23915
|
+
createdBy?: string | null | undefined;
|
|
23916
|
+
transactionRef?: string | null | undefined;
|
|
23917
|
+
transactionAsset?: string | null | undefined;
|
|
23918
|
+
transactionAmount?: string | null | undefined;
|
|
23919
|
+
originatorDid?: string | null | undefined;
|
|
23920
|
+
beneficiaryDid?: string | null | undefined;
|
|
23921
|
+
originatorVASPdid?: string | null | undefined;
|
|
23922
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
23923
|
+
originatorProof?: {
|
|
23924
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23925
|
+
proof: string;
|
|
23926
|
+
attestation: string;
|
|
23927
|
+
status?: string | undefined;
|
|
23928
|
+
address?: string | undefined;
|
|
23929
|
+
} | {
|
|
23930
|
+
type: "screenshot";
|
|
23931
|
+
url: string;
|
|
23932
|
+
} | {
|
|
23933
|
+
type: "self-declaration";
|
|
23934
|
+
attestation: string;
|
|
23935
|
+
status?: string | undefined;
|
|
23936
|
+
address?: string | undefined;
|
|
23937
|
+
did?: string | undefined;
|
|
23938
|
+
confirmed?: boolean | undefined;
|
|
23939
|
+
} | {
|
|
23940
|
+
type: "microtransfer";
|
|
23941
|
+
proof: string;
|
|
23942
|
+
status?: string | undefined;
|
|
23943
|
+
address?: string | undefined;
|
|
23944
|
+
did?: string | undefined;
|
|
23945
|
+
chain?: string | undefined;
|
|
23946
|
+
destination?: string | undefined;
|
|
23947
|
+
amountSubunits?: string | undefined;
|
|
23948
|
+
} | null | undefined;
|
|
23949
|
+
beneficiaryProof?: {
|
|
23950
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
23951
|
+
proof: string;
|
|
23952
|
+
attestation: string;
|
|
23953
|
+
status?: string | undefined;
|
|
23954
|
+
address?: string | undefined;
|
|
23955
|
+
} | {
|
|
23956
|
+
type: "screenshot";
|
|
23957
|
+
url: string;
|
|
23958
|
+
} | {
|
|
23959
|
+
type: "self-declaration";
|
|
23960
|
+
attestation: string;
|
|
23961
|
+
status?: string | undefined;
|
|
23962
|
+
address?: string | undefined;
|
|
23963
|
+
did?: string | undefined;
|
|
23964
|
+
confirmed?: boolean | undefined;
|
|
23965
|
+
} | {
|
|
23966
|
+
type: "microtransfer";
|
|
23967
|
+
proof: string;
|
|
23968
|
+
status?: string | undefined;
|
|
23969
|
+
address?: string | undefined;
|
|
23970
|
+
did?: string | undefined;
|
|
23971
|
+
chain?: string | undefined;
|
|
23972
|
+
destination?: string | undefined;
|
|
23973
|
+
amountSubunits?: string | undefined;
|
|
23974
|
+
} | null | undefined;
|
|
23975
|
+
chargedQuantity?: number | null | undefined;
|
|
23976
|
+
amountInLocalCurrency?: {
|
|
23977
|
+
currency?: string | null | undefined;
|
|
23978
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23979
|
+
} | null | undefined;
|
|
23980
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
23981
|
+
currency?: string | null | undefined;
|
|
23982
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
23983
|
+
} | null | undefined;
|
|
23984
|
+
ivms101Encrypted?: string | null | undefined;
|
|
23985
|
+
protocolData?: {
|
|
23986
|
+
trLightData?: {
|
|
23987
|
+
notificationEmails?: string[] | null | undefined;
|
|
23988
|
+
} | null | undefined;
|
|
23989
|
+
} | null | undefined;
|
|
23990
|
+
custom_asset_price?: string | null | undefined;
|
|
23991
|
+
isTest?: boolean | null | undefined;
|
|
23992
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
23993
|
+
pii_url?: string | null | undefined;
|
|
23994
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
23995
|
+
tracked_billing?: boolean | null | undefined;
|
|
23996
|
+
} | null | undefined;
|
|
23997
|
+
}>;
|
|
23998
|
+
version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23999
|
+
}, "strip", z.ZodTypeAny, {
|
|
24000
|
+
payload: {
|
|
24001
|
+
transaction?: {
|
|
24002
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24003
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
24004
|
+
transactionBlockchainInfo: {
|
|
24005
|
+
txHash?: string | null | undefined;
|
|
24006
|
+
destination?: string | null | undefined;
|
|
24007
|
+
};
|
|
24008
|
+
id?: string | null | undefined;
|
|
24009
|
+
createdAt?: Date | null | undefined;
|
|
24010
|
+
updatedAt?: Date | null | undefined;
|
|
24011
|
+
updatedBy?: string | null | undefined;
|
|
24012
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
24013
|
+
createdBy?: string | null | undefined;
|
|
24014
|
+
transactionRef?: string | null | undefined;
|
|
24015
|
+
transactionAsset?: string | null | undefined;
|
|
24016
|
+
transactionAmount?: string | null | undefined;
|
|
24017
|
+
originatorDid?: string | null | undefined;
|
|
24018
|
+
beneficiaryDid?: string | null | undefined;
|
|
24019
|
+
originatorVASPdid?: string | null | undefined;
|
|
24020
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
24021
|
+
originatorProof?: {
|
|
24022
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24023
|
+
proof: string;
|
|
24024
|
+
attestation: string;
|
|
24025
|
+
status?: string | undefined;
|
|
24026
|
+
address?: string | undefined;
|
|
24027
|
+
} | {
|
|
24028
|
+
type: "screenshot";
|
|
24029
|
+
url: string;
|
|
24030
|
+
} | {
|
|
24031
|
+
type: "self-declaration";
|
|
24032
|
+
attestation: string;
|
|
24033
|
+
status?: string | undefined;
|
|
24034
|
+
address?: string | undefined;
|
|
24035
|
+
did?: string | undefined;
|
|
24036
|
+
confirmed?: boolean | undefined;
|
|
24037
|
+
} | {
|
|
24038
|
+
type: "microtransfer";
|
|
24039
|
+
proof: string;
|
|
24040
|
+
status?: string | undefined;
|
|
24041
|
+
address?: string | undefined;
|
|
24042
|
+
did?: string | undefined;
|
|
24043
|
+
chain?: string | undefined;
|
|
24044
|
+
destination?: string | undefined;
|
|
24045
|
+
amountSubunits?: string | undefined;
|
|
24046
|
+
} | null | undefined;
|
|
24047
|
+
beneficiaryProof?: {
|
|
24048
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24049
|
+
proof: string;
|
|
24050
|
+
attestation: string;
|
|
24051
|
+
status?: string | undefined;
|
|
24052
|
+
address?: string | undefined;
|
|
24053
|
+
} | {
|
|
24054
|
+
type: "screenshot";
|
|
24055
|
+
url: string;
|
|
24056
|
+
} | {
|
|
24057
|
+
type: "self-declaration";
|
|
24058
|
+
attestation: string;
|
|
24059
|
+
status?: string | undefined;
|
|
24060
|
+
address?: string | undefined;
|
|
24061
|
+
did?: string | undefined;
|
|
24062
|
+
confirmed?: boolean | undefined;
|
|
24063
|
+
} | {
|
|
24064
|
+
type: "microtransfer";
|
|
24065
|
+
proof: string;
|
|
24066
|
+
status?: string | undefined;
|
|
24067
|
+
address?: string | undefined;
|
|
24068
|
+
did?: string | undefined;
|
|
24069
|
+
chain?: string | undefined;
|
|
24070
|
+
destination?: string | undefined;
|
|
24071
|
+
amountSubunits?: string | undefined;
|
|
24072
|
+
} | null | undefined;
|
|
24073
|
+
chargedQuantity?: number | null | undefined;
|
|
24074
|
+
amountInLocalCurrency?: {
|
|
24075
|
+
currency?: string | null | undefined;
|
|
24076
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24077
|
+
} | null | undefined;
|
|
24078
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
24079
|
+
currency?: string | null | undefined;
|
|
24080
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24081
|
+
} | null | undefined;
|
|
24082
|
+
ivms101Encrypted?: string | null | undefined;
|
|
24083
|
+
protocolData?: {
|
|
24084
|
+
trLightData?: {
|
|
24085
|
+
notificationEmails?: string[] | null | undefined;
|
|
24086
|
+
} | null | undefined;
|
|
24087
|
+
} | null | undefined;
|
|
24088
|
+
custom_asset_price?: string | null | undefined;
|
|
24089
|
+
isTest?: boolean | null | undefined;
|
|
24090
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
24091
|
+
pii_url?: string | null | undefined;
|
|
24092
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
24093
|
+
tracked_billing?: boolean | null | undefined;
|
|
24094
|
+
} | null | undefined;
|
|
24095
|
+
};
|
|
24096
|
+
message?: string | null | undefined;
|
|
24097
|
+
version?: string | null | undefined;
|
|
24098
|
+
}, {
|
|
24099
|
+
payload: {
|
|
24100
|
+
transaction?: {
|
|
24101
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24102
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
24103
|
+
transactionBlockchainInfo: {
|
|
24104
|
+
txHash?: string | null | undefined;
|
|
24105
|
+
destination?: string | null | undefined;
|
|
24106
|
+
};
|
|
24107
|
+
id?: string | null | undefined;
|
|
24108
|
+
createdAt?: Date | null | undefined;
|
|
24109
|
+
updatedAt?: Date | null | undefined;
|
|
24110
|
+
updatedBy?: string | null | undefined;
|
|
24111
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
24112
|
+
createdBy?: string | null | undefined;
|
|
24113
|
+
transactionRef?: string | null | undefined;
|
|
24114
|
+
transactionAsset?: string | null | undefined;
|
|
24115
|
+
transactionAmount?: string | null | undefined;
|
|
24116
|
+
originatorDid?: string | null | undefined;
|
|
24117
|
+
beneficiaryDid?: string | null | undefined;
|
|
24118
|
+
originatorVASPdid?: string | null | undefined;
|
|
24119
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
24120
|
+
originatorProof?: {
|
|
24121
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24122
|
+
proof: string;
|
|
24123
|
+
attestation: string;
|
|
24124
|
+
status?: string | undefined;
|
|
24125
|
+
address?: string | undefined;
|
|
24126
|
+
} | {
|
|
24127
|
+
type: "screenshot";
|
|
24128
|
+
url: string;
|
|
24129
|
+
} | {
|
|
24130
|
+
type: "self-declaration";
|
|
24131
|
+
attestation: string;
|
|
24132
|
+
status?: string | undefined;
|
|
24133
|
+
address?: string | undefined;
|
|
24134
|
+
did?: string | undefined;
|
|
24135
|
+
confirmed?: boolean | undefined;
|
|
24136
|
+
} | {
|
|
24137
|
+
type: "microtransfer";
|
|
24138
|
+
proof: string;
|
|
24139
|
+
status?: string | undefined;
|
|
24140
|
+
address?: string | undefined;
|
|
24141
|
+
did?: string | undefined;
|
|
24142
|
+
chain?: string | undefined;
|
|
24143
|
+
destination?: string | undefined;
|
|
24144
|
+
amountSubunits?: string | undefined;
|
|
24145
|
+
} | null | undefined;
|
|
24146
|
+
beneficiaryProof?: {
|
|
24147
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24148
|
+
proof: string;
|
|
24149
|
+
attestation: string;
|
|
24150
|
+
status?: string | undefined;
|
|
24151
|
+
address?: string | undefined;
|
|
24152
|
+
} | {
|
|
24153
|
+
type: "screenshot";
|
|
24154
|
+
url: string;
|
|
24155
|
+
} | {
|
|
24156
|
+
type: "self-declaration";
|
|
24157
|
+
attestation: string;
|
|
24158
|
+
status?: string | undefined;
|
|
24159
|
+
address?: string | undefined;
|
|
24160
|
+
did?: string | undefined;
|
|
24161
|
+
confirmed?: boolean | undefined;
|
|
24162
|
+
} | {
|
|
24163
|
+
type: "microtransfer";
|
|
24164
|
+
proof: string;
|
|
24165
|
+
status?: string | undefined;
|
|
24166
|
+
address?: string | undefined;
|
|
24167
|
+
did?: string | undefined;
|
|
24168
|
+
chain?: string | undefined;
|
|
24169
|
+
destination?: string | undefined;
|
|
24170
|
+
amountSubunits?: string | undefined;
|
|
24171
|
+
} | null | undefined;
|
|
24172
|
+
chargedQuantity?: number | null | undefined;
|
|
24173
|
+
amountInLocalCurrency?: {
|
|
24174
|
+
currency?: string | null | undefined;
|
|
24175
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24176
|
+
} | null | undefined;
|
|
24177
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
24178
|
+
currency?: string | null | undefined;
|
|
24179
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24180
|
+
} | null | undefined;
|
|
24181
|
+
ivms101Encrypted?: string | null | undefined;
|
|
24182
|
+
protocolData?: {
|
|
24183
|
+
trLightData?: {
|
|
24184
|
+
notificationEmails?: string[] | null | undefined;
|
|
24185
|
+
} | null | undefined;
|
|
24186
|
+
} | null | undefined;
|
|
24187
|
+
custom_asset_price?: string | null | undefined;
|
|
24188
|
+
isTest?: boolean | null | undefined;
|
|
24189
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
24190
|
+
pii_url?: string | null | undefined;
|
|
24191
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
24192
|
+
tracked_billing?: boolean | null | undefined;
|
|
24193
|
+
} | null | undefined;
|
|
24194
|
+
};
|
|
24195
|
+
message?: string | null | undefined;
|
|
24196
|
+
version?: string | null | undefined;
|
|
24197
|
+
}>>>;
|
|
24198
|
+
status: z.ZodEnum<["SAVED", "MISSING_BENEFICIARY_DATA", "NEW", "WAITING_FOR_INFORMATION", "SENT", "REJECTED", "DECLINED", "ACK", "CANCELLED", "INCOMPLETE", "ACCEPTED", "NOT_READY"]>;
|
|
24199
|
+
}, "strip", z.ZodTypeAny, {
|
|
24200
|
+
message: string;
|
|
24201
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24202
|
+
transactionHash: string;
|
|
24203
|
+
transactionRef: string;
|
|
24204
|
+
correlationId?: string | undefined;
|
|
24205
|
+
sandboxMode?: boolean | null | undefined;
|
|
24206
|
+
updatePayload?: {
|
|
24207
|
+
payload: {
|
|
24208
|
+
transaction?: {
|
|
24209
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24210
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
24211
|
+
transactionBlockchainInfo: {
|
|
24212
|
+
txHash?: string | null | undefined;
|
|
24213
|
+
destination?: string | null | undefined;
|
|
24214
|
+
};
|
|
24215
|
+
id?: string | null | undefined;
|
|
24216
|
+
createdAt?: Date | null | undefined;
|
|
24217
|
+
updatedAt?: Date | null | undefined;
|
|
24218
|
+
updatedBy?: string | null | undefined;
|
|
24219
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
24220
|
+
createdBy?: string | null | undefined;
|
|
24221
|
+
transactionRef?: string | null | undefined;
|
|
24222
|
+
transactionAsset?: string | null | undefined;
|
|
24223
|
+
transactionAmount?: string | null | undefined;
|
|
24224
|
+
originatorDid?: string | null | undefined;
|
|
24225
|
+
beneficiaryDid?: string | null | undefined;
|
|
24226
|
+
originatorVASPdid?: string | null | undefined;
|
|
24227
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
24228
|
+
originatorProof?: {
|
|
24229
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24230
|
+
proof: string;
|
|
24231
|
+
attestation: string;
|
|
24232
|
+
status?: string | undefined;
|
|
24233
|
+
address?: string | undefined;
|
|
24234
|
+
} | {
|
|
24235
|
+
type: "screenshot";
|
|
24236
|
+
url: string;
|
|
24237
|
+
} | {
|
|
24238
|
+
type: "self-declaration";
|
|
24239
|
+
attestation: string;
|
|
24240
|
+
status?: string | undefined;
|
|
24241
|
+
address?: string | undefined;
|
|
24242
|
+
did?: string | undefined;
|
|
24243
|
+
confirmed?: boolean | undefined;
|
|
24244
|
+
} | {
|
|
24245
|
+
type: "microtransfer";
|
|
24246
|
+
proof: string;
|
|
24247
|
+
status?: string | undefined;
|
|
24248
|
+
address?: string | undefined;
|
|
24249
|
+
did?: string | undefined;
|
|
24250
|
+
chain?: string | undefined;
|
|
24251
|
+
destination?: string | undefined;
|
|
24252
|
+
amountSubunits?: string | undefined;
|
|
24253
|
+
} | null | undefined;
|
|
24254
|
+
beneficiaryProof?: {
|
|
24255
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24256
|
+
proof: string;
|
|
24257
|
+
attestation: string;
|
|
24258
|
+
status?: string | undefined;
|
|
24259
|
+
address?: string | undefined;
|
|
24260
|
+
} | {
|
|
24261
|
+
type: "screenshot";
|
|
24262
|
+
url: string;
|
|
24263
|
+
} | {
|
|
24264
|
+
type: "self-declaration";
|
|
24265
|
+
attestation: string;
|
|
24266
|
+
status?: string | undefined;
|
|
24267
|
+
address?: string | undefined;
|
|
24268
|
+
did?: string | undefined;
|
|
24269
|
+
confirmed?: boolean | undefined;
|
|
24270
|
+
} | {
|
|
24271
|
+
type: "microtransfer";
|
|
24272
|
+
proof: string;
|
|
24273
|
+
status?: string | undefined;
|
|
24274
|
+
address?: string | undefined;
|
|
24275
|
+
did?: string | undefined;
|
|
24276
|
+
chain?: string | undefined;
|
|
24277
|
+
destination?: string | undefined;
|
|
24278
|
+
amountSubunits?: string | undefined;
|
|
24279
|
+
} | null | undefined;
|
|
24280
|
+
chargedQuantity?: number | null | undefined;
|
|
24281
|
+
amountInLocalCurrency?: {
|
|
24282
|
+
currency?: string | null | undefined;
|
|
24283
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24284
|
+
} | null | undefined;
|
|
24285
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
24286
|
+
currency?: string | null | undefined;
|
|
24287
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24288
|
+
} | null | undefined;
|
|
24289
|
+
ivms101Encrypted?: string | null | undefined;
|
|
24290
|
+
protocolData?: {
|
|
24291
|
+
trLightData?: {
|
|
24292
|
+
notificationEmails?: string[] | null | undefined;
|
|
24293
|
+
} | null | undefined;
|
|
24294
|
+
} | null | undefined;
|
|
24295
|
+
custom_asset_price?: string | null | undefined;
|
|
24296
|
+
isTest?: boolean | null | undefined;
|
|
24297
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
24298
|
+
pii_url?: string | null | undefined;
|
|
24299
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
24300
|
+
tracked_billing?: boolean | null | undefined;
|
|
24301
|
+
} | null | undefined;
|
|
24302
|
+
};
|
|
24303
|
+
message?: string | null | undefined;
|
|
24304
|
+
version?: string | null | undefined;
|
|
24305
|
+
} | null | undefined;
|
|
24306
|
+
}, {
|
|
24307
|
+
message: string;
|
|
24308
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24309
|
+
transactionHash: string;
|
|
24310
|
+
transactionRef: string;
|
|
24311
|
+
correlationId?: string | undefined;
|
|
24312
|
+
sandboxMode?: boolean | null | undefined;
|
|
24313
|
+
updatePayload?: {
|
|
24314
|
+
payload: {
|
|
24315
|
+
transaction?: {
|
|
24316
|
+
status: "SENT" | "SAVED" | "MISSING_BENEFICIARY_DATA" | "NEW" | "WAITING_FOR_INFORMATION" | "REJECTED" | "DECLINED" | "ACK" | "CANCELLED" | "INCOMPLETE" | "ACCEPTED" | "NOT_READY";
|
|
24317
|
+
transactionType: "BELOW_THRESHOLD" | "NON_CUSTODIAL" | "TRAVELRULE" | "UNKNOWN";
|
|
24318
|
+
transactionBlockchainInfo: {
|
|
24319
|
+
txHash?: string | null | undefined;
|
|
24320
|
+
destination?: string | null | undefined;
|
|
24321
|
+
};
|
|
24322
|
+
id?: string | null | undefined;
|
|
24323
|
+
createdAt?: Date | null | undefined;
|
|
24324
|
+
updatedAt?: Date | null | undefined;
|
|
24325
|
+
updatedBy?: string | null | undefined;
|
|
24326
|
+
protocol?: "TRP" | "TRLight" | "OpenVASP" | null | undefined;
|
|
24327
|
+
createdBy?: string | null | undefined;
|
|
24328
|
+
transactionRef?: string | null | undefined;
|
|
24329
|
+
transactionAsset?: string | null | undefined;
|
|
24330
|
+
transactionAmount?: string | null | undefined;
|
|
24331
|
+
originatorDid?: string | null | undefined;
|
|
24332
|
+
beneficiaryDid?: string | null | undefined;
|
|
24333
|
+
originatorVASPdid?: string | null | undefined;
|
|
24334
|
+
beneficiaryVASPdid?: string | null | undefined;
|
|
24335
|
+
originatorProof?: {
|
|
24336
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24337
|
+
proof: string;
|
|
24338
|
+
attestation: string;
|
|
24339
|
+
status?: string | undefined;
|
|
24340
|
+
address?: string | undefined;
|
|
24341
|
+
} | {
|
|
24342
|
+
type: "screenshot";
|
|
24343
|
+
url: string;
|
|
24344
|
+
} | {
|
|
24345
|
+
type: "self-declaration";
|
|
24346
|
+
attestation: string;
|
|
24347
|
+
status?: string | undefined;
|
|
24348
|
+
address?: string | undefined;
|
|
24349
|
+
did?: string | undefined;
|
|
24350
|
+
confirmed?: boolean | undefined;
|
|
24351
|
+
} | {
|
|
24352
|
+
type: "microtransfer";
|
|
24353
|
+
proof: string;
|
|
24354
|
+
status?: string | undefined;
|
|
24355
|
+
address?: string | undefined;
|
|
24356
|
+
did?: string | undefined;
|
|
24357
|
+
chain?: string | undefined;
|
|
24358
|
+
destination?: string | undefined;
|
|
24359
|
+
amountSubunits?: string | undefined;
|
|
24360
|
+
} | null | undefined;
|
|
24361
|
+
beneficiaryProof?: {
|
|
24362
|
+
type: "eip-191" | "eip-712" | "bip-137";
|
|
24363
|
+
proof: string;
|
|
24364
|
+
attestation: string;
|
|
24365
|
+
status?: string | undefined;
|
|
24366
|
+
address?: string | undefined;
|
|
24367
|
+
} | {
|
|
24368
|
+
type: "screenshot";
|
|
24369
|
+
url: string;
|
|
24370
|
+
} | {
|
|
24371
|
+
type: "self-declaration";
|
|
24372
|
+
attestation: string;
|
|
24373
|
+
status?: string | undefined;
|
|
24374
|
+
address?: string | undefined;
|
|
24375
|
+
did?: string | undefined;
|
|
24376
|
+
confirmed?: boolean | undefined;
|
|
24377
|
+
} | {
|
|
24378
|
+
type: "microtransfer";
|
|
24379
|
+
proof: string;
|
|
24380
|
+
status?: string | undefined;
|
|
24381
|
+
address?: string | undefined;
|
|
24382
|
+
did?: string | undefined;
|
|
24383
|
+
chain?: string | undefined;
|
|
24384
|
+
destination?: string | undefined;
|
|
24385
|
+
amountSubunits?: string | undefined;
|
|
24386
|
+
} | null | undefined;
|
|
24387
|
+
chargedQuantity?: number | null | undefined;
|
|
24388
|
+
amountInLocalCurrency?: {
|
|
24389
|
+
currency?: string | null | undefined;
|
|
24390
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24391
|
+
} | null | undefined;
|
|
24392
|
+
beneficiaryAmountInLocalCurrency?: {
|
|
24393
|
+
currency?: string | null | undefined;
|
|
24394
|
+
amountInLocalCurrency?: number | null | undefined;
|
|
24395
|
+
} | null | undefined;
|
|
24396
|
+
ivms101Encrypted?: string | null | undefined;
|
|
24397
|
+
protocolData?: {
|
|
24398
|
+
trLightData?: {
|
|
24399
|
+
notificationEmails?: string[] | null | undefined;
|
|
24400
|
+
} | null | undefined;
|
|
24401
|
+
} | null | undefined;
|
|
24402
|
+
custom_asset_price?: string | null | undefined;
|
|
24403
|
+
isTest?: boolean | null | undefined;
|
|
24404
|
+
on_behalf_of_myself?: boolean | null | undefined;
|
|
24405
|
+
pii_url?: string | null | undefined;
|
|
24406
|
+
showToBeneficiary?: boolean | null | undefined;
|
|
24407
|
+
tracked_billing?: boolean | null | undefined;
|
|
24408
|
+
} | null | undefined;
|
|
24409
|
+
};
|
|
24410
|
+
message?: string | null | undefined;
|
|
24411
|
+
version?: string | null | undefined;
|
|
24412
|
+
} | null | undefined;
|
|
24413
|
+
}>;
|
|
24414
|
+
export type NotabeneWebhookSchema = z.infer<typeof NotabeneWebhookSchema>;
|
|
22582
24415
|
//# sourceMappingURL=notabene.schema.d.ts.map
|