@secrecy/lib 1.0.0-dev.55 → 1.0.0-dev.58
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/BaseClient.js +5 -11
- package/dist/PopupTools.js +4 -4
- package/dist/ZeusThunder.js +3 -3
- package/dist/client/SecrecyAppClient.js +2 -4
- package/dist/client/SecrecyCloudClient.js +23 -33
- package/dist/client/SecrecyDbClient.d.ts +3 -3
- package/dist/client/SecrecyDbClient.js +5 -5
- package/dist/client/SecrecyMailClient.js +7 -9
- package/dist/client/convert/file.js +2 -2
- package/dist/client/convert/node.js +5 -7
- package/dist/client/helpers.js +2 -2
- package/dist/client/index.d.ts +2 -0
- package/dist/client/index.js +3 -1
- package/dist/client/storage.js +4 -4
- package/dist/crypto/file.js +5 -5
- package/dist/minify/index.js +2 -2
- package/dist/worker/workerCodes.js +255 -3
- package/dist/zeus/const.js +24 -13
- package/dist/zeus/index.d.ts +66 -34
- package/dist/zeus/index.js +33 -41
- package/package.json +21 -22
package/dist/zeus/index.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ export declare type ScalarCoders = {
|
|
|
233
233
|
Json?: ScalarResolver;
|
|
234
234
|
Bytes?: ScalarResolver;
|
|
235
235
|
};
|
|
236
|
-
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
236
|
+
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["MyCryptoBalanceResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
237
237
|
export declare type ValueTypes = {
|
|
238
238
|
["BigInt"]: unknown;
|
|
239
239
|
["DateTime"]: unknown;
|
|
@@ -333,6 +333,11 @@ export declare type ValueTypes = {
|
|
|
333
333
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
334
334
|
__typename?: boolean | `@${string}`;
|
|
335
335
|
}>;
|
|
336
|
+
["MyCryptoBalanceResult"]: AliasType<{
|
|
337
|
+
["...on MyCryptoBalanceResponse"]: ValueTypes["MyCryptoBalanceResponse"];
|
|
338
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
339
|
+
__typename?: boolean | `@${string}`;
|
|
340
|
+
}>;
|
|
336
341
|
["NodeResult"]: AliasType<{
|
|
337
342
|
["...on NodeResponse"]: ValueTypes["NodeResponse"];
|
|
338
343
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
@@ -1254,6 +1259,11 @@ export declare type ValueTypes = {
|
|
|
1254
1259
|
sendAppMail?: boolean | `@${string}`;
|
|
1255
1260
|
__typename?: boolean | `@${string}`;
|
|
1256
1261
|
}>;
|
|
1262
|
+
["SendCryptoTransactionResponse"]: AliasType<{
|
|
1263
|
+
id?: boolean | `@${string}`;
|
|
1264
|
+
hash?: boolean | `@${string}`;
|
|
1265
|
+
__typename?: boolean | `@${string}`;
|
|
1266
|
+
}>;
|
|
1257
1267
|
["SendDraftMailResponse"]: AliasType<{
|
|
1258
1268
|
sendDraftMail?: boolean | `@${string}`;
|
|
1259
1269
|
__typename?: boolean | `@${string}`;
|
|
@@ -1326,11 +1336,6 @@ export declare type ValueTypes = {
|
|
|
1326
1336
|
uploadLiteFile?: ValueTypes["LiteFileResponse"];
|
|
1327
1337
|
__typename?: boolean | `@${string}`;
|
|
1328
1338
|
}>;
|
|
1329
|
-
["SendCryptoTransactionResponse"]: AliasType<{
|
|
1330
|
-
id?: boolean | `@${string}`;
|
|
1331
|
-
hash?: boolean | `@${string}`;
|
|
1332
|
-
__typename?: boolean | `@${string}`;
|
|
1333
|
-
}>;
|
|
1334
1339
|
["BlogResponse"]: AliasType<{
|
|
1335
1340
|
blogItems?: ValueTypes["BlogItem"];
|
|
1336
1341
|
__typename?: boolean | `@${string}`;
|
|
@@ -1379,6 +1384,10 @@ export declare type ValueTypes = {
|
|
|
1379
1384
|
mail?: ValueTypes["Mail"];
|
|
1380
1385
|
__typename?: boolean | `@${string}`;
|
|
1381
1386
|
}>;
|
|
1387
|
+
["MyCryptoBalanceResponse"]: AliasType<{
|
|
1388
|
+
amount?: boolean | `@${string}`;
|
|
1389
|
+
__typename?: boolean | `@${string}`;
|
|
1390
|
+
}>;
|
|
1382
1391
|
["NodeResponse"]: AliasType<{
|
|
1383
1392
|
node?: ValueTypes["Node"];
|
|
1384
1393
|
__typename?: boolean | `@${string}`;
|
|
@@ -1608,6 +1617,12 @@ export declare type ValueTypes = {
|
|
|
1608
1617
|
mail?: [{
|
|
1609
1618
|
id: string | Variable<any, string>;
|
|
1610
1619
|
}, ValueTypes["MailResult"]];
|
|
1620
|
+
myCryptoBalance?: [
|
|
1621
|
+
{
|
|
1622
|
+
network?: ValueTypes["InfuraNetwork"] | undefined | null | Variable<any, string>;
|
|
1623
|
+
},
|
|
1624
|
+
ValueTypes["MyCryptoBalanceResult"]
|
|
1625
|
+
];
|
|
1611
1626
|
node?: [
|
|
1612
1627
|
{
|
|
1613
1628
|
id?: string | undefined | null | Variable<any, string>;
|
|
@@ -2089,6 +2104,11 @@ export declare type ResolverInputTypes = {
|
|
|
2089
2104
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2090
2105
|
__typename?: boolean | `@${string}`;
|
|
2091
2106
|
}>;
|
|
2107
|
+
["MyCryptoBalanceResult"]: AliasType<{
|
|
2108
|
+
MyCryptoBalanceResponse?: ResolverInputTypes["MyCryptoBalanceResponse"];
|
|
2109
|
+
ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
|
|
2110
|
+
__typename?: boolean | `@${string}`;
|
|
2111
|
+
}>;
|
|
2092
2112
|
["NodeResult"]: AliasType<{
|
|
2093
2113
|
NodeResponse?: ResolverInputTypes["NodeResponse"];
|
|
2094
2114
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -3010,6 +3030,11 @@ export declare type ResolverInputTypes = {
|
|
|
3010
3030
|
sendAppMail?: boolean | `@${string}`;
|
|
3011
3031
|
__typename?: boolean | `@${string}`;
|
|
3012
3032
|
}>;
|
|
3033
|
+
["SendCryptoTransactionResponse"]: AliasType<{
|
|
3034
|
+
id?: boolean | `@${string}`;
|
|
3035
|
+
hash?: boolean | `@${string}`;
|
|
3036
|
+
__typename?: boolean | `@${string}`;
|
|
3037
|
+
}>;
|
|
3013
3038
|
["SendDraftMailResponse"]: AliasType<{
|
|
3014
3039
|
sendDraftMail?: boolean | `@${string}`;
|
|
3015
3040
|
__typename?: boolean | `@${string}`;
|
|
@@ -3082,11 +3107,6 @@ export declare type ResolverInputTypes = {
|
|
|
3082
3107
|
uploadLiteFile?: ResolverInputTypes["LiteFileResponse"];
|
|
3083
3108
|
__typename?: boolean | `@${string}`;
|
|
3084
3109
|
}>;
|
|
3085
|
-
["SendCryptoTransactionResponse"]: AliasType<{
|
|
3086
|
-
id?: boolean | `@${string}`;
|
|
3087
|
-
hash?: boolean | `@${string}`;
|
|
3088
|
-
__typename?: boolean | `@${string}`;
|
|
3089
|
-
}>;
|
|
3090
3110
|
["BlogResponse"]: AliasType<{
|
|
3091
3111
|
blogItems?: ResolverInputTypes["BlogItem"];
|
|
3092
3112
|
__typename?: boolean | `@${string}`;
|
|
@@ -3135,6 +3155,10 @@ export declare type ResolverInputTypes = {
|
|
|
3135
3155
|
mail?: ResolverInputTypes["Mail"];
|
|
3136
3156
|
__typename?: boolean | `@${string}`;
|
|
3137
3157
|
}>;
|
|
3158
|
+
["MyCryptoBalanceResponse"]: AliasType<{
|
|
3159
|
+
amount?: boolean | `@${string}`;
|
|
3160
|
+
__typename?: boolean | `@${string}`;
|
|
3161
|
+
}>;
|
|
3138
3162
|
["NodeResponse"]: AliasType<{
|
|
3139
3163
|
node?: ResolverInputTypes["Node"];
|
|
3140
3164
|
__typename?: boolean | `@${string}`;
|
|
@@ -3358,6 +3382,12 @@ export declare type ResolverInputTypes = {
|
|
|
3358
3382
|
mail?: [{
|
|
3359
3383
|
id: string;
|
|
3360
3384
|
}, ResolverInputTypes["MailResult"]];
|
|
3385
|
+
myCryptoBalance?: [
|
|
3386
|
+
{
|
|
3387
|
+
network?: ResolverInputTypes["InfuraNetwork"] | undefined | null;
|
|
3388
|
+
},
|
|
3389
|
+
ResolverInputTypes["MyCryptoBalanceResult"]
|
|
3390
|
+
];
|
|
3361
3391
|
node?: [
|
|
3362
3392
|
{
|
|
3363
3393
|
id?: string | undefined | null;
|
|
@@ -3748,6 +3778,7 @@ export declare type ModelTypes = {
|
|
|
3748
3778
|
["IsCryptoTransactionDoneResult"]: ModelTypes["IsCryptoTransactionDoneResponse"] | ModelTypes["ErrorNotExist"];
|
|
3749
3779
|
["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"];
|
|
3750
3780
|
["MailResult"]: ModelTypes["QueryMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3781
|
+
["MyCryptoBalanceResult"]: ModelTypes["MyCryptoBalanceResponse"] | ModelTypes["ErrorNotExist"];
|
|
3751
3782
|
["NodeResult"]: ModelTypes["NodeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3752
3783
|
["NodesSharedWithMeResult"]: ModelTypes["NodesSharedWithMeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3753
3784
|
["PaymentInfosResult"]: ModelTypes["PaymentInfosResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -4302,6 +4333,10 @@ export declare type ModelTypes = {
|
|
|
4302
4333
|
["SendAppMailResponse"]: {
|
|
4303
4334
|
sendAppMail: boolean;
|
|
4304
4335
|
};
|
|
4336
|
+
["SendCryptoTransactionResponse"]: {
|
|
4337
|
+
id: string;
|
|
4338
|
+
hash: string;
|
|
4339
|
+
};
|
|
4305
4340
|
["SendDraftMailResponse"]: {
|
|
4306
4341
|
sendDraftMail?: boolean | undefined;
|
|
4307
4342
|
};
|
|
@@ -4356,10 +4391,6 @@ export declare type ModelTypes = {
|
|
|
4356
4391
|
["UploadLiteFileResponse"]: {
|
|
4357
4392
|
uploadLiteFile: ModelTypes["LiteFileResponse"];
|
|
4358
4393
|
};
|
|
4359
|
-
["SendCryptoTransactionResponse"]: {
|
|
4360
|
-
id: string;
|
|
4361
|
-
hash: string;
|
|
4362
|
-
};
|
|
4363
4394
|
["BlogResponse"]: {
|
|
4364
4395
|
blogItems: Array<ModelTypes["BlogItem"]>;
|
|
4365
4396
|
};
|
|
@@ -4396,6 +4427,9 @@ export declare type ModelTypes = {
|
|
|
4396
4427
|
["QueryMailResponse"]: {
|
|
4397
4428
|
mail?: ModelTypes["Mail"] | undefined;
|
|
4398
4429
|
};
|
|
4430
|
+
["MyCryptoBalanceResponse"]: {
|
|
4431
|
+
amount: string;
|
|
4432
|
+
};
|
|
4399
4433
|
["NodeResponse"]: {
|
|
4400
4434
|
node?: ModelTypes["Node"] | undefined;
|
|
4401
4435
|
};
|
|
@@ -4544,6 +4578,7 @@ export declare type ModelTypes = {
|
|
|
4544
4578
|
isCryptoTransactionDone?: ModelTypes["IsCryptoTransactionDoneResult"] | undefined;
|
|
4545
4579
|
limits?: ModelTypes["LimitsResult"] | undefined;
|
|
4546
4580
|
mail?: ModelTypes["MailResult"] | undefined;
|
|
4581
|
+
myCryptoBalance?: ModelTypes["MyCryptoBalanceResult"] | undefined;
|
|
4547
4582
|
node?: ModelTypes["NodeResult"] | undefined;
|
|
4548
4583
|
nodesSharedWithMe?: ModelTypes["NodesSharedWithMeResult"] | undefined;
|
|
4549
4584
|
paymentInfos?: ModelTypes["PaymentInfosResult"] | undefined;
|
|
@@ -4715,6 +4750,11 @@ export declare type GraphQLTypes = {
|
|
|
4715
4750
|
["...on QueryMailResponse"]: "__union" & GraphQLTypes["QueryMailResponse"];
|
|
4716
4751
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
4717
4752
|
};
|
|
4753
|
+
["MyCryptoBalanceResult"]: {
|
|
4754
|
+
__typename: "MyCryptoBalanceResponse" | "ErrorNotExist";
|
|
4755
|
+
["...on MyCryptoBalanceResponse"]: "__union" & GraphQLTypes["MyCryptoBalanceResponse"];
|
|
4756
|
+
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
4757
|
+
};
|
|
4718
4758
|
["NodeResult"]: {
|
|
4719
4759
|
__typename: "NodeResponse" | "ErrorAccessDenied";
|
|
4720
4760
|
["...on NodeResponse"]: "__union" & GraphQLTypes["NodeResponse"];
|
|
@@ -5636,6 +5676,11 @@ export declare type GraphQLTypes = {
|
|
|
5636
5676
|
__typename: "SendAppMailResponse";
|
|
5637
5677
|
sendAppMail: boolean;
|
|
5638
5678
|
};
|
|
5679
|
+
["SendCryptoTransactionResponse"]: {
|
|
5680
|
+
__typename: "SendCryptoTransactionResponse";
|
|
5681
|
+
id: string;
|
|
5682
|
+
hash: string;
|
|
5683
|
+
};
|
|
5639
5684
|
["SendDraftMailResponse"]: {
|
|
5640
5685
|
__typename: "SendDraftMailResponse";
|
|
5641
5686
|
sendDraftMail?: boolean | undefined;
|
|
@@ -5708,11 +5753,6 @@ export declare type GraphQLTypes = {
|
|
|
5708
5753
|
__typename: "UploadLiteFileResponse";
|
|
5709
5754
|
uploadLiteFile: GraphQLTypes["LiteFileResponse"];
|
|
5710
5755
|
};
|
|
5711
|
-
["SendCryptoTransactionResponse"]: {
|
|
5712
|
-
__typename: "SendCryptoTransactionResponse";
|
|
5713
|
-
id: string;
|
|
5714
|
-
hash: string;
|
|
5715
|
-
};
|
|
5716
5756
|
["BlogResponse"]: {
|
|
5717
5757
|
__typename: "BlogResponse";
|
|
5718
5758
|
blogItems: Array<GraphQLTypes["BlogItem"]>;
|
|
@@ -5761,6 +5801,10 @@ export declare type GraphQLTypes = {
|
|
|
5761
5801
|
__typename: "QueryMailResponse";
|
|
5762
5802
|
mail?: GraphQLTypes["Mail"] | undefined;
|
|
5763
5803
|
};
|
|
5804
|
+
["MyCryptoBalanceResponse"]: {
|
|
5805
|
+
__typename: "MyCryptoBalanceResponse";
|
|
5806
|
+
amount: string;
|
|
5807
|
+
};
|
|
5764
5808
|
["NodeResponse"]: {
|
|
5765
5809
|
__typename: "NodeResponse";
|
|
5766
5810
|
node?: GraphQLTypes["Node"] | undefined;
|
|
@@ -5929,6 +5973,7 @@ export declare type GraphQLTypes = {
|
|
|
5929
5973
|
isCryptoTransactionDone?: GraphQLTypes["IsCryptoTransactionDoneResult"] | undefined;
|
|
5930
5974
|
limits?: GraphQLTypes["LimitsResult"] | undefined;
|
|
5931
5975
|
mail?: GraphQLTypes["MailResult"] | undefined;
|
|
5976
|
+
myCryptoBalance?: GraphQLTypes["MyCryptoBalanceResult"] | undefined;
|
|
5932
5977
|
node?: GraphQLTypes["NodeResult"] | undefined;
|
|
5933
5978
|
nodesSharedWithMe?: GraphQLTypes["NodesSharedWithMeResult"] | undefined;
|
|
5934
5979
|
paymentInfos?: GraphQLTypes["PaymentInfosResult"] | undefined;
|
|
@@ -5997,20 +6042,7 @@ export declare type GraphQLTypes = {
|
|
|
5997
6042
|
};
|
|
5998
6043
|
export declare enum Lang {
|
|
5999
6044
|
fr = "fr",
|
|
6000
|
-
en = "en"
|
|
6001
|
-
it = "it",
|
|
6002
|
-
de = "de",
|
|
6003
|
-
pt = "pt",
|
|
6004
|
-
ja = "ja",
|
|
6005
|
-
es = "es",
|
|
6006
|
-
nl = "nl",
|
|
6007
|
-
pl = "pl",
|
|
6008
|
-
ru = "ru",
|
|
6009
|
-
zh = "zh",
|
|
6010
|
-
ar = "ar",
|
|
6011
|
-
he = "he",
|
|
6012
|
-
hi = "hi",
|
|
6013
|
-
ko = "ko"
|
|
6045
|
+
en = "en"
|
|
6014
6046
|
}
|
|
6015
6047
|
export declare enum PlanKind {
|
|
6016
6048
|
free = "free",
|