@dfx.swiss/react 1.3.0-beta.27 → 1.3.0-beta.271
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/contexts/asset.context.js +2 -2
- package/dist/contexts/asset.context.js.map +1 -1
- package/dist/contexts/auth.context.d.ts +2 -2
- package/dist/contexts/auth.context.d.ts.map +1 -1
- package/dist/contexts/auth.context.js +23 -19
- package/dist/contexts/auth.context.js.map +1 -1
- package/dist/contexts/bank-account.context.d.ts +2 -1
- package/dist/contexts/bank-account.context.d.ts.map +1 -1
- package/dist/contexts/bank-account.context.js +58 -35
- package/dist/contexts/bank-account.context.js.map +1 -1
- package/dist/contexts/payment-routes.context.d.ts +22 -0
- package/dist/contexts/payment-routes.context.d.ts.map +1 -0
- package/dist/contexts/payment-routes.context.js +299 -0
- package/dist/contexts/payment-routes.context.js.map +1 -0
- package/dist/contexts/session.context.d.ts +6 -2
- package/dist/contexts/session.context.d.ts.map +1 -1
- package/dist/contexts/session.context.js +21 -15
- package/dist/contexts/session.context.js.map +1 -1
- package/dist/contexts/support.context.d.ts +19 -0
- package/dist/contexts/support.context.d.ts.map +1 -0
- package/dist/contexts/support.context.js +353 -0
- package/dist/contexts/support.context.js.map +1 -0
- package/dist/contexts/user.context.d.ts +23 -7
- package/dist/contexts/user.context.d.ts.map +1 -1
- package/dist/contexts/user.context.js +214 -62
- package/dist/contexts/user.context.js.map +1 -1
- package/dist/definitions/aml.d.ts +2 -0
- package/dist/definitions/aml.d.ts.map +1 -0
- package/dist/definitions/aml.js +2 -0
- package/dist/definitions/aml.js.map +1 -0
- package/dist/definitions/asset.d.ts +2 -31
- package/dist/definitions/asset.d.ts.map +1 -1
- package/dist/definitions/asset.js +1 -11
- package/dist/definitions/asset.js.map +1 -1
- package/dist/definitions/auth.d.ts +2 -25
- package/dist/definitions/auth.d.ts.map +1 -1
- package/dist/definitions/auth.js +1 -9
- package/dist/definitions/auth.js.map +1 -1
- package/dist/definitions/bank-account.d.ts +2 -17
- package/dist/definitions/bank-account.d.ts.map +1 -1
- package/dist/definitions/bank-account.js +1 -6
- package/dist/definitions/bank-account.js.map +1 -1
- package/dist/definitions/bank.d.ts +3 -0
- package/dist/definitions/bank.d.ts.map +1 -0
- package/dist/definitions/bank.js +2 -0
- package/dist/definitions/bank.js.map +1 -0
- package/dist/definitions/blockchain.d.ts +1 -16
- package/dist/definitions/blockchain.d.ts.map +1 -1
- package/dist/definitions/blockchain.js +1 -17
- package/dist/definitions/blockchain.js.map +1 -1
- package/dist/definitions/buy.d.ts +2 -54
- package/dist/definitions/buy.d.ts.map +1 -1
- package/dist/definitions/buy.js +1 -4
- package/dist/definitions/buy.js.map +1 -1
- package/dist/definitions/country.d.ts +2 -8
- package/dist/definitions/country.d.ts.map +1 -1
- package/dist/definitions/country.js +1 -1
- package/dist/definitions/country.js.map +1 -1
- package/dist/definitions/error.d.ts +2 -4
- package/dist/definitions/error.d.ts.map +1 -1
- package/dist/definitions/error.js +1 -1
- package/dist/definitions/error.js.map +1 -1
- package/dist/definitions/fees.d.ts +1 -8
- package/dist/definitions/fees.d.ts.map +1 -1
- package/dist/definitions/fiat.d.ts +2 -13
- package/dist/definitions/fiat.d.ts.map +1 -1
- package/dist/definitions/fiat.js +1 -1
- package/dist/definitions/fiat.js.map +1 -1
- package/dist/definitions/file.d.ts +2 -0
- package/dist/definitions/file.d.ts.map +1 -0
- package/dist/definitions/file.js +2 -0
- package/dist/definitions/file.js.map +1 -0
- package/dist/definitions/jwt.d.ts +2 -20
- package/dist/definitions/jwt.d.ts.map +1 -1
- package/dist/definitions/jwt.js +1 -11
- package/dist/definitions/jwt.js.map +1 -1
- package/dist/definitions/kyc.d.ts +2 -181
- package/dist/definitions/kyc.d.ts.map +1 -1
- package/dist/definitions/kyc.js +1 -110
- package/dist/definitions/kyc.js.map +1 -1
- package/dist/definitions/language.d.ts +2 -10
- package/dist/definitions/language.d.ts.map +1 -1
- package/dist/definitions/language.js +1 -1
- package/dist/definitions/language.js.map +1 -1
- package/dist/definitions/price-step.d.ts +1 -7
- package/dist/definitions/price-step.d.ts.map +1 -1
- package/dist/definitions/route.d.ts +3 -0
- package/dist/definitions/route.d.ts.map +1 -0
- package/dist/definitions/route.js +2 -0
- package/dist/definitions/route.js.map +1 -0
- package/dist/definitions/sell.d.ts +2 -41
- package/dist/definitions/sell.d.ts.map +1 -1
- package/dist/definitions/sell.js +1 -1
- package/dist/definitions/sell.js.map +1 -1
- package/dist/definitions/session.d.ts +1 -9
- package/dist/definitions/session.d.ts.map +1 -1
- package/dist/definitions/settings.d.ts +3 -0
- package/dist/definitions/settings.d.ts.map +1 -0
- package/dist/definitions/settings.js +2 -0
- package/dist/definitions/settings.js.map +1 -0
- package/dist/definitions/support.d.ts +2 -18
- package/dist/definitions/support.d.ts.map +1 -1
- package/dist/definitions/support.js +1 -10
- package/dist/definitions/support.js.map +1 -1
- package/dist/definitions/swap.d.ts +2 -37
- package/dist/definitions/swap.d.ts.map +1 -1
- package/dist/definitions/swap.js +1 -1
- package/dist/definitions/swap.js.map +1 -1
- package/dist/definitions/transaction.d.ts +2 -114
- package/dist/definitions/transaction.d.ts.map +1 -1
- package/dist/definitions/transaction.js +1 -68
- package/dist/definitions/transaction.js.map +1 -1
- package/dist/definitions/user.d.ts +2 -59
- package/dist/definitions/user.d.ts.map +1 -1
- package/dist/definitions/user.js +1 -7
- package/dist/definitions/user.js.map +1 -1
- package/dist/hooks/api-session.hook.d.ts +3 -2
- package/dist/hooks/api-session.hook.d.ts.map +1 -1
- package/dist/hooks/api-session.hook.js +30 -38
- package/dist/hooks/api-session.hook.js.map +1 -1
- package/dist/hooks/api.hook.d.ts +7 -0
- package/dist/hooks/api.hook.d.ts.map +1 -1
- package/dist/hooks/api.hook.js +60 -24
- package/dist/hooks/api.hook.js.map +1 -1
- package/dist/hooks/asset.hook.d.ts.map +1 -1
- package/dist/hooks/asset.hook.js +19 -18
- package/dist/hooks/asset.hook.js.map +1 -1
- package/dist/hooks/auth.hook.d.ts +5 -5
- package/dist/hooks/auth.hook.d.ts.map +1 -1
- package/dist/hooks/auth.hook.js +76 -60
- package/dist/hooks/auth.hook.js.map +1 -1
- package/dist/hooks/bank-account.hook.d.ts +3 -3
- package/dist/hooks/bank-account.hook.d.ts.map +1 -1
- package/dist/hooks/bank-account.hook.js +17 -36
- package/dist/hooks/bank-account.hook.js.map +1 -1
- package/dist/hooks/bank.hook.d.ts +6 -0
- package/dist/hooks/bank.hook.d.ts.map +1 -0
- package/dist/hooks/bank.hook.js +54 -0
- package/dist/hooks/bank.hook.js.map +1 -0
- package/dist/hooks/buy.hook.d.ts +3 -2
- package/dist/hooks/buy.hook.d.ts.map +1 -1
- package/dist/hooks/buy.hook.js +17 -14
- package/dist/hooks/buy.hook.js.map +1 -1
- package/dist/hooks/country.hook.js +7 -8
- package/dist/hooks/country.hook.js.map +1 -1
- package/dist/hooks/fiat.hook.d.ts.map +1 -1
- package/dist/hooks/fiat.hook.js +18 -16
- package/dist/hooks/fiat.hook.js.map +1 -1
- package/dist/hooks/kyc.hook.d.ts +22 -7
- package/dist/hooks/kyc.hook.d.ts.map +1 -1
- package/dist/hooks/kyc.hook.js +227 -129
- package/dist/hooks/kyc.hook.js.map +1 -1
- package/dist/hooks/language.hook.d.ts.map +1 -1
- package/dist/hooks/language.hook.js +12 -12
- package/dist/hooks/language.hook.js.map +1 -1
- package/dist/hooks/payment-routes.hook.d.ts +20 -0
- package/dist/hooks/payment-routes.hook.d.ts.map +1 -0
- package/dist/hooks/payment-routes.hook.js +196 -0
- package/dist/hooks/payment-routes.hook.js.map +1 -0
- package/dist/hooks/sell.hook.d.ts +4 -2
- package/dist/hooks/sell.hook.d.ts.map +1 -1
- package/dist/hooks/sell.hook.js +15 -6
- package/dist/hooks/sell.hook.js.map +1 -1
- package/dist/hooks/settings.hook.d.ts +6 -0
- package/dist/hooks/settings.hook.d.ts.map +1 -0
- package/dist/hooks/settings.hook.js +50 -0
- package/dist/hooks/settings.hook.js.map +1 -0
- package/dist/hooks/store.hook.d.ts +1 -1
- package/dist/hooks/store.hook.d.ts.map +1 -1
- package/dist/hooks/store.hook.js +4 -15
- package/dist/hooks/store.hook.js.map +1 -1
- package/dist/hooks/support.hook.d.ts +7 -5
- package/dist/hooks/support.hook.d.ts.map +1 -1
- package/dist/hooks/support.hook.js +44 -22
- package/dist/hooks/support.hook.js.map +1 -1
- package/dist/hooks/swap.hook.d.ts +4 -2
- package/dist/hooks/swap.hook.d.ts.map +1 -1
- package/dist/hooks/swap.hook.js +54 -7
- package/dist/hooks/swap.hook.js.map +1 -1
- package/dist/hooks/transaction.hook.d.ts +8 -1
- package/dist/hooks/transaction.hook.d.ts.map +1 -1
- package/dist/hooks/transaction.hook.js +123 -65
- package/dist/hooks/transaction.hook.js.map +1 -1
- package/dist/hooks/user.hook.d.ts +16 -3
- package/dist/hooks/user.hook.d.ts.map +1 -1
- package/dist/hooks/user.hook.js +135 -7
- package/dist/hooks/user.hook.js.map +1 -1
- package/dist/index.d.ts +30 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -7
- package/dist/index.js.map +1 -1
- package/dist/utils.d.ts +1 -13
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -51
- package/dist/utils.js.map +1 -1
- package/dist/validations.d.ts +2 -26
- package/dist/validations.d.ts.map +1 -1
- package/dist/validations.js +1 -77
- package/dist/validations.js.map +1 -1
- package/package.json +7 -5
- package/LICENSE +0 -21
|
@@ -1,55 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { Fiat } from './fiat';
|
|
4
|
-
import { PriceStep } from './price-step';
|
|
5
|
-
import { FiatPaymentMethod, TransactionError } from './transaction';
|
|
6
|
-
export declare const BuyUrl: {
|
|
7
|
-
receive: string;
|
|
8
|
-
invoice: (txId: number) => string;
|
|
9
|
-
};
|
|
10
|
-
export interface Buy {
|
|
11
|
-
id: number;
|
|
12
|
-
name: string;
|
|
13
|
-
street: string;
|
|
14
|
-
number: string;
|
|
15
|
-
zip: string;
|
|
16
|
-
city: string;
|
|
17
|
-
country: string;
|
|
18
|
-
iban?: string;
|
|
19
|
-
bic: string;
|
|
20
|
-
sepaInstant: boolean;
|
|
21
|
-
routeId: number;
|
|
22
|
-
remittanceInfo: string;
|
|
23
|
-
fees: Fees;
|
|
24
|
-
minVolume: number;
|
|
25
|
-
maxVolume: number;
|
|
26
|
-
amount: number;
|
|
27
|
-
currency: Fiat;
|
|
28
|
-
feesTarget: Fees;
|
|
29
|
-
minVolumeTarget: number;
|
|
30
|
-
maxVolumeTarget: number;
|
|
31
|
-
exchangeRate: number;
|
|
32
|
-
priceSteps: PriceStep[];
|
|
33
|
-
rate: number;
|
|
34
|
-
exactPrice: boolean;
|
|
35
|
-
estimatedAmount: number;
|
|
36
|
-
asset: Asset;
|
|
37
|
-
paymentRequest?: string;
|
|
38
|
-
paymentLink?: string;
|
|
39
|
-
nameRequired?: boolean;
|
|
40
|
-
isValid: boolean;
|
|
41
|
-
error?: TransactionError;
|
|
42
|
-
}
|
|
43
|
-
export interface BuyPaymentInfo {
|
|
44
|
-
currency: Fiat;
|
|
45
|
-
amount?: number;
|
|
46
|
-
asset: Asset;
|
|
47
|
-
targetAmount?: number;
|
|
48
|
-
paymentMethod?: FiatPaymentMethod;
|
|
49
|
-
externalTransactionId?: string;
|
|
50
|
-
exactPrice?: boolean;
|
|
51
|
-
}
|
|
52
|
-
export interface Invoice {
|
|
53
|
-
invoicePdf: string;
|
|
54
|
-
}
|
|
1
|
+
export { BuyUrl } from '@dfx.swiss/core';
|
|
2
|
+
export type { Buy, BuyPaymentInfo, PdfDocument } from '@dfx.swiss/core';
|
|
55
3
|
//# sourceMappingURL=buy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buy.d.ts","sourceRoot":"","sources":["../../src/definitions/buy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"buy.d.ts","sourceRoot":"","sources":["../../src/definitions/buy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,YAAY,EAAE,GAAG,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/definitions/buy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buy.js","sourceRoot":"","sources":["../../src/definitions/buy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"buy.js","sourceRoot":"","sources":["../../src/definitions/buy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
export interface Country {
|
|
5
|
-
id: number;
|
|
6
|
-
symbol: string;
|
|
7
|
-
name: string;
|
|
8
|
-
}
|
|
1
|
+
export { CountryUrl } from '@dfx.swiss/core';
|
|
2
|
+
export type { Country } from '@dfx.swiss/core';
|
|
9
3
|
//# sourceMappingURL=country.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../src/definitions/country.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../src/definitions/country.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CountryUrl } from '@dfx.swiss/core';
|
|
2
2
|
//# sourceMappingURL=country.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country.js","sourceRoot":"","sources":["../../src/definitions/country.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"country.js","sourceRoot":"","sources":["../../src/definitions/country.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../src/definitions/error.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../src/definitions/error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { ApiException } from '@dfx.swiss/core';
|
|
2
2
|
//# sourceMappingURL=error.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../src/definitions/error.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../src/definitions/error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fees.d.ts","sourceRoot":"","sources":["../../src/definitions/fees.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"fees.d.ts","sourceRoot":"","sources":["../../src/definitions/fees.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
export interface Fiat {
|
|
5
|
-
id: number;
|
|
6
|
-
name: string;
|
|
7
|
-
buyable: boolean;
|
|
8
|
-
sellable: boolean;
|
|
9
|
-
cardBuyable: boolean;
|
|
10
|
-
cardSellable: boolean;
|
|
11
|
-
instantBuyable: boolean;
|
|
12
|
-
instantSellable: boolean;
|
|
13
|
-
}
|
|
1
|
+
export { FiatUrl } from '@dfx.swiss/core';
|
|
2
|
+
export type { Fiat } from '@dfx.swiss/core';
|
|
14
3
|
//# sourceMappingURL=fiat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fiat.d.ts","sourceRoot":"","sources":["../../src/definitions/fiat.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"fiat.d.ts","sourceRoot":"","sources":["../../src/definitions/fiat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,YAAY,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/definitions/fiat.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FiatUrl } from '@dfx.swiss/core';
|
|
2
2
|
//# sourceMappingURL=fiat.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fiat.js","sourceRoot":"","sources":["../../src/definitions/fiat.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"fiat.js","sourceRoot":"","sources":["../../src/definitions/fiat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../src/definitions/file.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../src/definitions/file.ts"],"names":[],"mappings":""}
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
ACCOUNT = "Account",
|
|
4
|
-
USER = "User",
|
|
5
|
-
VIP = "VIP",
|
|
6
|
-
BETA = "Beta",
|
|
7
|
-
ADMIN = "Admin",
|
|
8
|
-
SUPPORT = "Support",
|
|
9
|
-
COMPLIANCE = "Compliance",
|
|
10
|
-
KYC_CLIENT_COMPANY = "KycClientCompany"
|
|
11
|
-
}
|
|
12
|
-
export interface Jwt {
|
|
13
|
-
exp: number;
|
|
14
|
-
iat: number;
|
|
15
|
-
address: string;
|
|
16
|
-
user: number;
|
|
17
|
-
account: number;
|
|
18
|
-
role: UserRole;
|
|
19
|
-
blockchains: Blockchain[];
|
|
20
|
-
}
|
|
1
|
+
export { UserRole } from '@dfx.swiss/core';
|
|
2
|
+
export type { Jwt } from '@dfx.swiss/core';
|
|
21
3
|
//# sourceMappingURL=jwt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../src/definitions/jwt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../src/definitions/jwt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,YAAY,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/definitions/jwt.js
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (UserRole) {
|
|
3
|
-
UserRole["ACCOUNT"] = "Account";
|
|
4
|
-
UserRole["USER"] = "User";
|
|
5
|
-
UserRole["VIP"] = "VIP";
|
|
6
|
-
UserRole["BETA"] = "Beta";
|
|
7
|
-
UserRole["ADMIN"] = "Admin";
|
|
8
|
-
UserRole["SUPPORT"] = "Support";
|
|
9
|
-
UserRole["COMPLIANCE"] = "Compliance";
|
|
10
|
-
UserRole["KYC_CLIENT_COMPANY"] = "KycClientCompany";
|
|
11
|
-
})(UserRole || (UserRole = {}));
|
|
1
|
+
export { UserRole } from '@dfx.swiss/core';
|
|
12
2
|
//# sourceMappingURL=jwt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jwt.js","sourceRoot":"","sources":["../../src/definitions/jwt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"jwt.js","sourceRoot":"","sources":["../../src/definitions/jwt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,182 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const KycUrl: {
|
|
4
|
-
setName: string;
|
|
5
|
-
setData: string;
|
|
6
|
-
base: string;
|
|
7
|
-
tfa: string;
|
|
8
|
-
limit: string;
|
|
9
|
-
transfer: (client: string) => string;
|
|
10
|
-
};
|
|
11
|
-
export declare const KycLevel: {
|
|
12
|
-
Link: number;
|
|
13
|
-
Sell: number;
|
|
14
|
-
Completed: number;
|
|
15
|
-
};
|
|
16
|
-
export declare enum AccountType {
|
|
17
|
-
PERSONAL = "Personal",
|
|
18
|
-
BUSINESS = "Business",
|
|
19
|
-
SOLE_PROPRIETORSHIP = "SoleProprietorship"
|
|
20
|
-
}
|
|
21
|
-
export declare enum KycStatus {
|
|
22
|
-
NA = "NA",
|
|
23
|
-
CHATBOT = "Chatbot",
|
|
24
|
-
ONLINE_ID = "OnlineId",
|
|
25
|
-
VIDEO_ID = "VideoId",
|
|
26
|
-
CHECK = "Check",
|
|
27
|
-
COMPLETED = "Completed",
|
|
28
|
-
REJECTED = "Rejected"
|
|
29
|
-
}
|
|
30
|
-
export declare enum KycState {
|
|
31
|
-
NA = "NA",
|
|
32
|
-
FAILED = "Failed",
|
|
33
|
-
REMINDED = "Reminded",
|
|
34
|
-
REVIEW = "Review"
|
|
35
|
-
}
|
|
36
|
-
export interface UserName {
|
|
37
|
-
firstName: string;
|
|
38
|
-
lastName: string;
|
|
39
|
-
}
|
|
40
|
-
export type UserData = KycContactData & KycPersonalData;
|
|
41
|
-
export declare enum LimitPeriod {
|
|
42
|
-
DAY = "Day",
|
|
43
|
-
YEAR = "Year"
|
|
44
|
-
}
|
|
45
|
-
export interface TradingLimit {
|
|
46
|
-
limit: number;
|
|
47
|
-
period: LimitPeriod;
|
|
48
|
-
}
|
|
49
|
-
export interface KycInfo {
|
|
50
|
-
kycLevel: number;
|
|
51
|
-
tradingLimit: TradingLimit;
|
|
52
|
-
twoFactorEnabled: boolean;
|
|
53
|
-
language: Language;
|
|
54
|
-
kycSteps: KycStep[];
|
|
55
|
-
kycClients: string[];
|
|
56
|
-
}
|
|
57
|
-
export interface KycSession extends KycInfo {
|
|
58
|
-
currentStep?: KycStepSession;
|
|
59
|
-
}
|
|
60
|
-
export declare enum KycStepName {
|
|
61
|
-
CONTACT_DATA = "ContactData",
|
|
62
|
-
PERSONAL_DATA = "PersonalData",
|
|
63
|
-
IDENT = "Ident",
|
|
64
|
-
FINANCIAL_DATA = "FinancialData",
|
|
65
|
-
DOCUMENT_UPLOAD = "DocumentUpload"
|
|
66
|
-
}
|
|
67
|
-
export declare enum KycStepType {
|
|
68
|
-
AUTO = "Auto",
|
|
69
|
-
VIDEO = "Video",
|
|
70
|
-
MANUAL = "Manual"
|
|
71
|
-
}
|
|
72
|
-
export declare enum KycStepStatus {
|
|
73
|
-
NOT_STARTED = "NotStarted",
|
|
74
|
-
IN_PROGRESS = "InProgress",
|
|
75
|
-
IN_REVIEW = "InReview",
|
|
76
|
-
FAILED = "Failed",
|
|
77
|
-
COMPLETED = "Completed",
|
|
78
|
-
OUTDATED = "Outdated"
|
|
79
|
-
}
|
|
80
|
-
export declare enum UrlType {
|
|
81
|
-
BROWSER = "Browser",
|
|
82
|
-
API = "API"
|
|
83
|
-
}
|
|
84
|
-
export interface KycSessionInfo {
|
|
85
|
-
url: string;
|
|
86
|
-
type: UrlType;
|
|
87
|
-
}
|
|
88
|
-
export interface KycStepBase {
|
|
89
|
-
name: KycStepName;
|
|
90
|
-
type?: KycStepType;
|
|
91
|
-
status: KycStepStatus;
|
|
92
|
-
sequenceNumber: number;
|
|
93
|
-
}
|
|
94
|
-
export interface KycStep extends KycStepBase {
|
|
95
|
-
isCurrent: boolean;
|
|
96
|
-
}
|
|
97
|
-
export interface KycStepSession extends KycStepBase {
|
|
98
|
-
session?: KycSessionInfo;
|
|
99
|
-
}
|
|
100
|
-
export interface KycResult {
|
|
101
|
-
status: KycStepStatus;
|
|
102
|
-
}
|
|
103
|
-
export interface KycContactData {
|
|
104
|
-
mail: string;
|
|
105
|
-
}
|
|
106
|
-
export interface KycAddress {
|
|
107
|
-
street: string;
|
|
108
|
-
houseNumber?: string;
|
|
109
|
-
city: string;
|
|
110
|
-
zip: string;
|
|
111
|
-
country: Country;
|
|
112
|
-
}
|
|
113
|
-
export interface KycPersonalData {
|
|
114
|
-
accountType: AccountType;
|
|
115
|
-
firstName: string;
|
|
116
|
-
lastName: string;
|
|
117
|
-
phone: string;
|
|
118
|
-
address: KycAddress;
|
|
119
|
-
organizationName?: string;
|
|
120
|
-
organizationAddress?: KycAddress;
|
|
121
|
-
}
|
|
122
|
-
export declare enum QuestionType {
|
|
123
|
-
CONFIRMATION = "Confirmation",
|
|
124
|
-
SINGLE_CHOICE = "SingleChoice",
|
|
125
|
-
MULTIPLE_CHOICE = "MultipleChoice",
|
|
126
|
-
TEXT = "Text"
|
|
127
|
-
}
|
|
128
|
-
export interface KycFinancialResponse {
|
|
129
|
-
key: string;
|
|
130
|
-
value: string;
|
|
131
|
-
}
|
|
132
|
-
export interface KycFinancialResponses {
|
|
133
|
-
responses: KycFinancialResponse[];
|
|
134
|
-
}
|
|
135
|
-
export interface KycFinancialOption {
|
|
136
|
-
key: string;
|
|
137
|
-
text: string;
|
|
138
|
-
}
|
|
139
|
-
export interface KycFinancialQuestion {
|
|
140
|
-
key: string;
|
|
141
|
-
type: QuestionType;
|
|
142
|
-
title: string;
|
|
143
|
-
description: string;
|
|
144
|
-
options?: KycFinancialOption[];
|
|
145
|
-
}
|
|
146
|
-
export interface KycFinancialQuestions extends KycFinancialResponses {
|
|
147
|
-
questions: KycFinancialQuestion[];
|
|
148
|
-
}
|
|
149
|
-
export interface TfaSetup {
|
|
150
|
-
secret: string;
|
|
151
|
-
uri: string;
|
|
152
|
-
}
|
|
153
|
-
export declare enum Limit {
|
|
154
|
-
K_500 = 500000,
|
|
155
|
-
M_1 = 1000000,
|
|
156
|
-
M_5 = 5000000,
|
|
157
|
-
M_10 = 10000000,
|
|
158
|
-
M_15 = 15000000,
|
|
159
|
-
INFINITY = 1000000000
|
|
160
|
-
}
|
|
161
|
-
export declare enum InvestmentDate {
|
|
162
|
-
NOW = "Now",
|
|
163
|
-
FUTURE = "Future"
|
|
164
|
-
}
|
|
165
|
-
export declare enum FundOrigin {
|
|
166
|
-
SAVINGS = "Savings",
|
|
167
|
-
BUSINESS_PROFITS = "BusinessProfits",
|
|
168
|
-
STOCK_GAINS = "StockGains",
|
|
169
|
-
CRYPTO_GAINS = "CryptoGains",
|
|
170
|
-
INHERITANCE = "Inheritance",
|
|
171
|
-
OTHER = "Other"
|
|
172
|
-
}
|
|
173
|
-
export interface LimitRequest {
|
|
174
|
-
limit: Limit;
|
|
175
|
-
investmentDate: InvestmentDate;
|
|
176
|
-
fundOrigin: FundOrigin;
|
|
177
|
-
fundOriginText?: string;
|
|
178
|
-
documentProof?: string;
|
|
179
|
-
documentProofName?: string;
|
|
180
|
-
}
|
|
181
|
-
export declare function isStepDone(result: KycResult): boolean;
|
|
1
|
+
export { buildKycUrl, KycLevel, AccountType, LegalEntity, SignatoryPower, KycStatus, KycState, LimitPeriod, KycStepName, KycStepCancelable, KycStepType, KycStepStatus, UrlType, KycStepReason, FileType, DocumentType, GenderType, GoodsType, GoodsCategory, StoreType, MerchantCategory, QuestionType, TfaType, TfaLevel, Limit, InvestmentDate, FundOrigin, isStepDone, } from '@dfx.swiss/core';
|
|
2
|
+
export type { TradingLimit, KycInfo, KycSession, KycAdditionalInfo, KycSessionInfo, KycStepBase, KycStep, KycStepSession, KycContactData, KycAddress, KycPersonalData, KycNationalityData, KycRecommendationData, KycLegalEntityData, KycManualIdentData, KycSignatoryPowerData, KycBeneficialData, ContactPersonData, KycOperationalData, KycFileData, KycChangeAddressData, KycChangeNameData, KycChangePhoneData, KycFile, PaymentData, RecallData, KycFinancialResponse, KycFinancialResponses, KycFinancialOption, KycFinancialQuestion, KycFinancialQuestions, TfaSetup, LimitRequest, UserName, UserData, } from '@dfx.swiss/core';
|
|
182
3
|
//# sourceMappingURL=kyc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.d.ts","sourceRoot":"","sources":["../../src/definitions/kyc.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"kyc.d.ts","sourceRoot":"","sources":["../../src/definitions/kyc.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,QAAQ,EACR,WAAW,EACX,WAAW,EACX,cAAc,EACd,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,OAAO,EACP,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,OAAO,EACP,QAAQ,EACR,KAAK,EACL,cAAc,EACd,UAAU,EACV,UAAU,GACX,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,YAAY,EACZ,OAAO,EACP,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,OAAO,EACP,cAAc,EACd,cAAc,EACd,UAAU,EACV,eAAe,EACf,kBAAkB,EAClB,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,WAAW,EACX,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,OAAO,EACP,WAAW,EACX,UAAU,EACV,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,QAAQ,GACT,MAAM,iBAAiB,CAAC"}
|
package/dist/definitions/kyc.js
CHANGED
|
@@ -1,111 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
setName: 'user/name',
|
|
3
|
-
setData: 'user/data',
|
|
4
|
-
base: "".concat(process.env.REACT_APP_API_URL, "/v2/kyc"),
|
|
5
|
-
tfa: "".concat(process.env.REACT_APP_API_URL, "/v2/kyc/2fa"),
|
|
6
|
-
limit: "".concat(process.env.REACT_APP_API_URL, "/v2/kyc/limit"),
|
|
7
|
-
transfer: function (client) { return "".concat(process.env.REACT_APP_API_URL, "/v2/kyc/transfer?client=").concat(encodeURIComponent(client)); },
|
|
8
|
-
};
|
|
9
|
-
export var KycLevel = {
|
|
10
|
-
Link: 10,
|
|
11
|
-
Sell: 20,
|
|
12
|
-
Completed: 50,
|
|
13
|
-
};
|
|
14
|
-
export var AccountType;
|
|
15
|
-
(function (AccountType) {
|
|
16
|
-
AccountType["PERSONAL"] = "Personal";
|
|
17
|
-
AccountType["BUSINESS"] = "Business";
|
|
18
|
-
AccountType["SOLE_PROPRIETORSHIP"] = "SoleProprietorship";
|
|
19
|
-
})(AccountType || (AccountType = {}));
|
|
20
|
-
// --- LEGACY --- //
|
|
21
|
-
export var KycStatus;
|
|
22
|
-
(function (KycStatus) {
|
|
23
|
-
KycStatus["NA"] = "NA";
|
|
24
|
-
KycStatus["CHATBOT"] = "Chatbot";
|
|
25
|
-
KycStatus["ONLINE_ID"] = "OnlineId";
|
|
26
|
-
KycStatus["VIDEO_ID"] = "VideoId";
|
|
27
|
-
KycStatus["CHECK"] = "Check";
|
|
28
|
-
KycStatus["COMPLETED"] = "Completed";
|
|
29
|
-
KycStatus["REJECTED"] = "Rejected";
|
|
30
|
-
})(KycStatus || (KycStatus = {}));
|
|
31
|
-
export var KycState;
|
|
32
|
-
(function (KycState) {
|
|
33
|
-
KycState["NA"] = "NA";
|
|
34
|
-
KycState["FAILED"] = "Failed";
|
|
35
|
-
KycState["REMINDED"] = "Reminded";
|
|
36
|
-
KycState["REVIEW"] = "Review";
|
|
37
|
-
})(KycState || (KycState = {}));
|
|
38
|
-
// --- NEW --- //
|
|
39
|
-
// info
|
|
40
|
-
export var LimitPeriod;
|
|
41
|
-
(function (LimitPeriod) {
|
|
42
|
-
LimitPeriod["DAY"] = "Day";
|
|
43
|
-
LimitPeriod["YEAR"] = "Year";
|
|
44
|
-
})(LimitPeriod || (LimitPeriod = {}));
|
|
45
|
-
// steps
|
|
46
|
-
export var KycStepName;
|
|
47
|
-
(function (KycStepName) {
|
|
48
|
-
KycStepName["CONTACT_DATA"] = "ContactData";
|
|
49
|
-
KycStepName["PERSONAL_DATA"] = "PersonalData";
|
|
50
|
-
KycStepName["IDENT"] = "Ident";
|
|
51
|
-
KycStepName["FINANCIAL_DATA"] = "FinancialData";
|
|
52
|
-
KycStepName["DOCUMENT_UPLOAD"] = "DocumentUpload";
|
|
53
|
-
})(KycStepName || (KycStepName = {}));
|
|
54
|
-
export var KycStepType;
|
|
55
|
-
(function (KycStepType) {
|
|
56
|
-
// ident
|
|
57
|
-
KycStepType["AUTO"] = "Auto";
|
|
58
|
-
KycStepType["VIDEO"] = "Video";
|
|
59
|
-
KycStepType["MANUAL"] = "Manual";
|
|
60
|
-
})(KycStepType || (KycStepType = {}));
|
|
61
|
-
export var KycStepStatus;
|
|
62
|
-
(function (KycStepStatus) {
|
|
63
|
-
KycStepStatus["NOT_STARTED"] = "NotStarted";
|
|
64
|
-
KycStepStatus["IN_PROGRESS"] = "InProgress";
|
|
65
|
-
KycStepStatus["IN_REVIEW"] = "InReview";
|
|
66
|
-
KycStepStatus["FAILED"] = "Failed";
|
|
67
|
-
KycStepStatus["COMPLETED"] = "Completed";
|
|
68
|
-
KycStepStatus["OUTDATED"] = "Outdated";
|
|
69
|
-
})(KycStepStatus || (KycStepStatus = {}));
|
|
70
|
-
export var UrlType;
|
|
71
|
-
(function (UrlType) {
|
|
72
|
-
UrlType["BROWSER"] = "Browser";
|
|
73
|
-
UrlType["API"] = "API";
|
|
74
|
-
})(UrlType || (UrlType = {}));
|
|
75
|
-
// financial data
|
|
76
|
-
export var QuestionType;
|
|
77
|
-
(function (QuestionType) {
|
|
78
|
-
QuestionType["CONFIRMATION"] = "Confirmation";
|
|
79
|
-
QuestionType["SINGLE_CHOICE"] = "SingleChoice";
|
|
80
|
-
QuestionType["MULTIPLE_CHOICE"] = "MultipleChoice";
|
|
81
|
-
QuestionType["TEXT"] = "Text";
|
|
82
|
-
})(QuestionType || (QuestionType = {}));
|
|
83
|
-
// limit
|
|
84
|
-
export var Limit;
|
|
85
|
-
(function (Limit) {
|
|
86
|
-
Limit[Limit["K_500"] = 500000] = "K_500";
|
|
87
|
-
Limit[Limit["M_1"] = 1000000] = "M_1";
|
|
88
|
-
Limit[Limit["M_5"] = 5000000] = "M_5";
|
|
89
|
-
Limit[Limit["M_10"] = 10000000] = "M_10";
|
|
90
|
-
Limit[Limit["M_15"] = 15000000] = "M_15";
|
|
91
|
-
Limit[Limit["INFINITY"] = 1000000000] = "INFINITY";
|
|
92
|
-
})(Limit || (Limit = {}));
|
|
93
|
-
export var InvestmentDate;
|
|
94
|
-
(function (InvestmentDate) {
|
|
95
|
-
InvestmentDate["NOW"] = "Now";
|
|
96
|
-
InvestmentDate["FUTURE"] = "Future";
|
|
97
|
-
})(InvestmentDate || (InvestmentDate = {}));
|
|
98
|
-
export var FundOrigin;
|
|
99
|
-
(function (FundOrigin) {
|
|
100
|
-
FundOrigin["SAVINGS"] = "Savings";
|
|
101
|
-
FundOrigin["BUSINESS_PROFITS"] = "BusinessProfits";
|
|
102
|
-
FundOrigin["STOCK_GAINS"] = "StockGains";
|
|
103
|
-
FundOrigin["CRYPTO_GAINS"] = "CryptoGains";
|
|
104
|
-
FundOrigin["INHERITANCE"] = "Inheritance";
|
|
105
|
-
FundOrigin["OTHER"] = "Other";
|
|
106
|
-
})(FundOrigin || (FundOrigin = {}));
|
|
107
|
-
// helpers
|
|
108
|
-
export function isStepDone(result) {
|
|
109
|
-
return [KycStepStatus.IN_REVIEW, KycStepStatus.COMPLETED].includes(result.status);
|
|
110
|
-
}
|
|
1
|
+
export { buildKycUrl, KycLevel, AccountType, LegalEntity, SignatoryPower, KycStatus, KycState, LimitPeriod, KycStepName, KycStepCancelable, KycStepType, KycStepStatus, UrlType, KycStepReason, FileType, DocumentType, GenderType, GoodsType, GoodsCategory, StoreType, MerchantCategory, QuestionType, TfaType, TfaLevel, Limit, InvestmentDate, FundOrigin, isStepDone, } from '@dfx.swiss/core';
|
|
111
2
|
//# sourceMappingURL=kyc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.js","sourceRoot":"","sources":["../../src/definitions/kyc.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"kyc.js","sourceRoot":"","sources":["../../src/definitions/kyc.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,QAAQ,EACR,WAAW,EACX,WAAW,EACX,cAAc,EACd,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,OAAO,EACP,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,OAAO,EACP,QAAQ,EACR,KAAK,EACL,cAAc,EACd,UAAU,EACV,UAAU,GACX,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
export interface Language {
|
|
5
|
-
id: number;
|
|
6
|
-
name: string;
|
|
7
|
-
symbol: string;
|
|
8
|
-
foreignName: string;
|
|
9
|
-
enable: boolean;
|
|
10
|
-
}
|
|
1
|
+
export { LanguageUrl } from '@dfx.swiss/core';
|
|
2
|
+
export type { Language } from '@dfx.swiss/core';
|
|
11
3
|
//# sourceMappingURL=language.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../src/definitions/language.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../src/definitions/language.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { LanguageUrl } from '@dfx.swiss/core';
|
|
2
2
|
//# sourceMappingURL=language.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.js","sourceRoot":"","sources":["../../src/definitions/language.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"language.js","sourceRoot":"","sources":["../../src/definitions/language.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"price-step.d.ts","sourceRoot":"","sources":["../../src/definitions/price-step.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"price-step.d.ts","sourceRoot":"","sources":["../../src/definitions/price-step.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { PaymentRoutesUrl, PaymentLinksUrl, PaymentLinkStatus, PaymentLinkMode, PaymentLinkPaymentStatus, PaymentLinkPaymentMode, PaymentStandardType, PaymentQuoteStatus, MinCompletionStatus, PaymentLinkBlockchain, } from '@dfx.swiss/core';
|
|
2
|
+
export type { MinAmount, DepositDto, BuyRoute, SellRoute, SwapRoute, PaymentRoutes, PaymentRoute, PaymentRouteType, PaymentLink, PaymentLinkRecipient, PaymentLinkRecipientAddress, PaymentLinkPayment, CreatePaymentLinkPayment, CreatePaymentLink, UpdatePaymentLinkConfig, PaymentLinkConfig, UpdatePaymentLink, AssignPaymentLink, PaymentLinkPos, } from '@dfx.swiss/core';
|
|
3
|
+
//# sourceMappingURL=route.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../src/definitions/route.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,wBAAwB,EACxB,sBAAsB,EACtB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,SAAS,EACT,UAAU,EACV,QAAQ,EACR,SAAS,EACT,SAAS,EACT,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,oBAAoB,EACpB,2BAA2B,EAC3B,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,GACf,MAAM,iBAAiB,CAAC"}
|