@secrecy/lib 1.0.0-dev.57 → 1.0.0-dev.59
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.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.js +25 -35
- package/dist/client/SecrecyDbClient.js +2 -2
- package/dist/client/SecrecyMailClient.js +10 -12
- package/dist/client/SecrecyPayClient.d.ts +7 -0
- package/dist/client/SecrecyPayClient.js +37 -0
- package/dist/client/SecrecyWalletClient.d.ts +30 -0
- package/dist/client/SecrecyWalletClient.js +76 -0
- package/dist/client/convert/file.js +2 -2
- package/dist/client/convert/node.js +5 -7
- package/dist/client/helpers.d.ts +5 -0
- package/dist/client/helpers.js +21 -9
- package/dist/client/index.d.ts +4 -0
- package/dist/client/index.js +5 -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 +27 -14
- package/dist/zeus/index.d.ts +74 -34
- package/dist/zeus/index.js +33 -41
- package/package.json +21 -19
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"];
|
|
@@ -660,6 +665,8 @@ export declare type ValueTypes = {
|
|
|
660
665
|
["Application"]: AliasType<{
|
|
661
666
|
id?: boolean | `@${string}`;
|
|
662
667
|
name?: boolean | `@${string}`;
|
|
668
|
+
logo?: boolean | `@${string}`;
|
|
669
|
+
origin?: boolean | `@${string}`;
|
|
663
670
|
__typename?: boolean | `@${string}`;
|
|
664
671
|
}>;
|
|
665
672
|
["ApplicationsOnUsers"]: AliasType<{
|
|
@@ -1254,6 +1261,11 @@ export declare type ValueTypes = {
|
|
|
1254
1261
|
sendAppMail?: boolean | `@${string}`;
|
|
1255
1262
|
__typename?: boolean | `@${string}`;
|
|
1256
1263
|
}>;
|
|
1264
|
+
["SendCryptoTransactionResponse"]: AliasType<{
|
|
1265
|
+
id?: boolean | `@${string}`;
|
|
1266
|
+
hash?: boolean | `@${string}`;
|
|
1267
|
+
__typename?: boolean | `@${string}`;
|
|
1268
|
+
}>;
|
|
1257
1269
|
["SendDraftMailResponse"]: AliasType<{
|
|
1258
1270
|
sendDraftMail?: boolean | `@${string}`;
|
|
1259
1271
|
__typename?: boolean | `@${string}`;
|
|
@@ -1326,11 +1338,6 @@ export declare type ValueTypes = {
|
|
|
1326
1338
|
uploadLiteFile?: ValueTypes["LiteFileResponse"];
|
|
1327
1339
|
__typename?: boolean | `@${string}`;
|
|
1328
1340
|
}>;
|
|
1329
|
-
["SendCryptoTransactionResponse"]: AliasType<{
|
|
1330
|
-
id?: boolean | `@${string}`;
|
|
1331
|
-
hash?: boolean | `@${string}`;
|
|
1332
|
-
__typename?: boolean | `@${string}`;
|
|
1333
|
-
}>;
|
|
1334
1341
|
["BlogResponse"]: AliasType<{
|
|
1335
1342
|
blogItems?: ValueTypes["BlogItem"];
|
|
1336
1343
|
__typename?: boolean | `@${string}`;
|
|
@@ -1379,6 +1386,10 @@ export declare type ValueTypes = {
|
|
|
1379
1386
|
mail?: ValueTypes["Mail"];
|
|
1380
1387
|
__typename?: boolean | `@${string}`;
|
|
1381
1388
|
}>;
|
|
1389
|
+
["MyCryptoBalanceResponse"]: AliasType<{
|
|
1390
|
+
amount?: boolean | `@${string}`;
|
|
1391
|
+
__typename?: boolean | `@${string}`;
|
|
1392
|
+
}>;
|
|
1382
1393
|
["NodeResponse"]: AliasType<{
|
|
1383
1394
|
node?: ValueTypes["Node"];
|
|
1384
1395
|
__typename?: boolean | `@${string}`;
|
|
@@ -1608,6 +1619,12 @@ export declare type ValueTypes = {
|
|
|
1608
1619
|
mail?: [{
|
|
1609
1620
|
id: string | Variable<any, string>;
|
|
1610
1621
|
}, ValueTypes["MailResult"]];
|
|
1622
|
+
myCryptoBalance?: [
|
|
1623
|
+
{
|
|
1624
|
+
network?: ValueTypes["InfuraNetwork"] | undefined | null | Variable<any, string>;
|
|
1625
|
+
},
|
|
1626
|
+
ValueTypes["MyCryptoBalanceResult"]
|
|
1627
|
+
];
|
|
1611
1628
|
node?: [
|
|
1612
1629
|
{
|
|
1613
1630
|
id?: string | undefined | null | Variable<any, string>;
|
|
@@ -2089,6 +2106,11 @@ export declare type ResolverInputTypes = {
|
|
|
2089
2106
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2090
2107
|
__typename?: boolean | `@${string}`;
|
|
2091
2108
|
}>;
|
|
2109
|
+
["MyCryptoBalanceResult"]: AliasType<{
|
|
2110
|
+
MyCryptoBalanceResponse?: ResolverInputTypes["MyCryptoBalanceResponse"];
|
|
2111
|
+
ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
|
|
2112
|
+
__typename?: boolean | `@${string}`;
|
|
2113
|
+
}>;
|
|
2092
2114
|
["NodeResult"]: AliasType<{
|
|
2093
2115
|
NodeResponse?: ResolverInputTypes["NodeResponse"];
|
|
2094
2116
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -2416,6 +2438,8 @@ export declare type ResolverInputTypes = {
|
|
|
2416
2438
|
["Application"]: AliasType<{
|
|
2417
2439
|
id?: boolean | `@${string}`;
|
|
2418
2440
|
name?: boolean | `@${string}`;
|
|
2441
|
+
logo?: boolean | `@${string}`;
|
|
2442
|
+
origin?: boolean | `@${string}`;
|
|
2419
2443
|
__typename?: boolean | `@${string}`;
|
|
2420
2444
|
}>;
|
|
2421
2445
|
["ApplicationsOnUsers"]: AliasType<{
|
|
@@ -3010,6 +3034,11 @@ export declare type ResolverInputTypes = {
|
|
|
3010
3034
|
sendAppMail?: boolean | `@${string}`;
|
|
3011
3035
|
__typename?: boolean | `@${string}`;
|
|
3012
3036
|
}>;
|
|
3037
|
+
["SendCryptoTransactionResponse"]: AliasType<{
|
|
3038
|
+
id?: boolean | `@${string}`;
|
|
3039
|
+
hash?: boolean | `@${string}`;
|
|
3040
|
+
__typename?: boolean | `@${string}`;
|
|
3041
|
+
}>;
|
|
3013
3042
|
["SendDraftMailResponse"]: AliasType<{
|
|
3014
3043
|
sendDraftMail?: boolean | `@${string}`;
|
|
3015
3044
|
__typename?: boolean | `@${string}`;
|
|
@@ -3082,11 +3111,6 @@ export declare type ResolverInputTypes = {
|
|
|
3082
3111
|
uploadLiteFile?: ResolverInputTypes["LiteFileResponse"];
|
|
3083
3112
|
__typename?: boolean | `@${string}`;
|
|
3084
3113
|
}>;
|
|
3085
|
-
["SendCryptoTransactionResponse"]: AliasType<{
|
|
3086
|
-
id?: boolean | `@${string}`;
|
|
3087
|
-
hash?: boolean | `@${string}`;
|
|
3088
|
-
__typename?: boolean | `@${string}`;
|
|
3089
|
-
}>;
|
|
3090
3114
|
["BlogResponse"]: AliasType<{
|
|
3091
3115
|
blogItems?: ResolverInputTypes["BlogItem"];
|
|
3092
3116
|
__typename?: boolean | `@${string}`;
|
|
@@ -3135,6 +3159,10 @@ export declare type ResolverInputTypes = {
|
|
|
3135
3159
|
mail?: ResolverInputTypes["Mail"];
|
|
3136
3160
|
__typename?: boolean | `@${string}`;
|
|
3137
3161
|
}>;
|
|
3162
|
+
["MyCryptoBalanceResponse"]: AliasType<{
|
|
3163
|
+
amount?: boolean | `@${string}`;
|
|
3164
|
+
__typename?: boolean | `@${string}`;
|
|
3165
|
+
}>;
|
|
3138
3166
|
["NodeResponse"]: AliasType<{
|
|
3139
3167
|
node?: ResolverInputTypes["Node"];
|
|
3140
3168
|
__typename?: boolean | `@${string}`;
|
|
@@ -3358,6 +3386,12 @@ export declare type ResolverInputTypes = {
|
|
|
3358
3386
|
mail?: [{
|
|
3359
3387
|
id: string;
|
|
3360
3388
|
}, ResolverInputTypes["MailResult"]];
|
|
3389
|
+
myCryptoBalance?: [
|
|
3390
|
+
{
|
|
3391
|
+
network?: ResolverInputTypes["InfuraNetwork"] | undefined | null;
|
|
3392
|
+
},
|
|
3393
|
+
ResolverInputTypes["MyCryptoBalanceResult"]
|
|
3394
|
+
];
|
|
3361
3395
|
node?: [
|
|
3362
3396
|
{
|
|
3363
3397
|
id?: string | undefined | null;
|
|
@@ -3748,6 +3782,7 @@ export declare type ModelTypes = {
|
|
|
3748
3782
|
["IsCryptoTransactionDoneResult"]: ModelTypes["IsCryptoTransactionDoneResponse"] | ModelTypes["ErrorNotExist"];
|
|
3749
3783
|
["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"];
|
|
3750
3784
|
["MailResult"]: ModelTypes["QueryMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3785
|
+
["MyCryptoBalanceResult"]: ModelTypes["MyCryptoBalanceResponse"] | ModelTypes["ErrorNotExist"];
|
|
3751
3786
|
["NodeResult"]: ModelTypes["NodeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3752
3787
|
["NodesSharedWithMeResult"]: ModelTypes["NodesSharedWithMeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
3753
3788
|
["PaymentInfosResult"]: ModelTypes["PaymentInfosResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -3819,6 +3854,8 @@ export declare type ModelTypes = {
|
|
|
3819
3854
|
["Application"]: {
|
|
3820
3855
|
id: string;
|
|
3821
3856
|
name: string;
|
|
3857
|
+
logo?: string | undefined;
|
|
3858
|
+
origin: string;
|
|
3822
3859
|
};
|
|
3823
3860
|
["ApplicationsOnUsers"]: {
|
|
3824
3861
|
fakeUserId: string;
|
|
@@ -4302,6 +4339,10 @@ export declare type ModelTypes = {
|
|
|
4302
4339
|
["SendAppMailResponse"]: {
|
|
4303
4340
|
sendAppMail: boolean;
|
|
4304
4341
|
};
|
|
4342
|
+
["SendCryptoTransactionResponse"]: {
|
|
4343
|
+
id: string;
|
|
4344
|
+
hash: string;
|
|
4345
|
+
};
|
|
4305
4346
|
["SendDraftMailResponse"]: {
|
|
4306
4347
|
sendDraftMail?: boolean | undefined;
|
|
4307
4348
|
};
|
|
@@ -4356,10 +4397,6 @@ export declare type ModelTypes = {
|
|
|
4356
4397
|
["UploadLiteFileResponse"]: {
|
|
4357
4398
|
uploadLiteFile: ModelTypes["LiteFileResponse"];
|
|
4358
4399
|
};
|
|
4359
|
-
["SendCryptoTransactionResponse"]: {
|
|
4360
|
-
id: string;
|
|
4361
|
-
hash: string;
|
|
4362
|
-
};
|
|
4363
4400
|
["BlogResponse"]: {
|
|
4364
4401
|
blogItems: Array<ModelTypes["BlogItem"]>;
|
|
4365
4402
|
};
|
|
@@ -4396,6 +4433,9 @@ export declare type ModelTypes = {
|
|
|
4396
4433
|
["QueryMailResponse"]: {
|
|
4397
4434
|
mail?: ModelTypes["Mail"] | undefined;
|
|
4398
4435
|
};
|
|
4436
|
+
["MyCryptoBalanceResponse"]: {
|
|
4437
|
+
amount: string;
|
|
4438
|
+
};
|
|
4399
4439
|
["NodeResponse"]: {
|
|
4400
4440
|
node?: ModelTypes["Node"] | undefined;
|
|
4401
4441
|
};
|
|
@@ -4544,6 +4584,7 @@ export declare type ModelTypes = {
|
|
|
4544
4584
|
isCryptoTransactionDone?: ModelTypes["IsCryptoTransactionDoneResult"] | undefined;
|
|
4545
4585
|
limits?: ModelTypes["LimitsResult"] | undefined;
|
|
4546
4586
|
mail?: ModelTypes["MailResult"] | undefined;
|
|
4587
|
+
myCryptoBalance?: ModelTypes["MyCryptoBalanceResult"] | undefined;
|
|
4547
4588
|
node?: ModelTypes["NodeResult"] | undefined;
|
|
4548
4589
|
nodesSharedWithMe?: ModelTypes["NodesSharedWithMeResult"] | undefined;
|
|
4549
4590
|
paymentInfos?: ModelTypes["PaymentInfosResult"] | undefined;
|
|
@@ -4715,6 +4756,11 @@ export declare type GraphQLTypes = {
|
|
|
4715
4756
|
["...on QueryMailResponse"]: "__union" & GraphQLTypes["QueryMailResponse"];
|
|
4716
4757
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
4717
4758
|
};
|
|
4759
|
+
["MyCryptoBalanceResult"]: {
|
|
4760
|
+
__typename: "MyCryptoBalanceResponse" | "ErrorNotExist";
|
|
4761
|
+
["...on MyCryptoBalanceResponse"]: "__union" & GraphQLTypes["MyCryptoBalanceResponse"];
|
|
4762
|
+
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
4763
|
+
};
|
|
4718
4764
|
["NodeResult"]: {
|
|
4719
4765
|
__typename: "NodeResponse" | "ErrorAccessDenied";
|
|
4720
4766
|
["...on NodeResponse"]: "__union" & GraphQLTypes["NodeResponse"];
|
|
@@ -5043,6 +5089,8 @@ export declare type GraphQLTypes = {
|
|
|
5043
5089
|
__typename: "Application";
|
|
5044
5090
|
id: string;
|
|
5045
5091
|
name: string;
|
|
5092
|
+
logo?: string | undefined;
|
|
5093
|
+
origin: string;
|
|
5046
5094
|
};
|
|
5047
5095
|
["ApplicationsOnUsers"]: {
|
|
5048
5096
|
__typename: "ApplicationsOnUsers";
|
|
@@ -5636,6 +5684,11 @@ export declare type GraphQLTypes = {
|
|
|
5636
5684
|
__typename: "SendAppMailResponse";
|
|
5637
5685
|
sendAppMail: boolean;
|
|
5638
5686
|
};
|
|
5687
|
+
["SendCryptoTransactionResponse"]: {
|
|
5688
|
+
__typename: "SendCryptoTransactionResponse";
|
|
5689
|
+
id: string;
|
|
5690
|
+
hash: string;
|
|
5691
|
+
};
|
|
5639
5692
|
["SendDraftMailResponse"]: {
|
|
5640
5693
|
__typename: "SendDraftMailResponse";
|
|
5641
5694
|
sendDraftMail?: boolean | undefined;
|
|
@@ -5708,11 +5761,6 @@ export declare type GraphQLTypes = {
|
|
|
5708
5761
|
__typename: "UploadLiteFileResponse";
|
|
5709
5762
|
uploadLiteFile: GraphQLTypes["LiteFileResponse"];
|
|
5710
5763
|
};
|
|
5711
|
-
["SendCryptoTransactionResponse"]: {
|
|
5712
|
-
__typename: "SendCryptoTransactionResponse";
|
|
5713
|
-
id: string;
|
|
5714
|
-
hash: string;
|
|
5715
|
-
};
|
|
5716
5764
|
["BlogResponse"]: {
|
|
5717
5765
|
__typename: "BlogResponse";
|
|
5718
5766
|
blogItems: Array<GraphQLTypes["BlogItem"]>;
|
|
@@ -5761,6 +5809,10 @@ export declare type GraphQLTypes = {
|
|
|
5761
5809
|
__typename: "QueryMailResponse";
|
|
5762
5810
|
mail?: GraphQLTypes["Mail"] | undefined;
|
|
5763
5811
|
};
|
|
5812
|
+
["MyCryptoBalanceResponse"]: {
|
|
5813
|
+
__typename: "MyCryptoBalanceResponse";
|
|
5814
|
+
amount: string;
|
|
5815
|
+
};
|
|
5764
5816
|
["NodeResponse"]: {
|
|
5765
5817
|
__typename: "NodeResponse";
|
|
5766
5818
|
node?: GraphQLTypes["Node"] | undefined;
|
|
@@ -5929,6 +5981,7 @@ export declare type GraphQLTypes = {
|
|
|
5929
5981
|
isCryptoTransactionDone?: GraphQLTypes["IsCryptoTransactionDoneResult"] | undefined;
|
|
5930
5982
|
limits?: GraphQLTypes["LimitsResult"] | undefined;
|
|
5931
5983
|
mail?: GraphQLTypes["MailResult"] | undefined;
|
|
5984
|
+
myCryptoBalance?: GraphQLTypes["MyCryptoBalanceResult"] | undefined;
|
|
5932
5985
|
node?: GraphQLTypes["NodeResult"] | undefined;
|
|
5933
5986
|
nodesSharedWithMe?: GraphQLTypes["NodesSharedWithMeResult"] | undefined;
|
|
5934
5987
|
paymentInfos?: GraphQLTypes["PaymentInfosResult"] | undefined;
|
|
@@ -5997,20 +6050,7 @@ export declare type GraphQLTypes = {
|
|
|
5997
6050
|
};
|
|
5998
6051
|
export declare enum Lang {
|
|
5999
6052
|
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"
|
|
6053
|
+
en = "en"
|
|
6014
6054
|
}
|
|
6015
6055
|
export declare enum PlanKind {
|
|
6016
6056
|
free = "free",
|