@secrecy/lib 1.0.1 → 1.1.0

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.
@@ -154,8 +154,10 @@ type BaseZeusResolver = boolean | 1 | string | Variable<any, string>;
154
154
  type IsInterfaced<SRC extends DeepAnify<DST>, DST, SCLR extends ScalarDefinition> = FlattenArray<SRC> extends ZEUS_INTERFACES | ZEUS_UNIONS ? {
155
155
  [P in keyof SRC]: SRC[P] extends "__union" & infer R ? P extends keyof DST ? IsArray<R, "__typename" extends keyof DST ? DST[P] & {
156
156
  __typename: true;
157
- } : DST[P], SCLR> : Record<string, unknown> : never;
158
- }[keyof DST] & {
157
+ } : DST[P], SCLR> : IsArray<R, "__typename" extends keyof DST ? {
158
+ __typename: true;
159
+ } : never, SCLR> : never;
160
+ }[keyof SRC] & {
159
161
  [P in keyof Omit<Pick<SRC, {
160
162
  [P in keyof DST]: SRC[P] extends "__union" ? never : P;
161
163
  }[keyof DST]>, "__typename">]: IsPayLoad<DST[P]> extends BaseZeusResolver ? IsScalar<SRC[P], SCLR> : IsArray<SRC[P], DST[P], SCLR>;
@@ -233,7 +235,7 @@ export type ScalarCoders = {
233
235
  Json?: ScalarResolver;
234
236
  Bytes?: ScalarResolver;
235
237
  };
236
- 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["GetCardIdentificationResult"] | GraphQLTypes["GetStripeBalanceResult"] | GraphQLTypes["GetStripeBalanceTransactionResult"] | GraphQLTypes["GetStripeTransactionResult"] | GraphQLTypes["HasStripeAccountResult"] | GraphQLTypes["KycStripeCompletedResult"] | GraphQLTypes["GetAllStripeTransferResult"] | GraphQLTypes["GetStripeTransferResult"] | GraphQLTypes["GetAllStripePayoutResult"] | GraphQLTypes["GetStripePayoutResult"] | GraphQLTypes["GetAllPaymentRequestToCollectResult"] | GraphQLTypes["GetAllPaymentRequestToPayResult"] | GraphQLTypes["GetPaymentRequestToCollectResult"] | GraphQLTypes["GetPaymentRequestToPayResult"] | GraphQLTypes["IsValidPaymentIntentResult"] | 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["CreateCardTokenResult"] | GraphQLTypes["CreateStripeTransferResult"] | GraphQLTypes["DeleteCardTokenResult"] | GraphQLTypes["StripeOnBoardingResult"] | GraphQLTypes["CancelStripePayoutResult"] | GraphQLTypes["CreateStripePayoutResult"] | GraphQLTypes["AddCartToPaymentIntentResult"] | GraphQLTypes["CancelPaymentIntentResult"] | GraphQLTypes["ConfirmPaymentIntentResult"] | GraphQLTypes["CreatePaymentIntentResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
238
+ type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["ApplicationsResult"] | 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["GetCardIdentificationResult"] | GraphQLTypes["GetStripeBalanceResult"] | GraphQLTypes["GetStripeBalanceTransactionResult"] | GraphQLTypes["GetStripeTransactionResult"] | GraphQLTypes["HasStripeAccountResult"] | GraphQLTypes["KycStripeCompletedResult"] | GraphQLTypes["GetAllStripeTransferResult"] | GraphQLTypes["GetStripeTransferResult"] | GraphQLTypes["GetAllStripePayoutResult"] | GraphQLTypes["GetStripePayoutResult"] | GraphQLTypes["GetAllPaymentRequestToCollectResult"] | GraphQLTypes["GetAllPaymentRequestToPayResult"] | GraphQLTypes["GetPaymentRequestToCollectResult"] | GraphQLTypes["GetPaymentRequestToPayResult"] | GraphQLTypes["IsValidPaymentIntentResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | 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["CreateCardTokenResult"] | GraphQLTypes["CreateStripeTransferResult"] | GraphQLTypes["DeleteCardTokenResult"] | GraphQLTypes["StripeOnBoardingResult"] | GraphQLTypes["CancelStripePayoutResult"] | GraphQLTypes["CreateStripePayoutResult"] | GraphQLTypes["AddCartToPaymentIntentResult"] | GraphQLTypes["CancelPaymentIntentResult"] | GraphQLTypes["ConfirmPaymentIntentResult"] | GraphQLTypes["CreatePaymentIntentResult"] | GraphQLTypes["RenewAppCodeResult"] | GraphQLTypes["UpdateOriginUrlResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["DeleteApplicationResult"] | GraphQLTypes["EditColorsResult"] | GraphQLTypes["EditLogoResult"] | GraphQLTypes["EditNameResult"] | GraphQLTypes["AddDeveloperResult"] | GraphQLTypes["DeleteDeveloperResult"] | GraphQLTypes["EditDeveloperResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
237
239
  export type ValueTypes = {
238
240
  ["BigInt"]: unknown;
239
241
  ["DateTime"]: unknown;
@@ -252,6 +254,11 @@ export type ValueTypes = {
252
254
  ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
253
255
  __typename?: boolean | `@${string}`;
254
256
  }>;
257
+ ["ApplicationsResult"]: AliasType<{
258
+ ["...on ApplicationsResponse"]: ValueTypes["ApplicationsResponse"];
259
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
260
+ __typename?: boolean | `@${string}`;
261
+ }>;
255
262
  ["BlogResult"]: AliasType<{
256
263
  ["...on BlogResponse"]: ValueTypes["BlogResponse"];
257
264
  ["...on ErrorLangNotExist"]: ValueTypes["ErrorLangNotExist"];
@@ -488,11 +495,6 @@ export type ValueTypes = {
488
495
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
489
496
  __typename?: boolean | `@${string}`;
490
497
  }>;
491
- ["CreateApplicationResult"]: AliasType<{
492
- ["...on CreateApplicationResponse"]: ValueTypes["CreateApplicationResponse"];
493
- ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
494
- __typename?: boolean | `@${string}`;
495
- }>;
496
498
  ["CreateCryptoWalletResult"]: AliasType<{
497
499
  ["...on CreateCryptoWalletResponse"]: ValueTypes["CreateCryptoWalletResponse"];
498
500
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -813,6 +815,56 @@ export type ValueTypes = {
813
815
  ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
814
816
  __typename?: boolean | `@${string}`;
815
817
  }>;
818
+ ["RenewAppCodeResult"]: AliasType<{
819
+ ["...on RenewAppCodeResponse"]: ValueTypes["RenewAppCodeResponse"];
820
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
821
+ __typename?: boolean | `@${string}`;
822
+ }>;
823
+ ["UpdateOriginUrlResult"]: AliasType<{
824
+ ["...on UpdateOriginUrlResponse"]: ValueTypes["UpdateOriginUrlResponse"];
825
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
826
+ __typename?: boolean | `@${string}`;
827
+ }>;
828
+ ["CreateApplicationResult"]: AliasType<{
829
+ ["...on CreateApplicationResponse"]: ValueTypes["CreateApplicationResponse"];
830
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
831
+ __typename?: boolean | `@${string}`;
832
+ }>;
833
+ ["DeleteApplicationResult"]: AliasType<{
834
+ ["...on EditProjectResponse"]: ValueTypes["EditProjectResponse"];
835
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
836
+ __typename?: boolean | `@${string}`;
837
+ }>;
838
+ ["EditColorsResult"]: AliasType<{
839
+ ["...on EditProjectResponse"]: ValueTypes["EditProjectResponse"];
840
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
841
+ __typename?: boolean | `@${string}`;
842
+ }>;
843
+ ["EditLogoResult"]: AliasType<{
844
+ ["...on EditProjectResponse"]: ValueTypes["EditProjectResponse"];
845
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
846
+ __typename?: boolean | `@${string}`;
847
+ }>;
848
+ ["EditNameResult"]: AliasType<{
849
+ ["...on EditProjectResponse"]: ValueTypes["EditProjectResponse"];
850
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
851
+ __typename?: boolean | `@${string}`;
852
+ }>;
853
+ ["AddDeveloperResult"]: AliasType<{
854
+ ["...on EditDeveloperResponse"]: ValueTypes["EditDeveloperResponse"];
855
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
856
+ __typename?: boolean | `@${string}`;
857
+ }>;
858
+ ["DeleteDeveloperResult"]: AliasType<{
859
+ ["...on EditDeveloperResponse"]: ValueTypes["EditDeveloperResponse"];
860
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
861
+ __typename?: boolean | `@${string}`;
862
+ }>;
863
+ ["EditDeveloperResult"]: AliasType<{
864
+ ["...on EditDeveloperResponse"]: ValueTypes["EditDeveloperResponse"];
865
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
866
+ __typename?: boolean | `@${string}`;
867
+ }>;
816
868
  ["AppKeyPair"]: AliasType<{
817
869
  pub?: boolean | `@${string}`;
818
870
  __typename?: boolean | `@${string}`;
@@ -833,7 +885,10 @@ export type ValueTypes = {
833
885
  id?: boolean | `@${string}`;
834
886
  name?: boolean | `@${string}`;
835
887
  logo?: boolean | `@${string}`;
888
+ color?: boolean | `@${string}`;
836
889
  origin?: boolean | `@${string}`;
890
+ createdAt?: boolean | `@${string}`;
891
+ updatedAt?: boolean | `@${string}`;
837
892
  __typename?: boolean | `@${string}`;
838
893
  }>;
839
894
  ["ApplicationsOnUsers"]: AliasType<{
@@ -894,6 +949,24 @@ export type ValueTypes = {
894
949
  privateKeyEncrypted?: boolean | `@${string}`;
895
950
  __typename?: boolean | `@${string}`;
896
951
  }>;
952
+ ["Developer"]: AliasType<{
953
+ id?: boolean | `@${string}`;
954
+ applications?: ValueTypes["Application"];
955
+ developersOnApplications?: ValueTypes["DevelopersOnApplications"];
956
+ __typename?: boolean | `@${string}`;
957
+ }>;
958
+ ["DevelopersOnApplications"]: AliasType<{
959
+ developer?: ValueTypes["Developer"];
960
+ developerId?: boolean | `@${string}`;
961
+ app?: ValueTypes["Application"];
962
+ appId?: boolean | `@${string}`;
963
+ createdAt?: boolean | `@${string}`;
964
+ updatedAt?: boolean | `@${string}`;
965
+ role?: boolean | `@${string}`;
966
+ rights?: boolean | `@${string}`;
967
+ __typename?: boolean | `@${string}`;
968
+ }>;
969
+ ["SortByDate"]: SortByDate;
897
970
  ["Error"]: AliasType<{
898
971
  ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
899
972
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -1551,6 +1624,26 @@ export type ValueTypes = {
1551
1624
  created?: boolean | `@${string}`;
1552
1625
  __typename?: boolean | `@${string}`;
1553
1626
  }>;
1627
+ ["RenewAppCodeResponse"]: AliasType<{
1628
+ renew?: boolean | `@${string}`;
1629
+ __typename?: boolean | `@${string}`;
1630
+ }>;
1631
+ ["UpdateOriginUrlResponse"]: AliasType<{
1632
+ update?: boolean | `@${string}`;
1633
+ __typename?: boolean | `@${string}`;
1634
+ }>;
1635
+ ["EditDeveloperResponse"]: AliasType<{
1636
+ edited?: boolean | `@${string}`;
1637
+ __typename?: boolean | `@${string}`;
1638
+ }>;
1639
+ ["EditProjectResponse"]: AliasType<{
1640
+ edited?: boolean | `@${string}`;
1641
+ __typename?: boolean | `@${string}`;
1642
+ }>;
1643
+ ["ApplicationsResponse"]: AliasType<{
1644
+ applications?: ValueTypes["Application"];
1645
+ __typename?: boolean | `@${string}`;
1646
+ }>;
1554
1647
  ["BlogResponse"]: AliasType<{
1555
1648
  blogItems?: ValueTypes["BlogItem"];
1556
1649
  __typename?: boolean | `@${string}`;
@@ -1845,12 +1938,12 @@ export type ValueTypes = {
1845
1938
  id?: boolean | `@${string}`;
1846
1939
  deletedAt?: boolean | `@${string}`;
1847
1940
  lang?: boolean | `@${string}`;
1941
+ infosId?: boolean | `@${string}`;
1848
1942
  cryptoWallets?: ValueTypes["CryptoWallet"];
1849
1943
  reportSent?: ValueTypes["Report"];
1850
1944
  godFather?: ValueTypes["User"];
1851
1945
  godChildren?: ValueTypes["User"];
1852
1946
  infos?: ValueTypes["UserInfos"];
1853
- infosId?: boolean | `@${string}`;
1854
1947
  firstname?: boolean | `@${string}`;
1855
1948
  lastname?: boolean | `@${string}`;
1856
1949
  email?: boolean | `@${string}`;
@@ -1952,8 +2045,18 @@ export type ValueTypes = {
1952
2045
  nodes?: boolean | `@${string}`;
1953
2046
  __typename?: boolean | `@${string}`;
1954
2047
  }>;
2048
+ ["ApplicationsCollaborators"]: {
2049
+ email: string | Variable<any, string>;
2050
+ rights: ValueTypes["Rights"] | Variable<any, string>;
2051
+ };
1955
2052
  ["Query"]: AliasType<{
1956
2053
  appNotifications?: ValueTypes["AppNotificationsResult"];
2054
+ applications?: [
2055
+ {
2056
+ sortBy: ValueTypes["SortByDate"] | Variable<any, string>;
2057
+ },
2058
+ ValueTypes["ApplicationsResult"]
2059
+ ];
1957
2060
  blog?: [
1958
2061
  {
1959
2062
  lang?: ValueTypes["Lang"] | undefined | null | Variable<any, string>;
@@ -2144,14 +2247,6 @@ export type ValueTypes = {
2144
2247
  ValueTypes["AddFileToHistoryResult"]
2145
2248
  ];
2146
2249
  cancelPayment?: ValueTypes["CancelPaymentResult"];
2147
- createApplication?: [
2148
- {
2149
- name: string | Variable<any, string>;
2150
- origin: string | Variable<any, string>;
2151
- developerId: string | Variable<any, string>;
2152
- },
2153
- ValueTypes["CreateApplicationResult"]
2154
- ];
2155
2250
  createCryptoWallet?: [
2156
2251
  {
2157
2252
  address: string | Variable<any, string>;
@@ -2544,6 +2639,81 @@ export type ValueTypes = {
2544
2639
  },
2545
2640
  ValueTypes["CreatePaymentIntentResult"]
2546
2641
  ];
2642
+ renewAppCode?: [
2643
+ {
2644
+ actualAppCode: string | Variable<any, string>;
2645
+ },
2646
+ ValueTypes["RenewAppCodeResult"]
2647
+ ];
2648
+ updateOriginUrl?: [
2649
+ {
2650
+ appCode: string | Variable<any, string>;
2651
+ originUrl: Array<string> | Variable<any, string>;
2652
+ },
2653
+ ValueTypes["UpdateOriginUrlResult"]
2654
+ ];
2655
+ createApplication?: [
2656
+ {
2657
+ name: string | Variable<any, string>;
2658
+ origin: string | Variable<any, string>;
2659
+ color?: string | undefined | null | Variable<any, string>;
2660
+ logo?: string | undefined | null | Variable<any, string>;
2661
+ collaborators?: Array<ValueTypes["ApplicationsCollaborators"]> | undefined | null | Variable<any, string>;
2662
+ },
2663
+ ValueTypes["CreateApplicationResult"]
2664
+ ];
2665
+ deleteApplication?: [
2666
+ {
2667
+ appCode: string | Variable<any, string>;
2668
+ },
2669
+ ValueTypes["DeleteApplicationResult"]
2670
+ ];
2671
+ editColors?: [
2672
+ {
2673
+ appCode: string | Variable<any, string>;
2674
+ newColors?: string | undefined | null | Variable<any, string>;
2675
+ },
2676
+ ValueTypes["EditColorsResult"]
2677
+ ];
2678
+ editLogo?: [
2679
+ {
2680
+ appCode: string | Variable<any, string>;
2681
+ newLogo?: string | undefined | null | Variable<any, string>;
2682
+ },
2683
+ ValueTypes["EditLogoResult"]
2684
+ ];
2685
+ editName?: [
2686
+ {
2687
+ appCode: string | Variable<any, string>;
2688
+ newName: string | Variable<any, string>;
2689
+ },
2690
+ ValueTypes["EditNameResult"]
2691
+ ];
2692
+ addDeveloper?: [
2693
+ {
2694
+ appCode: string | Variable<any, string>;
2695
+ userId: string | Variable<any, string>;
2696
+ userRole: ValueTypes["UserRole"] | Variable<any, string>;
2697
+ userRights: ValueTypes["Rights"] | Variable<any, string>;
2698
+ },
2699
+ ValueTypes["AddDeveloperResult"]
2700
+ ];
2701
+ deleteDeveloper?: [
2702
+ {
2703
+ appCode: string | Variable<any, string>;
2704
+ userId: string | Variable<any, string>;
2705
+ },
2706
+ ValueTypes["DeleteDeveloperResult"]
2707
+ ];
2708
+ editDeveloper?: [
2709
+ {
2710
+ appCode: string | Variable<any, string>;
2711
+ userId: string | Variable<any, string>;
2712
+ userRole: ValueTypes["UserRole"] | Variable<any, string>;
2713
+ userRights: ValueTypes["Rights"] | Variable<any, string>;
2714
+ },
2715
+ ValueTypes["EditDeveloperResult"]
2716
+ ];
2547
2717
  __typename?: boolean | `@${string}`;
2548
2718
  }>;
2549
2719
  ["Subscription"]: AliasType<{
@@ -2569,6 +2739,11 @@ export type ResolverInputTypes = {
2569
2739
  ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2570
2740
  __typename?: boolean | `@${string}`;
2571
2741
  }>;
2742
+ ["ApplicationsResult"]: AliasType<{
2743
+ ApplicationsResponse?: ResolverInputTypes["ApplicationsResponse"];
2744
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2745
+ __typename?: boolean | `@${string}`;
2746
+ }>;
2572
2747
  ["BlogResult"]: AliasType<{
2573
2748
  BlogResponse?: ResolverInputTypes["BlogResponse"];
2574
2749
  ErrorLangNotExist?: ResolverInputTypes["ErrorLangNotExist"];
@@ -2805,11 +2980,6 @@ export type ResolverInputTypes = {
2805
2980
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2806
2981
  __typename?: boolean | `@${string}`;
2807
2982
  }>;
2808
- ["CreateApplicationResult"]: AliasType<{
2809
- CreateApplicationResponse?: ResolverInputTypes["CreateApplicationResponse"];
2810
- ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
2811
- __typename?: boolean | `@${string}`;
2812
- }>;
2813
2983
  ["CreateCryptoWalletResult"]: AliasType<{
2814
2984
  CreateCryptoWalletResponse?: ResolverInputTypes["CreateCryptoWalletResponse"];
2815
2985
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -3130,6 +3300,56 @@ export type ResolverInputTypes = {
3130
3300
  ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3131
3301
  __typename?: boolean | `@${string}`;
3132
3302
  }>;
3303
+ ["RenewAppCodeResult"]: AliasType<{
3304
+ RenewAppCodeResponse?: ResolverInputTypes["RenewAppCodeResponse"];
3305
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3306
+ __typename?: boolean | `@${string}`;
3307
+ }>;
3308
+ ["UpdateOriginUrlResult"]: AliasType<{
3309
+ UpdateOriginUrlResponse?: ResolverInputTypes["UpdateOriginUrlResponse"];
3310
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3311
+ __typename?: boolean | `@${string}`;
3312
+ }>;
3313
+ ["CreateApplicationResult"]: AliasType<{
3314
+ CreateApplicationResponse?: ResolverInputTypes["CreateApplicationResponse"];
3315
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3316
+ __typename?: boolean | `@${string}`;
3317
+ }>;
3318
+ ["DeleteApplicationResult"]: AliasType<{
3319
+ EditProjectResponse?: ResolverInputTypes["EditProjectResponse"];
3320
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3321
+ __typename?: boolean | `@${string}`;
3322
+ }>;
3323
+ ["EditColorsResult"]: AliasType<{
3324
+ EditProjectResponse?: ResolverInputTypes["EditProjectResponse"];
3325
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3326
+ __typename?: boolean | `@${string}`;
3327
+ }>;
3328
+ ["EditLogoResult"]: AliasType<{
3329
+ EditProjectResponse?: ResolverInputTypes["EditProjectResponse"];
3330
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3331
+ __typename?: boolean | `@${string}`;
3332
+ }>;
3333
+ ["EditNameResult"]: AliasType<{
3334
+ EditProjectResponse?: ResolverInputTypes["EditProjectResponse"];
3335
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3336
+ __typename?: boolean | `@${string}`;
3337
+ }>;
3338
+ ["AddDeveloperResult"]: AliasType<{
3339
+ EditDeveloperResponse?: ResolverInputTypes["EditDeveloperResponse"];
3340
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3341
+ __typename?: boolean | `@${string}`;
3342
+ }>;
3343
+ ["DeleteDeveloperResult"]: AliasType<{
3344
+ EditDeveloperResponse?: ResolverInputTypes["EditDeveloperResponse"];
3345
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3346
+ __typename?: boolean | `@${string}`;
3347
+ }>;
3348
+ ["EditDeveloperResult"]: AliasType<{
3349
+ EditDeveloperResponse?: ResolverInputTypes["EditDeveloperResponse"];
3350
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3351
+ __typename?: boolean | `@${string}`;
3352
+ }>;
3133
3353
  ["AppKeyPair"]: AliasType<{
3134
3354
  pub?: boolean | `@${string}`;
3135
3355
  __typename?: boolean | `@${string}`;
@@ -3150,7 +3370,10 @@ export type ResolverInputTypes = {
3150
3370
  id?: boolean | `@${string}`;
3151
3371
  name?: boolean | `@${string}`;
3152
3372
  logo?: boolean | `@${string}`;
3373
+ color?: boolean | `@${string}`;
3153
3374
  origin?: boolean | `@${string}`;
3375
+ createdAt?: boolean | `@${string}`;
3376
+ updatedAt?: boolean | `@${string}`;
3154
3377
  __typename?: boolean | `@${string}`;
3155
3378
  }>;
3156
3379
  ["ApplicationsOnUsers"]: AliasType<{
@@ -3211,6 +3434,24 @@ export type ResolverInputTypes = {
3211
3434
  privateKeyEncrypted?: boolean | `@${string}`;
3212
3435
  __typename?: boolean | `@${string}`;
3213
3436
  }>;
3437
+ ["Developer"]: AliasType<{
3438
+ id?: boolean | `@${string}`;
3439
+ applications?: ResolverInputTypes["Application"];
3440
+ developersOnApplications?: ResolverInputTypes["DevelopersOnApplications"];
3441
+ __typename?: boolean | `@${string}`;
3442
+ }>;
3443
+ ["DevelopersOnApplications"]: AliasType<{
3444
+ developer?: ResolverInputTypes["Developer"];
3445
+ developerId?: boolean | `@${string}`;
3446
+ app?: ResolverInputTypes["Application"];
3447
+ appId?: boolean | `@${string}`;
3448
+ createdAt?: boolean | `@${string}`;
3449
+ updatedAt?: boolean | `@${string}`;
3450
+ role?: boolean | `@${string}`;
3451
+ rights?: boolean | `@${string}`;
3452
+ __typename?: boolean | `@${string}`;
3453
+ }>;
3454
+ ["SortByDate"]: SortByDate;
3214
3455
  ["Error"]: AliasType<{
3215
3456
  ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3216
3457
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -3868,6 +4109,26 @@ export type ResolverInputTypes = {
3868
4109
  created?: boolean | `@${string}`;
3869
4110
  __typename?: boolean | `@${string}`;
3870
4111
  }>;
4112
+ ["RenewAppCodeResponse"]: AliasType<{
4113
+ renew?: boolean | `@${string}`;
4114
+ __typename?: boolean | `@${string}`;
4115
+ }>;
4116
+ ["UpdateOriginUrlResponse"]: AliasType<{
4117
+ update?: boolean | `@${string}`;
4118
+ __typename?: boolean | `@${string}`;
4119
+ }>;
4120
+ ["EditDeveloperResponse"]: AliasType<{
4121
+ edited?: boolean | `@${string}`;
4122
+ __typename?: boolean | `@${string}`;
4123
+ }>;
4124
+ ["EditProjectResponse"]: AliasType<{
4125
+ edited?: boolean | `@${string}`;
4126
+ __typename?: boolean | `@${string}`;
4127
+ }>;
4128
+ ["ApplicationsResponse"]: AliasType<{
4129
+ applications?: ResolverInputTypes["Application"];
4130
+ __typename?: boolean | `@${string}`;
4131
+ }>;
3871
4132
  ["BlogResponse"]: AliasType<{
3872
4133
  blogItems?: ResolverInputTypes["BlogItem"];
3873
4134
  __typename?: boolean | `@${string}`;
@@ -4162,12 +4423,12 @@ export type ResolverInputTypes = {
4162
4423
  id?: boolean | `@${string}`;
4163
4424
  deletedAt?: boolean | `@${string}`;
4164
4425
  lang?: boolean | `@${string}`;
4426
+ infosId?: boolean | `@${string}`;
4165
4427
  cryptoWallets?: ResolverInputTypes["CryptoWallet"];
4166
4428
  reportSent?: ResolverInputTypes["Report"];
4167
4429
  godFather?: ResolverInputTypes["User"];
4168
4430
  godChildren?: ResolverInputTypes["User"];
4169
4431
  infos?: ResolverInputTypes["UserInfos"];
4170
- infosId?: boolean | `@${string}`;
4171
4432
  firstname?: boolean | `@${string}`;
4172
4433
  lastname?: boolean | `@${string}`;
4173
4434
  email?: boolean | `@${string}`;
@@ -4269,8 +4530,18 @@ export type ResolverInputTypes = {
4269
4530
  nodes?: boolean | `@${string}`;
4270
4531
  __typename?: boolean | `@${string}`;
4271
4532
  }>;
4533
+ ["ApplicationsCollaborators"]: {
4534
+ email: string;
4535
+ rights: ResolverInputTypes["Rights"];
4536
+ };
4272
4537
  ["Query"]: AliasType<{
4273
4538
  appNotifications?: ResolverInputTypes["AppNotificationsResult"];
4539
+ applications?: [
4540
+ {
4541
+ sortBy: ResolverInputTypes["SortByDate"];
4542
+ },
4543
+ ResolverInputTypes["ApplicationsResult"]
4544
+ ];
4274
4545
  blog?: [
4275
4546
  {
4276
4547
  lang?: ResolverInputTypes["Lang"] | undefined | null;
@@ -4455,14 +4726,6 @@ export type ResolverInputTypes = {
4455
4726
  ResolverInputTypes["AddFileToHistoryResult"]
4456
4727
  ];
4457
4728
  cancelPayment?: ResolverInputTypes["CancelPaymentResult"];
4458
- createApplication?: [
4459
- {
4460
- name: string;
4461
- origin: string;
4462
- developerId: string;
4463
- },
4464
- ResolverInputTypes["CreateApplicationResult"]
4465
- ];
4466
4729
  createCryptoWallet?: [
4467
4730
  {
4468
4731
  address: string;
@@ -4837,6 +5100,81 @@ export type ResolverInputTypes = {
4837
5100
  },
4838
5101
  ResolverInputTypes["CreatePaymentIntentResult"]
4839
5102
  ];
5103
+ renewAppCode?: [
5104
+ {
5105
+ actualAppCode: string;
5106
+ },
5107
+ ResolverInputTypes["RenewAppCodeResult"]
5108
+ ];
5109
+ updateOriginUrl?: [
5110
+ {
5111
+ appCode: string;
5112
+ originUrl: Array<string>;
5113
+ },
5114
+ ResolverInputTypes["UpdateOriginUrlResult"]
5115
+ ];
5116
+ createApplication?: [
5117
+ {
5118
+ name: string;
5119
+ origin: string;
5120
+ color?: string | undefined | null;
5121
+ logo?: string | undefined | null;
5122
+ collaborators?: Array<ResolverInputTypes["ApplicationsCollaborators"]> | undefined | null;
5123
+ },
5124
+ ResolverInputTypes["CreateApplicationResult"]
5125
+ ];
5126
+ deleteApplication?: [
5127
+ {
5128
+ appCode: string;
5129
+ },
5130
+ ResolverInputTypes["DeleteApplicationResult"]
5131
+ ];
5132
+ editColors?: [
5133
+ {
5134
+ appCode: string;
5135
+ newColors?: string | undefined | null;
5136
+ },
5137
+ ResolverInputTypes["EditColorsResult"]
5138
+ ];
5139
+ editLogo?: [
5140
+ {
5141
+ appCode: string;
5142
+ newLogo?: string | undefined | null;
5143
+ },
5144
+ ResolverInputTypes["EditLogoResult"]
5145
+ ];
5146
+ editName?: [
5147
+ {
5148
+ appCode: string;
5149
+ newName: string;
5150
+ },
5151
+ ResolverInputTypes["EditNameResult"]
5152
+ ];
5153
+ addDeveloper?: [
5154
+ {
5155
+ appCode: string;
5156
+ userId: string;
5157
+ userRole: ResolverInputTypes["UserRole"];
5158
+ userRights: ResolverInputTypes["Rights"];
5159
+ },
5160
+ ResolverInputTypes["AddDeveloperResult"]
5161
+ ];
5162
+ deleteDeveloper?: [
5163
+ {
5164
+ appCode: string;
5165
+ userId: string;
5166
+ },
5167
+ ResolverInputTypes["DeleteDeveloperResult"]
5168
+ ];
5169
+ editDeveloper?: [
5170
+ {
5171
+ appCode: string;
5172
+ userId: string;
5173
+ userRole: ResolverInputTypes["UserRole"];
5174
+ userRights: ResolverInputTypes["Rights"];
5175
+ },
5176
+ ResolverInputTypes["EditDeveloperResult"]
5177
+ ];
4840
5178
  __typename?: boolean | `@${string}`;
4841
5179
  }>;
4842
5180
  ["Subscription"]: AliasType<{
@@ -4857,6 +5195,7 @@ export type ModelTypes = {
4857
5195
  ["NodeType"]: NodeType;
4858
5196
  ["PaymentMethod"]: PaymentMethod;
4859
5197
  ["AppNotificationsResult"]: ModelTypes["UserAppNotifications"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
5198
+ ["ApplicationsResult"]: ModelTypes["ApplicationsResponse"] | ModelTypes["ErrorAccessDenied"];
4860
5199
  ["BlogResult"]: ModelTypes["BlogResponse"] | ModelTypes["ErrorLangNotExist"];
4861
5200
  ["DbConfigResult"]: ModelTypes["DbConfigResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"];
4862
5201
  ["DbGetResult"]: ModelTypes["DbGetResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"];
@@ -4897,7 +5236,6 @@ export type ModelTypes = {
4897
5236
  ["IsValidPaymentIntentResult"]: ModelTypes["ValidPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
4898
5237
  ["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
4899
5238
  ["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
4900
- ["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorNotExist"];
4901
5239
  ["CreateCryptoWalletResult"]: ModelTypes["CreateCryptoWalletResponse"] | ModelTypes["ErrorAccessDenied"];
4902
5240
  ["CreateDraftMailResult"]: ModelTypes["CreateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
4903
5241
  ["CreateFolderResult"]: ModelTypes["CreateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
@@ -4951,6 +5289,16 @@ export type ModelTypes = {
4951
5289
  ["CancelPaymentIntentResult"]: ModelTypes["CancelPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
4952
5290
  ["ConfirmPaymentIntentResult"]: ModelTypes["ConfirmPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
4953
5291
  ["CreatePaymentIntentResult"]: ModelTypes["CreatePaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5292
+ ["RenewAppCodeResult"]: ModelTypes["RenewAppCodeResponse"] | ModelTypes["ErrorAccessDenied"];
5293
+ ["UpdateOriginUrlResult"]: ModelTypes["UpdateOriginUrlResponse"] | ModelTypes["ErrorAccessDenied"];
5294
+ ["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorAccessDenied"];
5295
+ ["DeleteApplicationResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
5296
+ ["EditColorsResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
5297
+ ["EditLogoResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
5298
+ ["EditNameResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
5299
+ ["AddDeveloperResult"]: ModelTypes["EditDeveloperResponse"] | ModelTypes["ErrorAccessDenied"];
5300
+ ["DeleteDeveloperResult"]: ModelTypes["EditDeveloperResponse"] | ModelTypes["ErrorAccessDenied"];
5301
+ ["EditDeveloperResult"]: ModelTypes["EditDeveloperResponse"] | ModelTypes["ErrorAccessDenied"];
4954
5302
  ["AppKeyPair"]: {
4955
5303
  pub: string;
4956
5304
  };
@@ -4969,7 +5317,10 @@ export type ModelTypes = {
4969
5317
  id: string;
4970
5318
  name: string;
4971
5319
  logo?: string | undefined;
4972
- origin: string;
5320
+ color?: string | undefined;
5321
+ origin: Array<string>;
5322
+ createdAt: ModelTypes["DateTime"];
5323
+ updatedAt: ModelTypes["DateTime"];
4973
5324
  };
4974
5325
  ["ApplicationsOnUsers"]: {
4975
5326
  fakeUserId: string;
@@ -5023,6 +5374,22 @@ export type ModelTypes = {
5023
5374
  address: string;
5024
5375
  privateKeyEncrypted: string;
5025
5376
  };
5377
+ ["Developer"]: {
5378
+ id: string;
5379
+ applications: Array<ModelTypes["Application"]>;
5380
+ developersOnApplications: Array<ModelTypes["DevelopersOnApplications"]>;
5381
+ };
5382
+ ["DevelopersOnApplications"]: {
5383
+ developer: ModelTypes["Developer"];
5384
+ developerId: string;
5385
+ app: ModelTypes["Application"];
5386
+ appId: string;
5387
+ createdAt: ModelTypes["DateTime"];
5388
+ updatedAt: ModelTypes["DateTime"];
5389
+ role: ModelTypes["UserRole"];
5390
+ rights: ModelTypes["Rights"];
5391
+ };
5392
+ ["SortByDate"]: SortByDate;
5026
5393
  ["Error"]: ModelTypes["ErrorStripe"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorBasic"];
5027
5394
  ["ErrorAccessDenied"]: {
5028
5395
  message: string;
@@ -5544,6 +5911,21 @@ export type ModelTypes = {
5544
5911
  ["CreatePaymentIntentResponse"]: {
5545
5912
  created?: boolean | undefined;
5546
5913
  };
5914
+ ["RenewAppCodeResponse"]: {
5915
+ renew: boolean;
5916
+ };
5917
+ ["UpdateOriginUrlResponse"]: {
5918
+ update: boolean;
5919
+ };
5920
+ ["EditDeveloperResponse"]: {
5921
+ edited: boolean;
5922
+ };
5923
+ ["EditProjectResponse"]: {
5924
+ edited: boolean;
5925
+ };
5926
+ ["ApplicationsResponse"]: {
5927
+ applications: Array<ModelTypes["Application"] | undefined>;
5928
+ };
5547
5929
  ["BlogResponse"]: {
5548
5930
  blogItems: Array<ModelTypes["BlogItem"]>;
5549
5931
  };
@@ -5790,12 +6172,12 @@ export type ModelTypes = {
5790
6172
  id: string;
5791
6173
  deletedAt?: ModelTypes["DateTime"] | undefined;
5792
6174
  lang: ModelTypes["Lang"];
6175
+ infosId: string;
5793
6176
  cryptoWallets: Array<ModelTypes["CryptoWallet"]>;
5794
6177
  reportSent: Array<ModelTypes["Report"]>;
5795
6178
  godFather?: ModelTypes["User"] | undefined;
5796
6179
  godChildren: Array<ModelTypes["User"]>;
5797
6180
  infos: ModelTypes["UserInfos"];
5798
- infosId: string;
5799
6181
  firstname: string;
5800
6182
  lastname: string;
5801
6183
  email: string;
@@ -5887,8 +6269,13 @@ export type ModelTypes = {
5887
6269
  ["ShareNodeResponse"]: {
5888
6270
  nodes: Array<string>;
5889
6271
  };
6272
+ ["ApplicationsCollaborators"]: {
6273
+ email: string;
6274
+ rights: ModelTypes["Rights"];
6275
+ };
5890
6276
  ["Query"]: {
5891
6277
  appNotifications?: ModelTypes["AppNotificationsResult"] | undefined;
6278
+ applications?: ModelTypes["ApplicationsResult"] | undefined;
5892
6279
  blog?: ModelTypes["BlogResult"] | undefined;
5893
6280
  dbConfig?: ModelTypes["DbConfigResult"] | undefined;
5894
6281
  dbGet?: ModelTypes["DbGetResult"] | undefined;
@@ -5933,7 +6320,6 @@ export type ModelTypes = {
5933
6320
  ["Mutation"]: {
5934
6321
  addFileToHistory?: ModelTypes["AddFileToHistoryResult"] | undefined;
5935
6322
  cancelPayment?: ModelTypes["CancelPaymentResult"] | undefined;
5936
- createApplication?: ModelTypes["CreateApplicationResult"] | undefined;
5937
6323
  createCryptoWallet?: ModelTypes["CreateCryptoWalletResult"] | undefined;
5938
6324
  createDraftMail?: ModelTypes["CreateDraftMailResult"] | undefined;
5939
6325
  createFolder?: ModelTypes["CreateFolderResult"] | undefined;
@@ -5989,6 +6375,16 @@ export type ModelTypes = {
5989
6375
  cancelPaymentIntent?: ModelTypes["CancelPaymentIntentResult"] | undefined;
5990
6376
  confirmPaymentIntent?: ModelTypes["ConfirmPaymentIntentResult"] | undefined;
5991
6377
  createPaymentIntent?: ModelTypes["CreatePaymentIntentResult"] | undefined;
6378
+ renewAppCode?: ModelTypes["RenewAppCodeResult"] | undefined;
6379
+ updateOriginUrl?: ModelTypes["UpdateOriginUrlResult"] | undefined;
6380
+ createApplication?: ModelTypes["CreateApplicationResult"] | undefined;
6381
+ deleteApplication?: ModelTypes["DeleteApplicationResult"] | undefined;
6382
+ editColors?: ModelTypes["EditColorsResult"] | undefined;
6383
+ editLogo?: ModelTypes["EditLogoResult"] | undefined;
6384
+ editName?: ModelTypes["EditNameResult"] | undefined;
6385
+ addDeveloper?: ModelTypes["AddDeveloperResult"] | undefined;
6386
+ deleteDeveloper?: ModelTypes["DeleteDeveloperResult"] | undefined;
6387
+ editDeveloper?: ModelTypes["EditDeveloperResult"] | undefined;
5992
6388
  };
5993
6389
  ["Subscription"]: {
5994
6390
  test: boolean;
@@ -6020,6 +6416,11 @@ export type GraphQLTypes = {
6020
6416
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6021
6417
  ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6022
6418
  };
6419
+ ["ApplicationsResult"]: {
6420
+ __typename: "ApplicationsResponse" | "ErrorAccessDenied";
6421
+ ["...on ApplicationsResponse"]: "__union" & GraphQLTypes["ApplicationsResponse"];
6422
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6423
+ };
6023
6424
  ["BlogResult"]: {
6024
6425
  __typename: "BlogResponse" | "ErrorLangNotExist";
6025
6426
  ["...on BlogResponse"]: "__union" & GraphQLTypes["BlogResponse"];
@@ -6256,11 +6657,6 @@ export type GraphQLTypes = {
6256
6657
  ["...on CancelPaymentResponse"]: "__union" & GraphQLTypes["CancelPaymentResponse"];
6257
6658
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6258
6659
  };
6259
- ["CreateApplicationResult"]: {
6260
- __typename: "CreateApplicationResponse" | "ErrorNotExist";
6261
- ["...on CreateApplicationResponse"]: "__union" & GraphQLTypes["CreateApplicationResponse"];
6262
- ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
6263
- };
6264
6660
  ["CreateCryptoWalletResult"]: {
6265
6661
  __typename: "CreateCryptoWalletResponse" | "ErrorAccessDenied";
6266
6662
  ["...on CreateCryptoWalletResponse"]: "__union" & GraphQLTypes["CreateCryptoWalletResponse"];
@@ -6581,6 +6977,56 @@ export type GraphQLTypes = {
6581
6977
  ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6582
6978
  ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6583
6979
  };
6980
+ ["RenewAppCodeResult"]: {
6981
+ __typename: "RenewAppCodeResponse" | "ErrorAccessDenied";
6982
+ ["...on RenewAppCodeResponse"]: "__union" & GraphQLTypes["RenewAppCodeResponse"];
6983
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6984
+ };
6985
+ ["UpdateOriginUrlResult"]: {
6986
+ __typename: "UpdateOriginUrlResponse" | "ErrorAccessDenied";
6987
+ ["...on UpdateOriginUrlResponse"]: "__union" & GraphQLTypes["UpdateOriginUrlResponse"];
6988
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6989
+ };
6990
+ ["CreateApplicationResult"]: {
6991
+ __typename: "CreateApplicationResponse" | "ErrorAccessDenied";
6992
+ ["...on CreateApplicationResponse"]: "__union" & GraphQLTypes["CreateApplicationResponse"];
6993
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6994
+ };
6995
+ ["DeleteApplicationResult"]: {
6996
+ __typename: "EditProjectResponse" | "ErrorAccessDenied";
6997
+ ["...on EditProjectResponse"]: "__union" & GraphQLTypes["EditProjectResponse"];
6998
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6999
+ };
7000
+ ["EditColorsResult"]: {
7001
+ __typename: "EditProjectResponse" | "ErrorAccessDenied";
7002
+ ["...on EditProjectResponse"]: "__union" & GraphQLTypes["EditProjectResponse"];
7003
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7004
+ };
7005
+ ["EditLogoResult"]: {
7006
+ __typename: "EditProjectResponse" | "ErrorAccessDenied";
7007
+ ["...on EditProjectResponse"]: "__union" & GraphQLTypes["EditProjectResponse"];
7008
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7009
+ };
7010
+ ["EditNameResult"]: {
7011
+ __typename: "EditProjectResponse" | "ErrorAccessDenied";
7012
+ ["...on EditProjectResponse"]: "__union" & GraphQLTypes["EditProjectResponse"];
7013
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7014
+ };
7015
+ ["AddDeveloperResult"]: {
7016
+ __typename: "EditDeveloperResponse" | "ErrorAccessDenied";
7017
+ ["...on EditDeveloperResponse"]: "__union" & GraphQLTypes["EditDeveloperResponse"];
7018
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7019
+ };
7020
+ ["DeleteDeveloperResult"]: {
7021
+ __typename: "EditDeveloperResponse" | "ErrorAccessDenied";
7022
+ ["...on EditDeveloperResponse"]: "__union" & GraphQLTypes["EditDeveloperResponse"];
7023
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7024
+ };
7025
+ ["EditDeveloperResult"]: {
7026
+ __typename: "EditDeveloperResponse" | "ErrorAccessDenied";
7027
+ ["...on EditDeveloperResponse"]: "__union" & GraphQLTypes["EditDeveloperResponse"];
7028
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
7029
+ };
6584
7030
  ["AppKeyPair"]: {
6585
7031
  __typename: "AppKeyPair";
6586
7032
  pub: string;
@@ -6602,7 +7048,10 @@ export type GraphQLTypes = {
6602
7048
  id: string;
6603
7049
  name: string;
6604
7050
  logo?: string | undefined;
6605
- origin: string;
7051
+ color?: string | undefined;
7052
+ origin: Array<string>;
7053
+ createdAt: GraphQLTypes["DateTime"];
7054
+ updatedAt: GraphQLTypes["DateTime"];
6606
7055
  };
6607
7056
  ["ApplicationsOnUsers"]: {
6608
7057
  __typename: "ApplicationsOnUsers";
@@ -6662,6 +7111,24 @@ export type GraphQLTypes = {
6662
7111
  address: string;
6663
7112
  privateKeyEncrypted: string;
6664
7113
  };
7114
+ ["Developer"]: {
7115
+ __typename: "Developer";
7116
+ id: string;
7117
+ applications: Array<GraphQLTypes["Application"]>;
7118
+ developersOnApplications: Array<GraphQLTypes["DevelopersOnApplications"]>;
7119
+ };
7120
+ ["DevelopersOnApplications"]: {
7121
+ __typename: "DevelopersOnApplications";
7122
+ developer: GraphQLTypes["Developer"];
7123
+ developerId: string;
7124
+ app: GraphQLTypes["Application"];
7125
+ appId: string;
7126
+ createdAt: GraphQLTypes["DateTime"];
7127
+ updatedAt: GraphQLTypes["DateTime"];
7128
+ role: GraphQLTypes["UserRole"];
7129
+ rights: GraphQLTypes["Rights"];
7130
+ };
7131
+ ["SortByDate"]: SortByDate;
6665
7132
  ["Error"]: {
6666
7133
  __typename: "ErrorStripe" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorUpgradePlan" | "ErrorLangNotExist" | "ErrorNotExist" | "ErrorLimit" | "ErrorBasic";
6667
7134
  ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
@@ -7319,6 +7786,26 @@ export type GraphQLTypes = {
7319
7786
  __typename: "CreatePaymentIntentResponse";
7320
7787
  created?: boolean | undefined;
7321
7788
  };
7789
+ ["RenewAppCodeResponse"]: {
7790
+ __typename: "RenewAppCodeResponse";
7791
+ renew: boolean;
7792
+ };
7793
+ ["UpdateOriginUrlResponse"]: {
7794
+ __typename: "UpdateOriginUrlResponse";
7795
+ update: boolean;
7796
+ };
7797
+ ["EditDeveloperResponse"]: {
7798
+ __typename: "EditDeveloperResponse";
7799
+ edited: boolean;
7800
+ };
7801
+ ["EditProjectResponse"]: {
7802
+ __typename: "EditProjectResponse";
7803
+ edited: boolean;
7804
+ };
7805
+ ["ApplicationsResponse"]: {
7806
+ __typename: "ApplicationsResponse";
7807
+ applications: Array<GraphQLTypes["Application"] | undefined>;
7808
+ };
7322
7809
  ["BlogResponse"]: {
7323
7810
  __typename: "BlogResponse";
7324
7811
  blogItems: Array<GraphQLTypes["BlogItem"]>;
@@ -7614,12 +8101,12 @@ export type GraphQLTypes = {
7614
8101
  id: string;
7615
8102
  deletedAt?: GraphQLTypes["DateTime"] | undefined;
7616
8103
  lang: GraphQLTypes["Lang"];
8104
+ infosId: string;
7617
8105
  cryptoWallets: Array<GraphQLTypes["CryptoWallet"]>;
7618
8106
  reportSent: Array<GraphQLTypes["Report"]>;
7619
8107
  godFather?: GraphQLTypes["User"] | undefined;
7620
8108
  godChildren: Array<GraphQLTypes["User"]>;
7621
8109
  infos: GraphQLTypes["UserInfos"];
7622
- infosId: string;
7623
8110
  firstname: string;
7624
8111
  lastname: string;
7625
8112
  email: string;
@@ -7720,9 +8207,14 @@ export type GraphQLTypes = {
7720
8207
  __typename: "ShareNodeResponse";
7721
8208
  nodes: Array<string>;
7722
8209
  };
8210
+ ["ApplicationsCollaborators"]: {
8211
+ email: string;
8212
+ rights: GraphQLTypes["Rights"];
8213
+ };
7723
8214
  ["Query"]: {
7724
8215
  __typename: "Query";
7725
8216
  appNotifications?: GraphQLTypes["AppNotificationsResult"] | undefined;
8217
+ applications?: GraphQLTypes["ApplicationsResult"] | undefined;
7726
8218
  blog?: GraphQLTypes["BlogResult"] | undefined;
7727
8219
  dbConfig?: GraphQLTypes["DbConfigResult"] | undefined;
7728
8220
  dbGet?: GraphQLTypes["DbGetResult"] | undefined;
@@ -7768,7 +8260,6 @@ export type GraphQLTypes = {
7768
8260
  __typename: "Mutation";
7769
8261
  addFileToHistory?: GraphQLTypes["AddFileToHistoryResult"] | undefined;
7770
8262
  cancelPayment?: GraphQLTypes["CancelPaymentResult"] | undefined;
7771
- createApplication?: GraphQLTypes["CreateApplicationResult"] | undefined;
7772
8263
  createCryptoWallet?: GraphQLTypes["CreateCryptoWalletResult"] | undefined;
7773
8264
  createDraftMail?: GraphQLTypes["CreateDraftMailResult"] | undefined;
7774
8265
  createFolder?: GraphQLTypes["CreateFolderResult"] | undefined;
@@ -7824,6 +8315,16 @@ export type GraphQLTypes = {
7824
8315
  cancelPaymentIntent?: GraphQLTypes["CancelPaymentIntentResult"] | undefined;
7825
8316
  confirmPaymentIntent?: GraphQLTypes["ConfirmPaymentIntentResult"] | undefined;
7826
8317
  createPaymentIntent?: GraphQLTypes["CreatePaymentIntentResult"] | undefined;
8318
+ renewAppCode?: GraphQLTypes["RenewAppCodeResult"] | undefined;
8319
+ updateOriginUrl?: GraphQLTypes["UpdateOriginUrlResult"] | undefined;
8320
+ createApplication?: GraphQLTypes["CreateApplicationResult"] | undefined;
8321
+ deleteApplication?: GraphQLTypes["DeleteApplicationResult"] | undefined;
8322
+ editColors?: GraphQLTypes["EditColorsResult"] | undefined;
8323
+ editLogo?: GraphQLTypes["EditLogoResult"] | undefined;
8324
+ editName?: GraphQLTypes["EditNameResult"] | undefined;
8325
+ addDeveloper?: GraphQLTypes["AddDeveloperResult"] | undefined;
8326
+ deleteDeveloper?: GraphQLTypes["DeleteDeveloperResult"] | undefined;
8327
+ editDeveloper?: GraphQLTypes["EditDeveloperResult"] | undefined;
7827
8328
  };
7828
8329
  ["Subscription"]: {
7829
8330
  __typename: "Subscription";
@@ -7861,6 +8362,14 @@ export declare enum PaymentMethod {
7861
8362
  card = "card",
7862
8363
  wire_transfer = "wire_transfer"
7863
8364
  }
8365
+ export declare enum SortByDate {
8366
+ createdAt = "createdAt",
8367
+ createdAt_asc = "createdAt_asc",
8368
+ createdAt_desc = "createdAt_desc",
8369
+ updatedAt = "updatedAt",
8370
+ updatedAt_asc = "updatedAt_asc",
8371
+ updatedAt_desc = "updatedAt_desc"
8372
+ }
7864
8373
  export declare enum FileContentType {
7865
8374
  cloud = "cloud",
7866
8375
  lite = "lite",
@@ -7922,6 +8431,7 @@ type ZEUS_VARIABLES = {
7922
8431
  ["Rights"]: ValueTypes["Rights"];
7923
8432
  ["NodeType"]: ValueTypes["NodeType"];
7924
8433
  ["PaymentMethod"]: ValueTypes["PaymentMethod"];
8434
+ ["SortByDate"]: ValueTypes["SortByDate"];
7925
8435
  ["FileContentType"]: ValueTypes["FileContentType"];
7926
8436
  ["InfuraNetwork"]: ValueTypes["InfuraNetwork"];
7927
8437
  ["MailFileInput"]: ValueTypes["MailFileInput"];
@@ -7937,5 +8447,6 @@ type ZEUS_VARIABLES = {
7937
8447
  ["ConfirmationMethod"]: ValueTypes["ConfirmationMethod"];
7938
8448
  ["Status"]: ValueTypes["Status"];
7939
8449
  ["PayoutType"]: ValueTypes["PayoutType"];
8450
+ ["ApplicationsCollaborators"]: ValueTypes["ApplicationsCollaborators"];
7940
8451
  };
7941
8452
  export {};