@secrecy/lib 1.6.1 → 1.7.0-integration-hybrid-feats.1
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-ca94a07f.d.ts → BaseClient-2af8a400.d.ts} +7 -7
- package/dist/BaseClient.cjs +1 -1
- package/dist/BaseClient.cjs.map +1 -1
- package/dist/BaseClient.d.ts +1 -1
- package/dist/BaseClient.js +1 -1
- package/dist/BaseClient.js.map +1 -1
- package/dist/cache.d.ts +1 -1
- package/dist/client/SecrecyAppClient.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.cjs +1 -1
- package/dist/client/SecrecyCloudClient.cjs.map +1 -1
- package/dist/client/SecrecyCloudClient.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.js +1 -1
- package/dist/client/SecrecyCloudClient.js.map +1 -1
- package/dist/client/SecrecyDbClient.d.ts +1 -1
- package/dist/client/SecrecyMailClient.d.ts +1 -1
- package/dist/client/SecrecyPayClient.d.ts +1 -1
- package/dist/client/SecrecyWalletClient.d.ts +1 -1
- package/dist/client/helpers.d.ts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/error.d.ts +6 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/zeus/const.cjs +1 -1
- package/dist/zeus/const.cjs.map +1 -1
- package/dist/zeus/const.js +1 -1
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.cjs +3 -3
- package/dist/zeus/index.cjs.map +1 -1
- package/dist/zeus/index.d.ts +752 -86
- package/dist/zeus/index.js +3 -3
- package/dist/zeus/index.js.map +1 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -232,16 +232,19 @@ declare const $: <Type extends GraphQLVariableType, Name extends string>(name: N
|
|
|
232
232
|
type ZEUS_INTERFACES = GraphQLTypes["ErrorBase"] | GraphQLTypes["FileContentBase"];
|
|
233
233
|
type ScalarCoders = {
|
|
234
234
|
BigInt?: ScalarResolver;
|
|
235
|
+
Bytes?: ScalarResolver;
|
|
235
236
|
DateTime?: ScalarResolver;
|
|
237
|
+
Decimal?: ScalarResolver;
|
|
236
238
|
Json?: ScalarResolver;
|
|
237
|
-
Bytes?: ScalarResolver;
|
|
238
239
|
};
|
|
239
|
-
type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["ApplicationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbGetDiffResult"] | 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["DbConfigToProdMutationResult"] | 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"];
|
|
240
|
+
type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["AppPlanResult"] | GraphQLTypes["AppPlansResult"] | GraphQLTypes["ApplicationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbGetDiffResult"] | 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["GetApplicationResult"] | GraphQLTypes["GetAllDevelopersResult"] | GraphQLTypes["GetDeveloperResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbConfigToProdMutationResult"] | 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"];
|
|
240
241
|
type ValueTypes = {
|
|
241
242
|
["BigInt"]: unknown;
|
|
243
|
+
["Bytes"]: unknown;
|
|
242
244
|
["DateTime"]: unknown;
|
|
245
|
+
["Decimal"]: unknown;
|
|
243
246
|
["Json"]: unknown;
|
|
244
|
-
["
|
|
247
|
+
["AppPlanOwner"]: AppPlanOwner;
|
|
245
248
|
["Lang"]: Lang;
|
|
246
249
|
["PlanKind"]: PlanKind;
|
|
247
250
|
["UserRole"]: UserRole;
|
|
@@ -255,6 +258,16 @@ type ValueTypes = {
|
|
|
255
258
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
256
259
|
__typename?: boolean | `@${string}`;
|
|
257
260
|
}>;
|
|
261
|
+
["AppPlanResult"]: AliasType<{
|
|
262
|
+
["...on AppPlanResponse"]: ValueTypes["AppPlanResponse"];
|
|
263
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
264
|
+
__typename?: boolean | `@${string}`;
|
|
265
|
+
}>;
|
|
266
|
+
["AppPlansResult"]: AliasType<{
|
|
267
|
+
["...on AppPlansResponse"]: ValueTypes["AppPlansResponse"];
|
|
268
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
269
|
+
__typename?: boolean | `@${string}`;
|
|
270
|
+
}>;
|
|
258
271
|
["ApplicationsResult"]: AliasType<{
|
|
259
272
|
["...on ApplicationsResponse"]: ValueTypes["ApplicationsResponse"];
|
|
260
273
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
@@ -304,7 +317,7 @@ type ValueTypes = {
|
|
|
304
317
|
}>;
|
|
305
318
|
["FaqResult"]: AliasType<{
|
|
306
319
|
["...on FaqResponse"]: ValueTypes["FaqResponse"];
|
|
307
|
-
["...on
|
|
320
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
308
321
|
__typename?: boolean | `@${string}`;
|
|
309
322
|
}>;
|
|
310
323
|
["FileResult"]: AliasType<{
|
|
@@ -316,12 +329,15 @@ type ValueTypes = {
|
|
|
316
329
|
["...on FileContentResponse"]: ValueTypes["FileContentResponse"];
|
|
317
330
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
318
331
|
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
332
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
333
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
319
334
|
__typename?: boolean | `@${string}`;
|
|
320
335
|
}>;
|
|
321
336
|
["FilesContentResult"]: AliasType<{
|
|
322
337
|
["...on FilesContentResponse"]: ValueTypes["FilesContentResponse"];
|
|
323
338
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
324
339
|
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
340
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
325
341
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
326
342
|
__typename?: boolean | `@${string}`;
|
|
327
343
|
}>;
|
|
@@ -337,7 +353,6 @@ type ValueTypes = {
|
|
|
337
353
|
}>;
|
|
338
354
|
["LimitsResult"]: AliasType<{
|
|
339
355
|
["...on QueryLimits"]: ValueTypes["QueryLimits"];
|
|
340
|
-
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
341
356
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
342
357
|
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
343
358
|
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
@@ -491,6 +506,24 @@ type ValueTypes = {
|
|
|
491
506
|
["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
|
|
492
507
|
__typename?: boolean | `@${string}`;
|
|
493
508
|
}>;
|
|
509
|
+
["GetApplicationResult"]: AliasType<{
|
|
510
|
+
["...on GetApplicationResponse"]: ValueTypes["GetApplicationResponse"];
|
|
511
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
512
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
513
|
+
__typename?: boolean | `@${string}`;
|
|
514
|
+
}>;
|
|
515
|
+
["GetAllDevelopersResult"]: AliasType<{
|
|
516
|
+
["...on GetAllDevelopersMainResponse"]: ValueTypes["GetAllDevelopersMainResponse"];
|
|
517
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
518
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
519
|
+
__typename?: boolean | `@${string}`;
|
|
520
|
+
}>;
|
|
521
|
+
["GetDeveloperResult"]: AliasType<{
|
|
522
|
+
["...on GetDeveloperResponse"]: ValueTypes["GetDeveloperResponse"];
|
|
523
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
524
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
525
|
+
__typename?: boolean | `@${string}`;
|
|
526
|
+
}>;
|
|
494
527
|
["AddFileToHistoryResult"]: AliasType<{
|
|
495
528
|
["...on AddFileToHistoryResponse"]: ValueTypes["AddFileToHistoryResponse"];
|
|
496
529
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
@@ -546,7 +579,7 @@ type ValueTypes = {
|
|
|
546
579
|
["DeleteFileResult"]: AliasType<{
|
|
547
580
|
["...on DeleteFileResponse"]: ValueTypes["DeleteFileResponse"];
|
|
548
581
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
549
|
-
["...on
|
|
582
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
550
583
|
__typename?: boolean | `@${string}`;
|
|
551
584
|
}>;
|
|
552
585
|
["DeleteMailResult"]: AliasType<{
|
|
@@ -633,7 +666,6 @@ type ValueTypes = {
|
|
|
633
666
|
["SaveInCloudResult"]: AliasType<{
|
|
634
667
|
["...on SaveInCloudResponse"]: ValueTypes["SaveInCloudResponse"];
|
|
635
668
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
636
|
-
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
637
669
|
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
638
670
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
639
671
|
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
@@ -735,14 +767,13 @@ type ValueTypes = {
|
|
|
735
767
|
["UploadFileResult"]: AliasType<{
|
|
736
768
|
["...on UploadFileResponse"]: ValueTypes["UploadFileResponse"];
|
|
737
769
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
770
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
738
771
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
739
|
-
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
740
772
|
__typename?: boolean | `@${string}`;
|
|
741
773
|
}>;
|
|
742
774
|
["UploadFileEndResult"]: AliasType<{
|
|
743
775
|
["...on UploadFileEndResponse"]: ValueTypes["UploadFileEndResponse"];
|
|
744
776
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
745
|
-
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
746
777
|
__typename?: boolean | `@${string}`;
|
|
747
778
|
}>;
|
|
748
779
|
["UploadFilePartEndResult"]: AliasType<{
|
|
@@ -753,9 +784,8 @@ type ValueTypes = {
|
|
|
753
784
|
["UploadLiteFileResult"]: AliasType<{
|
|
754
785
|
["...on UploadLiteFileResponse"]: ValueTypes["UploadLiteFileResponse"];
|
|
755
786
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
756
|
-
["...on
|
|
787
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
757
788
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
758
|
-
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
759
789
|
__typename?: boolean | `@${string}`;
|
|
760
790
|
}>;
|
|
761
791
|
["ChangeUserPlanResult"]: AliasType<{
|
|
@@ -843,6 +873,9 @@ type ValueTypes = {
|
|
|
843
873
|
["CreateApplicationResult"]: AliasType<{
|
|
844
874
|
["...on CreateApplicationResponse"]: ValueTypes["CreateApplicationResponse"];
|
|
845
875
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
876
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
877
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
878
|
+
["...on ErrorInternalServer"]: ValueTypes["ErrorInternalServer"];
|
|
846
879
|
__typename?: boolean | `@${string}`;
|
|
847
880
|
}>;
|
|
848
881
|
["DeleteApplicationResult"]: AliasType<{
|
|
@@ -884,6 +917,62 @@ type ValueTypes = {
|
|
|
884
917
|
pub?: boolean | `@${string}`;
|
|
885
918
|
__typename?: boolean | `@${string}`;
|
|
886
919
|
}>;
|
|
920
|
+
["AppLimits"]: AliasType<{
|
|
921
|
+
id?: boolean | `@${string}`;
|
|
922
|
+
devs?: boolean | `@${string}`;
|
|
923
|
+
devsBase?: boolean | `@${string}`;
|
|
924
|
+
devsUnit?: boolean | `@${string}`;
|
|
925
|
+
devsPrice?: boolean | `@${string}`;
|
|
926
|
+
users?: boolean | `@${string}`;
|
|
927
|
+
usersBase?: boolean | `@${string}`;
|
|
928
|
+
usersUnit?: boolean | `@${string}`;
|
|
929
|
+
usersPrice?: boolean | `@${string}`;
|
|
930
|
+
bandwidth?: boolean | `@${string}`;
|
|
931
|
+
perFileSize?: boolean | `@${string}`;
|
|
932
|
+
perFileSizeBase?: boolean | `@${string}`;
|
|
933
|
+
perFileSizeUnit?: boolean | `@${string}`;
|
|
934
|
+
perFileSizePrice?: boolean | `@${string}`;
|
|
935
|
+
bandwidthBase?: boolean | `@${string}`;
|
|
936
|
+
bandwidthUnit?: boolean | `@${string}`;
|
|
937
|
+
bandwidthPrice?: boolean | `@${string}`;
|
|
938
|
+
__typename?: boolean | `@${string}`;
|
|
939
|
+
}>;
|
|
940
|
+
["AppLimitsCons"]: AliasType<{
|
|
941
|
+
id?: boolean | `@${string}`;
|
|
942
|
+
lastReset?: boolean | `@${string}`;
|
|
943
|
+
downloadBandwidth?: boolean | `@${string}`;
|
|
944
|
+
uploadBandwidth?: boolean | `@${string}`;
|
|
945
|
+
__typename?: boolean | `@${string}`;
|
|
946
|
+
}>;
|
|
947
|
+
["AppPlan"]: AliasType<{
|
|
948
|
+
id?: boolean | `@${string}`;
|
|
949
|
+
relatedTo?: boolean | `@${string}`;
|
|
950
|
+
kind?: boolean | `@${string}`;
|
|
951
|
+
codes?: boolean | `@${string}`;
|
|
952
|
+
descriptor?: ValueTypes["AppPlanDesc"];
|
|
953
|
+
__typename?: boolean | `@${string}`;
|
|
954
|
+
}>;
|
|
955
|
+
["AppPlanDesc"]: AliasType<{
|
|
956
|
+
id?: boolean | `@${string}`;
|
|
957
|
+
plan?: ValueTypes["AppPlan"];
|
|
958
|
+
devsBase?: boolean | `@${string}`;
|
|
959
|
+
devsMax?: boolean | `@${string}`;
|
|
960
|
+
devsUnit?: boolean | `@${string}`;
|
|
961
|
+
devsPrice?: boolean | `@${string}`;
|
|
962
|
+
usersBase?: boolean | `@${string}`;
|
|
963
|
+
usersMax?: boolean | `@${string}`;
|
|
964
|
+
usersUnit?: boolean | `@${string}`;
|
|
965
|
+
usersPrice?: boolean | `@${string}`;
|
|
966
|
+
perFileSizeBase?: boolean | `@${string}`;
|
|
967
|
+
perFileSizeMax?: boolean | `@${string}`;
|
|
968
|
+
perFileSizeUnit?: boolean | `@${string}`;
|
|
969
|
+
perFileSizePrice?: boolean | `@${string}`;
|
|
970
|
+
bandwidthBase?: boolean | `@${string}`;
|
|
971
|
+
bandwidthMax?: boolean | `@${string}`;
|
|
972
|
+
bandwidthUnit?: boolean | `@${string}`;
|
|
973
|
+
bandwidthPrice?: boolean | `@${string}`;
|
|
974
|
+
__typename?: boolean | `@${string}`;
|
|
975
|
+
}>;
|
|
887
976
|
["AppSession"]: AliasType<{
|
|
888
977
|
id?: boolean | `@${string}`;
|
|
889
978
|
lastActivity?: boolean | `@${string}`;
|
|
@@ -900,10 +989,15 @@ type ValueTypes = {
|
|
|
900
989
|
id?: boolean | `@${string}`;
|
|
901
990
|
name?: boolean | `@${string}`;
|
|
902
991
|
logo?: boolean | `@${string}`;
|
|
992
|
+
code?: boolean | `@${string}`;
|
|
903
993
|
color?: boolean | `@${string}`;
|
|
904
994
|
origin?: boolean | `@${string}`;
|
|
905
995
|
createdAt?: boolean | `@${string}`;
|
|
906
996
|
updatedAt?: boolean | `@${string}`;
|
|
997
|
+
plan?: ValueTypes["AppPlan"];
|
|
998
|
+
plans?: ValueTypes["AppPlan"];
|
|
999
|
+
limits?: ValueTypes["AppLimits"];
|
|
1000
|
+
consumption?: ValueTypes["AppLimitsCons"];
|
|
907
1001
|
owner?: ValueTypes["Developer"];
|
|
908
1002
|
ownerId?: boolean | `@${string}`;
|
|
909
1003
|
developers?: ValueTypes["DevelopersOnApplications"];
|
|
@@ -1002,26 +1096,34 @@ type ValueTypes = {
|
|
|
1002
1096
|
rights?: boolean | `@${string}`;
|
|
1003
1097
|
__typename?: boolean | `@${string}`;
|
|
1004
1098
|
}>;
|
|
1005
|
-
["
|
|
1099
|
+
["SortApplications"]: SortApplications;
|
|
1006
1100
|
["Error"]: AliasType<{
|
|
1101
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
1102
|
+
["...on ErrorBadRequest"]: ValueTypes["ErrorBadRequest"];
|
|
1007
1103
|
["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
|
|
1008
|
-
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
1009
|
-
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
1010
1104
|
["...on ErrorUpgradePlan"]: ValueTypes["ErrorUpgradePlan"];
|
|
1011
|
-
["...on
|
|
1105
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
1012
1106
|
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
1107
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
1108
|
+
["...on ErrorLangNotExist"]: ValueTypes["ErrorLangNotExist"];
|
|
1013
1109
|
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
1014
|
-
["...on
|
|
1110
|
+
["...on ErrorInternalServer"]: ValueTypes["ErrorInternalServer"];
|
|
1015
1111
|
__typename?: boolean | `@${string}`;
|
|
1016
1112
|
}>;
|
|
1017
1113
|
["ErrorAccessDenied"]: AliasType<{
|
|
1018
1114
|
message?: boolean | `@${string}`;
|
|
1019
1115
|
__typename?: boolean | `@${string}`;
|
|
1020
1116
|
}>;
|
|
1117
|
+
["ErrorBadRequest"]: AliasType<{
|
|
1118
|
+
message?: boolean | `@${string}`;
|
|
1119
|
+
__typename?: boolean | `@${string}`;
|
|
1120
|
+
}>;
|
|
1021
1121
|
["ErrorBase"]: AliasType<{
|
|
1022
1122
|
message?: boolean | `@${string}`;
|
|
1023
1123
|
["...on ErrorAccessDenied"]?: Omit<ValueTypes["ErrorAccessDenied"], keyof ValueTypes["ErrorBase"]>;
|
|
1124
|
+
["...on ErrorBadRequest"]?: Omit<ValueTypes["ErrorBadRequest"], keyof ValueTypes["ErrorBase"]>;
|
|
1024
1125
|
["...on ErrorBasic"]?: Omit<ValueTypes["ErrorBasic"], keyof ValueTypes["ErrorBase"]>;
|
|
1126
|
+
["...on ErrorInternalServer"]?: Omit<ValueTypes["ErrorInternalServer"], keyof ValueTypes["ErrorBase"]>;
|
|
1025
1127
|
["...on ErrorLangNotExist"]?: Omit<ValueTypes["ErrorLangNotExist"], keyof ValueTypes["ErrorBase"]>;
|
|
1026
1128
|
["...on ErrorLimit"]?: Omit<ValueTypes["ErrorLimit"], keyof ValueTypes["ErrorBase"]>;
|
|
1027
1129
|
["...on ErrorNotExist"]?: Omit<ValueTypes["ErrorNotExist"], keyof ValueTypes["ErrorBase"]>;
|
|
@@ -1034,6 +1136,10 @@ type ValueTypes = {
|
|
|
1034
1136
|
message?: boolean | `@${string}`;
|
|
1035
1137
|
__typename?: boolean | `@${string}`;
|
|
1036
1138
|
}>;
|
|
1139
|
+
["ErrorInternalServer"]: AliasType<{
|
|
1140
|
+
message?: boolean | `@${string}`;
|
|
1141
|
+
__typename?: boolean | `@${string}`;
|
|
1142
|
+
}>;
|
|
1037
1143
|
["ErrorLangNotExist"]: AliasType<{
|
|
1038
1144
|
message?: boolean | `@${string}`;
|
|
1039
1145
|
__typename?: boolean | `@${string}`;
|
|
@@ -1680,6 +1786,22 @@ type ValueTypes = {
|
|
|
1680
1786
|
edited?: boolean | `@${string}`;
|
|
1681
1787
|
__typename?: boolean | `@${string}`;
|
|
1682
1788
|
}>;
|
|
1789
|
+
["QueryAppLimits"]: AliasType<{
|
|
1790
|
+
cloud?: ValueTypes["AppLimits"];
|
|
1791
|
+
__typename?: boolean | `@${string}`;
|
|
1792
|
+
}>;
|
|
1793
|
+
["QueryAppLimitsCons"]: AliasType<{
|
|
1794
|
+
cloud?: ValueTypes["AppLimitsCons"];
|
|
1795
|
+
__typename?: boolean | `@${string}`;
|
|
1796
|
+
}>;
|
|
1797
|
+
["AppPlanResponse"]: AliasType<{
|
|
1798
|
+
plan?: ValueTypes["AppPlan"];
|
|
1799
|
+
__typename?: boolean | `@${string}`;
|
|
1800
|
+
}>;
|
|
1801
|
+
["AppPlansResponse"]: AliasType<{
|
|
1802
|
+
plan?: ValueTypes["AppPlan"];
|
|
1803
|
+
__typename?: boolean | `@${string}`;
|
|
1804
|
+
}>;
|
|
1683
1805
|
["ApplicationsResponse"]: AliasType<{
|
|
1684
1806
|
applications?: ValueTypes["Application"];
|
|
1685
1807
|
__typename?: boolean | `@${string}`;
|
|
@@ -1979,6 +2101,48 @@ type ValueTypes = {
|
|
|
1979
2101
|
__typename?: boolean | `@${string}`;
|
|
1980
2102
|
}>;
|
|
1981
2103
|
["PayoutType"]: PayoutType;
|
|
2104
|
+
["GetApplicationResponse"]: AliasType<{
|
|
2105
|
+
application?: ValueTypes["Application"];
|
|
2106
|
+
__typename?: boolean | `@${string}`;
|
|
2107
|
+
}>;
|
|
2108
|
+
["DeveloperResponse"]: AliasType<{
|
|
2109
|
+
rights?: boolean | `@${string}`;
|
|
2110
|
+
role?: boolean | `@${string}`;
|
|
2111
|
+
developer?: ValueTypes["DeveloperInfoResponse"];
|
|
2112
|
+
__typename?: boolean | `@${string}`;
|
|
2113
|
+
}>;
|
|
2114
|
+
["DeveloperInfoResponse"]: AliasType<{
|
|
2115
|
+
id?: boolean | `@${string}`;
|
|
2116
|
+
user?: ValueTypes["DeveloperUserResponse"];
|
|
2117
|
+
__typename?: boolean | `@${string}`;
|
|
2118
|
+
}>;
|
|
2119
|
+
["DeveloperUserResponse"]: AliasType<{
|
|
2120
|
+
infos?: ValueTypes["DeveloperUserInfoResponse"];
|
|
2121
|
+
__typename?: boolean | `@${string}`;
|
|
2122
|
+
}>;
|
|
2123
|
+
["DeveloperUserInfoResponse"]: AliasType<{
|
|
2124
|
+
firstname?: boolean | `@${string}`;
|
|
2125
|
+
lastname?: boolean | `@${string}`;
|
|
2126
|
+
emails?: boolean | `@${string}`;
|
|
2127
|
+
__typename?: boolean | `@${string}`;
|
|
2128
|
+
}>;
|
|
2129
|
+
["GetAllDevelopersResponse"]: AliasType<{
|
|
2130
|
+
developers?: ValueTypes["DeveloperResponse"];
|
|
2131
|
+
__typename?: boolean | `@${string}`;
|
|
2132
|
+
}>;
|
|
2133
|
+
["GetAllDevelopersMainResponse"]: AliasType<{
|
|
2134
|
+
getAllDevelopers?: ValueTypes["GetAllDevelopersResponse"];
|
|
2135
|
+
__typename?: boolean | `@${string}`;
|
|
2136
|
+
}>;
|
|
2137
|
+
["GetDeveloperResponse"]: AliasType<{
|
|
2138
|
+
user?: ValueTypes["GetDeveloperUserResponse"];
|
|
2139
|
+
__typename?: boolean | `@${string}`;
|
|
2140
|
+
}>;
|
|
2141
|
+
["GetDeveloperUserResponse"]: AliasType<{
|
|
2142
|
+
id?: boolean | `@${string}`;
|
|
2143
|
+
infos?: ValueTypes["DeveloperUserInfoResponse"];
|
|
2144
|
+
__typename?: boolean | `@${string}`;
|
|
2145
|
+
}>;
|
|
1982
2146
|
["TemporaryUser"]: AliasType<{
|
|
1983
2147
|
id?: boolean | `@${string}`;
|
|
1984
2148
|
mails?: ValueTypes["MailIntegrity"];
|
|
@@ -2099,13 +2263,15 @@ type ValueTypes = {
|
|
|
2099
2263
|
}>;
|
|
2100
2264
|
["ApplicationsCollaborators"]: {
|
|
2101
2265
|
email: string | Variable<any, string>;
|
|
2102
|
-
|
|
2266
|
+
role: ValueTypes["UserRole"] | Variable<any, string>;
|
|
2103
2267
|
};
|
|
2104
2268
|
["Query"]: AliasType<{
|
|
2105
2269
|
appNotifications?: ValueTypes["AppNotificationsResult"];
|
|
2270
|
+
appPlan?: ValueTypes["AppPlanResult"];
|
|
2271
|
+
appPlans?: ValueTypes["AppPlansResult"];
|
|
2106
2272
|
applications?: [
|
|
2107
2273
|
{
|
|
2108
|
-
sortBy: ValueTypes["
|
|
2274
|
+
sortBy: ValueTypes["SortApplications"] | Variable<any, string>;
|
|
2109
2275
|
},
|
|
2110
2276
|
ValueTypes["ApplicationsResult"]
|
|
2111
2277
|
];
|
|
@@ -2304,6 +2470,26 @@ type ValueTypes = {
|
|
|
2304
2470
|
},
|
|
2305
2471
|
ValueTypes["IsValidPaymentIntentResult"]
|
|
2306
2472
|
];
|
|
2473
|
+
getApplication?: [
|
|
2474
|
+
{
|
|
2475
|
+
appCode?: string | undefined | null | Variable<any, string>;
|
|
2476
|
+
appId?: string | undefined | null | Variable<any, string>;
|
|
2477
|
+
},
|
|
2478
|
+
ValueTypes["GetApplicationResult"]
|
|
2479
|
+
];
|
|
2480
|
+
getAllDevelopers?: [
|
|
2481
|
+
{
|
|
2482
|
+
appCode: string | Variable<any, string>;
|
|
2483
|
+
},
|
|
2484
|
+
ValueTypes["GetAllDevelopersResult"]
|
|
2485
|
+
];
|
|
2486
|
+
getDeveloper?: [
|
|
2487
|
+
{
|
|
2488
|
+
appCode: string | Variable<any, string>;
|
|
2489
|
+
developerId: string | Variable<any, string>;
|
|
2490
|
+
},
|
|
2491
|
+
ValueTypes["GetDeveloperResult"]
|
|
2492
|
+
];
|
|
2307
2493
|
__typename?: boolean | `@${string}`;
|
|
2308
2494
|
}>;
|
|
2309
2495
|
["Mutation"]: AliasType<{
|
|
@@ -2801,9 +2987,11 @@ type ValueTypes = {
|
|
|
2801
2987
|
};
|
|
2802
2988
|
type ResolverInputTypes = {
|
|
2803
2989
|
["BigInt"]: unknown;
|
|
2990
|
+
["Bytes"]: unknown;
|
|
2804
2991
|
["DateTime"]: unknown;
|
|
2992
|
+
["Decimal"]: unknown;
|
|
2805
2993
|
["Json"]: unknown;
|
|
2806
|
-
["
|
|
2994
|
+
["AppPlanOwner"]: AppPlanOwner;
|
|
2807
2995
|
["Lang"]: Lang;
|
|
2808
2996
|
["PlanKind"]: PlanKind;
|
|
2809
2997
|
["UserRole"]: UserRole;
|
|
@@ -2817,6 +3005,16 @@ type ResolverInputTypes = {
|
|
|
2817
3005
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
2818
3006
|
__typename?: boolean | `@${string}`;
|
|
2819
3007
|
}>;
|
|
3008
|
+
["AppPlanResult"]: AliasType<{
|
|
3009
|
+
AppPlanResponse?: ResolverInputTypes["AppPlanResponse"];
|
|
3010
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3011
|
+
__typename?: boolean | `@${string}`;
|
|
3012
|
+
}>;
|
|
3013
|
+
["AppPlansResult"]: AliasType<{
|
|
3014
|
+
AppPlansResponse?: ResolverInputTypes["AppPlansResponse"];
|
|
3015
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3016
|
+
__typename?: boolean | `@${string}`;
|
|
3017
|
+
}>;
|
|
2820
3018
|
["ApplicationsResult"]: AliasType<{
|
|
2821
3019
|
ApplicationsResponse?: ResolverInputTypes["ApplicationsResponse"];
|
|
2822
3020
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -2866,7 +3064,7 @@ type ResolverInputTypes = {
|
|
|
2866
3064
|
}>;
|
|
2867
3065
|
["FaqResult"]: AliasType<{
|
|
2868
3066
|
FaqResponse?: ResolverInputTypes["FaqResponse"];
|
|
2869
|
-
|
|
3067
|
+
ErrorBasic?: ResolverInputTypes["ErrorBasic"];
|
|
2870
3068
|
__typename?: boolean | `@${string}`;
|
|
2871
3069
|
}>;
|
|
2872
3070
|
["FileResult"]: AliasType<{
|
|
@@ -2878,12 +3076,15 @@ type ResolverInputTypes = {
|
|
|
2878
3076
|
FileContentResponse?: ResolverInputTypes["FileContentResponse"];
|
|
2879
3077
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2880
3078
|
ErrorBasic?: ResolverInputTypes["ErrorBasic"];
|
|
3079
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
3080
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
2881
3081
|
__typename?: boolean | `@${string}`;
|
|
2882
3082
|
}>;
|
|
2883
3083
|
["FilesContentResult"]: AliasType<{
|
|
2884
3084
|
FilesContentResponse?: ResolverInputTypes["FilesContentResponse"];
|
|
2885
3085
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2886
3086
|
ErrorBasic?: ResolverInputTypes["ErrorBasic"];
|
|
3087
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
2887
3088
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
2888
3089
|
__typename?: boolean | `@${string}`;
|
|
2889
3090
|
}>;
|
|
@@ -2899,7 +3100,6 @@ type ResolverInputTypes = {
|
|
|
2899
3100
|
}>;
|
|
2900
3101
|
["LimitsResult"]: AliasType<{
|
|
2901
3102
|
QueryLimits?: ResolverInputTypes["QueryLimits"];
|
|
2902
|
-
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2903
3103
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
2904
3104
|
ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
|
|
2905
3105
|
ErrorLimit?: ResolverInputTypes["ErrorLimit"];
|
|
@@ -3053,6 +3253,24 @@ type ResolverInputTypes = {
|
|
|
3053
3253
|
ErrorStripe?: ResolverInputTypes["ErrorStripe"];
|
|
3054
3254
|
__typename?: boolean | `@${string}`;
|
|
3055
3255
|
}>;
|
|
3256
|
+
["GetApplicationResult"]: AliasType<{
|
|
3257
|
+
GetApplicationResponse?: ResolverInputTypes["GetApplicationResponse"];
|
|
3258
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3259
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3260
|
+
__typename?: boolean | `@${string}`;
|
|
3261
|
+
}>;
|
|
3262
|
+
["GetAllDevelopersResult"]: AliasType<{
|
|
3263
|
+
GetAllDevelopersMainResponse?: ResolverInputTypes["GetAllDevelopersMainResponse"];
|
|
3264
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3265
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3266
|
+
__typename?: boolean | `@${string}`;
|
|
3267
|
+
}>;
|
|
3268
|
+
["GetDeveloperResult"]: AliasType<{
|
|
3269
|
+
GetDeveloperResponse?: ResolverInputTypes["GetDeveloperResponse"];
|
|
3270
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3271
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3272
|
+
__typename?: boolean | `@${string}`;
|
|
3273
|
+
}>;
|
|
3056
3274
|
["AddFileToHistoryResult"]: AliasType<{
|
|
3057
3275
|
AddFileToHistoryResponse?: ResolverInputTypes["AddFileToHistoryResponse"];
|
|
3058
3276
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -3108,7 +3326,7 @@ type ResolverInputTypes = {
|
|
|
3108
3326
|
["DeleteFileResult"]: AliasType<{
|
|
3109
3327
|
DeleteFileResponse?: ResolverInputTypes["DeleteFileResponse"];
|
|
3110
3328
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3111
|
-
|
|
3329
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3112
3330
|
__typename?: boolean | `@${string}`;
|
|
3113
3331
|
}>;
|
|
3114
3332
|
["DeleteMailResult"]: AliasType<{
|
|
@@ -3195,7 +3413,6 @@ type ResolverInputTypes = {
|
|
|
3195
3413
|
["SaveInCloudResult"]: AliasType<{
|
|
3196
3414
|
SaveInCloudResponse?: ResolverInputTypes["SaveInCloudResponse"];
|
|
3197
3415
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3198
|
-
ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
|
|
3199
3416
|
ErrorBasic?: ResolverInputTypes["ErrorBasic"];
|
|
3200
3417
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3201
3418
|
ErrorLimit?: ResolverInputTypes["ErrorLimit"];
|
|
@@ -3297,14 +3514,13 @@ type ResolverInputTypes = {
|
|
|
3297
3514
|
["UploadFileResult"]: AliasType<{
|
|
3298
3515
|
UploadFileResponse?: ResolverInputTypes["UploadFileResponse"];
|
|
3299
3516
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3517
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
3300
3518
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3301
|
-
ErrorLimit?: ResolverInputTypes["ErrorLimit"];
|
|
3302
3519
|
__typename?: boolean | `@${string}`;
|
|
3303
3520
|
}>;
|
|
3304
3521
|
["UploadFileEndResult"]: AliasType<{
|
|
3305
3522
|
UploadFileEndResponse?: ResolverInputTypes["UploadFileEndResponse"];
|
|
3306
3523
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3307
|
-
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3308
3524
|
__typename?: boolean | `@${string}`;
|
|
3309
3525
|
}>;
|
|
3310
3526
|
["UploadFilePartEndResult"]: AliasType<{
|
|
@@ -3315,9 +3531,8 @@ type ResolverInputTypes = {
|
|
|
3315
3531
|
["UploadLiteFileResult"]: AliasType<{
|
|
3316
3532
|
UploadLiteFileResponse?: ResolverInputTypes["UploadLiteFileResponse"];
|
|
3317
3533
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3318
|
-
|
|
3534
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
3319
3535
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3320
|
-
ErrorLimit?: ResolverInputTypes["ErrorLimit"];
|
|
3321
3536
|
__typename?: boolean | `@${string}`;
|
|
3322
3537
|
}>;
|
|
3323
3538
|
["ChangeUserPlanResult"]: AliasType<{
|
|
@@ -3405,6 +3620,9 @@ type ResolverInputTypes = {
|
|
|
3405
3620
|
["CreateApplicationResult"]: AliasType<{
|
|
3406
3621
|
CreateApplicationResponse?: ResolverInputTypes["CreateApplicationResponse"];
|
|
3407
3622
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3623
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3624
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
3625
|
+
ErrorInternalServer?: ResolverInputTypes["ErrorInternalServer"];
|
|
3408
3626
|
__typename?: boolean | `@${string}`;
|
|
3409
3627
|
}>;
|
|
3410
3628
|
["DeleteApplicationResult"]: AliasType<{
|
|
@@ -3446,6 +3664,62 @@ type ResolverInputTypes = {
|
|
|
3446
3664
|
pub?: boolean | `@${string}`;
|
|
3447
3665
|
__typename?: boolean | `@${string}`;
|
|
3448
3666
|
}>;
|
|
3667
|
+
["AppLimits"]: AliasType<{
|
|
3668
|
+
id?: boolean | `@${string}`;
|
|
3669
|
+
devs?: boolean | `@${string}`;
|
|
3670
|
+
devsBase?: boolean | `@${string}`;
|
|
3671
|
+
devsUnit?: boolean | `@${string}`;
|
|
3672
|
+
devsPrice?: boolean | `@${string}`;
|
|
3673
|
+
users?: boolean | `@${string}`;
|
|
3674
|
+
usersBase?: boolean | `@${string}`;
|
|
3675
|
+
usersUnit?: boolean | `@${string}`;
|
|
3676
|
+
usersPrice?: boolean | `@${string}`;
|
|
3677
|
+
bandwidth?: boolean | `@${string}`;
|
|
3678
|
+
perFileSize?: boolean | `@${string}`;
|
|
3679
|
+
perFileSizeBase?: boolean | `@${string}`;
|
|
3680
|
+
perFileSizeUnit?: boolean | `@${string}`;
|
|
3681
|
+
perFileSizePrice?: boolean | `@${string}`;
|
|
3682
|
+
bandwidthBase?: boolean | `@${string}`;
|
|
3683
|
+
bandwidthUnit?: boolean | `@${string}`;
|
|
3684
|
+
bandwidthPrice?: boolean | `@${string}`;
|
|
3685
|
+
__typename?: boolean | `@${string}`;
|
|
3686
|
+
}>;
|
|
3687
|
+
["AppLimitsCons"]: AliasType<{
|
|
3688
|
+
id?: boolean | `@${string}`;
|
|
3689
|
+
lastReset?: boolean | `@${string}`;
|
|
3690
|
+
downloadBandwidth?: boolean | `@${string}`;
|
|
3691
|
+
uploadBandwidth?: boolean | `@${string}`;
|
|
3692
|
+
__typename?: boolean | `@${string}`;
|
|
3693
|
+
}>;
|
|
3694
|
+
["AppPlan"]: AliasType<{
|
|
3695
|
+
id?: boolean | `@${string}`;
|
|
3696
|
+
relatedTo?: boolean | `@${string}`;
|
|
3697
|
+
kind?: boolean | `@${string}`;
|
|
3698
|
+
codes?: boolean | `@${string}`;
|
|
3699
|
+
descriptor?: ResolverInputTypes["AppPlanDesc"];
|
|
3700
|
+
__typename?: boolean | `@${string}`;
|
|
3701
|
+
}>;
|
|
3702
|
+
["AppPlanDesc"]: AliasType<{
|
|
3703
|
+
id?: boolean | `@${string}`;
|
|
3704
|
+
plan?: ResolverInputTypes["AppPlan"];
|
|
3705
|
+
devsBase?: boolean | `@${string}`;
|
|
3706
|
+
devsMax?: boolean | `@${string}`;
|
|
3707
|
+
devsUnit?: boolean | `@${string}`;
|
|
3708
|
+
devsPrice?: boolean | `@${string}`;
|
|
3709
|
+
usersBase?: boolean | `@${string}`;
|
|
3710
|
+
usersMax?: boolean | `@${string}`;
|
|
3711
|
+
usersUnit?: boolean | `@${string}`;
|
|
3712
|
+
usersPrice?: boolean | `@${string}`;
|
|
3713
|
+
perFileSizeBase?: boolean | `@${string}`;
|
|
3714
|
+
perFileSizeMax?: boolean | `@${string}`;
|
|
3715
|
+
perFileSizeUnit?: boolean | `@${string}`;
|
|
3716
|
+
perFileSizePrice?: boolean | `@${string}`;
|
|
3717
|
+
bandwidthBase?: boolean | `@${string}`;
|
|
3718
|
+
bandwidthMax?: boolean | `@${string}`;
|
|
3719
|
+
bandwidthUnit?: boolean | `@${string}`;
|
|
3720
|
+
bandwidthPrice?: boolean | `@${string}`;
|
|
3721
|
+
__typename?: boolean | `@${string}`;
|
|
3722
|
+
}>;
|
|
3449
3723
|
["AppSession"]: AliasType<{
|
|
3450
3724
|
id?: boolean | `@${string}`;
|
|
3451
3725
|
lastActivity?: boolean | `@${string}`;
|
|
@@ -3462,10 +3736,15 @@ type ResolverInputTypes = {
|
|
|
3462
3736
|
id?: boolean | `@${string}`;
|
|
3463
3737
|
name?: boolean | `@${string}`;
|
|
3464
3738
|
logo?: boolean | `@${string}`;
|
|
3739
|
+
code?: boolean | `@${string}`;
|
|
3465
3740
|
color?: boolean | `@${string}`;
|
|
3466
3741
|
origin?: boolean | `@${string}`;
|
|
3467
3742
|
createdAt?: boolean | `@${string}`;
|
|
3468
3743
|
updatedAt?: boolean | `@${string}`;
|
|
3744
|
+
plan?: ResolverInputTypes["AppPlan"];
|
|
3745
|
+
plans?: ResolverInputTypes["AppPlan"];
|
|
3746
|
+
limits?: ResolverInputTypes["AppLimits"];
|
|
3747
|
+
consumption?: ResolverInputTypes["AppLimitsCons"];
|
|
3469
3748
|
owner?: ResolverInputTypes["Developer"];
|
|
3470
3749
|
ownerId?: boolean | `@${string}`;
|
|
3471
3750
|
developers?: ResolverInputTypes["DevelopersOnApplications"];
|
|
@@ -3564,26 +3843,34 @@ type ResolverInputTypes = {
|
|
|
3564
3843
|
rights?: boolean | `@${string}`;
|
|
3565
3844
|
__typename?: boolean | `@${string}`;
|
|
3566
3845
|
}>;
|
|
3567
|
-
["
|
|
3846
|
+
["SortApplications"]: SortApplications;
|
|
3568
3847
|
["Error"]: AliasType<{
|
|
3848
|
+
ErrorBasic?: ResolverInputTypes["ErrorBasic"];
|
|
3849
|
+
ErrorBadRequest?: ResolverInputTypes["ErrorBadRequest"];
|
|
3569
3850
|
ErrorStripe?: ResolverInputTypes["ErrorStripe"];
|
|
3570
|
-
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3571
|
-
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3572
3851
|
ErrorUpgradePlan?: ResolverInputTypes["ErrorUpgradePlan"];
|
|
3573
|
-
|
|
3852
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3574
3853
|
ErrorNotExist?: ResolverInputTypes["ErrorNotExist"];
|
|
3854
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3855
|
+
ErrorLangNotExist?: ResolverInputTypes["ErrorLangNotExist"];
|
|
3575
3856
|
ErrorLimit?: ResolverInputTypes["ErrorLimit"];
|
|
3576
|
-
|
|
3857
|
+
ErrorInternalServer?: ResolverInputTypes["ErrorInternalServer"];
|
|
3577
3858
|
__typename?: boolean | `@${string}`;
|
|
3578
3859
|
}>;
|
|
3579
3860
|
["ErrorAccessDenied"]: AliasType<{
|
|
3580
3861
|
message?: boolean | `@${string}`;
|
|
3581
3862
|
__typename?: boolean | `@${string}`;
|
|
3582
3863
|
}>;
|
|
3864
|
+
["ErrorBadRequest"]: AliasType<{
|
|
3865
|
+
message?: boolean | `@${string}`;
|
|
3866
|
+
__typename?: boolean | `@${string}`;
|
|
3867
|
+
}>;
|
|
3583
3868
|
["ErrorBase"]: AliasType<{
|
|
3584
3869
|
message?: boolean | `@${string}`;
|
|
3585
3870
|
["...on ErrorAccessDenied"]?: Omit<ResolverInputTypes["ErrorAccessDenied"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3871
|
+
["...on ErrorBadRequest"]?: Omit<ResolverInputTypes["ErrorBadRequest"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3586
3872
|
["...on ErrorBasic"]?: Omit<ResolverInputTypes["ErrorBasic"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3873
|
+
["...on ErrorInternalServer"]?: Omit<ResolverInputTypes["ErrorInternalServer"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3587
3874
|
["...on ErrorLangNotExist"]?: Omit<ResolverInputTypes["ErrorLangNotExist"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3588
3875
|
["...on ErrorLimit"]?: Omit<ResolverInputTypes["ErrorLimit"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
3589
3876
|
["...on ErrorNotExist"]?: Omit<ResolverInputTypes["ErrorNotExist"], keyof ResolverInputTypes["ErrorBase"]>;
|
|
@@ -3596,6 +3883,10 @@ type ResolverInputTypes = {
|
|
|
3596
3883
|
message?: boolean | `@${string}`;
|
|
3597
3884
|
__typename?: boolean | `@${string}`;
|
|
3598
3885
|
}>;
|
|
3886
|
+
["ErrorInternalServer"]: AliasType<{
|
|
3887
|
+
message?: boolean | `@${string}`;
|
|
3888
|
+
__typename?: boolean | `@${string}`;
|
|
3889
|
+
}>;
|
|
3599
3890
|
["ErrorLangNotExist"]: AliasType<{
|
|
3600
3891
|
message?: boolean | `@${string}`;
|
|
3601
3892
|
__typename?: boolean | `@${string}`;
|
|
@@ -4242,6 +4533,22 @@ type ResolverInputTypes = {
|
|
|
4242
4533
|
edited?: boolean | `@${string}`;
|
|
4243
4534
|
__typename?: boolean | `@${string}`;
|
|
4244
4535
|
}>;
|
|
4536
|
+
["QueryAppLimits"]: AliasType<{
|
|
4537
|
+
cloud?: ResolverInputTypes["AppLimits"];
|
|
4538
|
+
__typename?: boolean | `@${string}`;
|
|
4539
|
+
}>;
|
|
4540
|
+
["QueryAppLimitsCons"]: AliasType<{
|
|
4541
|
+
cloud?: ResolverInputTypes["AppLimitsCons"];
|
|
4542
|
+
__typename?: boolean | `@${string}`;
|
|
4543
|
+
}>;
|
|
4544
|
+
["AppPlanResponse"]: AliasType<{
|
|
4545
|
+
plan?: ResolverInputTypes["AppPlan"];
|
|
4546
|
+
__typename?: boolean | `@${string}`;
|
|
4547
|
+
}>;
|
|
4548
|
+
["AppPlansResponse"]: AliasType<{
|
|
4549
|
+
plan?: ResolverInputTypes["AppPlan"];
|
|
4550
|
+
__typename?: boolean | `@${string}`;
|
|
4551
|
+
}>;
|
|
4245
4552
|
["ApplicationsResponse"]: AliasType<{
|
|
4246
4553
|
applications?: ResolverInputTypes["Application"];
|
|
4247
4554
|
__typename?: boolean | `@${string}`;
|
|
@@ -4541,6 +4848,48 @@ type ResolverInputTypes = {
|
|
|
4541
4848
|
__typename?: boolean | `@${string}`;
|
|
4542
4849
|
}>;
|
|
4543
4850
|
["PayoutType"]: PayoutType;
|
|
4851
|
+
["GetApplicationResponse"]: AliasType<{
|
|
4852
|
+
application?: ResolverInputTypes["Application"];
|
|
4853
|
+
__typename?: boolean | `@${string}`;
|
|
4854
|
+
}>;
|
|
4855
|
+
["DeveloperResponse"]: AliasType<{
|
|
4856
|
+
rights?: boolean | `@${string}`;
|
|
4857
|
+
role?: boolean | `@${string}`;
|
|
4858
|
+
developer?: ResolverInputTypes["DeveloperInfoResponse"];
|
|
4859
|
+
__typename?: boolean | `@${string}`;
|
|
4860
|
+
}>;
|
|
4861
|
+
["DeveloperInfoResponse"]: AliasType<{
|
|
4862
|
+
id?: boolean | `@${string}`;
|
|
4863
|
+
user?: ResolverInputTypes["DeveloperUserResponse"];
|
|
4864
|
+
__typename?: boolean | `@${string}`;
|
|
4865
|
+
}>;
|
|
4866
|
+
["DeveloperUserResponse"]: AliasType<{
|
|
4867
|
+
infos?: ResolverInputTypes["DeveloperUserInfoResponse"];
|
|
4868
|
+
__typename?: boolean | `@${string}`;
|
|
4869
|
+
}>;
|
|
4870
|
+
["DeveloperUserInfoResponse"]: AliasType<{
|
|
4871
|
+
firstname?: boolean | `@${string}`;
|
|
4872
|
+
lastname?: boolean | `@${string}`;
|
|
4873
|
+
emails?: boolean | `@${string}`;
|
|
4874
|
+
__typename?: boolean | `@${string}`;
|
|
4875
|
+
}>;
|
|
4876
|
+
["GetAllDevelopersResponse"]: AliasType<{
|
|
4877
|
+
developers?: ResolverInputTypes["DeveloperResponse"];
|
|
4878
|
+
__typename?: boolean | `@${string}`;
|
|
4879
|
+
}>;
|
|
4880
|
+
["GetAllDevelopersMainResponse"]: AliasType<{
|
|
4881
|
+
getAllDevelopers?: ResolverInputTypes["GetAllDevelopersResponse"];
|
|
4882
|
+
__typename?: boolean | `@${string}`;
|
|
4883
|
+
}>;
|
|
4884
|
+
["GetDeveloperResponse"]: AliasType<{
|
|
4885
|
+
user?: ResolverInputTypes["GetDeveloperUserResponse"];
|
|
4886
|
+
__typename?: boolean | `@${string}`;
|
|
4887
|
+
}>;
|
|
4888
|
+
["GetDeveloperUserResponse"]: AliasType<{
|
|
4889
|
+
id?: boolean | `@${string}`;
|
|
4890
|
+
infos?: ResolverInputTypes["DeveloperUserInfoResponse"];
|
|
4891
|
+
__typename?: boolean | `@${string}`;
|
|
4892
|
+
}>;
|
|
4544
4893
|
["TemporaryUser"]: AliasType<{
|
|
4545
4894
|
id?: boolean | `@${string}`;
|
|
4546
4895
|
mails?: ResolverInputTypes["MailIntegrity"];
|
|
@@ -4661,13 +5010,15 @@ type ResolverInputTypes = {
|
|
|
4661
5010
|
}>;
|
|
4662
5011
|
["ApplicationsCollaborators"]: {
|
|
4663
5012
|
email: string;
|
|
4664
|
-
|
|
5013
|
+
role: ResolverInputTypes["UserRole"];
|
|
4665
5014
|
};
|
|
4666
5015
|
["Query"]: AliasType<{
|
|
4667
5016
|
appNotifications?: ResolverInputTypes["AppNotificationsResult"];
|
|
5017
|
+
appPlan?: ResolverInputTypes["AppPlanResult"];
|
|
5018
|
+
appPlans?: ResolverInputTypes["AppPlansResult"];
|
|
4668
5019
|
applications?: [
|
|
4669
5020
|
{
|
|
4670
|
-
sortBy: ResolverInputTypes["
|
|
5021
|
+
sortBy: ResolverInputTypes["SortApplications"];
|
|
4671
5022
|
},
|
|
4672
5023
|
ResolverInputTypes["ApplicationsResult"]
|
|
4673
5024
|
];
|
|
@@ -4863,6 +5214,26 @@ type ResolverInputTypes = {
|
|
|
4863
5214
|
},
|
|
4864
5215
|
ResolverInputTypes["IsValidPaymentIntentResult"]
|
|
4865
5216
|
];
|
|
5217
|
+
getApplication?: [
|
|
5218
|
+
{
|
|
5219
|
+
appCode?: string | undefined | null;
|
|
5220
|
+
appId?: string | undefined | null;
|
|
5221
|
+
},
|
|
5222
|
+
ResolverInputTypes["GetApplicationResult"]
|
|
5223
|
+
];
|
|
5224
|
+
getAllDevelopers?: [
|
|
5225
|
+
{
|
|
5226
|
+
appCode: string;
|
|
5227
|
+
},
|
|
5228
|
+
ResolverInputTypes["GetAllDevelopersResult"]
|
|
5229
|
+
];
|
|
5230
|
+
getDeveloper?: [
|
|
5231
|
+
{
|
|
5232
|
+
appCode: string;
|
|
5233
|
+
developerId: string;
|
|
5234
|
+
},
|
|
5235
|
+
ResolverInputTypes["GetDeveloperResult"]
|
|
5236
|
+
];
|
|
4866
5237
|
__typename?: boolean | `@${string}`;
|
|
4867
5238
|
}>;
|
|
4868
5239
|
["Mutation"]: AliasType<{
|
|
@@ -5342,9 +5713,11 @@ type ResolverInputTypes = {
|
|
|
5342
5713
|
};
|
|
5343
5714
|
type ModelTypes = {
|
|
5344
5715
|
["BigInt"]: any;
|
|
5716
|
+
["Bytes"]: any;
|
|
5345
5717
|
["DateTime"]: any;
|
|
5718
|
+
["Decimal"]: any;
|
|
5346
5719
|
["Json"]: any;
|
|
5347
|
-
["
|
|
5720
|
+
["AppPlanOwner"]: AppPlanOwner;
|
|
5348
5721
|
["Lang"]: Lang;
|
|
5349
5722
|
["PlanKind"]: PlanKind;
|
|
5350
5723
|
["UserRole"]: UserRole;
|
|
@@ -5353,6 +5726,8 @@ type ModelTypes = {
|
|
|
5353
5726
|
["NodeType"]: NodeType;
|
|
5354
5727
|
["PaymentMethod"]: PaymentMethod;
|
|
5355
5728
|
["AppNotificationsResult"]: ModelTypes["UserAppNotifications"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5729
|
+
["AppPlanResult"]: ModelTypes["AppPlanResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5730
|
+
["AppPlansResult"]: ModelTypes["AppPlansResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5356
5731
|
["ApplicationsResult"]: ModelTypes["ApplicationsResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5357
5732
|
["BlogResult"]: ModelTypes["BlogResponse"] | ModelTypes["ErrorLangNotExist"];
|
|
5358
5733
|
["DbConfigResult"]: ModelTypes["DbConfigResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
@@ -5361,13 +5736,13 @@ type ModelTypes = {
|
|
|
5361
5736
|
["DbSearchResult"]: ModelTypes["DbSearchResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
|
|
5362
5737
|
["DeletedMailsResult"]: ModelTypes["DeletedMailsResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5363
5738
|
["DeletedNodesResult"]: ModelTypes["DeletedNodesResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5364
|
-
["FaqResult"]: ModelTypes["FaqResponse"] | ModelTypes["
|
|
5739
|
+
["FaqResult"]: ModelTypes["FaqResponse"] | ModelTypes["ErrorBasic"];
|
|
5365
5740
|
["FileResult"]: ModelTypes["FileQueryResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5366
|
-
["FileContentResult"]: ModelTypes["FileContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
5367
|
-
["FilesContentResult"]: ModelTypes["FilesContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
|
|
5741
|
+
["FileContentResult"]: ModelTypes["FileContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorNotFound"];
|
|
5742
|
+
["FilesContentResult"]: ModelTypes["FilesContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorNotFound"];
|
|
5368
5743
|
["GetJwtResult"]: ModelTypes["JwtResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5369
5744
|
["IsCryptoTransactionDoneResult"]: ModelTypes["IsCryptoTransactionDoneResponse"] | ModelTypes["ErrorNotExist"];
|
|
5370
|
-
["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["
|
|
5745
|
+
["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"];
|
|
5371
5746
|
["MailResult"]: ModelTypes["QueryMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5372
5747
|
["MyCryptoBalanceResult"]: ModelTypes["MyCryptoBalanceResponse"] | ModelTypes["ErrorNotExist"];
|
|
5373
5748
|
["NodeResult"]: ModelTypes["NodeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -5393,6 +5768,9 @@ type ModelTypes = {
|
|
|
5393
5768
|
["GetPaymentRequestToCollectResult"]: ModelTypes["GetPaymentRequestToCollectResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
|
|
5394
5769
|
["GetPaymentRequestToPayResult"]: ModelTypes["GetPaymentRequestToPayResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5395
5770
|
["IsValidPaymentIntentResult"]: ModelTypes["ValidPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
|
|
5771
|
+
["GetApplicationResult"]: ModelTypes["GetApplicationResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5772
|
+
["GetAllDevelopersResult"]: ModelTypes["GetAllDevelopersMainResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5773
|
+
["GetDeveloperResult"]: ModelTypes["GetDeveloperResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5396
5774
|
["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
5397
5775
|
["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5398
5776
|
["CreateCryptoWalletResult"]: ModelTypes["CreateCryptoWalletResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -5402,7 +5780,7 @@ type ModelTypes = {
|
|
|
5402
5780
|
["DbConfigToProdMutationResult"]: ModelTypes["DbConfigToProdMutationResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
5403
5781
|
["DbSetResult"]: ModelTypes["DbSetResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
|
|
5404
5782
|
["DeleteDraftMailResult"]: ModelTypes["DeleteDraftMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5405
|
-
["DeleteFileResult"]: ModelTypes["DeleteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["
|
|
5783
|
+
["DeleteFileResult"]: ModelTypes["DeleteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5406
5784
|
["DeleteMailResult"]: ModelTypes["DeleteMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5407
5785
|
["DeleteMailTrashResult"]: ModelTypes["DeleteMailTrashResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5408
5786
|
["DeleteNodeResult"]: ModelTypes["DeleteNodeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -5418,7 +5796,7 @@ type ModelTypes = {
|
|
|
5418
5796
|
["ReadMailResult"]: ModelTypes["ReadMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
|
|
5419
5797
|
["RecoverMailResult"]: ModelTypes["RecoverMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
5420
5798
|
["RecoverNodeResult"]: ModelTypes["RecoverNodeResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
5421
|
-
["SaveInCloudResult"]: ModelTypes["SaveInCloudResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["
|
|
5799
|
+
["SaveInCloudResult"]: ModelTypes["SaveInCloudResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorLimit"];
|
|
5422
5800
|
["SendAppMailResult"]: ModelTypes["SendAppMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
|
|
5423
5801
|
["SendCryptoTransactionResult"]: ModelTypes["SendCryptoTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotExist"];
|
|
5424
5802
|
["SendDraftMailResult"]: ModelTypes["SendDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
@@ -5434,10 +5812,10 @@ type ModelTypes = {
|
|
|
5434
5812
|
["UpdateDraftMailResult"]: ModelTypes["UpdateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
5435
5813
|
["UpdateNodeResult"]: ModelTypes["UpdateNodeResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
5436
5814
|
["UpdateProfileResult"]: ModelTypes["UpdateProfileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
5437
|
-
["UploadFileResult"]: ModelTypes["UploadFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["
|
|
5438
|
-
["UploadFileEndResult"]: ModelTypes["UploadFileEndResponse"] | ModelTypes["ErrorAccessDenied"]
|
|
5815
|
+
["UploadFileResult"]: ModelTypes["UploadFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorNotFound"];
|
|
5816
|
+
["UploadFileEndResult"]: ModelTypes["UploadFileEndResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5439
5817
|
["UploadFilePartEndResult"]: ModelTypes["UploadFilePartEndResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5440
|
-
["UploadLiteFileResult"]: ModelTypes["UploadLiteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["
|
|
5818
|
+
["UploadLiteFileResult"]: ModelTypes["UploadLiteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorNotFound"];
|
|
5441
5819
|
["ChangeUserPlanResult"]: ModelTypes["ChangeUserPlanResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5442
5820
|
["CreateCardTokenResult"]: ModelTypes["CreateCardTokenResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
|
|
5443
5821
|
["CreateStripeTransferResult"]: ModelTypes["CreateStripeTransferResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
|
|
@@ -5451,7 +5829,7 @@ type ModelTypes = {
|
|
|
5451
5829
|
["CreatePaymentIntentResult"]: ModelTypes["CreatePaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
|
|
5452
5830
|
["RenewAppCodeResult"]: ModelTypes["RenewAppCodeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5453
5831
|
["UpdateOriginUrlResult"]: ModelTypes["UpdateOriginUrlResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5454
|
-
["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5832
|
+
["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorInternalServer"];
|
|
5455
5833
|
["DeleteApplicationResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5456
5834
|
["EditColorsResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
5457
5835
|
["EditLogoResult"]: ModelTypes["EditProjectResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
@@ -5462,6 +5840,58 @@ type ModelTypes = {
|
|
|
5462
5840
|
["AppKeyPair"]: {
|
|
5463
5841
|
pub: string;
|
|
5464
5842
|
};
|
|
5843
|
+
["AppLimits"]: {
|
|
5844
|
+
id: string;
|
|
5845
|
+
devs?: ModelTypes["BigInt"] | undefined;
|
|
5846
|
+
devsBase?: ModelTypes["BigInt"] | undefined;
|
|
5847
|
+
devsUnit?: ModelTypes["BigInt"] | undefined;
|
|
5848
|
+
devsPrice?: ModelTypes["Decimal"] | undefined;
|
|
5849
|
+
users?: ModelTypes["BigInt"] | undefined;
|
|
5850
|
+
usersBase?: ModelTypes["BigInt"] | undefined;
|
|
5851
|
+
usersUnit?: ModelTypes["BigInt"] | undefined;
|
|
5852
|
+
usersPrice?: ModelTypes["Decimal"] | undefined;
|
|
5853
|
+
bandwidth?: ModelTypes["BigInt"] | undefined;
|
|
5854
|
+
perFileSize?: ModelTypes["BigInt"] | undefined;
|
|
5855
|
+
perFileSizeBase?: ModelTypes["BigInt"] | undefined;
|
|
5856
|
+
perFileSizeUnit?: ModelTypes["BigInt"] | undefined;
|
|
5857
|
+
perFileSizePrice?: ModelTypes["Decimal"] | undefined;
|
|
5858
|
+
bandwidthBase?: ModelTypes["BigInt"] | undefined;
|
|
5859
|
+
bandwidthUnit?: ModelTypes["BigInt"] | undefined;
|
|
5860
|
+
bandwidthPrice?: ModelTypes["Decimal"] | undefined;
|
|
5861
|
+
};
|
|
5862
|
+
["AppLimitsCons"]: {
|
|
5863
|
+
id: string;
|
|
5864
|
+
lastReset: ModelTypes["DateTime"];
|
|
5865
|
+
downloadBandwidth: ModelTypes["BigInt"];
|
|
5866
|
+
uploadBandwidth: ModelTypes["BigInt"];
|
|
5867
|
+
};
|
|
5868
|
+
["AppPlan"]: {
|
|
5869
|
+
id: string;
|
|
5870
|
+
relatedTo: ModelTypes["AppPlanOwner"];
|
|
5871
|
+
kind: string;
|
|
5872
|
+
codes: Array<string>;
|
|
5873
|
+
descriptor: ModelTypes["AppPlanDesc"];
|
|
5874
|
+
};
|
|
5875
|
+
["AppPlanDesc"]: {
|
|
5876
|
+
id: string;
|
|
5877
|
+
plan?: ModelTypes["AppPlan"] | undefined;
|
|
5878
|
+
devsBase?: ModelTypes["BigInt"] | undefined;
|
|
5879
|
+
devsMax?: ModelTypes["BigInt"] | undefined;
|
|
5880
|
+
devsUnit?: ModelTypes["BigInt"] | undefined;
|
|
5881
|
+
devsPrice?: ModelTypes["Decimal"] | undefined;
|
|
5882
|
+
usersBase?: ModelTypes["BigInt"] | undefined;
|
|
5883
|
+
usersMax?: ModelTypes["BigInt"] | undefined;
|
|
5884
|
+
usersUnit?: ModelTypes["BigInt"] | undefined;
|
|
5885
|
+
usersPrice?: ModelTypes["Decimal"] | undefined;
|
|
5886
|
+
perFileSizeBase?: ModelTypes["BigInt"] | undefined;
|
|
5887
|
+
perFileSizeMax?: ModelTypes["BigInt"] | undefined;
|
|
5888
|
+
perFileSizeUnit?: ModelTypes["BigInt"] | undefined;
|
|
5889
|
+
perFileSizePrice?: ModelTypes["Decimal"] | undefined;
|
|
5890
|
+
bandwidthBase?: ModelTypes["BigInt"] | undefined;
|
|
5891
|
+
bandwidthMax?: ModelTypes["BigInt"] | undefined;
|
|
5892
|
+
bandwidthUnit?: ModelTypes["BigInt"] | undefined;
|
|
5893
|
+
bandwidthPrice?: ModelTypes["Decimal"] | undefined;
|
|
5894
|
+
};
|
|
5465
5895
|
["AppSession"]: {
|
|
5466
5896
|
id: string;
|
|
5467
5897
|
lastActivity?: ModelTypes["DateTime"] | undefined;
|
|
@@ -5477,10 +5907,15 @@ type ModelTypes = {
|
|
|
5477
5907
|
id: string;
|
|
5478
5908
|
name: string;
|
|
5479
5909
|
logo?: string | undefined;
|
|
5910
|
+
code: string;
|
|
5480
5911
|
color?: string | undefined;
|
|
5481
5912
|
origin: Array<string>;
|
|
5482
5913
|
createdAt: ModelTypes["DateTime"];
|
|
5483
5914
|
updatedAt: ModelTypes["DateTime"];
|
|
5915
|
+
plan?: ModelTypes["AppPlan"] | undefined;
|
|
5916
|
+
plans: Array<ModelTypes["AppPlan"]>;
|
|
5917
|
+
limits: ModelTypes["AppLimits"];
|
|
5918
|
+
consumption: ModelTypes["AppLimitsCons"];
|
|
5484
5919
|
owner: ModelTypes["Developer"];
|
|
5485
5920
|
ownerId: string;
|
|
5486
5921
|
developers: Array<ModelTypes["DevelopersOnApplications"]>;
|
|
@@ -5568,15 +6003,21 @@ type ModelTypes = {
|
|
|
5568
6003
|
role: ModelTypes["UserRole"];
|
|
5569
6004
|
rights: ModelTypes["Rights"];
|
|
5570
6005
|
};
|
|
5571
|
-
["
|
|
5572
|
-
["Error"]: ModelTypes["
|
|
6006
|
+
["SortApplications"]: SortApplications;
|
|
6007
|
+
["Error"]: ModelTypes["ErrorBasic"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorInternalServer"];
|
|
5573
6008
|
["ErrorAccessDenied"]: {
|
|
5574
6009
|
message: string;
|
|
5575
6010
|
};
|
|
5576
|
-
["
|
|
6011
|
+
["ErrorBadRequest"]: {
|
|
6012
|
+
message: string;
|
|
6013
|
+
};
|
|
6014
|
+
["ErrorBase"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBadRequest"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorInternalServer"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorUpgradePlan"];
|
|
5577
6015
|
["ErrorBasic"]: {
|
|
5578
6016
|
message: string;
|
|
5579
6017
|
};
|
|
6018
|
+
["ErrorInternalServer"]: {
|
|
6019
|
+
message: string;
|
|
6020
|
+
};
|
|
5580
6021
|
["ErrorLangNotExist"]: {
|
|
5581
6022
|
message: string;
|
|
5582
6023
|
};
|
|
@@ -6105,6 +6546,18 @@ type ModelTypes = {
|
|
|
6105
6546
|
["EditProjectResponse"]: {
|
|
6106
6547
|
edited: boolean;
|
|
6107
6548
|
};
|
|
6549
|
+
["QueryAppLimits"]: {
|
|
6550
|
+
cloud: ModelTypes["AppLimits"];
|
|
6551
|
+
};
|
|
6552
|
+
["QueryAppLimitsCons"]: {
|
|
6553
|
+
cloud: ModelTypes["AppLimitsCons"];
|
|
6554
|
+
};
|
|
6555
|
+
["AppPlanResponse"]: {
|
|
6556
|
+
plan: ModelTypes["AppPlan"];
|
|
6557
|
+
};
|
|
6558
|
+
["AppPlansResponse"]: {
|
|
6559
|
+
plan: Array<ModelTypes["AppPlan"]>;
|
|
6560
|
+
};
|
|
6108
6561
|
["ApplicationsResponse"]: {
|
|
6109
6562
|
applications: Array<ModelTypes["Application"] | undefined>;
|
|
6110
6563
|
};
|
|
@@ -6354,6 +6807,39 @@ type ModelTypes = {
|
|
|
6354
6807
|
type: ModelTypes["PayoutType"];
|
|
6355
6808
|
};
|
|
6356
6809
|
["PayoutType"]: PayoutType;
|
|
6810
|
+
["GetApplicationResponse"]: {
|
|
6811
|
+
application: ModelTypes["Application"];
|
|
6812
|
+
};
|
|
6813
|
+
["DeveloperResponse"]: {
|
|
6814
|
+
rights: ModelTypes["Rights"];
|
|
6815
|
+
role: ModelTypes["UserRole"];
|
|
6816
|
+
developer: ModelTypes["DeveloperInfoResponse"];
|
|
6817
|
+
};
|
|
6818
|
+
["DeveloperInfoResponse"]: {
|
|
6819
|
+
id: string;
|
|
6820
|
+
user?: ModelTypes["DeveloperUserResponse"] | undefined;
|
|
6821
|
+
};
|
|
6822
|
+
["DeveloperUserResponse"]: {
|
|
6823
|
+
infos: ModelTypes["DeveloperUserInfoResponse"];
|
|
6824
|
+
};
|
|
6825
|
+
["DeveloperUserInfoResponse"]: {
|
|
6826
|
+
firstname: string;
|
|
6827
|
+
lastname: string;
|
|
6828
|
+
emails: Array<string | undefined>;
|
|
6829
|
+
};
|
|
6830
|
+
["GetAllDevelopersResponse"]: {
|
|
6831
|
+
developers: Array<ModelTypes["DeveloperResponse"] | undefined>;
|
|
6832
|
+
};
|
|
6833
|
+
["GetAllDevelopersMainResponse"]: {
|
|
6834
|
+
getAllDevelopers: Array<ModelTypes["GetAllDevelopersResponse"] | undefined>;
|
|
6835
|
+
};
|
|
6836
|
+
["GetDeveloperResponse"]: {
|
|
6837
|
+
user?: ModelTypes["GetDeveloperUserResponse"] | undefined;
|
|
6838
|
+
};
|
|
6839
|
+
["GetDeveloperUserResponse"]: {
|
|
6840
|
+
id: string;
|
|
6841
|
+
infos: ModelTypes["DeveloperUserInfoResponse"];
|
|
6842
|
+
};
|
|
6357
6843
|
["TemporaryUser"]: {
|
|
6358
6844
|
id: string;
|
|
6359
6845
|
mails: Array<ModelTypes["MailIntegrity"]>;
|
|
@@ -6463,10 +6949,12 @@ type ModelTypes = {
|
|
|
6463
6949
|
};
|
|
6464
6950
|
["ApplicationsCollaborators"]: {
|
|
6465
6951
|
email: string;
|
|
6466
|
-
|
|
6952
|
+
role: ModelTypes["UserRole"];
|
|
6467
6953
|
};
|
|
6468
6954
|
["Query"]: {
|
|
6469
6955
|
appNotifications?: ModelTypes["AppNotificationsResult"] | undefined;
|
|
6956
|
+
appPlan?: ModelTypes["AppPlanResult"] | undefined;
|
|
6957
|
+
appPlans?: ModelTypes["AppPlansResult"] | undefined;
|
|
6470
6958
|
applications?: ModelTypes["ApplicationsResult"] | undefined;
|
|
6471
6959
|
blog?: ModelTypes["BlogResult"] | undefined;
|
|
6472
6960
|
dbConfig?: ModelTypes["DbConfigResult"] | undefined;
|
|
@@ -6509,6 +6997,9 @@ type ModelTypes = {
|
|
|
6509
6997
|
getPaymentRequestToCollect?: ModelTypes["GetPaymentRequestToCollectResult"] | undefined;
|
|
6510
6998
|
getPaymentRequestToPay?: ModelTypes["GetPaymentRequestToPayResult"] | undefined;
|
|
6511
6999
|
isValidPaymentIntent?: ModelTypes["IsValidPaymentIntentResult"] | undefined;
|
|
7000
|
+
getApplication?: ModelTypes["GetApplicationResult"] | undefined;
|
|
7001
|
+
getAllDevelopers?: ModelTypes["GetAllDevelopersResult"] | undefined;
|
|
7002
|
+
getDeveloper?: ModelTypes["GetDeveloperResult"] | undefined;
|
|
6512
7003
|
};
|
|
6513
7004
|
["Mutation"]: {
|
|
6514
7005
|
addFileToHistory?: ModelTypes["AddFileToHistoryResult"] | undefined;
|
|
@@ -6588,15 +7079,19 @@ type GraphQLTypes = {
|
|
|
6588
7079
|
["BigInt"]: "scalar" & {
|
|
6589
7080
|
name: "BigInt";
|
|
6590
7081
|
};
|
|
7082
|
+
["Bytes"]: "scalar" & {
|
|
7083
|
+
name: "Bytes";
|
|
7084
|
+
};
|
|
6591
7085
|
["DateTime"]: "scalar" & {
|
|
6592
7086
|
name: "DateTime";
|
|
6593
7087
|
};
|
|
7088
|
+
["Decimal"]: "scalar" & {
|
|
7089
|
+
name: "Decimal";
|
|
7090
|
+
};
|
|
6594
7091
|
["Json"]: "scalar" & {
|
|
6595
7092
|
name: "Json";
|
|
6596
7093
|
};
|
|
6597
|
-
["
|
|
6598
|
-
name: "Bytes";
|
|
6599
|
-
};
|
|
7094
|
+
["AppPlanOwner"]: AppPlanOwner;
|
|
6600
7095
|
["Lang"]: Lang;
|
|
6601
7096
|
["PlanKind"]: PlanKind;
|
|
6602
7097
|
["UserRole"]: UserRole;
|
|
@@ -6610,6 +7105,16 @@ type GraphQLTypes = {
|
|
|
6610
7105
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6611
7106
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6612
7107
|
};
|
|
7108
|
+
["AppPlanResult"]: {
|
|
7109
|
+
__typename: "AppPlanResponse" | "ErrorAccessDenied";
|
|
7110
|
+
["...on AppPlanResponse"]: "__union" & GraphQLTypes["AppPlanResponse"];
|
|
7111
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7112
|
+
};
|
|
7113
|
+
["AppPlansResult"]: {
|
|
7114
|
+
__typename: "AppPlansResponse" | "ErrorAccessDenied";
|
|
7115
|
+
["...on AppPlansResponse"]: "__union" & GraphQLTypes["AppPlansResponse"];
|
|
7116
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7117
|
+
};
|
|
6613
7118
|
["ApplicationsResult"]: {
|
|
6614
7119
|
__typename: "ApplicationsResponse" | "ErrorAccessDenied";
|
|
6615
7120
|
["...on ApplicationsResponse"]: "__union" & GraphQLTypes["ApplicationsResponse"];
|
|
@@ -6658,9 +7163,9 @@ type GraphQLTypes = {
|
|
|
6658
7163
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6659
7164
|
};
|
|
6660
7165
|
["FaqResult"]: {
|
|
6661
|
-
__typename: "FaqResponse" | "
|
|
7166
|
+
__typename: "FaqResponse" | "ErrorBasic";
|
|
6662
7167
|
["...on FaqResponse"]: "__union" & GraphQLTypes["FaqResponse"];
|
|
6663
|
-
["...on
|
|
7168
|
+
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
6664
7169
|
};
|
|
6665
7170
|
["FileResult"]: {
|
|
6666
7171
|
__typename: "FileQueryResponse" | "ErrorAccessDenied";
|
|
@@ -6668,16 +7173,19 @@ type GraphQLTypes = {
|
|
|
6668
7173
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6669
7174
|
};
|
|
6670
7175
|
["FileContentResult"]: {
|
|
6671
|
-
__typename: "FileContentResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
7176
|
+
__typename: "FileContentResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorBadRequest" | "ErrorNotFound";
|
|
6672
7177
|
["...on FileContentResponse"]: "__union" & GraphQLTypes["FileContentResponse"];
|
|
6673
7178
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6674
7179
|
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
7180
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7181
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6675
7182
|
};
|
|
6676
7183
|
["FilesContentResult"]: {
|
|
6677
|
-
__typename: "FilesContentResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorNotFound";
|
|
7184
|
+
__typename: "FilesContentResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorBadRequest" | "ErrorNotFound";
|
|
6678
7185
|
["...on FilesContentResponse"]: "__union" & GraphQLTypes["FilesContentResponse"];
|
|
6679
7186
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6680
7187
|
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
7188
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
6681
7189
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6682
7190
|
};
|
|
6683
7191
|
["GetJwtResult"]: {
|
|
@@ -6691,9 +7199,8 @@ type GraphQLTypes = {
|
|
|
6691
7199
|
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
6692
7200
|
};
|
|
6693
7201
|
["LimitsResult"]: {
|
|
6694
|
-
__typename: "QueryLimits" | "
|
|
7202
|
+
__typename: "QueryLimits" | "ErrorNotFound" | "ErrorNotExist" | "ErrorLimit";
|
|
6695
7203
|
["...on QueryLimits"]: "__union" & GraphQLTypes["QueryLimits"];
|
|
6696
|
-
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6697
7204
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6698
7205
|
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
6699
7206
|
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
@@ -6846,6 +7353,24 @@ type GraphQLTypes = {
|
|
|
6846
7353
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6847
7354
|
["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
|
|
6848
7355
|
};
|
|
7356
|
+
["GetApplicationResult"]: {
|
|
7357
|
+
__typename: "GetApplicationResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
7358
|
+
["...on GetApplicationResponse"]: "__union" & GraphQLTypes["GetApplicationResponse"];
|
|
7359
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7360
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7361
|
+
};
|
|
7362
|
+
["GetAllDevelopersResult"]: {
|
|
7363
|
+
__typename: "GetAllDevelopersMainResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
7364
|
+
["...on GetAllDevelopersMainResponse"]: "__union" & GraphQLTypes["GetAllDevelopersMainResponse"];
|
|
7365
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7366
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7367
|
+
};
|
|
7368
|
+
["GetDeveloperResult"]: {
|
|
7369
|
+
__typename: "GetDeveloperResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
7370
|
+
["...on GetDeveloperResponse"]: "__union" & GraphQLTypes["GetDeveloperResponse"];
|
|
7371
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7372
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7373
|
+
};
|
|
6849
7374
|
["AddFileToHistoryResult"]: {
|
|
6850
7375
|
__typename: "AddFileToHistoryResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
6851
7376
|
["...on AddFileToHistoryResponse"]: "__union" & GraphQLTypes["AddFileToHistoryResponse"];
|
|
@@ -6899,10 +7424,10 @@ type GraphQLTypes = {
|
|
|
6899
7424
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6900
7425
|
};
|
|
6901
7426
|
["DeleteFileResult"]: {
|
|
6902
|
-
__typename: "DeleteFileResponse" | "ErrorAccessDenied" | "
|
|
7427
|
+
__typename: "DeleteFileResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
6903
7428
|
["...on DeleteFileResponse"]: "__union" & GraphQLTypes["DeleteFileResponse"];
|
|
6904
7429
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6905
|
-
["...on
|
|
7430
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6906
7431
|
};
|
|
6907
7432
|
["DeleteMailResult"]: {
|
|
6908
7433
|
__typename: "DeleteMailResponse" | "ErrorAccessDenied";
|
|
@@ -6986,10 +7511,9 @@ type GraphQLTypes = {
|
|
|
6986
7511
|
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
6987
7512
|
};
|
|
6988
7513
|
["SaveInCloudResult"]: {
|
|
6989
|
-
__typename: "SaveInCloudResponse" | "ErrorAccessDenied" | "
|
|
7514
|
+
__typename: "SaveInCloudResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorNotFound" | "ErrorLimit";
|
|
6990
7515
|
["...on SaveInCloudResponse"]: "__union" & GraphQLTypes["SaveInCloudResponse"];
|
|
6991
7516
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6992
|
-
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
6993
7517
|
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
6994
7518
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6995
7519
|
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
@@ -7088,17 +7612,16 @@ type GraphQLTypes = {
|
|
|
7088
7612
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7089
7613
|
};
|
|
7090
7614
|
["UploadFileResult"]: {
|
|
7091
|
-
__typename: "UploadFileResponse" | "ErrorAccessDenied" | "
|
|
7615
|
+
__typename: "UploadFileResponse" | "ErrorAccessDenied" | "ErrorBadRequest" | "ErrorNotFound";
|
|
7092
7616
|
["...on UploadFileResponse"]: "__union" & GraphQLTypes["UploadFileResponse"];
|
|
7093
7617
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7618
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7094
7619
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7095
|
-
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
7096
7620
|
};
|
|
7097
7621
|
["UploadFileEndResult"]: {
|
|
7098
|
-
__typename: "UploadFileEndResponse" | "ErrorAccessDenied"
|
|
7622
|
+
__typename: "UploadFileEndResponse" | "ErrorAccessDenied";
|
|
7099
7623
|
["...on UploadFileEndResponse"]: "__union" & GraphQLTypes["UploadFileEndResponse"];
|
|
7100
7624
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7101
|
-
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7102
7625
|
};
|
|
7103
7626
|
["UploadFilePartEndResult"]: {
|
|
7104
7627
|
__typename: "UploadFilePartEndResponse" | "ErrorAccessDenied";
|
|
@@ -7106,12 +7629,11 @@ type GraphQLTypes = {
|
|
|
7106
7629
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7107
7630
|
};
|
|
7108
7631
|
["UploadLiteFileResult"]: {
|
|
7109
|
-
__typename: "UploadLiteFileResponse" | "ErrorAccessDenied" | "
|
|
7632
|
+
__typename: "UploadLiteFileResponse" | "ErrorAccessDenied" | "ErrorBadRequest" | "ErrorNotFound";
|
|
7110
7633
|
["...on UploadLiteFileResponse"]: "__union" & GraphQLTypes["UploadLiteFileResponse"];
|
|
7111
7634
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7112
|
-
["...on
|
|
7635
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7113
7636
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7114
|
-
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
7115
7637
|
};
|
|
7116
7638
|
["ChangeUserPlanResult"]: {
|
|
7117
7639
|
__typename: "ChangeUserPlanResponse" | "ErrorAccessDenied";
|
|
@@ -7196,9 +7718,12 @@ type GraphQLTypes = {
|
|
|
7196
7718
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7197
7719
|
};
|
|
7198
7720
|
["CreateApplicationResult"]: {
|
|
7199
|
-
__typename: "CreateApplicationResponse" | "ErrorAccessDenied";
|
|
7721
|
+
__typename: "CreateApplicationResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorBadRequest" | "ErrorInternalServer";
|
|
7200
7722
|
["...on CreateApplicationResponse"]: "__union" & GraphQLTypes["CreateApplicationResponse"];
|
|
7201
7723
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7724
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7725
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7726
|
+
["...on ErrorInternalServer"]: "__union" & GraphQLTypes["ErrorInternalServer"];
|
|
7202
7727
|
};
|
|
7203
7728
|
["DeleteApplicationResult"]: {
|
|
7204
7729
|
__typename: "EditProjectResponse" | "ErrorAccessDenied";
|
|
@@ -7239,6 +7764,62 @@ type GraphQLTypes = {
|
|
|
7239
7764
|
__typename: "AppKeyPair";
|
|
7240
7765
|
pub: string;
|
|
7241
7766
|
};
|
|
7767
|
+
["AppLimits"]: {
|
|
7768
|
+
__typename: "AppLimits";
|
|
7769
|
+
id: string;
|
|
7770
|
+
devs?: GraphQLTypes["BigInt"] | undefined;
|
|
7771
|
+
devsBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7772
|
+
devsUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7773
|
+
devsPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7774
|
+
users?: GraphQLTypes["BigInt"] | undefined;
|
|
7775
|
+
usersBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7776
|
+
usersUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7777
|
+
usersPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7778
|
+
bandwidth?: GraphQLTypes["BigInt"] | undefined;
|
|
7779
|
+
perFileSize?: GraphQLTypes["BigInt"] | undefined;
|
|
7780
|
+
perFileSizeBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7781
|
+
perFileSizeUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7782
|
+
perFileSizePrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7783
|
+
bandwidthBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7784
|
+
bandwidthUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7785
|
+
bandwidthPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7786
|
+
};
|
|
7787
|
+
["AppLimitsCons"]: {
|
|
7788
|
+
__typename: "AppLimitsCons";
|
|
7789
|
+
id: string;
|
|
7790
|
+
lastReset: GraphQLTypes["DateTime"];
|
|
7791
|
+
downloadBandwidth: GraphQLTypes["BigInt"];
|
|
7792
|
+
uploadBandwidth: GraphQLTypes["BigInt"];
|
|
7793
|
+
};
|
|
7794
|
+
["AppPlan"]: {
|
|
7795
|
+
__typename: "AppPlan";
|
|
7796
|
+
id: string;
|
|
7797
|
+
relatedTo: GraphQLTypes["AppPlanOwner"];
|
|
7798
|
+
kind: string;
|
|
7799
|
+
codes: Array<string>;
|
|
7800
|
+
descriptor: GraphQLTypes["AppPlanDesc"];
|
|
7801
|
+
};
|
|
7802
|
+
["AppPlanDesc"]: {
|
|
7803
|
+
__typename: "AppPlanDesc";
|
|
7804
|
+
id: string;
|
|
7805
|
+
plan?: GraphQLTypes["AppPlan"] | undefined;
|
|
7806
|
+
devsBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7807
|
+
devsMax?: GraphQLTypes["BigInt"] | undefined;
|
|
7808
|
+
devsUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7809
|
+
devsPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7810
|
+
usersBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7811
|
+
usersMax?: GraphQLTypes["BigInt"] | undefined;
|
|
7812
|
+
usersUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7813
|
+
usersPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7814
|
+
perFileSizeBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7815
|
+
perFileSizeMax?: GraphQLTypes["BigInt"] | undefined;
|
|
7816
|
+
perFileSizeUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7817
|
+
perFileSizePrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7818
|
+
bandwidthBase?: GraphQLTypes["BigInt"] | undefined;
|
|
7819
|
+
bandwidthMax?: GraphQLTypes["BigInt"] | undefined;
|
|
7820
|
+
bandwidthUnit?: GraphQLTypes["BigInt"] | undefined;
|
|
7821
|
+
bandwidthPrice?: GraphQLTypes["Decimal"] | undefined;
|
|
7822
|
+
};
|
|
7242
7823
|
["AppSession"]: {
|
|
7243
7824
|
__typename: "AppSession";
|
|
7244
7825
|
id: string;
|
|
@@ -7256,10 +7837,15 @@ type GraphQLTypes = {
|
|
|
7256
7837
|
id: string;
|
|
7257
7838
|
name: string;
|
|
7258
7839
|
logo?: string | undefined;
|
|
7840
|
+
code: string;
|
|
7259
7841
|
color?: string | undefined;
|
|
7260
7842
|
origin: Array<string>;
|
|
7261
7843
|
createdAt: GraphQLTypes["DateTime"];
|
|
7262
7844
|
updatedAt: GraphQLTypes["DateTime"];
|
|
7845
|
+
plan?: GraphQLTypes["AppPlan"] | undefined;
|
|
7846
|
+
plans: Array<GraphQLTypes["AppPlan"]>;
|
|
7847
|
+
limits: GraphQLTypes["AppLimits"];
|
|
7848
|
+
consumption: GraphQLTypes["AppLimitsCons"];
|
|
7263
7849
|
owner: GraphQLTypes["Developer"];
|
|
7264
7850
|
ownerId: string;
|
|
7265
7851
|
developers: Array<GraphQLTypes["DevelopersOnApplications"]>;
|
|
@@ -7357,27 +7943,35 @@ type GraphQLTypes = {
|
|
|
7357
7943
|
role: GraphQLTypes["UserRole"];
|
|
7358
7944
|
rights: GraphQLTypes["Rights"];
|
|
7359
7945
|
};
|
|
7360
|
-
["
|
|
7946
|
+
["SortApplications"]: SortApplications;
|
|
7361
7947
|
["Error"]: {
|
|
7362
|
-
__typename: "
|
|
7948
|
+
__typename: "ErrorBasic" | "ErrorBadRequest" | "ErrorStripe" | "ErrorUpgradePlan" | "ErrorNotFound" | "ErrorNotExist" | "ErrorAccessDenied" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorInternalServer";
|
|
7949
|
+
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
7950
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7363
7951
|
["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
|
|
7364
|
-
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7365
|
-
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7366
7952
|
["...on ErrorUpgradePlan"]: "__union" & GraphQLTypes["ErrorUpgradePlan"];
|
|
7367
|
-
["...on
|
|
7953
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
7368
7954
|
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
7955
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7956
|
+
["...on ErrorLangNotExist"]: "__union" & GraphQLTypes["ErrorLangNotExist"];
|
|
7369
7957
|
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
7370
|
-
["...on
|
|
7958
|
+
["...on ErrorInternalServer"]: "__union" & GraphQLTypes["ErrorInternalServer"];
|
|
7371
7959
|
};
|
|
7372
7960
|
["ErrorAccessDenied"]: {
|
|
7373
7961
|
__typename: "ErrorAccessDenied";
|
|
7374
7962
|
message: string;
|
|
7375
7963
|
};
|
|
7964
|
+
["ErrorBadRequest"]: {
|
|
7965
|
+
__typename: "ErrorBadRequest";
|
|
7966
|
+
message: string;
|
|
7967
|
+
};
|
|
7376
7968
|
["ErrorBase"]: {
|
|
7377
|
-
__typename: "ErrorAccessDenied" | "ErrorBasic" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorNotExist" | "ErrorNotFound" | "ErrorStripe" | "ErrorUpgradePlan";
|
|
7969
|
+
__typename: "ErrorAccessDenied" | "ErrorBadRequest" | "ErrorBasic" | "ErrorInternalServer" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorNotExist" | "ErrorNotFound" | "ErrorStripe" | "ErrorUpgradePlan";
|
|
7378
7970
|
message: string;
|
|
7379
7971
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
7972
|
+
["...on ErrorBadRequest"]: "__union" & GraphQLTypes["ErrorBadRequest"];
|
|
7380
7973
|
["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
|
|
7974
|
+
["...on ErrorInternalServer"]: "__union" & GraphQLTypes["ErrorInternalServer"];
|
|
7381
7975
|
["...on ErrorLangNotExist"]: "__union" & GraphQLTypes["ErrorLangNotExist"];
|
|
7382
7976
|
["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
|
|
7383
7977
|
["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
|
|
@@ -7389,6 +7983,10 @@ type GraphQLTypes = {
|
|
|
7389
7983
|
__typename: "ErrorBasic";
|
|
7390
7984
|
message: string;
|
|
7391
7985
|
};
|
|
7986
|
+
["ErrorInternalServer"]: {
|
|
7987
|
+
__typename: "ErrorInternalServer";
|
|
7988
|
+
message: string;
|
|
7989
|
+
};
|
|
7392
7990
|
["ErrorLangNotExist"]: {
|
|
7393
7991
|
__typename: "ErrorLangNotExist";
|
|
7394
7992
|
message: string;
|
|
@@ -8035,6 +8633,22 @@ type GraphQLTypes = {
|
|
|
8035
8633
|
__typename: "EditProjectResponse";
|
|
8036
8634
|
edited: boolean;
|
|
8037
8635
|
};
|
|
8636
|
+
["QueryAppLimits"]: {
|
|
8637
|
+
__typename: "QueryAppLimits";
|
|
8638
|
+
cloud: GraphQLTypes["AppLimits"];
|
|
8639
|
+
};
|
|
8640
|
+
["QueryAppLimitsCons"]: {
|
|
8641
|
+
__typename: "QueryAppLimitsCons";
|
|
8642
|
+
cloud: GraphQLTypes["AppLimitsCons"];
|
|
8643
|
+
};
|
|
8644
|
+
["AppPlanResponse"]: {
|
|
8645
|
+
__typename: "AppPlanResponse";
|
|
8646
|
+
plan: GraphQLTypes["AppPlan"];
|
|
8647
|
+
};
|
|
8648
|
+
["AppPlansResponse"]: {
|
|
8649
|
+
__typename: "AppPlansResponse";
|
|
8650
|
+
plan: Array<GraphQLTypes["AppPlan"]>;
|
|
8651
|
+
};
|
|
8038
8652
|
["ApplicationsResponse"]: {
|
|
8039
8653
|
__typename: "ApplicationsResponse";
|
|
8040
8654
|
applications: Array<GraphQLTypes["Application"] | undefined>;
|
|
@@ -8334,6 +8948,48 @@ type GraphQLTypes = {
|
|
|
8334
8948
|
type: GraphQLTypes["PayoutType"];
|
|
8335
8949
|
};
|
|
8336
8950
|
["PayoutType"]: PayoutType;
|
|
8951
|
+
["GetApplicationResponse"]: {
|
|
8952
|
+
__typename: "GetApplicationResponse";
|
|
8953
|
+
application: GraphQLTypes["Application"];
|
|
8954
|
+
};
|
|
8955
|
+
["DeveloperResponse"]: {
|
|
8956
|
+
__typename: "DeveloperResponse";
|
|
8957
|
+
rights: GraphQLTypes["Rights"];
|
|
8958
|
+
role: GraphQLTypes["UserRole"];
|
|
8959
|
+
developer: GraphQLTypes["DeveloperInfoResponse"];
|
|
8960
|
+
};
|
|
8961
|
+
["DeveloperInfoResponse"]: {
|
|
8962
|
+
__typename: "DeveloperInfoResponse";
|
|
8963
|
+
id: string;
|
|
8964
|
+
user?: GraphQLTypes["DeveloperUserResponse"] | undefined;
|
|
8965
|
+
};
|
|
8966
|
+
["DeveloperUserResponse"]: {
|
|
8967
|
+
__typename: "DeveloperUserResponse";
|
|
8968
|
+
infos: GraphQLTypes["DeveloperUserInfoResponse"];
|
|
8969
|
+
};
|
|
8970
|
+
["DeveloperUserInfoResponse"]: {
|
|
8971
|
+
__typename: "DeveloperUserInfoResponse";
|
|
8972
|
+
firstname: string;
|
|
8973
|
+
lastname: string;
|
|
8974
|
+
emails: Array<string | undefined>;
|
|
8975
|
+
};
|
|
8976
|
+
["GetAllDevelopersResponse"]: {
|
|
8977
|
+
__typename: "GetAllDevelopersResponse";
|
|
8978
|
+
developers: Array<GraphQLTypes["DeveloperResponse"] | undefined>;
|
|
8979
|
+
};
|
|
8980
|
+
["GetAllDevelopersMainResponse"]: {
|
|
8981
|
+
__typename: "GetAllDevelopersMainResponse";
|
|
8982
|
+
getAllDevelopers: Array<GraphQLTypes["GetAllDevelopersResponse"] | undefined>;
|
|
8983
|
+
};
|
|
8984
|
+
["GetDeveloperResponse"]: {
|
|
8985
|
+
__typename: "GetDeveloperResponse";
|
|
8986
|
+
user?: GraphQLTypes["GetDeveloperUserResponse"] | undefined;
|
|
8987
|
+
};
|
|
8988
|
+
["GetDeveloperUserResponse"]: {
|
|
8989
|
+
__typename: "GetDeveloperUserResponse";
|
|
8990
|
+
id: string;
|
|
8991
|
+
infos: GraphQLTypes["DeveloperUserInfoResponse"];
|
|
8992
|
+
};
|
|
8337
8993
|
["TemporaryUser"]: {
|
|
8338
8994
|
__typename: "TemporaryUser";
|
|
8339
8995
|
id: string;
|
|
@@ -8454,11 +9110,13 @@ type GraphQLTypes = {
|
|
|
8454
9110
|
};
|
|
8455
9111
|
["ApplicationsCollaborators"]: {
|
|
8456
9112
|
email: string;
|
|
8457
|
-
|
|
9113
|
+
role: GraphQLTypes["UserRole"];
|
|
8458
9114
|
};
|
|
8459
9115
|
["Query"]: {
|
|
8460
9116
|
__typename: "Query";
|
|
8461
9117
|
appNotifications?: GraphQLTypes["AppNotificationsResult"] | undefined;
|
|
9118
|
+
appPlan?: GraphQLTypes["AppPlanResult"] | undefined;
|
|
9119
|
+
appPlans?: GraphQLTypes["AppPlansResult"] | undefined;
|
|
8462
9120
|
applications?: GraphQLTypes["ApplicationsResult"] | undefined;
|
|
8463
9121
|
blog?: GraphQLTypes["BlogResult"] | undefined;
|
|
8464
9122
|
dbConfig?: GraphQLTypes["DbConfigResult"] | undefined;
|
|
@@ -8501,6 +9159,9 @@ type GraphQLTypes = {
|
|
|
8501
9159
|
getPaymentRequestToCollect?: GraphQLTypes["GetPaymentRequestToCollectResult"] | undefined;
|
|
8502
9160
|
getPaymentRequestToPay?: GraphQLTypes["GetPaymentRequestToPayResult"] | undefined;
|
|
8503
9161
|
isValidPaymentIntent?: GraphQLTypes["IsValidPaymentIntentResult"] | undefined;
|
|
9162
|
+
getApplication?: GraphQLTypes["GetApplicationResult"] | undefined;
|
|
9163
|
+
getAllDevelopers?: GraphQLTypes["GetAllDevelopersResult"] | undefined;
|
|
9164
|
+
getDeveloper?: GraphQLTypes["GetDeveloperResult"] | undefined;
|
|
8504
9165
|
};
|
|
8505
9166
|
["Mutation"]: {
|
|
8506
9167
|
__typename: "Mutation";
|
|
@@ -8578,6 +9239,9 @@ type GraphQLTypes = {
|
|
|
8578
9239
|
test: boolean;
|
|
8579
9240
|
};
|
|
8580
9241
|
};
|
|
9242
|
+
declare enum AppPlanOwner {
|
|
9243
|
+
secrecy_tech = "secrecy_tech"
|
|
9244
|
+
}
|
|
8581
9245
|
declare enum Lang {
|
|
8582
9246
|
fr = "fr",
|
|
8583
9247
|
en = "en"
|
|
@@ -8628,13 +9292,13 @@ declare enum MongoDbFieldType {
|
|
|
8628
9292
|
boolean = "boolean",
|
|
8629
9293
|
object = "object"
|
|
8630
9294
|
}
|
|
8631
|
-
declare enum
|
|
8632
|
-
createdAt = "createdAt",
|
|
8633
|
-
createdAt_asc = "createdAt_asc",
|
|
8634
|
-
createdAt_desc = "createdAt_desc",
|
|
9295
|
+
declare enum SortApplications {
|
|
8635
9296
|
updatedAt = "updatedAt",
|
|
8636
9297
|
updatedAt_asc = "updatedAt_asc",
|
|
8637
|
-
updatedAt_desc = "updatedAt_desc"
|
|
9298
|
+
updatedAt_desc = "updatedAt_desc",
|
|
9299
|
+
users = "users",
|
|
9300
|
+
users_asc = "users_asc",
|
|
9301
|
+
users_desc = "users_desc"
|
|
8638
9302
|
}
|
|
8639
9303
|
declare enum FileContentType {
|
|
8640
9304
|
cloud = "cloud",
|
|
@@ -8687,9 +9351,11 @@ declare enum PayoutType {
|
|
|
8687
9351
|
}
|
|
8688
9352
|
type ZEUS_VARIABLES = {
|
|
8689
9353
|
["BigInt"]: ValueTypes["BigInt"];
|
|
9354
|
+
["Bytes"]: ValueTypes["Bytes"];
|
|
8690
9355
|
["DateTime"]: ValueTypes["DateTime"];
|
|
9356
|
+
["Decimal"]: ValueTypes["Decimal"];
|
|
8691
9357
|
["Json"]: ValueTypes["Json"];
|
|
8692
|
-
["
|
|
9358
|
+
["AppPlanOwner"]: ValueTypes["AppPlanOwner"];
|
|
8693
9359
|
["Lang"]: ValueTypes["Lang"];
|
|
8694
9360
|
["PlanKind"]: ValueTypes["PlanKind"];
|
|
8695
9361
|
["UserRole"]: ValueTypes["UserRole"];
|
|
@@ -8701,7 +9367,7 @@ type ZEUS_VARIABLES = {
|
|
|
8701
9367
|
["MongoDbEnv"]: ValueTypes["MongoDbEnv"];
|
|
8702
9368
|
["MongoDbFieldDiffAction"]: ValueTypes["MongoDbFieldDiffAction"];
|
|
8703
9369
|
["MongoDbFieldType"]: ValueTypes["MongoDbFieldType"];
|
|
8704
|
-
["
|
|
9370
|
+
["SortApplications"]: ValueTypes["SortApplications"];
|
|
8705
9371
|
["FileContentType"]: ValueTypes["FileContentType"];
|
|
8706
9372
|
["InfuraNetwork"]: ValueTypes["InfuraNetwork"];
|
|
8707
9373
|
["MailFileInput"]: ValueTypes["MailFileInput"];
|
|
@@ -8720,4 +9386,4 @@ type ZEUS_VARIABLES = {
|
|
|
8720
9386
|
["ApplicationsCollaborators"]: ValueTypes["ApplicationsCollaborators"];
|
|
8721
9387
|
};
|
|
8722
9388
|
|
|
8723
|
-
export { $, AliasType, AllTypesPropsType, CancellationReason, CaptureMethod, Chain, ConfirmationMethod, ExtractVariables, FetchFunction, FileContentType, FromSelector, GRAPHQL_TYPE_SEPARATOR, GenericOperation, GetVariableType, Gql, GraphQLError, GraphQLResponse, GraphQLTypes, GraphQLVariableType, HEADERS, HOST, InfuraNetwork, InputType, InputValueType, InternalArgsBuilt, InternalsBuildQuery, Lang, MailType, MapType, ModelTypes, MongoDbConfigType, MongoDbEnv, MongoDbFieldDiffAction, MongoDbFieldType, NodeType, OperationOptions, Operations, PayInputType, PaymentMethod, PayoutType, PlainType, PlanKind, PrepareScalarPaths, ResolveFromPath, ResolverInputTypes, ResolverType, ReturnTypesType, Rights, SEPARATOR, START_VAR_NAME, ScalarCoder, ScalarCoders, ScalarDefinition, ScalarResolver, SelectionFunction, Selector,
|
|
9389
|
+
export { $, AliasType, AllTypesPropsType, AppPlanOwner, CancellationReason, CaptureMethod, Chain, ConfirmationMethod, ExtractVariables, FetchFunction, FileContentType, FromSelector, GRAPHQL_TYPE_SEPARATOR, GenericOperation, GetVariableType, Gql, GraphQLError, GraphQLResponse, GraphQLTypes, GraphQLVariableType, HEADERS, HOST, InfuraNetwork, InputType, InputValueType, InternalArgsBuilt, InternalsBuildQuery, Lang, MailType, MapType, ModelTypes, MongoDbConfigType, MongoDbEnv, MongoDbFieldDiffAction, MongoDbFieldType, NodeType, OperationOptions, Operations, PayInputType, PaymentMethod, PayoutType, PlainType, PlanKind, PrepareScalarPaths, ResolveFromPath, ResolverInputTypes, ResolverType, ReturnTypesType, Rights, SEPARATOR, START_VAR_NAME, ScalarCoder, ScalarCoders, ScalarDefinition, ScalarResolver, SelectionFunction, Selector, SortApplications, Status, Subscription, SubscriptionFunction, SubscriptionThunder, SubscriptionToGraphQL, Thunder, ThunderGraphQLOptions, TypeFromSelector, UnwrapPromise, UserRole, VType, ValueTypes, Variable, VariableDefinition, WithOptionalNullables, WithTypeNameValue, Zeus, ZeusArgsType, ZeusHook, ZeusScalars, ZeusSelect, ZeusState, apiFetch, apiSubscription, chainOptions, decodeScalarsInResponse, fetchOptions, purifyGraphQLKey, resolverFor, traverseResponse };
|