@secrecy/lib 1.0.0-dev.53 → 1.0.0-dev.56

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.
@@ -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["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["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["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["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;
@@ -315,6 +315,11 @@ export declare type ValueTypes = {
315
315
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
316
316
  __typename?: boolean | `@${string}`;
317
317
  }>;
318
+ ["IsCryptoTransactionDoneResult"]: AliasType<{
319
+ ["...on IsCryptoTransactionDoneResponse"]: ValueTypes["IsCryptoTransactionDoneResponse"];
320
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
321
+ __typename?: boolean | `@${string}`;
322
+ }>;
318
323
  ["LimitsResult"]: AliasType<{
319
324
  ["...on QueryLimits"]: ValueTypes["QueryLimits"];
320
325
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -383,6 +388,11 @@ export declare type ValueTypes = {
383
388
  ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
384
389
  __typename?: boolean | `@${string}`;
385
390
  }>;
391
+ ["CreateCryptoWalletResult"]: AliasType<{
392
+ ["...on CreateCryptoWalletResponse"]: ValueTypes["CreateCryptoWalletResponse"];
393
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
394
+ __typename?: boolean | `@${string}`;
395
+ }>;
386
396
  ["CreateDraftMailResult"]: AliasType<{
387
397
  ["...on CreateDraftMailResponse"]: ValueTypes["CreateDraftMailResponse"];
388
398
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -514,6 +524,13 @@ export declare type ValueTypes = {
514
524
  ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
515
525
  __typename?: boolean | `@${string}`;
516
526
  }>;
527
+ ["SendCryptoTransactionResult"]: AliasType<{
528
+ ["...on SendCryptoTransactionResponse"]: ValueTypes["SendCryptoTransactionResponse"];
529
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
530
+ ["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
531
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
532
+ __typename?: boolean | `@${string}`;
533
+ }>;
517
534
  ["SendDraftMailResult"]: AliasType<{
518
535
  ["...on SendDraftMailResponse"]: ValueTypes["SendDraftMailResponse"];
519
536
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -698,6 +715,11 @@ export declare type ValueTypes = {
698
715
  maxCount?: boolean | `@${string}`;
699
716
  __typename?: boolean | `@${string}`;
700
717
  }>;
718
+ ["CryptoWallet"]: AliasType<{
719
+ address?: boolean | `@${string}`;
720
+ privateKeyEncrypted?: boolean | `@${string}`;
721
+ __typename?: boolean | `@${string}`;
722
+ }>;
701
723
  ["Error"]: AliasType<{
702
724
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
703
725
  ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
@@ -927,6 +949,7 @@ export declare type ValueTypes = {
927
949
  mail?: ValueTypes["Mail"];
928
950
  __typename?: boolean | `@${string}`;
929
951
  }>;
952
+ ["InfuraNetwork"]: InfuraNetwork;
930
953
  ["MailFileInput"]: {
931
954
  id: string | Variable<any, string>;
932
955
  name: string | Variable<any, string>;
@@ -1135,6 +1158,10 @@ export declare type ValueTypes = {
1135
1158
  createApplication?: boolean | `@${string}`;
1136
1159
  __typename?: boolean | `@${string}`;
1137
1160
  }>;
1161
+ ["CreateCryptoWalletResponse"]: AliasType<{
1162
+ createCryptoWallet?: ValueTypes["CryptoWallet"];
1163
+ __typename?: boolean | `@${string}`;
1164
+ }>;
1138
1165
  ["CreateDraftMailResponse"]: AliasType<{
1139
1166
  createDraftMail?: ValueTypes["Mail"];
1140
1167
  __typename?: boolean | `@${string}`;
@@ -1299,6 +1326,11 @@ export declare type ValueTypes = {
1299
1326
  uploadLiteFile?: ValueTypes["LiteFileResponse"];
1300
1327
  __typename?: boolean | `@${string}`;
1301
1328
  }>;
1329
+ ["SendCryptoTransactionResponse"]: AliasType<{
1330
+ id?: boolean | `@${string}`;
1331
+ hash?: boolean | `@${string}`;
1332
+ __typename?: boolean | `@${string}`;
1333
+ }>;
1302
1334
  ["BlogResponse"]: AliasType<{
1303
1335
  blogItems?: ValueTypes["BlogItem"];
1304
1336
  __typename?: boolean | `@${string}`;
@@ -1339,6 +1371,10 @@ export declare type ValueTypes = {
1339
1371
  jwt?: boolean | `@${string}`;
1340
1372
  __typename?: boolean | `@${string}`;
1341
1373
  }>;
1374
+ ["IsCryptoTransactionDoneResponse"]: AliasType<{
1375
+ done?: boolean | `@${string}`;
1376
+ __typename?: boolean | `@${string}`;
1377
+ }>;
1342
1378
  ["QueryMailResponse"]: AliasType<{
1343
1379
  mail?: ValueTypes["Mail"];
1344
1380
  __typename?: boolean | `@${string}`;
@@ -1386,6 +1422,7 @@ export declare type ValueTypes = {
1386
1422
  id?: boolean | `@${string}`;
1387
1423
  deletedAt?: boolean | `@${string}`;
1388
1424
  lang?: boolean | `@${string}`;
1425
+ cryptoWallets?: ValueTypes["CryptoWallet"];
1389
1426
  reportSent?: ValueTypes["Report"];
1390
1427
  godFather?: ValueTypes["User"];
1391
1428
  godChildren?: ValueTypes["User"];
@@ -1560,6 +1597,13 @@ export declare type ValueTypes = {
1560
1597
  },
1561
1598
  ValueTypes["GetJwtResult"]
1562
1599
  ];
1600
+ isCryptoTransactionDone?: [
1601
+ {
1602
+ idOrHash: string | Variable<any, string>;
1603
+ network?: ValueTypes["InfuraNetwork"] | undefined | null | Variable<any, string>;
1604
+ },
1605
+ ValueTypes["IsCryptoTransactionDoneResult"]
1606
+ ];
1563
1607
  limits?: ValueTypes["LimitsResult"];
1564
1608
  mail?: [{
1565
1609
  id: string | Variable<any, string>;
@@ -1613,6 +1657,13 @@ export declare type ValueTypes = {
1613
1657
  },
1614
1658
  ValueTypes["CreateApplicationResult"]
1615
1659
  ];
1660
+ createCryptoWallet?: [
1661
+ {
1662
+ address: string | Variable<any, string>;
1663
+ privateKeyEncrypted: string | Variable<any, string>;
1664
+ },
1665
+ ValueTypes["CreateCryptoWalletResult"]
1666
+ ];
1616
1667
  createDraftMail?: [
1617
1668
  {
1618
1669
  hash: string | Variable<any, string>;
@@ -1765,6 +1816,15 @@ export declare type ValueTypes = {
1765
1816
  },
1766
1817
  ValueTypes["SendAppMailResult"]
1767
1818
  ];
1819
+ sendCryptoTransaction?: [
1820
+ {
1821
+ network?: ValueTypes["InfuraNetwork"] | undefined | null | Variable<any, string>;
1822
+ address: string | Variable<any, string>;
1823
+ rawTransaction: string | Variable<any, string>;
1824
+ appSession: string | Variable<any, string>;
1825
+ },
1826
+ ValueTypes["SendCryptoTransactionResult"]
1827
+ ];
1768
1828
  sendDraftMail?: [
1769
1829
  {
1770
1830
  draftMailId: string | Variable<any, string>;
@@ -2011,6 +2071,11 @@ export declare type ResolverInputTypes = {
2011
2071
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2012
2072
  __typename?: boolean | `@${string}`;
2013
2073
  }>;
2074
+ ["IsCryptoTransactionDoneResult"]: AliasType<{
2075
+ IsCryptoTransactionDoneResponse?: ResolverInputTypes["IsCryptoTransactionDoneResponse"];
2076
+ ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
2077
+ __typename?: boolean | `@${string}`;
2078
+ }>;
2014
2079
  ["LimitsResult"]: AliasType<{
2015
2080
  QueryLimits?: ResolverInputTypes["QueryLimits"];
2016
2081
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -2079,6 +2144,11 @@ export declare type ResolverInputTypes = {
2079
2144
  ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
2080
2145
  __typename?: boolean | `@${string}`;
2081
2146
  }>;
2147
+ ["CreateCryptoWalletResult"]: AliasType<{
2148
+ CreateCryptoWalletResponse?: ResolverInputTypes["CreateCryptoWalletResponse"];
2149
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2150
+ __typename?: boolean | `@${string}`;
2151
+ }>;
2082
2152
  ["CreateDraftMailResult"]: AliasType<{
2083
2153
  CreateDraftMailResponse?: ResolverInputTypes["CreateDraftMailResponse"];
2084
2154
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -2210,6 +2280,13 @@ export declare type ResolverInputTypes = {
2210
2280
  ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2211
2281
  __typename?: boolean | `@${string}`;
2212
2282
  }>;
2283
+ ["SendCryptoTransactionResult"]: AliasType<{
2284
+ SendCryptoTransactionResponse?: ResolverInputTypes["SendCryptoTransactionResponse"];
2285
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2286
+ ErrorBasic?: ResolverInputTypes["ErrorBasic"];
2287
+ ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
2288
+ __typename?: boolean | `@${string}`;
2289
+ }>;
2213
2290
  ["SendDraftMailResult"]: AliasType<{
2214
2291
  SendDraftMailResponse?: ResolverInputTypes["SendDraftMailResponse"];
2215
2292
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -2394,6 +2471,11 @@ export declare type ResolverInputTypes = {
2394
2471
  maxCount?: boolean | `@${string}`;
2395
2472
  __typename?: boolean | `@${string}`;
2396
2473
  }>;
2474
+ ["CryptoWallet"]: AliasType<{
2475
+ address?: boolean | `@${string}`;
2476
+ privateKeyEncrypted?: boolean | `@${string}`;
2477
+ __typename?: boolean | `@${string}`;
2478
+ }>;
2397
2479
  ["Error"]: AliasType<{
2398
2480
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2399
2481
  ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
@@ -2623,6 +2705,7 @@ export declare type ResolverInputTypes = {
2623
2705
  mail?: ResolverInputTypes["Mail"];
2624
2706
  __typename?: boolean | `@${string}`;
2625
2707
  }>;
2708
+ ["InfuraNetwork"]: InfuraNetwork;
2626
2709
  ["MailFileInput"]: {
2627
2710
  id: string;
2628
2711
  name: string;
@@ -2831,6 +2914,10 @@ export declare type ResolverInputTypes = {
2831
2914
  createApplication?: boolean | `@${string}`;
2832
2915
  __typename?: boolean | `@${string}`;
2833
2916
  }>;
2917
+ ["CreateCryptoWalletResponse"]: AliasType<{
2918
+ createCryptoWallet?: ResolverInputTypes["CryptoWallet"];
2919
+ __typename?: boolean | `@${string}`;
2920
+ }>;
2834
2921
  ["CreateDraftMailResponse"]: AliasType<{
2835
2922
  createDraftMail?: ResolverInputTypes["Mail"];
2836
2923
  __typename?: boolean | `@${string}`;
@@ -2995,6 +3082,11 @@ export declare type ResolverInputTypes = {
2995
3082
  uploadLiteFile?: ResolverInputTypes["LiteFileResponse"];
2996
3083
  __typename?: boolean | `@${string}`;
2997
3084
  }>;
3085
+ ["SendCryptoTransactionResponse"]: AliasType<{
3086
+ id?: boolean | `@${string}`;
3087
+ hash?: boolean | `@${string}`;
3088
+ __typename?: boolean | `@${string}`;
3089
+ }>;
2998
3090
  ["BlogResponse"]: AliasType<{
2999
3091
  blogItems?: ResolverInputTypes["BlogItem"];
3000
3092
  __typename?: boolean | `@${string}`;
@@ -3035,6 +3127,10 @@ export declare type ResolverInputTypes = {
3035
3127
  jwt?: boolean | `@${string}`;
3036
3128
  __typename?: boolean | `@${string}`;
3037
3129
  }>;
3130
+ ["IsCryptoTransactionDoneResponse"]: AliasType<{
3131
+ done?: boolean | `@${string}`;
3132
+ __typename?: boolean | `@${string}`;
3133
+ }>;
3038
3134
  ["QueryMailResponse"]: AliasType<{
3039
3135
  mail?: ResolverInputTypes["Mail"];
3040
3136
  __typename?: boolean | `@${string}`;
@@ -3082,6 +3178,7 @@ export declare type ResolverInputTypes = {
3082
3178
  id?: boolean | `@${string}`;
3083
3179
  deletedAt?: boolean | `@${string}`;
3084
3180
  lang?: boolean | `@${string}`;
3181
+ cryptoWallets?: ResolverInputTypes["CryptoWallet"];
3085
3182
  reportSent?: ResolverInputTypes["Report"];
3086
3183
  godFather?: ResolverInputTypes["User"];
3087
3184
  godChildren?: ResolverInputTypes["User"];
@@ -3250,6 +3347,13 @@ export declare type ResolverInputTypes = {
3250
3347
  },
3251
3348
  ResolverInputTypes["GetJwtResult"]
3252
3349
  ];
3350
+ isCryptoTransactionDone?: [
3351
+ {
3352
+ idOrHash: string;
3353
+ network?: ResolverInputTypes["InfuraNetwork"] | undefined | null;
3354
+ },
3355
+ ResolverInputTypes["IsCryptoTransactionDoneResult"]
3356
+ ];
3253
3357
  limits?: ResolverInputTypes["LimitsResult"];
3254
3358
  mail?: [{
3255
3359
  id: string;
@@ -3303,6 +3407,13 @@ export declare type ResolverInputTypes = {
3303
3407
  },
3304
3408
  ResolverInputTypes["CreateApplicationResult"]
3305
3409
  ];
3410
+ createCryptoWallet?: [
3411
+ {
3412
+ address: string;
3413
+ privateKeyEncrypted: string;
3414
+ },
3415
+ ResolverInputTypes["CreateCryptoWalletResult"]
3416
+ ];
3306
3417
  createDraftMail?: [
3307
3418
  {
3308
3419
  hash: string;
@@ -3440,6 +3551,15 @@ export declare type ResolverInputTypes = {
3440
3551
  },
3441
3552
  ResolverInputTypes["SendAppMailResult"]
3442
3553
  ];
3554
+ sendCryptoTransaction?: [
3555
+ {
3556
+ network?: ResolverInputTypes["InfuraNetwork"] | undefined | null;
3557
+ address: string;
3558
+ rawTransaction: string;
3559
+ appSession: string;
3560
+ },
3561
+ ResolverInputTypes["SendCryptoTransactionResult"]
3562
+ ];
3443
3563
  sendDraftMail?: [
3444
3564
  {
3445
3565
  draftMailId: string;
@@ -3625,6 +3745,7 @@ export declare type ModelTypes = {
3625
3745
  ["FileContentResult"]: ModelTypes["FileContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
3626
3746
  ["FilesContentResult"]: ModelTypes["FilesContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
3627
3747
  ["GetJwtResult"]: ModelTypes["JwtResponse"] | ModelTypes["ErrorAccessDenied"];
3748
+ ["IsCryptoTransactionDoneResult"]: ModelTypes["IsCryptoTransactionDoneResponse"] | ModelTypes["ErrorNotExist"];
3628
3749
  ["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"];
3629
3750
  ["MailResult"]: ModelTypes["QueryMailResponse"] | ModelTypes["ErrorAccessDenied"];
3630
3751
  ["NodeResult"]: ModelTypes["NodeResponse"] | ModelTypes["ErrorAccessDenied"];
@@ -3638,6 +3759,7 @@ export declare type ModelTypes = {
3638
3759
  ["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
3639
3760
  ["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
3640
3761
  ["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorNotExist"];
3762
+ ["CreateCryptoWalletResult"]: ModelTypes["CreateCryptoWalletResponse"] | ModelTypes["ErrorAccessDenied"];
3641
3763
  ["CreateDraftMailResult"]: ModelTypes["CreateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
3642
3764
  ["CreateFolderResult"]: ModelTypes["CreateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
3643
3765
  ["DbConfigMutationResult"]: ModelTypes["DbConfigMutationResponse"] | ModelTypes["ErrorAccessDenied"];
@@ -3661,6 +3783,7 @@ export declare type ModelTypes = {
3661
3783
  ["RecoverNodeResult"]: ModelTypes["RecoverNodeResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
3662
3784
  ["SaveInCloudResult"]: ModelTypes["SaveInCloudResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorLimit"];
3663
3785
  ["SendAppMailResult"]: ModelTypes["SendAppMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
3786
+ ["SendCryptoTransactionResult"]: ModelTypes["SendCryptoTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotExist"];
3664
3787
  ["SendDraftMailResult"]: ModelTypes["SendDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
3665
3788
  ["SendOneMailResult"]: ModelTypes["RecoverNodeResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
3666
3789
  ["SendReportResult"]: ModelTypes["SendReportResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
@@ -3745,6 +3868,10 @@ export declare type ModelTypes = {
3745
3868
  count: ModelTypes["BigInt"];
3746
3869
  maxCount?: ModelTypes["BigInt"] | undefined;
3747
3870
  };
3871
+ ["CryptoWallet"]: {
3872
+ address: string;
3873
+ privateKeyEncrypted: string;
3874
+ };
3748
3875
  ["Error"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorBasic"];
3749
3876
  ["ErrorAccessDenied"]: {
3750
3877
  message: string;
@@ -3913,6 +4040,7 @@ export declare type ModelTypes = {
3913
4040
  filename: string;
3914
4041
  mail: ModelTypes["Mail"];
3915
4042
  };
4043
+ ["InfuraNetwork"]: InfuraNetwork;
3916
4044
  ["MailFileInput"]: {
3917
4045
  id: string;
3918
4046
  name: string;
@@ -4102,6 +4230,9 @@ export declare type ModelTypes = {
4102
4230
  ["CreateApplicationResponse"]: {
4103
4231
  createApplication?: string | undefined;
4104
4232
  };
4233
+ ["CreateCryptoWalletResponse"]: {
4234
+ createCryptoWallet: ModelTypes["CryptoWallet"];
4235
+ };
4105
4236
  ["CreateDraftMailResponse"]: {
4106
4237
  createDraftMail?: ModelTypes["Mail"] | undefined;
4107
4238
  };
@@ -4225,6 +4356,10 @@ export declare type ModelTypes = {
4225
4356
  ["UploadLiteFileResponse"]: {
4226
4357
  uploadLiteFile: ModelTypes["LiteFileResponse"];
4227
4358
  };
4359
+ ["SendCryptoTransactionResponse"]: {
4360
+ id: string;
4361
+ hash: string;
4362
+ };
4228
4363
  ["BlogResponse"]: {
4229
4364
  blogItems: Array<ModelTypes["BlogItem"]>;
4230
4365
  };
@@ -4255,6 +4390,9 @@ export declare type ModelTypes = {
4255
4390
  ["JwtResponse"]: {
4256
4391
  jwt: string;
4257
4392
  };
4393
+ ["IsCryptoTransactionDoneResponse"]: {
4394
+ done: boolean;
4395
+ };
4258
4396
  ["QueryMailResponse"]: {
4259
4397
  mail?: ModelTypes["Mail"] | undefined;
4260
4398
  };
@@ -4292,6 +4430,7 @@ export declare type ModelTypes = {
4292
4430
  id: string;
4293
4431
  deletedAt?: ModelTypes["DateTime"] | undefined;
4294
4432
  lang: ModelTypes["Lang"];
4433
+ cryptoWallets: Array<ModelTypes["CryptoWallet"]>;
4295
4434
  reportSent: Array<ModelTypes["Report"]>;
4296
4435
  godFather?: ModelTypes["User"] | undefined;
4297
4436
  godChildren: Array<ModelTypes["User"]>;
@@ -4402,6 +4541,7 @@ export declare type ModelTypes = {
4402
4541
  filesContent?: ModelTypes["FilesContentResult"] | undefined;
4403
4542
  filesSharedWithMe: Array<ModelTypes["FileSharedContent"]>;
4404
4543
  getJwt?: ModelTypes["GetJwtResult"] | undefined;
4544
+ isCryptoTransactionDone?: ModelTypes["IsCryptoTransactionDoneResult"] | undefined;
4405
4545
  limits?: ModelTypes["LimitsResult"] | undefined;
4406
4546
  mail?: ModelTypes["MailResult"] | undefined;
4407
4547
  node?: ModelTypes["NodeResult"] | undefined;
@@ -4418,6 +4558,7 @@ export declare type ModelTypes = {
4418
4558
  addFileToHistory?: ModelTypes["AddFileToHistoryResult"] | undefined;
4419
4559
  cancelPayment?: ModelTypes["CancelPaymentResult"] | undefined;
4420
4560
  createApplication?: ModelTypes["CreateApplicationResult"] | undefined;
4561
+ createCryptoWallet?: ModelTypes["CreateCryptoWalletResult"] | undefined;
4421
4562
  createDraftMail?: ModelTypes["CreateDraftMailResult"] | undefined;
4422
4563
  createFolder?: ModelTypes["CreateFolderResult"] | undefined;
4423
4564
  dbConfigMutation?: ModelTypes["DbConfigMutationResult"] | undefined;
@@ -4442,6 +4583,7 @@ export declare type ModelTypes = {
4442
4583
  recoverNode?: ModelTypes["RecoverNodeResult"] | undefined;
4443
4584
  saveInCloud?: ModelTypes["SaveInCloudResult"] | undefined;
4444
4585
  sendAppMail?: ModelTypes["SendAppMailResult"] | undefined;
4586
+ sendCryptoTransaction?: ModelTypes["SendCryptoTransactionResult"] | undefined;
4445
4587
  sendDraftMail?: ModelTypes["SendDraftMailResult"] | undefined;
4446
4588
  sendOneMail?: ModelTypes["SendOneMailResult"] | undefined;
4447
4589
  sendReport?: ModelTypes["SendReportResult"] | undefined;
@@ -4555,6 +4697,11 @@ export declare type GraphQLTypes = {
4555
4697
  ["...on JwtResponse"]: "__union" & GraphQLTypes["JwtResponse"];
4556
4698
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
4557
4699
  };
4700
+ ["IsCryptoTransactionDoneResult"]: {
4701
+ __typename: "IsCryptoTransactionDoneResponse" | "ErrorNotExist";
4702
+ ["...on IsCryptoTransactionDoneResponse"]: "__union" & GraphQLTypes["IsCryptoTransactionDoneResponse"];
4703
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
4704
+ };
4558
4705
  ["LimitsResult"]: {
4559
4706
  __typename: "QueryLimits" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorNotExist" | "ErrorLimit";
4560
4707
  ["...on QueryLimits"]: "__union" & GraphQLTypes["QueryLimits"];
@@ -4623,6 +4770,11 @@ export declare type GraphQLTypes = {
4623
4770
  ["...on CreateApplicationResponse"]: "__union" & GraphQLTypes["CreateApplicationResponse"];
4624
4771
  ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
4625
4772
  };
4773
+ ["CreateCryptoWalletResult"]: {
4774
+ __typename: "CreateCryptoWalletResponse" | "ErrorAccessDenied";
4775
+ ["...on CreateCryptoWalletResponse"]: "__union" & GraphQLTypes["CreateCryptoWalletResponse"];
4776
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
4777
+ };
4626
4778
  ["CreateDraftMailResult"]: {
4627
4779
  __typename: "CreateDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
4628
4780
  ["...on CreateDraftMailResponse"]: "__union" & GraphQLTypes["CreateDraftMailResponse"];
@@ -4754,6 +4906,13 @@ export declare type GraphQLTypes = {
4754
4906
  ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
4755
4907
  ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
4756
4908
  };
4909
+ ["SendCryptoTransactionResult"]: {
4910
+ __typename: "SendCryptoTransactionResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorNotExist";
4911
+ ["...on SendCryptoTransactionResponse"]: "__union" & GraphQLTypes["SendCryptoTransactionResponse"];
4912
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
4913
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
4914
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
4915
+ };
4757
4916
  ["SendDraftMailResult"]: {
4758
4917
  __typename: "SendDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
4759
4918
  ["...on SendDraftMailResponse"]: "__union" & GraphQLTypes["SendDraftMailResponse"];
@@ -4938,6 +5097,11 @@ export declare type GraphQLTypes = {
4938
5097
  count: GraphQLTypes["BigInt"];
4939
5098
  maxCount?: GraphQLTypes["BigInt"] | undefined;
4940
5099
  };
5100
+ ["CryptoWallet"]: {
5101
+ __typename: "CryptoWallet";
5102
+ address: string;
5103
+ privateKeyEncrypted: string;
5104
+ };
4941
5105
  ["Error"]: {
4942
5106
  __typename: "ErrorAccessDenied" | "ErrorNotFound" | "ErrorUpgradePlan" | "ErrorLangNotExist" | "ErrorNotExist" | "ErrorLimit" | "ErrorBasic";
4943
5107
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
@@ -5167,6 +5331,7 @@ export declare type GraphQLTypes = {
5167
5331
  filename: string;
5168
5332
  mail: GraphQLTypes["Mail"];
5169
5333
  };
5334
+ ["InfuraNetwork"]: InfuraNetwork;
5170
5335
  ["MailFileInput"]: {
5171
5336
  id: string;
5172
5337
  name: string;
@@ -5375,6 +5540,10 @@ export declare type GraphQLTypes = {
5375
5540
  __typename: "CreateApplicationResponse";
5376
5541
  createApplication?: string | undefined;
5377
5542
  };
5543
+ ["CreateCryptoWalletResponse"]: {
5544
+ __typename: "CreateCryptoWalletResponse";
5545
+ createCryptoWallet: GraphQLTypes["CryptoWallet"];
5546
+ };
5378
5547
  ["CreateDraftMailResponse"]: {
5379
5548
  __typename: "CreateDraftMailResponse";
5380
5549
  createDraftMail?: GraphQLTypes["Mail"] | undefined;
@@ -5539,6 +5708,11 @@ export declare type GraphQLTypes = {
5539
5708
  __typename: "UploadLiteFileResponse";
5540
5709
  uploadLiteFile: GraphQLTypes["LiteFileResponse"];
5541
5710
  };
5711
+ ["SendCryptoTransactionResponse"]: {
5712
+ __typename: "SendCryptoTransactionResponse";
5713
+ id: string;
5714
+ hash: string;
5715
+ };
5542
5716
  ["BlogResponse"]: {
5543
5717
  __typename: "BlogResponse";
5544
5718
  blogItems: Array<GraphQLTypes["BlogItem"]>;
@@ -5579,6 +5753,10 @@ export declare type GraphQLTypes = {
5579
5753
  __typename: "JwtResponse";
5580
5754
  jwt: string;
5581
5755
  };
5756
+ ["IsCryptoTransactionDoneResponse"]: {
5757
+ __typename: "IsCryptoTransactionDoneResponse";
5758
+ done: boolean;
5759
+ };
5582
5760
  ["QueryMailResponse"]: {
5583
5761
  __typename: "QueryMailResponse";
5584
5762
  mail?: GraphQLTypes["Mail"] | undefined;
@@ -5627,6 +5805,7 @@ export declare type GraphQLTypes = {
5627
5805
  id: string;
5628
5806
  deletedAt?: GraphQLTypes["DateTime"] | undefined;
5629
5807
  lang: GraphQLTypes["Lang"];
5808
+ cryptoWallets: Array<GraphQLTypes["CryptoWallet"]>;
5630
5809
  reportSent: Array<GraphQLTypes["Report"]>;
5631
5810
  godFather?: GraphQLTypes["User"] | undefined;
5632
5811
  godChildren: Array<GraphQLTypes["User"]>;
@@ -5747,6 +5926,7 @@ export declare type GraphQLTypes = {
5747
5926
  filesContent?: GraphQLTypes["FilesContentResult"] | undefined;
5748
5927
  filesSharedWithMe: Array<GraphQLTypes["FileSharedContent"]>;
5749
5928
  getJwt?: GraphQLTypes["GetJwtResult"] | undefined;
5929
+ isCryptoTransactionDone?: GraphQLTypes["IsCryptoTransactionDoneResult"] | undefined;
5750
5930
  limits?: GraphQLTypes["LimitsResult"] | undefined;
5751
5931
  mail?: GraphQLTypes["MailResult"] | undefined;
5752
5932
  node?: GraphQLTypes["NodeResult"] | undefined;
@@ -5764,6 +5944,7 @@ export declare type GraphQLTypes = {
5764
5944
  addFileToHistory?: GraphQLTypes["AddFileToHistoryResult"] | undefined;
5765
5945
  cancelPayment?: GraphQLTypes["CancelPaymentResult"] | undefined;
5766
5946
  createApplication?: GraphQLTypes["CreateApplicationResult"] | undefined;
5947
+ createCryptoWallet?: GraphQLTypes["CreateCryptoWalletResult"] | undefined;
5767
5948
  createDraftMail?: GraphQLTypes["CreateDraftMailResult"] | undefined;
5768
5949
  createFolder?: GraphQLTypes["CreateFolderResult"] | undefined;
5769
5950
  dbConfigMutation?: GraphQLTypes["DbConfigMutationResult"] | undefined;
@@ -5788,6 +5969,7 @@ export declare type GraphQLTypes = {
5788
5969
  recoverNode?: GraphQLTypes["RecoverNodeResult"] | undefined;
5789
5970
  saveInCloud?: GraphQLTypes["SaveInCloudResult"] | undefined;
5790
5971
  sendAppMail?: GraphQLTypes["SendAppMailResult"] | undefined;
5972
+ sendCryptoTransaction?: GraphQLTypes["SendCryptoTransactionResult"] | undefined;
5791
5973
  sendDraftMail?: GraphQLTypes["SendDraftMailResult"] | undefined;
5792
5974
  sendOneMail?: GraphQLTypes["SendOneMailResult"] | undefined;
5793
5975
  sendReport?: GraphQLTypes["SendReportResult"] | undefined;
@@ -5859,6 +6041,15 @@ export declare enum FileContentType {
5859
6041
  sent_mail = "sent_mail",
5860
6042
  received_mail = "received_mail"
5861
6043
  }
6044
+ export declare enum InfuraNetwork {
6045
+ mainnet = "mainnet",
6046
+ ropsten = "ropsten",
6047
+ rinkeby = "rinkeby",
6048
+ goerli = "goerli",
6049
+ kovan = "kovan",
6050
+ polygon_mainnet = "polygon_mainnet",
6051
+ polygon_mumbai = "polygon_mumbai"
6052
+ }
5862
6053
  export declare enum PayInputType {
5863
6054
  secure = "secure",
5864
6055
  classic = "classic"
@@ -5875,6 +6066,7 @@ declare type ZEUS_VARIABLES = {
5875
6066
  ["Rights"]: ValueTypes["Rights"];
5876
6067
  ["NodeType"]: ValueTypes["NodeType"];
5877
6068
  ["FileContentType"]: ValueTypes["FileContentType"];
6069
+ ["InfuraNetwork"]: ValueTypes["InfuraNetwork"];
5878
6070
  ["MailFileInput"]: ValueTypes["MailFileInput"];
5879
6071
  ["MailRecipientInput"]: ValueTypes["MailRecipientInput"];
5880
6072
  ["NameKeyInput"]: ValueTypes["NameKeyInput"];