@secrecy/lib 1.0.0-dev.64 → 1.0.0-dev.66

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.
Files changed (196) hide show
  1. package/dist/BaseClient-7c38f650.d.ts +351 -0
  2. package/dist/BaseClient.cjs +2 -0
  3. package/dist/BaseClient.cjs.map +1 -0
  4. package/dist/BaseClient.d.ts +16 -104
  5. package/dist/BaseClient.js +2 -430
  6. package/dist/BaseClient.js.map +1 -0
  7. package/dist/PopupTools.cjs +2 -0
  8. package/dist/PopupTools.cjs.map +1 -0
  9. package/dist/PopupTools.d.ts +5 -4
  10. package/dist/PopupTools.js +2 -196
  11. package/dist/PopupTools.js.map +1 -0
  12. package/dist/ZeusThunder.cjs +2 -0
  13. package/dist/ZeusThunder.cjs.map +1 -0
  14. package/dist/ZeusThunder.d.ts +6 -2
  15. package/dist/ZeusThunder.js +2 -65
  16. package/dist/ZeusThunder.js.map +1 -0
  17. package/dist/cache.cjs +2 -0
  18. package/dist/cache.cjs.map +1 -0
  19. package/dist/cache.d.ts +22 -4
  20. package/dist/cache.js +2 -4
  21. package/dist/cache.js.map +1 -0
  22. package/dist/chunk-5WPCTUWH.cjs +2 -0
  23. package/dist/chunk-5WPCTUWH.cjs.map +1 -0
  24. package/dist/chunk-KMTF2BZE.js +2 -0
  25. package/dist/chunk-KMTF2BZE.js.map +1 -0
  26. package/dist/client/SecrecyAppClient.cjs +2 -0
  27. package/dist/client/SecrecyAppClient.cjs.map +1 -0
  28. package/dist/client/SecrecyAppClient.d.ts +16 -17
  29. package/dist/client/SecrecyAppClient.js +2 -227
  30. package/dist/client/SecrecyAppClient.js.map +1 -0
  31. package/dist/client/SecrecyCloudClient.cjs +2 -0
  32. package/dist/client/SecrecyCloudClient.cjs.map +1 -0
  33. package/dist/client/SecrecyCloudClient.d.ts +16 -89
  34. package/dist/client/SecrecyCloudClient.js +2 -1411
  35. package/dist/client/SecrecyCloudClient.js.map +1 -0
  36. package/dist/client/SecrecyDbClient.cjs +2 -0
  37. package/dist/client/SecrecyDbClient.cjs.map +1 -0
  38. package/dist/client/SecrecyDbClient.d.ts +16 -21
  39. package/dist/client/SecrecyDbClient.js +2 -177
  40. package/dist/client/SecrecyDbClient.js.map +1 -0
  41. package/dist/client/SecrecyMailClient.cjs +2 -0
  42. package/dist/client/SecrecyMailClient.cjs.map +1 -0
  43. package/dist/client/SecrecyMailClient.d.ts +16 -42
  44. package/dist/client/SecrecyMailClient.js +2 -1022
  45. package/dist/client/SecrecyMailClient.js.map +1 -0
  46. package/dist/client/SecrecyPayClient.cjs +2 -0
  47. package/dist/client/SecrecyPayClient.cjs.map +1 -0
  48. package/dist/client/SecrecyPayClient.d.ts +16 -7
  49. package/dist/client/SecrecyPayClient.js +2 -36
  50. package/dist/client/SecrecyPayClient.js.map +1 -0
  51. package/dist/client/SecrecyWalletClient.cjs +2 -0
  52. package/dist/client/SecrecyWalletClient.cjs.map +1 -0
  53. package/dist/client/SecrecyWalletClient.d.ts +16 -30
  54. package/dist/client/SecrecyWalletClient.js +2 -73
  55. package/dist/client/SecrecyWalletClient.js.map +1 -0
  56. package/dist/client/convert/file.cjs +2 -0
  57. package/dist/client/convert/file.cjs.map +1 -0
  58. package/dist/client/convert/file.d.ts +11 -5
  59. package/dist/client/convert/file.js +2 -33
  60. package/dist/client/convert/file.js.map +1 -0
  61. package/dist/client/convert/mail.cjs +2 -0
  62. package/dist/client/convert/mail.cjs.map +1 -0
  63. package/dist/client/convert/mail.d.ts +13 -3
  64. package/dist/client/convert/mail.js +2 -43
  65. package/dist/client/convert/mail.js.map +1 -0
  66. package/dist/client/convert/node.cjs +2 -0
  67. package/dist/client/convert/node.cjs.map +1 -0
  68. package/dist/client/convert/node.d.ts +18 -9
  69. package/dist/client/convert/node.js +2 -88
  70. package/dist/client/convert/node.js.map +1 -0
  71. package/dist/client/helpers.cjs +2 -0
  72. package/dist/client/helpers.cjs.map +1 -0
  73. package/dist/client/helpers.d.ts +16 -28
  74. package/dist/client/helpers.js +2 -113
  75. package/dist/client/helpers.js.map +1 -0
  76. package/dist/client/index.cjs +2 -0
  77. package/dist/client/index.cjs.map +1 -0
  78. package/dist/client/index.d.ts +16 -34
  79. package/dist/client/index.js +2 -46
  80. package/dist/client/index.js.map +1 -0
  81. package/dist/client/storage.cjs +2 -0
  82. package/dist/client/storage.cjs.map +1 -0
  83. package/dist/client/storage.d.ts +6 -3
  84. package/dist/client/storage.js +2 -12
  85. package/dist/client/storage.js.map +1 -0
  86. package/dist/client/types/File.cjs +1 -0
  87. package/dist/client/types/File.cjs.map +1 -0
  88. package/dist/client/types/File.d.ts +9 -5
  89. package/dist/client/types/File.js +1 -3
  90. package/dist/client/types/File.js.map +1 -0
  91. package/dist/client/types/Inputs.cjs +1 -0
  92. package/dist/client/types/Inputs.cjs.map +1 -0
  93. package/dist/client/types/Inputs.d.ts +6 -4
  94. package/dist/client/types/Inputs.js +1 -3
  95. package/dist/client/types/Inputs.js.map +1 -0
  96. package/dist/client/types/Node.cjs +1 -0
  97. package/dist/client/types/Node.cjs.map +1 -0
  98. package/dist/client/types/Node.d.ts +9 -56
  99. package/dist/client/types/Node.js +1 -3
  100. package/dist/client/types/Node.js.map +1 -0
  101. package/dist/client/types/UserAppNotifications.cjs +1 -0
  102. package/dist/client/types/UserAppNotifications.cjs.map +1 -0
  103. package/dist/client/types/UserAppNotifications.d.ts +3 -1
  104. package/dist/client/types/UserAppNotifications.js +1 -3
  105. package/dist/client/types/UserAppNotifications.js.map +1 -0
  106. package/dist/client/types/UserAppSettings.cjs +1 -0
  107. package/dist/client/types/UserAppSettings.cjs.map +1 -0
  108. package/dist/client/types/UserAppSettings.d.ts +3 -1
  109. package/dist/client/types/UserAppSettings.js +1 -3
  110. package/dist/client/types/UserAppSettings.js.map +1 -0
  111. package/dist/client/types/index.cjs +2 -0
  112. package/dist/client/types/index.cjs.map +1 -0
  113. package/dist/client/types/index.d.ts +86 -30
  114. package/dist/client/types/index.js +2 -8
  115. package/dist/client/types/index.js.map +1 -0
  116. package/dist/client/types/selectors.cjs +2 -0
  117. package/dist/client/types/selectors.cjs.map +1 -0
  118. package/dist/client/types/selectors.d.ts +7 -5
  119. package/dist/client/types/selectors.js +2 -135
  120. package/dist/client/types/selectors.js.map +1 -0
  121. package/dist/crypto/file.cjs +2 -0
  122. package/dist/crypto/file.cjs.map +1 -0
  123. package/dist/crypto/file.d.ts +8 -6
  124. package/dist/crypto/file.js +2 -195
  125. package/dist/crypto/file.js.map +1 -0
  126. package/dist/crypto/index.cjs +2 -0
  127. package/dist/crypto/index.cjs.map +1 -0
  128. package/dist/crypto/index.d.ts +11 -9
  129. package/dist/crypto/index.js +2 -45
  130. package/dist/crypto/index.js.map +1 -0
  131. package/dist/error.cjs +1 -0
  132. package/dist/error.cjs.map +1 -0
  133. package/dist/error.d.ts +15 -10
  134. package/dist/error.js +1 -3
  135. package/dist/error.js.map +1 -0
  136. package/dist/index.cjs +2 -0
  137. package/dist/index.cjs.map +1 -0
  138. package/dist/index.d.ts +19 -11
  139. package/dist/index.js +2 -9
  140. package/dist/index.js.map +1 -0
  141. package/dist/minify/index.cjs +2 -0
  142. package/dist/minify/index.cjs.map +1 -0
  143. package/dist/minify/index.d.ts +4 -2
  144. package/dist/minify/index.js +2 -23
  145. package/dist/minify/index.js.map +1 -0
  146. package/dist/minify/lz4.cjs +3 -0
  147. package/dist/minify/lz4.cjs.map +1 -0
  148. package/dist/minify/lz4.d.ts +7 -5
  149. package/dist/minify/lz4.js +3 -539
  150. package/dist/minify/lz4.js.map +1 -0
  151. package/dist/sodium.cjs +2 -0
  152. package/dist/sodium.cjs.map +1 -0
  153. package/dist/sodium.d.ts +5 -3
  154. package/dist/sodium.js +2 -6
  155. package/dist/sodium.js.map +1 -0
  156. package/dist/utils/store-buddy.cjs +2 -0
  157. package/dist/utils/store-buddy.cjs.map +1 -0
  158. package/dist/utils/store-buddy.d.ts +4 -3
  159. package/dist/utils/store-buddy.js +2 -58
  160. package/dist/utils/store-buddy.js.map +1 -0
  161. package/dist/utils/time.cjs +2 -0
  162. package/dist/utils/time.cjs.map +1 -0
  163. package/dist/utils/time.d.ts +4 -2
  164. package/dist/utils/time.js +2 -12
  165. package/dist/utils/time.js.map +1 -0
  166. package/dist/utils/utils.cjs +2 -0
  167. package/dist/utils/utils.cjs.map +1 -0
  168. package/dist/utils/utils.d.ts +6 -4
  169. package/dist/utils/utils.js +2 -47
  170. package/dist/utils/utils.js.map +1 -0
  171. package/dist/worker/md5.cjs +2 -0
  172. package/dist/worker/md5.cjs.map +1 -0
  173. package/dist/worker/md5.d.ts +3 -1
  174. package/dist/worker/md5.js +2 -24
  175. package/dist/worker/md5.js.map +1 -0
  176. package/dist/worker/sodium.cjs +2 -0
  177. package/dist/worker/sodium.cjs.map +1 -0
  178. package/dist/worker/sodium.d.ts +6 -3
  179. package/dist/worker/sodium.js +2 -118
  180. package/dist/worker/sodium.js.map +1 -0
  181. package/dist/worker/workerCodes.cjs +254 -0
  182. package/dist/worker/workerCodes.cjs.map +1 -0
  183. package/dist/worker/workerCodes.d.ts +4 -2
  184. package/dist/worker/workerCodes.js +4 -5
  185. package/dist/worker/workerCodes.js.map +1 -0
  186. package/dist/zeus/const.cjs +2 -0
  187. package/dist/zeus/const.cjs.map +1 -0
  188. package/dist/zeus/const.d.ts +5 -3
  189. package/dist/zeus/const.js +2 -1287
  190. package/dist/zeus/const.js.map +1 -0
  191. package/dist/zeus/index.cjs +5 -0
  192. package/dist/zeus/index.cjs.map +1 -0
  193. package/dist/zeus/index.d.ts +2215 -116
  194. package/dist/zeus/index.js +5 -562
  195. package/dist/zeus/index.js.map +1 -0
  196. package/package.json +21 -21
@@ -1,15 +1,16 @@
1
- import { Ops } from "./const.js";
2
- export declare const HOST = "http://localhost:4000/graphql";
3
- export declare const HEADERS: {};
4
- export declare const apiSubscription: (options: chainOptions) => (query: string) => {
1
+ import { Ops } from './const.js';
2
+
3
+ declare const HOST = "http://localhost:4000/graphql";
4
+ declare const HEADERS: {};
5
+ declare const apiSubscription: (options: chainOptions) => (query: string) => {
5
6
  ws: WebSocket;
6
7
  on: (e: (args: any) => void) => void;
7
8
  off: (e: (args: any) => void) => void;
8
9
  error: (e: (args: any) => void) => void;
9
10
  open: (e: () => void) => void;
10
11
  };
11
- export declare const apiFetch: (options: [input: RequestInfo | URL, init?: RequestInit | undefined]) => (query: string, variables?: Record<string, unknown>) => Promise<Record<string, any> | undefined>;
12
- export declare const InternalsBuildQuery: ({ ops, props, returns, options, scalars }: {
12
+ declare const apiFetch: (options: [input: URL | RequestInfo, init?: RequestInit | undefined]) => (query: string, variables?: Record<string, unknown>) => Promise<Record<string, any> | undefined>;
13
+ declare const InternalsBuildQuery: ({ ops, props, returns, options, scalars }: {
13
14
  props: AllTypesPropsType;
14
15
  returns: ReturnTypesType;
15
16
  ops: Operations;
@@ -19,30 +20,30 @@ export declare const InternalsBuildQuery: ({ ops, props, returns, options, scala
19
20
  name: string;
20
21
  graphQLType: string;
21
22
  }>) => string;
22
- export declare const Thunder: (fn: FetchFunction) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
23
+ declare const Thunder: (fn: FetchFunction) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
23
24
  variables?: Record<string, unknown>;
24
25
  }) => Promise<InputType<GraphQLTypes[R], Z, SCLR>>;
25
- export declare const Chain: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
26
+ declare const Chain: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
26
27
  variables?: Record<string, unknown>;
27
28
  }) => Promise<InputType<GraphQLTypes[R], Z, SCLR>>;
28
- export declare const SubscriptionThunder: (fn: SubscriptionFunction) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: (OperationOptions & {
29
+ declare const SubscriptionThunder: (fn: SubscriptionFunction) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: (OperationOptions & {
29
30
  variables?: ExtractVariables<Z> | undefined;
30
31
  }) | undefined) => SubscriptionToGraphQL<Z, GraphQLTypes[R], SCLR>;
31
- export declare const Subscription: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: (OperationOptions & {
32
+ declare const Subscription: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: (OperationOptions & {
32
33
  variables?: ExtractVariables<Z> | undefined;
33
34
  }) | undefined) => SubscriptionToGraphQL<Z, GraphQLTypes[R], SCLR>;
34
- export declare const Zeus: <Z extends ValueTypes[R], O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O, o: Z | ValueTypes[R], ops?: {
35
+ declare const Zeus: <Z extends ValueTypes[R], O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O, o: Z | ValueTypes[R], ops?: {
35
36
  operationOptions?: OperationOptions;
36
37
  scalars?: ScalarDefinition;
37
38
  }) => string;
38
- export declare const ZeusSelect: <T>() => SelectionFunction<T>;
39
- export declare const Selector: <T extends keyof ValueTypes>(key: T) => SelectionFunction<ValueTypes[T]>;
40
- export declare const TypeFromSelector: <T extends keyof ValueTypes>(key: T) => SelectionFunction<ValueTypes[T]>;
41
- export declare const Gql: <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
39
+ declare const ZeusSelect: <T>() => SelectionFunction<T>;
40
+ declare const Selector: <T extends keyof ValueTypes>(key: T) => SelectionFunction<ValueTypes[T]>;
41
+ declare const TypeFromSelector: <T extends keyof ValueTypes>(key: T) => SelectionFunction<ValueTypes[T]>;
42
+ declare const Gql: <O extends "query" | "mutation" | "subscription", SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(operation: O, graphqlOptions?: ThunderGraphQLOptions<SCLR> | undefined) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions & {
42
43
  variables?: Record<string, unknown>;
43
44
  }) => Promise<InputType<GraphQLTypes[R], Z, SCLR>>;
44
- export declare const ZeusScalars: SelectionFunction<ScalarCoders>;
45
- export declare const decodeScalarsInResponse: <O extends Operations>({ response, scalars, returns, ops, initialZeusQuery, initialOp }: {
45
+ declare const ZeusScalars: SelectionFunction<ScalarCoders>;
46
+ declare const decodeScalarsInResponse: <O extends Operations>({ response, scalars, returns, ops, initialZeusQuery, initialOp }: {
46
47
  ops: O;
47
48
  response: any;
48
49
  returns: ReturnTypesType;
@@ -50,7 +51,7 @@ export declare const decodeScalarsInResponse: <O extends Operations>({ response,
50
51
  initialOp: keyof O;
51
52
  initialZeusQuery: InputValueType | VType;
52
53
  }) => any;
53
- export declare const traverseResponse: ({ resolvers, scalarPaths }: {
54
+ declare const traverseResponse: ({ resolvers, scalarPaths }: {
54
55
  scalarPaths: {
55
56
  [x: string]: `scalar.${string}`;
56
57
  };
@@ -58,68 +59,68 @@ export declare const traverseResponse: ({ resolvers, scalarPaths }: {
58
59
  [x: string]: ScalarResolver | undefined;
59
60
  };
60
61
  }) => (k: string, o: InputValueType | VType, p?: string[]) => unknown;
61
- export declare type AllTypesPropsType = {
62
+ declare type AllTypesPropsType = {
62
63
  [x: string]: undefined | `scalar.${string}` | "enum" | {
63
64
  [x: string]: undefined | string | {
64
65
  [x: string]: string | undefined;
65
66
  };
66
67
  };
67
68
  };
68
- export declare type ReturnTypesType = {
69
+ declare type ReturnTypesType = {
69
70
  [x: string]: {
70
71
  [x: string]: string | undefined;
71
72
  } | `scalar.${string}` | undefined;
72
73
  };
73
- export declare type InputValueType = {
74
+ declare type InputValueType = {
74
75
  [x: string]: undefined | boolean | string | number | [any, undefined | boolean | InputValueType] | InputValueType;
75
76
  };
76
- export declare type VType = undefined | boolean | string | number | [any, undefined | boolean | InputValueType] | InputValueType;
77
- export declare type PlainType = boolean | number | string | null | undefined;
78
- export declare type ZeusArgsType = PlainType | {
77
+ declare type VType = undefined | boolean | string | number | [any, undefined | boolean | InputValueType] | InputValueType;
78
+ declare type PlainType = boolean | number | string | null | undefined;
79
+ declare type ZeusArgsType = PlainType | {
79
80
  [x: string]: ZeusArgsType;
80
81
  } | Array<ZeusArgsType>;
81
- export declare type Operations = Record<string, string>;
82
- export declare type VariableDefinition = {
82
+ declare type Operations = Record<string, string>;
83
+ declare type VariableDefinition = {
83
84
  [x: string]: unknown;
84
85
  };
85
- export declare const SEPARATOR = "|";
86
- export declare type fetchOptions = Parameters<typeof fetch>;
86
+ declare const SEPARATOR = "|";
87
+ declare type fetchOptions = Parameters<typeof fetch>;
87
88
  declare type websocketOptions = typeof WebSocket extends new (...args: infer R) => WebSocket ? R : never;
88
- export declare type chainOptions = [fetchOptions[0], fetchOptions[1] & {
89
+ declare type chainOptions = [fetchOptions[0], fetchOptions[1] & {
89
90
  websocket?: websocketOptions;
90
91
  }] | [fetchOptions[0]];
91
- export declare type FetchFunction = (query: string, variables?: Record<string, unknown>) => Promise<any>;
92
- export declare type SubscriptionFunction = (query: string) => any;
92
+ declare type FetchFunction = (query: string, variables?: Record<string, unknown>) => Promise<any>;
93
+ declare type SubscriptionFunction = (query: string) => any;
93
94
  declare type NotUndefined<T> = T extends undefined ? never : T;
94
- export declare type ResolverType<F> = NotUndefined<F extends [infer ARGS, any] ? ARGS : undefined>;
95
- export declare type OperationOptions = {
95
+ declare type ResolverType<F> = NotUndefined<F extends [infer ARGS, any] ? ARGS : undefined>;
96
+ declare type OperationOptions = {
96
97
  operationName?: string;
97
98
  };
98
- export declare type ScalarCoder = Record<string, (s: unknown) => string>;
99
- export interface GraphQLResponse {
99
+ declare type ScalarCoder = Record<string, (s: unknown) => string>;
100
+ interface GraphQLResponse {
100
101
  data?: Record<string, any>;
101
102
  errors?: Array<{
102
103
  message: string;
103
104
  }>;
104
105
  }
105
- export declare class GraphQLError extends Error {
106
+ declare class GraphQLError extends Error {
106
107
  response: GraphQLResponse;
107
108
  constructor(response: GraphQLResponse);
108
109
  toString(): string;
109
110
  }
110
- export declare type GenericOperation<O> = O extends keyof typeof Ops ? typeof Ops[O] : never;
111
- export declare type ThunderGraphQLOptions<SCLR extends ScalarDefinition> = {
111
+ declare type GenericOperation<O> = O extends keyof typeof Ops ? typeof Ops[O] : never;
112
+ declare type ThunderGraphQLOptions<SCLR extends ScalarDefinition> = {
112
113
  scalars?: SCLR | ScalarCoders;
113
114
  };
114
- export declare const PrepareScalarPaths: ({ ops, returns }: {
115
+ declare const PrepareScalarPaths: ({ ops, returns }: {
115
116
  returns: ReturnTypesType;
116
117
  ops: Operations;
117
118
  }) => (k: string, originalKey: string, o: InputValueType | VType, p?: string[], pOriginals?: string[], root?: boolean) => {
118
119
  [x: string]: `scalar.${string}`;
119
120
  } | undefined;
120
- export declare const purifyGraphQLKey: (k: string) => string;
121
- export declare const ResolveFromPath: (props: AllTypesPropsType, returns: ReturnTypesType, ops: Operations) => (path: string) => "enum" | "not" | `scalar.${string}`;
122
- export declare const InternalArgsBuilt: ({ props, ops, returns, scalars, vars }: {
121
+ declare const purifyGraphQLKey: (k: string) => string;
122
+ declare const ResolveFromPath: (props: AllTypesPropsType, returns: ReturnTypesType, ops: Operations) => (path: string) => "enum" | "not" | `scalar.${string}`;
123
+ declare const InternalArgsBuilt: ({ props, ops, returns, scalars, vars }: {
123
124
  props: AllTypesPropsType;
124
125
  returns: ReturnTypesType;
125
126
  ops: Operations;
@@ -129,22 +130,22 @@ export declare const InternalArgsBuilt: ({ props, ops, returns, scalars, vars }:
129
130
  graphQLType: string;
130
131
  }>;
131
132
  }) => (a: ZeusArgsType, p?: string, root?: boolean) => string;
132
- export declare const resolverFor: <X, T extends keyof ResolverInputTypes, Z extends keyof ResolverInputTypes[T]>(_type: T, _field: Z, fn: (args: Required<ResolverInputTypes[T]>[Z] extends [infer Input, any] ? Input : any, source: any) => Z extends keyof ModelTypes[T] ? X | ModelTypes[T][Z] | Promise<ModelTypes[T][Z]> : any) => (args?: any, source?: any) => any;
133
- export declare type UnwrapPromise<T> = T extends Promise<infer R> ? R : T;
134
- export declare type ZeusState<T extends (...args: any[]) => Promise<any>> = NonNullable<UnwrapPromise<ReturnType<T>>>;
135
- export declare type ZeusHook<T extends (...args: any[]) => Record<string, (...args: any[]) => Promise<any>>, N extends keyof ReturnType<T>> = ZeusState<ReturnType<T>[N]>;
136
- export declare type WithTypeNameValue<T> = T & {
133
+ declare const resolverFor: <X, T extends keyof ResolverInputTypes, Z extends keyof ResolverInputTypes[T]>(_type: T, _field: Z, fn: (args: Required<ResolverInputTypes[T]>[Z] extends [infer Input, any] ? Input : any, source: any) => Z extends keyof ModelTypes[T] ? X | ModelTypes[T][Z] | Promise<ModelTypes[T][Z]> : any) => (args?: any, source?: any) => any;
134
+ declare type UnwrapPromise<T> = T extends Promise<infer R> ? R : T;
135
+ declare type ZeusState<T extends (...args: any[]) => Promise<any>> = NonNullable<UnwrapPromise<ReturnType<T>>>;
136
+ declare type ZeusHook<T extends (...args: any[]) => Record<string, (...args: any[]) => Promise<any>>, N extends keyof ReturnType<T>> = ZeusState<ReturnType<T>[N]>;
137
+ declare type WithTypeNameValue<T> = T & {
137
138
  __typename?: boolean;
138
139
  __directives?: string;
139
140
  };
140
- export declare type AliasType<T> = WithTypeNameValue<T> & {
141
+ declare type AliasType<T> = WithTypeNameValue<T> & {
141
142
  __alias?: Record<string, WithTypeNameValue<T>>;
142
143
  };
143
144
  declare type DeepAnify<T> = {
144
145
  [P in keyof T]?: any;
145
146
  };
146
147
  declare type IsPayLoad<T> = T extends [any, infer PayLoad] ? PayLoad : T;
147
- export declare type ScalarDefinition = Record<string, ScalarResolver>;
148
+ declare type ScalarDefinition = Record<string, ScalarResolver>;
148
149
  declare type IsScalar<S, SCLR extends ScalarDefinition> = S extends "scalar" & {
149
150
  name: infer T;
150
151
  } ? T extends keyof SCLR ? SCLR[T]["decode"] extends (s: unknown) => unknown ? ReturnType<SCLR[T]["decode"]> : unknown : unknown : S;
@@ -162,13 +163,13 @@ declare type IsInterfaced<SRC extends DeepAnify<DST>, DST, SCLR extends ScalarDe
162
163
  } : {
163
164
  [P in keyof Pick<SRC, keyof DST>]: IsPayLoad<DST[P]> extends BaseZeusResolver ? IsScalar<SRC[P], SCLR> : IsArray<SRC[P], DST[P], SCLR>;
164
165
  };
165
- export declare type MapType<SRC, DST, SCLR extends ScalarDefinition> = SRC extends DeepAnify<DST> ? IsInterfaced<SRC, DST, SCLR> : never;
166
- export declare type InputType<SRC, DST, SCLR extends ScalarDefinition = {}> = IsPayLoad<DST> extends {
166
+ declare type MapType<SRC, DST, SCLR extends ScalarDefinition> = SRC extends DeepAnify<DST> ? IsInterfaced<SRC, DST, SCLR> : never;
167
+ declare type InputType<SRC, DST, SCLR extends ScalarDefinition = {}> = IsPayLoad<DST> extends {
167
168
  __alias: infer R;
168
169
  } ? {
169
170
  [P in keyof R]: MapType<SRC, R[P], SCLR>[keyof MapType<SRC, R[P], SCLR>];
170
171
  } & MapType<SRC, Omit<IsPayLoad<DST>, "__alias">, SCLR> : MapType<SRC, IsPayLoad<DST>, SCLR>;
171
- export declare type SubscriptionToGraphQL<Z, T, SCLR extends ScalarDefinition> = {
172
+ declare type SubscriptionToGraphQL<Z, T, SCLR extends ScalarDefinition> = {
172
173
  ws: WebSocket;
173
174
  on: (fn: (args: InputType<T, Z, SCLR>) => void) => void;
174
175
  off: (fn: (e: {
@@ -183,12 +184,12 @@ export declare type SubscriptionToGraphQL<Z, T, SCLR extends ScalarDefinition> =
183
184
  }) => void) => void;
184
185
  open: () => void;
185
186
  };
186
- export declare type FromSelector<SELECTOR, NAME extends keyof GraphQLTypes, SCLR extends ScalarDefinition = {}> = InputType<GraphQLTypes[NAME], SELECTOR, SCLR>;
187
- export declare type ScalarResolver = {
187
+ declare type FromSelector<SELECTOR, NAME extends keyof GraphQLTypes, SCLR extends ScalarDefinition = {}> = InputType<GraphQLTypes[NAME], SELECTOR, SCLR>;
188
+ declare type ScalarResolver = {
188
189
  encode?: (s: unknown) => string;
189
190
  decode?: (s: unknown) => unknown;
190
191
  };
191
- export declare type SelectionFunction<V> = <T>(t: T | V) => T;
192
+ declare type SelectionFunction<V> = <T>(t: T | V) => T;
192
193
  declare type BuiltInVariableTypes = {
193
194
  ["String"]: string;
194
195
  ["Int"]: number;
@@ -199,11 +200,11 @@ declare type BuiltInVariableTypes = {
199
200
  declare type AllVariableTypes = keyof BuiltInVariableTypes | keyof ZEUS_VARIABLES;
200
201
  declare type VariableRequired<T extends string> = `${T}!` | T | `[${T}]` | `[${T}]!` | `[${T}!]` | `[${T}!]!`;
201
202
  declare type VR<T extends string> = VariableRequired<VariableRequired<T>>;
202
- export declare type GraphQLVariableType = VR<AllVariableTypes>;
203
+ declare type GraphQLVariableType = VR<AllVariableTypes>;
203
204
  declare type ExtractVariableTypeString<T extends string> = T extends VR<infer R1> ? R1 extends VR<infer R2> ? R2 extends VR<infer R3> ? R3 extends VR<infer R4> ? R4 extends VR<infer R5> ? R5 : R4 : R3 : R2 : R1 : T;
204
205
  declare type DecomposeType<T, Type> = T extends `[${infer R}]` ? Array<DecomposeType<R, Type>> | undefined : T extends `${infer R}!` ? NonNullable<DecomposeType<R, Type>> : Type | undefined;
205
206
  declare type ExtractTypeFromGraphQLType<T extends string> = T extends keyof ZEUS_VARIABLES ? ZEUS_VARIABLES[T] : T extends keyof BuiltInVariableTypes ? BuiltInVariableTypes[T] : any;
206
- export declare type GetVariableType<T extends string> = DecomposeType<T, ExtractTypeFromGraphQLType<ExtractVariableTypeString<T>>>;
207
+ declare type GetVariableType<T extends string> = DecomposeType<T, ExtractTypeFromGraphQLType<ExtractVariableTypeString<T>>>;
207
208
  declare type UndefinedKeys<T> = {
208
209
  [K in keyof T]-?: T[K] extends NonNullable<T[K]> ? never : K;
209
210
  }[keyof T];
@@ -212,29 +213,29 @@ declare type WithNonNullableKeys<T> = Omit<T, UndefinedKeys<T>>;
212
213
  declare type OptionalKeys<T> = {
213
214
  [P in keyof T]?: T[P];
214
215
  };
215
- export declare type WithOptionalNullables<T> = OptionalKeys<WithNullableKeys<T>> & WithNonNullableKeys<T>;
216
- export declare type Variable<T extends GraphQLVariableType, Name extends string> = {
216
+ declare type WithOptionalNullables<T> = OptionalKeys<WithNullableKeys<T>> & WithNonNullableKeys<T>;
217
+ declare type Variable<T extends GraphQLVariableType, Name extends string> = {
217
218
  " __zeus_name": Name;
218
219
  " __zeus_type": T;
219
220
  };
220
- export declare type ExtractVariables<Query> = Query extends Variable<infer VType, infer VName> ? {
221
+ declare type ExtractVariables<Query> = Query extends Variable<infer VType, infer VName> ? {
221
222
  [key in VName]: GetVariableType<VType>;
222
223
  } : Query extends [infer Inputs, infer Outputs] ? ExtractVariables<Inputs> & ExtractVariables<Outputs> : Query extends string | number | boolean ? {} : UnionToIntersection<{
223
224
  [K in keyof Query]: WithOptionalNullables<ExtractVariables<Query[K]>>;
224
225
  }[keyof Query]>;
225
226
  declare type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never;
226
- export declare const START_VAR_NAME = "$ZEUS_VAR";
227
- export declare const GRAPHQL_TYPE_SEPARATOR = "__$GRAPHQL__";
228
- export declare const $: <Type extends GraphQLVariableType, Name extends string>(name: Name, graphqlType: Type) => Variable<Type, Name>;
227
+ declare const START_VAR_NAME = "$ZEUS_VAR";
228
+ declare const GRAPHQL_TYPE_SEPARATOR = "__$GRAPHQL__";
229
+ declare const $: <Type extends GraphQLVariableType, Name extends string>(name: Name, graphqlType: Type) => Variable<Type, Name>;
229
230
  declare type ZEUS_INTERFACES = GraphQLTypes["ErrorBase"] | GraphQLTypes["FileContentBase"];
230
- export declare type ScalarCoders = {
231
+ declare type ScalarCoders = {
231
232
  BigInt?: ScalarResolver;
232
233
  DateTime?: ScalarResolver;
233
234
  Json?: ScalarResolver;
234
235
  Bytes?: ScalarResolver;
235
236
  };
236
- declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["MyCryptoBalanceResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
237
- export declare type ValueTypes = {
237
+ declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["MyCryptoBalanceResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["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["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["CreateCardTokenResult"] | GraphQLTypes["CreateStripeTransferResult"] | GraphQLTypes["StripeOnBoardingResult"] | GraphQLTypes["CancelStripePayoutResult"] | GraphQLTypes["CreateStripePayoutResult"] | GraphQLTypes["AddCartToPaymentIntentResult"] | GraphQLTypes["CancelPaymentIntentResult"] | GraphQLTypes["ConfirmPaymentIntentResult"] | GraphQLTypes["CreatePaymentIntentResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
238
+ declare type ValueTypes = {
238
239
  ["BigInt"]: unknown;
239
240
  ["DateTime"]: unknown;
240
241
  ["Json"]: unknown;
@@ -377,6 +378,94 @@ export declare type ValueTypes = {
377
378
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
378
379
  __typename?: boolean | `@${string}`;
379
380
  }>;
381
+ ["GetStripeBalanceResult"]: AliasType<{
382
+ ["...on GetStripeBalanceResponse"]: ValueTypes["GetStripeBalanceResponse"];
383
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
384
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
385
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
386
+ __typename?: boolean | `@${string}`;
387
+ }>;
388
+ ["GetStripeBalanceTransactionResult"]: AliasType<{
389
+ ["...on GetStripeBalanceTransactionResponse"]: ValueTypes["GetStripeBalanceTransactionResponse"];
390
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
391
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
392
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
393
+ __typename?: boolean | `@${string}`;
394
+ }>;
395
+ ["GetStripeTransactionResult"]: AliasType<{
396
+ ["...on GetStripeTransactionResponse"]: ValueTypes["GetStripeTransactionResponse"];
397
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
398
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
399
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
400
+ __typename?: boolean | `@${string}`;
401
+ }>;
402
+ ["HasStripeAccountResult"]: AliasType<{
403
+ ["...on HasStripeAccountResponse"]: ValueTypes["HasStripeAccountResponse"];
404
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
405
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
406
+ __typename?: boolean | `@${string}`;
407
+ }>;
408
+ ["KycStripeCompletedResult"]: AliasType<{
409
+ ["...on KycStripeCompletedResponse"]: ValueTypes["KycStripeCompletedResponse"];
410
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
411
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
412
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
413
+ __typename?: boolean | `@${string}`;
414
+ }>;
415
+ ["GetAllStripeTransferResult"]: AliasType<{
416
+ ["...on GetAllStripeTransferResponse"]: ValueTypes["GetAllStripeTransferResponse"];
417
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
418
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
419
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
420
+ __typename?: boolean | `@${string}`;
421
+ }>;
422
+ ["GetStripeTransferResult"]: AliasType<{
423
+ ["...on GetStripeTransferResponse"]: ValueTypes["GetStripeTransferResponse"];
424
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
425
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
426
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
427
+ __typename?: boolean | `@${string}`;
428
+ }>;
429
+ ["GetAllStripePayoutResult"]: AliasType<{
430
+ ["...on GetAllStripePayoutResponse"]: ValueTypes["GetAllStripePayoutResponse"];
431
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
432
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
433
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
434
+ __typename?: boolean | `@${string}`;
435
+ }>;
436
+ ["GetStripePayoutResult"]: AliasType<{
437
+ ["...on GetStripePayoutResponse"]: ValueTypes["GetStripePayoutResponse"];
438
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
439
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
440
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
441
+ __typename?: boolean | `@${string}`;
442
+ }>;
443
+ ["GetAllPaymentRequestToCollectResult"]: AliasType<{
444
+ ["...on GetAllPaymentRequestToCollectResponse"]: ValueTypes["GetAllPaymentRequestToCollectResponse"];
445
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
446
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
447
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
448
+ __typename?: boolean | `@${string}`;
449
+ }>;
450
+ ["GetAllPaymentRequestToPayResult"]: AliasType<{
451
+ ["...on GetAllPaymentRequestToPayResponse"]: ValueTypes["GetAllPaymentRequestToPayResponse"];
452
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
453
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
454
+ __typename?: boolean | `@${string}`;
455
+ }>;
456
+ ["GetPaymentRequestToCollectResult"]: AliasType<{
457
+ ["...on GetPaymentRequestToCollectResponse"]: ValueTypes["GetPaymentRequestToCollectResponse"];
458
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
459
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
460
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
461
+ __typename?: boolean | `@${string}`;
462
+ }>;
463
+ ["GetPaymentRequestToPayResult"]: AliasType<{
464
+ ["...on GetPaymentRequestToPayResponse"]: ValueTypes["GetPaymentRequestToPayResponse"];
465
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
466
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
467
+ __typename?: boolean | `@${string}`;
468
+ }>;
380
469
  ["AddFileToHistoryResult"]: AliasType<{
381
470
  ["...on AddFileToHistoryResponse"]: ValueTypes["AddFileToHistoryResponse"];
382
471
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
@@ -646,6 +735,67 @@ export declare type ValueTypes = {
646
735
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
647
736
  __typename?: boolean | `@${string}`;
648
737
  }>;
738
+ ["CreateCardTokenResult"]: AliasType<{
739
+ ["...on CreateCardTokenResponse"]: ValueTypes["CreateCardTokenResponse"];
740
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
741
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
742
+ __typename?: boolean | `@${string}`;
743
+ }>;
744
+ ["CreateStripeTransferResult"]: AliasType<{
745
+ ["...on CreateStripeTransferResponse"]: ValueTypes["CreateStripeTransferResponse"];
746
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
747
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
748
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
749
+ __typename?: boolean | `@${string}`;
750
+ }>;
751
+ ["StripeOnBoardingResult"]: AliasType<{
752
+ ["...on StripeOnBoardingResponse"]: ValueTypes["StripeOnBoardingResponse"];
753
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
754
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
755
+ __typename?: boolean | `@${string}`;
756
+ }>;
757
+ ["CancelStripePayoutResult"]: AliasType<{
758
+ ["...on CancelStripePayoutResponse"]: ValueTypes["CancelStripePayoutResponse"];
759
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
760
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
761
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
762
+ __typename?: boolean | `@${string}`;
763
+ }>;
764
+ ["CreateStripePayoutResult"]: AliasType<{
765
+ ["...on CreateStripePayoutResponse"]: ValueTypes["CreateStripePayoutResponse"];
766
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
767
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
768
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
769
+ __typename?: boolean | `@${string}`;
770
+ }>;
771
+ ["AddCartToPaymentIntentResult"]: AliasType<{
772
+ ["...on AddCardToPaymentIntentResponse"]: ValueTypes["AddCardToPaymentIntentResponse"];
773
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
774
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
775
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
776
+ __typename?: boolean | `@${string}`;
777
+ }>;
778
+ ["CancelPaymentIntentResult"]: AliasType<{
779
+ ["...on CancelPaymentIntentResponse"]: ValueTypes["CancelPaymentIntentResponse"];
780
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
781
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
782
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
783
+ __typename?: boolean | `@${string}`;
784
+ }>;
785
+ ["ConfirmPaymentIntentResult"]: AliasType<{
786
+ ["...on ConfirmPaymentIntentResponse"]: ValueTypes["ConfirmPaymentIntentResponse"];
787
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
788
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
789
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
790
+ __typename?: boolean | `@${string}`;
791
+ }>;
792
+ ["CreatePaymentIntentResult"]: AliasType<{
793
+ ["...on CreatePaymentIntentResponse"]: ValueTypes["CreatePaymentIntentResponse"];
794
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
795
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
796
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
797
+ __typename?: boolean | `@${string}`;
798
+ }>;
649
799
  ["AppKeyPair"]: AliasType<{
650
800
  pub?: boolean | `@${string}`;
651
801
  __typename?: boolean | `@${string}`;
@@ -728,6 +878,7 @@ export declare type ValueTypes = {
728
878
  __typename?: boolean | `@${string}`;
729
879
  }>;
730
880
  ["Error"]: AliasType<{
881
+ ["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
731
882
  ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
732
883
  ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
733
884
  ["...on ErrorUpgradePlan"]: ValueTypes["ErrorUpgradePlan"];
@@ -749,6 +900,7 @@ export declare type ValueTypes = {
749
900
  ["...on ErrorLimit"]?: Omit<ValueTypes["ErrorLimit"], keyof ValueTypes["ErrorBase"]>;
750
901
  ["...on ErrorNotExist"]?: Omit<ValueTypes["ErrorNotExist"], keyof ValueTypes["ErrorBase"]>;
751
902
  ["...on ErrorNotFound"]?: Omit<ValueTypes["ErrorNotFound"], keyof ValueTypes["ErrorBase"]>;
903
+ ["...on ErrorStripe"]?: Omit<ValueTypes["ErrorStripe"], keyof ValueTypes["ErrorBase"]>;
752
904
  ["...on ErrorUpgradePlan"]?: Omit<ValueTypes["ErrorUpgradePlan"], keyof ValueTypes["ErrorBase"]>;
753
905
  __typename?: boolean | `@${string}`;
754
906
  }>;
@@ -775,6 +927,10 @@ export declare type ValueTypes = {
775
927
  field?: boolean | `@${string}`;
776
928
  __typename?: boolean | `@${string}`;
777
929
  }>;
930
+ ["ErrorStripe"]: AliasType<{
931
+ message?: boolean | `@${string}`;
932
+ __typename?: boolean | `@${string}`;
933
+ }>;
778
934
  ["ErrorUpgradePlan"]: AliasType<{
779
935
  message?: boolean | `@${string}`;
780
936
  __typename?: boolean | `@${string}`;
@@ -1338,6 +1494,42 @@ export declare type ValueTypes = {
1338
1494
  uploadLiteFile?: ValueTypes["LiteFileResponse"];
1339
1495
  __typename?: boolean | `@${string}`;
1340
1496
  }>;
1497
+ ["CreateStripeTransferResponse"]: AliasType<{
1498
+ created?: boolean | `@${string}`;
1499
+ __typename?: boolean | `@${string}`;
1500
+ }>;
1501
+ ["StripeOnBoardingResponse"]: AliasType<{
1502
+ onBoardingUrl?: boolean | `@${string}`;
1503
+ __typename?: boolean | `@${string}`;
1504
+ }>;
1505
+ ["CreateCardTokenResponse"]: AliasType<{
1506
+ created?: boolean | `@${string}`;
1507
+ __typename?: boolean | `@${string}`;
1508
+ }>;
1509
+ ["CancelStripePayoutResponse"]: AliasType<{
1510
+ cancel?: boolean | `@${string}`;
1511
+ __typename?: boolean | `@${string}`;
1512
+ }>;
1513
+ ["CreateStripePayoutResponse"]: AliasType<{
1514
+ created?: boolean | `@${string}`;
1515
+ __typename?: boolean | `@${string}`;
1516
+ }>;
1517
+ ["AddCardToPaymentIntentResponse"]: AliasType<{
1518
+ added?: boolean | `@${string}`;
1519
+ __typename?: boolean | `@${string}`;
1520
+ }>;
1521
+ ["CancelPaymentIntentResponse"]: AliasType<{
1522
+ cancel?: boolean | `@${string}`;
1523
+ __typename?: boolean | `@${string}`;
1524
+ }>;
1525
+ ["ConfirmPaymentIntentResponse"]: AliasType<{
1526
+ confirm?: boolean | `@${string}`;
1527
+ __typename?: boolean | `@${string}`;
1528
+ }>;
1529
+ ["CreatePaymentIntentResponse"]: AliasType<{
1530
+ created?: boolean | `@${string}`;
1531
+ __typename?: boolean | `@${string}`;
1532
+ }>;
1341
1533
  ["BlogResponse"]: AliasType<{
1342
1534
  blogItems?: ValueTypes["BlogItem"];
1343
1535
  __typename?: boolean | `@${string}`;
@@ -1422,6 +1614,314 @@ export declare type ValueTypes = {
1422
1614
  userList?: ValueTypes["User"];
1423
1615
  __typename?: boolean | `@${string}`;
1424
1616
  }>;
1617
+ ["BalanceStripeResponse"]: AliasType<{
1618
+ amount?: boolean | `@${string}`;
1619
+ currency?: boolean | `@${string}`;
1620
+ source_types?: ValueTypes["SourceTypeStripeResponse"];
1621
+ __typename?: boolean | `@${string}`;
1622
+ }>;
1623
+ ["BalanceStripeObjectResponse"]: AliasType<{
1624
+ object?: boolean | `@${string}`;
1625
+ available?: ValueTypes["BalanceStripeResponse"];
1626
+ connect_reserved?: ValueTypes["BalanceStripeResponse"];
1627
+ instant_available?: ValueTypes["BalanceStripeResponse"];
1628
+ issuing?: ValueTypes["IssuingStripeResponse"];
1629
+ livemode?: boolean | `@${string}`;
1630
+ pending?: ValueTypes["BalanceStripeResponse"];
1631
+ __typename?: boolean | `@${string}`;
1632
+ }>;
1633
+ ["GetStripeBalanceResponse"]: AliasType<{
1634
+ balance?: ValueTypes["BalanceStripeObjectResponse"];
1635
+ __typename?: boolean | `@${string}`;
1636
+ }>;
1637
+ ["GetStripeBalanceTransactionResponse"]: AliasType<{
1638
+ balanceTransaction?: ValueTypes["TransacStripeResponse"];
1639
+ __typename?: boolean | `@${string}`;
1640
+ }>;
1641
+ ["GetStripeTransactionResponse"]: AliasType<{
1642
+ transaction?: ValueTypes["TransacStripeResponse"];
1643
+ __typename?: boolean | `@${string}`;
1644
+ }>;
1645
+ ["HasStripeAccountResponse"]: AliasType<{
1646
+ hasAccount?: boolean | `@${string}`;
1647
+ __typename?: boolean | `@${string}`;
1648
+ }>;
1649
+ ["IssuingStripeResponse"]: AliasType<{
1650
+ available?: ValueTypes["BalanceStripeResponse"];
1651
+ __typename?: boolean | `@${string}`;
1652
+ }>;
1653
+ ["KycStripeCompletedResponse"]: AliasType<{
1654
+ kycCompleted?: boolean | `@${string}`;
1655
+ __typename?: boolean | `@${string}`;
1656
+ }>;
1657
+ ["SourceTypeStripeResponse"]: AliasType<{
1658
+ bank_account?: boolean | `@${string}`;
1659
+ card?: boolean | `@${string}`;
1660
+ fpx?: boolean | `@${string}`;
1661
+ __typename?: boolean | `@${string}`;
1662
+ }>;
1663
+ ["TransacStripeResponse"]: AliasType<{
1664
+ id?: boolean | `@${string}`;
1665
+ object?: boolean | `@${string}`;
1666
+ amount?: boolean | `@${string}`;
1667
+ available_on?: boolean | `@${string}`;
1668
+ created?: boolean | `@${string}`;
1669
+ currency?: boolean | `@${string}`;
1670
+ description?: boolean | `@${string}`;
1671
+ exchange_rate?: boolean | `@${string}`;
1672
+ fee?: boolean | `@${string}`;
1673
+ fee_details?: ValueTypes["TransactionStripeFeeResponse"];
1674
+ net?: boolean | `@${string}`;
1675
+ reporting_category?: boolean | `@${string}`;
1676
+ source?: boolean | `@${string}`;
1677
+ status?: boolean | `@${string}`;
1678
+ type?: boolean | `@${string}`;
1679
+ __typename?: boolean | `@${string}`;
1680
+ }>;
1681
+ ["TransactionStripeFeeResponse"]: AliasType<{
1682
+ amount?: boolean | `@${string}`;
1683
+ application?: boolean | `@${string}`;
1684
+ currency?: boolean | `@${string}`;
1685
+ description?: boolean | `@${string}`;
1686
+ type?: boolean | `@${string}`;
1687
+ __typename?: boolean | `@${string}`;
1688
+ }>;
1689
+ ["GetAllStripeTransferResponse"]: AliasType<{
1690
+ allTransfer?: ValueTypes["StripeTransferResponse"];
1691
+ __typename?: boolean | `@${string}`;
1692
+ }>;
1693
+ ["GetStripeTransferResponse"]: AliasType<{
1694
+ transfer?: ValueTypes["StripeTransferResponse"];
1695
+ __typename?: boolean | `@${string}`;
1696
+ }>;
1697
+ ["StripeTransferResponse"]: AliasType<{
1698
+ id?: boolean | `@${string}`;
1699
+ object?: boolean | `@${string}`;
1700
+ amount?: boolean | `@${string}`;
1701
+ amount_reversed?: boolean | `@${string}`;
1702
+ balance_transaction?: boolean | `@${string}`;
1703
+ created?: boolean | `@${string}`;
1704
+ currency?: boolean | `@${string}`;
1705
+ description?: boolean | `@${string}`;
1706
+ destination_payment?: boolean | `@${string}`;
1707
+ __typename?: boolean | `@${string}`;
1708
+ }>;
1709
+ ["GetAllPaymentRequestToCollect"]: AliasType<{
1710
+ id?: boolean | `@${string}`;
1711
+ object?: boolean | `@${string}`;
1712
+ amount?: boolean | `@${string}`;
1713
+ amount_capturable?: boolean | `@${string}`;
1714
+ amount_details?: boolean | `@${string}`;
1715
+ amount_received?: boolean | `@${string}`;
1716
+ application?: boolean | `@${string}`;
1717
+ application_fee_amount?: boolean | `@${string}`;
1718
+ automatic_payment_methods?: boolean | `@${string}`;
1719
+ canceled_at?: boolean | `@${string}`;
1720
+ cancellation_reason?: boolean | `@${string}`;
1721
+ capture_method?: boolean | `@${string}`;
1722
+ charges?: boolean | `@${string}`;
1723
+ client_secret?: boolean | `@${string}`;
1724
+ confirmation_method?: boolean | `@${string}`;
1725
+ created?: boolean | `@${string}`;
1726
+ currency?: boolean | `@${string}`;
1727
+ customer?: boolean | `@${string}`;
1728
+ description?: boolean | `@${string}`;
1729
+ invoice?: boolean | `@${string}`;
1730
+ last_payment_error?: boolean | `@${string}`;
1731
+ livemode?: boolean | `@${string}`;
1732
+ metadata?: boolean | `@${string}`;
1733
+ next_action?: boolean | `@${string}`;
1734
+ on_behalf_of?: boolean | `@${string}`;
1735
+ payment_method?: boolean | `@${string}`;
1736
+ payment_method_options?: boolean | `@${string}`;
1737
+ payment_method_types?: boolean | `@${string}`;
1738
+ processing?: boolean | `@${string}`;
1739
+ receipt_email?: boolean | `@${string}`;
1740
+ review?: boolean | `@${string}`;
1741
+ setup_future_usage?: boolean | `@${string}`;
1742
+ shipping?: boolean | `@${string}`;
1743
+ source?: boolean | `@${string}`;
1744
+ statement_descriptor?: boolean | `@${string}`;
1745
+ statement_descriptor_suffix?: boolean | `@${string}`;
1746
+ status?: boolean | `@${string}`;
1747
+ transfer_data?: boolean | `@${string}`;
1748
+ transfer_group?: boolean | `@${string}`;
1749
+ __typename?: boolean | `@${string}`;
1750
+ }>;
1751
+ ["GetAllPaymentRequestToCollectResponse"]: AliasType<{
1752
+ allPaymentRequestToCollect?: ValueTypes["GetAllPaymentRequestToCollect"];
1753
+ __typename?: boolean | `@${string}`;
1754
+ }>;
1755
+ ["GetAllPaymentRequestResponse"]: AliasType<{
1756
+ id?: boolean | `@${string}`;
1757
+ accountId?: boolean | `@${string}`;
1758
+ object?: boolean | `@${string}`;
1759
+ amount?: boolean | `@${string}`;
1760
+ amount_capturable?: boolean | `@${string}`;
1761
+ amount_details?: boolean | `@${string}`;
1762
+ amount_received?: boolean | `@${string}`;
1763
+ application?: boolean | `@${string}`;
1764
+ application_fee_amount?: boolean | `@${string}`;
1765
+ automatic_payment_methods?: boolean | `@${string}`;
1766
+ canceled_at?: boolean | `@${string}`;
1767
+ cancellation_reason?: boolean | `@${string}`;
1768
+ capture_method?: boolean | `@${string}`;
1769
+ charges?: boolean | `@${string}`;
1770
+ client_secret?: boolean | `@${string}`;
1771
+ confirmation_method?: boolean | `@${string}`;
1772
+ created?: boolean | `@${string}`;
1773
+ currency?: boolean | `@${string}`;
1774
+ customer?: boolean | `@${string}`;
1775
+ description?: boolean | `@${string}`;
1776
+ invoice?: boolean | `@${string}`;
1777
+ last_payment_error?: boolean | `@${string}`;
1778
+ livemode?: boolean | `@${string}`;
1779
+ metadata?: boolean | `@${string}`;
1780
+ next_action?: boolean | `@${string}`;
1781
+ on_behalf_of?: boolean | `@${string}`;
1782
+ payment_method?: boolean | `@${string}`;
1783
+ payment_method_options?: boolean | `@${string}`;
1784
+ payment_method_types?: boolean | `@${string}`;
1785
+ processing?: boolean | `@${string}`;
1786
+ receipt_email?: boolean | `@${string}`;
1787
+ review?: boolean | `@${string}`;
1788
+ setup_future_usage?: boolean | `@${string}`;
1789
+ shipping?: boolean | `@${string}`;
1790
+ source?: boolean | `@${string}`;
1791
+ statement_descriptor?: boolean | `@${string}`;
1792
+ statement_descriptor_suffix?: boolean | `@${string}`;
1793
+ status?: boolean | `@${string}`;
1794
+ transfer_data?: boolean | `@${string}`;
1795
+ transfer_group?: boolean | `@${string}`;
1796
+ __typename?: boolean | `@${string}`;
1797
+ }>;
1798
+ ["GetAllPaymentRequestToPayResponse"]: AliasType<{
1799
+ allPaymentRequestToPay?: ValueTypes["GetAllPaymentRequestResponse"];
1800
+ __typename?: boolean | `@${string}`;
1801
+ }>;
1802
+ ["GetPaymentRequestToCollect"]: AliasType<{
1803
+ id?: boolean | `@${string}`;
1804
+ object?: boolean | `@${string}`;
1805
+ amount?: boolean | `@${string}`;
1806
+ amount_capturable?: boolean | `@${string}`;
1807
+ amount_details?: boolean | `@${string}`;
1808
+ amount_received?: boolean | `@${string}`;
1809
+ application?: boolean | `@${string}`;
1810
+ application_fee_amount?: boolean | `@${string}`;
1811
+ automatic_payment_methods?: boolean | `@${string}`;
1812
+ canceled_at?: boolean | `@${string}`;
1813
+ cancellation_reason?: boolean | `@${string}`;
1814
+ capture_method?: boolean | `@${string}`;
1815
+ charges?: boolean | `@${string}`;
1816
+ client_secret?: boolean | `@${string}`;
1817
+ confirmation_method?: boolean | `@${string}`;
1818
+ created?: boolean | `@${string}`;
1819
+ currency?: boolean | `@${string}`;
1820
+ customer?: boolean | `@${string}`;
1821
+ description?: boolean | `@${string}`;
1822
+ invoice?: boolean | `@${string}`;
1823
+ last_payment_error?: boolean | `@${string}`;
1824
+ livemode?: boolean | `@${string}`;
1825
+ metadata?: boolean | `@${string}`;
1826
+ next_action?: boolean | `@${string}`;
1827
+ on_behalf_of?: boolean | `@${string}`;
1828
+ payment_method?: boolean | `@${string}`;
1829
+ payment_method_options?: boolean | `@${string}`;
1830
+ payment_method_types?: boolean | `@${string}`;
1831
+ processing?: boolean | `@${string}`;
1832
+ receipt_email?: boolean | `@${string}`;
1833
+ review?: boolean | `@${string}`;
1834
+ setup_future_usage?: boolean | `@${string}`;
1835
+ shipping?: boolean | `@${string}`;
1836
+ source?: boolean | `@${string}`;
1837
+ statement_descriptor?: boolean | `@${string}`;
1838
+ statement_descriptor_suffix?: boolean | `@${string}`;
1839
+ status?: boolean | `@${string}`;
1840
+ transfer_data?: boolean | `@${string}`;
1841
+ transfer_group?: boolean | `@${string}`;
1842
+ __typename?: boolean | `@${string}`;
1843
+ }>;
1844
+ ["GetPaymentRequestToCollectResponse"]: AliasType<{
1845
+ paymentRequestToCollect?: ValueTypes["GetPaymentRequestToCollect"];
1846
+ __typename?: boolean | `@${string}`;
1847
+ }>;
1848
+ ["GetPaymentRequestToPay"]: AliasType<{
1849
+ id?: boolean | `@${string}`;
1850
+ accountId?: boolean | `@${string}`;
1851
+ object?: boolean | `@${string}`;
1852
+ amount?: boolean | `@${string}`;
1853
+ amount_capturable?: boolean | `@${string}`;
1854
+ amount_details?: boolean | `@${string}`;
1855
+ amount_received?: boolean | `@${string}`;
1856
+ application?: boolean | `@${string}`;
1857
+ application_fee_amount?: boolean | `@${string}`;
1858
+ automatic_payment_methods?: boolean | `@${string}`;
1859
+ canceled_at?: boolean | `@${string}`;
1860
+ cancellation_reason?: boolean | `@${string}`;
1861
+ capture_method?: boolean | `@${string}`;
1862
+ charges?: boolean | `@${string}`;
1863
+ client_secret?: boolean | `@${string}`;
1864
+ confirmation_method?: boolean | `@${string}`;
1865
+ created?: boolean | `@${string}`;
1866
+ currency?: boolean | `@${string}`;
1867
+ customer?: boolean | `@${string}`;
1868
+ description?: boolean | `@${string}`;
1869
+ invoice?: boolean | `@${string}`;
1870
+ last_payment_error?: boolean | `@${string}`;
1871
+ livemode?: boolean | `@${string}`;
1872
+ metadata?: boolean | `@${string}`;
1873
+ next_action?: boolean | `@${string}`;
1874
+ on_behalf_of?: boolean | `@${string}`;
1875
+ payment_method?: boolean | `@${string}`;
1876
+ payment_method_options?: boolean | `@${string}`;
1877
+ payment_method_types?: boolean | `@${string}`;
1878
+ processing?: boolean | `@${string}`;
1879
+ receipt_email?: boolean | `@${string}`;
1880
+ review?: boolean | `@${string}`;
1881
+ setup_future_usage?: boolean | `@${string}`;
1882
+ shipping?: boolean | `@${string}`;
1883
+ source?: boolean | `@${string}`;
1884
+ statement_descriptor?: boolean | `@${string}`;
1885
+ statement_descriptor_suffix?: boolean | `@${string}`;
1886
+ status?: boolean | `@${string}`;
1887
+ transfer_data?: boolean | `@${string}`;
1888
+ transfer_group?: boolean | `@${string}`;
1889
+ __typename?: boolean | `@${string}`;
1890
+ }>;
1891
+ ["GetPaymentRequestToPayResponse"]: AliasType<{
1892
+ paymentRequestToPay?: ValueTypes["GetPaymentRequestToPay"];
1893
+ __typename?: boolean | `@${string}`;
1894
+ }>;
1895
+ ["GetAllStripePayoutResponse"]: AliasType<{
1896
+ allPayout?: ValueTypes["PayoutResponse"];
1897
+ __typename?: boolean | `@${string}`;
1898
+ }>;
1899
+ ["GetStripePayoutResponse"]: AliasType<{
1900
+ payout?: ValueTypes["PayoutResponse"];
1901
+ __typename?: boolean | `@${string}`;
1902
+ }>;
1903
+ ["PayoutResponse"]: AliasType<{
1904
+ id?: boolean | `@${string}`;
1905
+ object?: boolean | `@${string}`;
1906
+ amount?: boolean | `@${string}`;
1907
+ arrival_date?: boolean | `@${string}`;
1908
+ automatic?: boolean | `@${string}`;
1909
+ created?: boolean | `@${string}`;
1910
+ currency?: boolean | `@${string}`;
1911
+ description?: boolean | `@${string}`;
1912
+ failure_code?: boolean | `@${string}`;
1913
+ failure_message?: boolean | `@${string}`;
1914
+ livemode?: boolean | `@${string}`;
1915
+ method?: boolean | `@${string}`;
1916
+ original_payout?: boolean | `@${string}`;
1917
+ reversed_by?: boolean | `@${string}`;
1918
+ source_type?: boolean | `@${string}`;
1919
+ statement_descriptor?: boolean | `@${string}`;
1920
+ status?: boolean | `@${string}`;
1921
+ type?: boolean | `@${string}`;
1922
+ __typename?: boolean | `@${string}`;
1923
+ }>;
1924
+ ["PayoutType"]: PayoutType;
1425
1925
  ["TemporaryUser"]: AliasType<{
1426
1926
  id?: boolean | `@${string}`;
1427
1927
  mails?: ValueTypes["MailIntegrity"];
@@ -1655,6 +2155,45 @@ export declare type ValueTypes = {
1655
2155
  },
1656
2156
  ValueTypes["UserListResult"]
1657
2157
  ];
2158
+ getStripeBalance?: ValueTypes["GetStripeBalanceResult"];
2159
+ getStripeBalanceTransaction?: ValueTypes["GetStripeBalanceTransactionResult"];
2160
+ getStripeTransaction?: [
2161
+ {
2162
+ transactionId: string | Variable<any, string>;
2163
+ },
2164
+ ValueTypes["GetStripeTransactionResult"]
2165
+ ];
2166
+ hasStripeAccount?: ValueTypes["HasStripeAccountResult"];
2167
+ kycStripeCompleted?: ValueTypes["KycStripeCompletedResult"];
2168
+ getAllStripeTransfer?: ValueTypes["GetAllStripeTransferResult"];
2169
+ getStripeTransfer?: [
2170
+ {
2171
+ transferId: string | Variable<any, string>;
2172
+ },
2173
+ ValueTypes["GetStripeTransferResult"]
2174
+ ];
2175
+ getAllStripePayout?: ValueTypes["GetAllStripePayoutResult"];
2176
+ getStripePayout?: [
2177
+ {
2178
+ payoutId: string | Variable<any, string>;
2179
+ },
2180
+ ValueTypes["GetStripePayoutResult"]
2181
+ ];
2182
+ getAllPaymentRequestToCollect?: ValueTypes["GetAllPaymentRequestToCollectResult"];
2183
+ getAllPaymentRequestToPay?: ValueTypes["GetAllPaymentRequestToPayResult"];
2184
+ getPaymentRequestToCollect?: [
2185
+ {
2186
+ paymentRequestId: string | Variable<any, string>;
2187
+ },
2188
+ ValueTypes["GetPaymentRequestToCollectResult"]
2189
+ ];
2190
+ getPaymentRequestToPay?: [
2191
+ {
2192
+ paymentRequestId: string | Variable<any, string>;
2193
+ accountId: string | Variable<any, string>;
2194
+ },
2195
+ ValueTypes["GetPaymentRequestToPayResult"]
2196
+ ];
1658
2197
  __typename?: boolean | `@${string}`;
1659
2198
  }>;
1660
2199
  ["Mutation"]: AliasType<{
@@ -2000,6 +2539,75 @@ export declare type ValueTypes = {
2000
2539
  },
2001
2540
  ValueTypes["ChangeUserPlanResult"]
2002
2541
  ];
2542
+ createCardToken?: [
2543
+ {
2544
+ number: string | Variable<any, string>;
2545
+ month: string | Variable<any, string>;
2546
+ year: string | Variable<any, string>;
2547
+ cvc: string | Variable<any, string>;
2548
+ currency: string | Variable<any, string>;
2549
+ name: string | Variable<any, string>;
2550
+ },
2551
+ ValueTypes["CreateCardTokenResult"]
2552
+ ];
2553
+ createStripeTransfer?: [
2554
+ {
2555
+ userIdToReceive: string | Variable<any, string>;
2556
+ amount: number | Variable<any, string>;
2557
+ currency: string | Variable<any, string>;
2558
+ },
2559
+ ValueTypes["CreateStripeTransferResult"]
2560
+ ];
2561
+ stripeOnBoarding?: [
2562
+ {
2563
+ email: string | Variable<any, string>;
2564
+ },
2565
+ ValueTypes["StripeOnBoardingResult"]
2566
+ ];
2567
+ cancelStripePayout?: [
2568
+ {
2569
+ payoutId: string | Variable<any, string>;
2570
+ },
2571
+ ValueTypes["CancelStripePayoutResult"]
2572
+ ];
2573
+ createStripePayout?: [
2574
+ {
2575
+ amount: number | Variable<any, string>;
2576
+ currency: string | Variable<any, string>;
2577
+ description?: string | undefined | null | Variable<any, string>;
2578
+ },
2579
+ ValueTypes["CreateStripePayoutResult"]
2580
+ ];
2581
+ addCartToPaymentIntent?: [
2582
+ {
2583
+ paymentIntentId: string | Variable<any, string>;
2584
+ accountId: string | Variable<any, string>;
2585
+ tokenId: string | Variable<any, string>;
2586
+ },
2587
+ ValueTypes["AddCartToPaymentIntentResult"]
2588
+ ];
2589
+ cancelPaymentIntent?: [
2590
+ {
2591
+ paymentIntentId: string | Variable<any, string>;
2592
+ accountId: string | Variable<any, string>;
2593
+ },
2594
+ ValueTypes["CancelPaymentIntentResult"]
2595
+ ];
2596
+ confirmPaymentIntent?: [
2597
+ {
2598
+ paymentIntentId: string | Variable<any, string>;
2599
+ accountId: string | Variable<any, string>;
2600
+ },
2601
+ ValueTypes["ConfirmPaymentIntentResult"]
2602
+ ];
2603
+ createPaymentIntent?: [
2604
+ {
2605
+ amount: number | Variable<any, string>;
2606
+ userId: string | Variable<any, string>;
2607
+ currency: string | Variable<any, string>;
2608
+ },
2609
+ ValueTypes["CreatePaymentIntentResult"]
2610
+ ];
2003
2611
  __typename?: boolean | `@${string}`;
2004
2612
  }>;
2005
2613
  ["Subscription"]: AliasType<{
@@ -2007,7 +2615,7 @@ export declare type ValueTypes = {
2007
2615
  __typename?: boolean | `@${string}`;
2008
2616
  }>;
2009
2617
  };
2010
- export declare type ResolverInputTypes = {
2618
+ declare type ResolverInputTypes = {
2011
2619
  ["BigInt"]: unknown;
2012
2620
  ["DateTime"]: unknown;
2013
2621
  ["Json"]: unknown;
@@ -2150,6 +2758,94 @@ export declare type ResolverInputTypes = {
2150
2758
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2151
2759
  __typename?: boolean | `@${string}`;
2152
2760
  }>;
2761
+ ["GetStripeBalanceResult"]: AliasType<{
2762
+ GetStripeBalanceResponse?: ResolverInputTypes["GetStripeBalanceResponse"];
2763
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2764
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2765
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2766
+ __typename?: boolean | `@${string}`;
2767
+ }>;
2768
+ ["GetStripeBalanceTransactionResult"]: AliasType<{
2769
+ GetStripeBalanceTransactionResponse?: ResolverInputTypes["GetStripeBalanceTransactionResponse"];
2770
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2771
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2772
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2773
+ __typename?: boolean | `@${string}`;
2774
+ }>;
2775
+ ["GetStripeTransactionResult"]: AliasType<{
2776
+ GetStripeTransactionResponse?: ResolverInputTypes["GetStripeTransactionResponse"];
2777
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2778
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2779
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2780
+ __typename?: boolean | `@${string}`;
2781
+ }>;
2782
+ ["HasStripeAccountResult"]: AliasType<{
2783
+ HasStripeAccountResponse?: ResolverInputTypes["HasStripeAccountResponse"];
2784
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2785
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2786
+ __typename?: boolean | `@${string}`;
2787
+ }>;
2788
+ ["KycStripeCompletedResult"]: AliasType<{
2789
+ KycStripeCompletedResponse?: ResolverInputTypes["KycStripeCompletedResponse"];
2790
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2791
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2792
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2793
+ __typename?: boolean | `@${string}`;
2794
+ }>;
2795
+ ["GetAllStripeTransferResult"]: AliasType<{
2796
+ GetAllStripeTransferResponse?: ResolverInputTypes["GetAllStripeTransferResponse"];
2797
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2798
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2799
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2800
+ __typename?: boolean | `@${string}`;
2801
+ }>;
2802
+ ["GetStripeTransferResult"]: AliasType<{
2803
+ GetStripeTransferResponse?: ResolverInputTypes["GetStripeTransferResponse"];
2804
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2805
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2806
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2807
+ __typename?: boolean | `@${string}`;
2808
+ }>;
2809
+ ["GetAllStripePayoutResult"]: AliasType<{
2810
+ GetAllStripePayoutResponse?: ResolverInputTypes["GetAllStripePayoutResponse"];
2811
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2812
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2813
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2814
+ __typename?: boolean | `@${string}`;
2815
+ }>;
2816
+ ["GetStripePayoutResult"]: AliasType<{
2817
+ GetStripePayoutResponse?: ResolverInputTypes["GetStripePayoutResponse"];
2818
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2819
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2820
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2821
+ __typename?: boolean | `@${string}`;
2822
+ }>;
2823
+ ["GetAllPaymentRequestToCollectResult"]: AliasType<{
2824
+ GetAllPaymentRequestToCollectResponse?: ResolverInputTypes["GetAllPaymentRequestToCollectResponse"];
2825
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2826
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2827
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2828
+ __typename?: boolean | `@${string}`;
2829
+ }>;
2830
+ ["GetAllPaymentRequestToPayResult"]: AliasType<{
2831
+ GetAllPaymentRequestToPayResponse?: ResolverInputTypes["GetAllPaymentRequestToPayResponse"];
2832
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2833
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2834
+ __typename?: boolean | `@${string}`;
2835
+ }>;
2836
+ ["GetPaymentRequestToCollectResult"]: AliasType<{
2837
+ GetPaymentRequestToCollectResponse?: ResolverInputTypes["GetPaymentRequestToCollectResponse"];
2838
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2839
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2840
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2841
+ __typename?: boolean | `@${string}`;
2842
+ }>;
2843
+ ["GetPaymentRequestToPayResult"]: AliasType<{
2844
+ GetPaymentRequestToPayResponse?: ResolverInputTypes["GetPaymentRequestToPayResponse"];
2845
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2846
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2847
+ __typename?: boolean | `@${string}`;
2848
+ }>;
2153
2849
  ["AddFileToHistoryResult"]: AliasType<{
2154
2850
  AddFileToHistoryResponse?: ResolverInputTypes["AddFileToHistoryResponse"];
2155
2851
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
@@ -2419,6 +3115,67 @@ export declare type ResolverInputTypes = {
2419
3115
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2420
3116
  __typename?: boolean | `@${string}`;
2421
3117
  }>;
3118
+ ["CreateCardTokenResult"]: AliasType<{
3119
+ CreateCardTokenResponse?: ResolverInputTypes["CreateCardTokenResponse"];
3120
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3121
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3122
+ __typename?: boolean | `@${string}`;
3123
+ }>;
3124
+ ["CreateStripeTransferResult"]: AliasType<{
3125
+ CreateStripeTransferResponse?: ResolverInputTypes["CreateStripeTransferResponse"];
3126
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3127
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3128
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3129
+ __typename?: boolean | `@${string}`;
3130
+ }>;
3131
+ ["StripeOnBoardingResult"]: AliasType<{
3132
+ StripeOnBoardingResponse?: ResolverInputTypes["StripeOnBoardingResponse"];
3133
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3134
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3135
+ __typename?: boolean | `@${string}`;
3136
+ }>;
3137
+ ["CancelStripePayoutResult"]: AliasType<{
3138
+ CancelStripePayoutResponse?: ResolverInputTypes["CancelStripePayoutResponse"];
3139
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3140
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3141
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3142
+ __typename?: boolean | `@${string}`;
3143
+ }>;
3144
+ ["CreateStripePayoutResult"]: AliasType<{
3145
+ CreateStripePayoutResponse?: ResolverInputTypes["CreateStripePayoutResponse"];
3146
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3147
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3148
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3149
+ __typename?: boolean | `@${string}`;
3150
+ }>;
3151
+ ["AddCartToPaymentIntentResult"]: AliasType<{
3152
+ AddCardToPaymentIntentResponse?: ResolverInputTypes["AddCardToPaymentIntentResponse"];
3153
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3154
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3155
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3156
+ __typename?: boolean | `@${string}`;
3157
+ }>;
3158
+ ["CancelPaymentIntentResult"]: AliasType<{
3159
+ CancelPaymentIntentResponse?: ResolverInputTypes["CancelPaymentIntentResponse"];
3160
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3161
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3162
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3163
+ __typename?: boolean | `@${string}`;
3164
+ }>;
3165
+ ["ConfirmPaymentIntentResult"]: AliasType<{
3166
+ ConfirmPaymentIntentResponse?: ResolverInputTypes["ConfirmPaymentIntentResponse"];
3167
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3168
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3169
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3170
+ __typename?: boolean | `@${string}`;
3171
+ }>;
3172
+ ["CreatePaymentIntentResult"]: AliasType<{
3173
+ CreatePaymentIntentResponse?: ResolverInputTypes["CreatePaymentIntentResponse"];
3174
+ ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
3175
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
3176
+ ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
3177
+ __typename?: boolean | `@${string}`;
3178
+ }>;
2422
3179
  ["AppKeyPair"]: AliasType<{
2423
3180
  pub?: boolean | `@${string}`;
2424
3181
  __typename?: boolean | `@${string}`;
@@ -2501,6 +3258,7 @@ export declare type ResolverInputTypes = {
2501
3258
  __typename?: boolean | `@${string}`;
2502
3259
  }>;
2503
3260
  ["Error"]: AliasType<{
3261
+ ErrorStripe?: ResolverInputTypes["ErrorStripe"];
2504
3262
  ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
2505
3263
  ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
2506
3264
  ErrorUpgradePlan?: ResolverInputTypes["ErrorUpgradePlan"];
@@ -2522,6 +3280,7 @@ export declare type ResolverInputTypes = {
2522
3280
  ["...on ErrorLimit"]?: Omit<ResolverInputTypes["ErrorLimit"], keyof ResolverInputTypes["ErrorBase"]>;
2523
3281
  ["...on ErrorNotExist"]?: Omit<ResolverInputTypes["ErrorNotExist"], keyof ResolverInputTypes["ErrorBase"]>;
2524
3282
  ["...on ErrorNotFound"]?: Omit<ResolverInputTypes["ErrorNotFound"], keyof ResolverInputTypes["ErrorBase"]>;
3283
+ ["...on ErrorStripe"]?: Omit<ResolverInputTypes["ErrorStripe"], keyof ResolverInputTypes["ErrorBase"]>;
2525
3284
  ["...on ErrorUpgradePlan"]?: Omit<ResolverInputTypes["ErrorUpgradePlan"], keyof ResolverInputTypes["ErrorBase"]>;
2526
3285
  __typename?: boolean | `@${string}`;
2527
3286
  }>;
@@ -2548,6 +3307,10 @@ export declare type ResolverInputTypes = {
2548
3307
  field?: boolean | `@${string}`;
2549
3308
  __typename?: boolean | `@${string}`;
2550
3309
  }>;
3310
+ ["ErrorStripe"]: AliasType<{
3311
+ message?: boolean | `@${string}`;
3312
+ __typename?: boolean | `@${string}`;
3313
+ }>;
2551
3314
  ["ErrorUpgradePlan"]: AliasType<{
2552
3315
  message?: boolean | `@${string}`;
2553
3316
  __typename?: boolean | `@${string}`;
@@ -3111,6 +3874,42 @@ export declare type ResolverInputTypes = {
3111
3874
  uploadLiteFile?: ResolverInputTypes["LiteFileResponse"];
3112
3875
  __typename?: boolean | `@${string}`;
3113
3876
  }>;
3877
+ ["CreateStripeTransferResponse"]: AliasType<{
3878
+ created?: boolean | `@${string}`;
3879
+ __typename?: boolean | `@${string}`;
3880
+ }>;
3881
+ ["StripeOnBoardingResponse"]: AliasType<{
3882
+ onBoardingUrl?: boolean | `@${string}`;
3883
+ __typename?: boolean | `@${string}`;
3884
+ }>;
3885
+ ["CreateCardTokenResponse"]: AliasType<{
3886
+ created?: boolean | `@${string}`;
3887
+ __typename?: boolean | `@${string}`;
3888
+ }>;
3889
+ ["CancelStripePayoutResponse"]: AliasType<{
3890
+ cancel?: boolean | `@${string}`;
3891
+ __typename?: boolean | `@${string}`;
3892
+ }>;
3893
+ ["CreateStripePayoutResponse"]: AliasType<{
3894
+ created?: boolean | `@${string}`;
3895
+ __typename?: boolean | `@${string}`;
3896
+ }>;
3897
+ ["AddCardToPaymentIntentResponse"]: AliasType<{
3898
+ added?: boolean | `@${string}`;
3899
+ __typename?: boolean | `@${string}`;
3900
+ }>;
3901
+ ["CancelPaymentIntentResponse"]: AliasType<{
3902
+ cancel?: boolean | `@${string}`;
3903
+ __typename?: boolean | `@${string}`;
3904
+ }>;
3905
+ ["ConfirmPaymentIntentResponse"]: AliasType<{
3906
+ confirm?: boolean | `@${string}`;
3907
+ __typename?: boolean | `@${string}`;
3908
+ }>;
3909
+ ["CreatePaymentIntentResponse"]: AliasType<{
3910
+ created?: boolean | `@${string}`;
3911
+ __typename?: boolean | `@${string}`;
3912
+ }>;
3114
3913
  ["BlogResponse"]: AliasType<{
3115
3914
  blogItems?: ResolverInputTypes["BlogItem"];
3116
3915
  __typename?: boolean | `@${string}`;
@@ -3127,74 +3926,382 @@ export declare type ResolverInputTypes = {
3127
3926
  json?: boolean | `@${string}`;
3128
3927
  __typename?: boolean | `@${string}`;
3129
3928
  }>;
3130
- ["DeletedMailsResponse"]: AliasType<{
3131
- deletedMails?: ResolverInputTypes["Mail"];
3929
+ ["DeletedMailsResponse"]: AliasType<{
3930
+ deletedMails?: ResolverInputTypes["Mail"];
3931
+ __typename?: boolean | `@${string}`;
3932
+ }>;
3933
+ ["DeletedNodesResponse"]: AliasType<{
3934
+ deletedNodes?: ResolverInputTypes["Node"];
3935
+ __typename?: boolean | `@${string}`;
3936
+ }>;
3937
+ ["FaqResponse"]: AliasType<{
3938
+ faq?: ResolverInputTypes["FaqItem"];
3939
+ __typename?: boolean | `@${string}`;
3940
+ }>;
3941
+ ["FileQueryResponse"]: AliasType<{
3942
+ file?: ResolverInputTypes["File"];
3943
+ __typename?: boolean | `@${string}`;
3944
+ }>;
3945
+ ["FileContentResponse"]: AliasType<{
3946
+ file?: ResolverInputTypes["FileContent"];
3947
+ __typename?: boolean | `@${string}`;
3948
+ }>;
3949
+ ["JwtResponse"]: AliasType<{
3950
+ jwt?: boolean | `@${string}`;
3951
+ __typename?: boolean | `@${string}`;
3952
+ }>;
3953
+ ["IsCryptoTransactionDoneResponse"]: AliasType<{
3954
+ done?: boolean | `@${string}`;
3955
+ __typename?: boolean | `@${string}`;
3956
+ }>;
3957
+ ["QueryMailResponse"]: AliasType<{
3958
+ mail?: ResolverInputTypes["Mail"];
3959
+ __typename?: boolean | `@${string}`;
3960
+ }>;
3961
+ ["MyCryptoBalanceResponse"]: AliasType<{
3962
+ amount?: boolean | `@${string}`;
3963
+ __typename?: boolean | `@${string}`;
3964
+ }>;
3965
+ ["NodeResponse"]: AliasType<{
3966
+ node?: ResolverInputTypes["Node"];
3967
+ __typename?: boolean | `@${string}`;
3968
+ }>;
3969
+ ["NodesSharedWithMeResponse"]: AliasType<{
3970
+ nodesSharedWithMe?: ResolverInputTypes["Node"];
3971
+ __typename?: boolean | `@${string}`;
3972
+ }>;
3973
+ ["PaymentInfosResponse"]: AliasType<{
3974
+ paymentInfos?: ResolverInputTypes["PaymentInfos"];
3975
+ __typename?: boolean | `@${string}`;
3976
+ }>;
3977
+ ["PlanResponse"]: AliasType<{
3978
+ plan?: ResolverInputTypes["Plan"];
3979
+ __typename?: boolean | `@${string}`;
3980
+ }>;
3981
+ ["SharedNodesResponse"]: AliasType<{
3982
+ sharedNodes?: ResolverInputTypes["Node"];
3983
+ __typename?: boolean | `@${string}`;
3984
+ }>;
3985
+ ["UnreadReceivedMailsCountResponse"]: AliasType<{
3986
+ count?: boolean | `@${string}`;
3987
+ __typename?: boolean | `@${string}`;
3988
+ }>;
3989
+ ["UserResponse"]: AliasType<{
3990
+ user?: ResolverInputTypes["User"];
3991
+ __typename?: boolean | `@${string}`;
3992
+ }>;
3993
+ ["UserListResponse"]: AliasType<{
3994
+ userList?: ResolverInputTypes["User"];
3995
+ __typename?: boolean | `@${string}`;
3996
+ }>;
3997
+ ["BalanceStripeResponse"]: AliasType<{
3998
+ amount?: boolean | `@${string}`;
3999
+ currency?: boolean | `@${string}`;
4000
+ source_types?: ResolverInputTypes["SourceTypeStripeResponse"];
4001
+ __typename?: boolean | `@${string}`;
4002
+ }>;
4003
+ ["BalanceStripeObjectResponse"]: AliasType<{
4004
+ object?: boolean | `@${string}`;
4005
+ available?: ResolverInputTypes["BalanceStripeResponse"];
4006
+ connect_reserved?: ResolverInputTypes["BalanceStripeResponse"];
4007
+ instant_available?: ResolverInputTypes["BalanceStripeResponse"];
4008
+ issuing?: ResolverInputTypes["IssuingStripeResponse"];
4009
+ livemode?: boolean | `@${string}`;
4010
+ pending?: ResolverInputTypes["BalanceStripeResponse"];
4011
+ __typename?: boolean | `@${string}`;
4012
+ }>;
4013
+ ["GetStripeBalanceResponse"]: AliasType<{
4014
+ balance?: ResolverInputTypes["BalanceStripeObjectResponse"];
4015
+ __typename?: boolean | `@${string}`;
4016
+ }>;
4017
+ ["GetStripeBalanceTransactionResponse"]: AliasType<{
4018
+ balanceTransaction?: ResolverInputTypes["TransacStripeResponse"];
4019
+ __typename?: boolean | `@${string}`;
4020
+ }>;
4021
+ ["GetStripeTransactionResponse"]: AliasType<{
4022
+ transaction?: ResolverInputTypes["TransacStripeResponse"];
4023
+ __typename?: boolean | `@${string}`;
4024
+ }>;
4025
+ ["HasStripeAccountResponse"]: AliasType<{
4026
+ hasAccount?: boolean | `@${string}`;
4027
+ __typename?: boolean | `@${string}`;
4028
+ }>;
4029
+ ["IssuingStripeResponse"]: AliasType<{
4030
+ available?: ResolverInputTypes["BalanceStripeResponse"];
4031
+ __typename?: boolean | `@${string}`;
4032
+ }>;
4033
+ ["KycStripeCompletedResponse"]: AliasType<{
4034
+ kycCompleted?: boolean | `@${string}`;
4035
+ __typename?: boolean | `@${string}`;
4036
+ }>;
4037
+ ["SourceTypeStripeResponse"]: AliasType<{
4038
+ bank_account?: boolean | `@${string}`;
4039
+ card?: boolean | `@${string}`;
4040
+ fpx?: boolean | `@${string}`;
3132
4041
  __typename?: boolean | `@${string}`;
3133
4042
  }>;
3134
- ["DeletedNodesResponse"]: AliasType<{
3135
- deletedNodes?: ResolverInputTypes["Node"];
4043
+ ["TransacStripeResponse"]: AliasType<{
4044
+ id?: boolean | `@${string}`;
4045
+ object?: boolean | `@${string}`;
4046
+ amount?: boolean | `@${string}`;
4047
+ available_on?: boolean | `@${string}`;
4048
+ created?: boolean | `@${string}`;
4049
+ currency?: boolean | `@${string}`;
4050
+ description?: boolean | `@${string}`;
4051
+ exchange_rate?: boolean | `@${string}`;
4052
+ fee?: boolean | `@${string}`;
4053
+ fee_details?: ResolverInputTypes["TransactionStripeFeeResponse"];
4054
+ net?: boolean | `@${string}`;
4055
+ reporting_category?: boolean | `@${string}`;
4056
+ source?: boolean | `@${string}`;
4057
+ status?: boolean | `@${string}`;
4058
+ type?: boolean | `@${string}`;
3136
4059
  __typename?: boolean | `@${string}`;
3137
4060
  }>;
3138
- ["FaqResponse"]: AliasType<{
3139
- faq?: ResolverInputTypes["FaqItem"];
4061
+ ["TransactionStripeFeeResponse"]: AliasType<{
4062
+ amount?: boolean | `@${string}`;
4063
+ application?: boolean | `@${string}`;
4064
+ currency?: boolean | `@${string}`;
4065
+ description?: boolean | `@${string}`;
4066
+ type?: boolean | `@${string}`;
3140
4067
  __typename?: boolean | `@${string}`;
3141
4068
  }>;
3142
- ["FileQueryResponse"]: AliasType<{
3143
- file?: ResolverInputTypes["File"];
4069
+ ["GetAllStripeTransferResponse"]: AliasType<{
4070
+ allTransfer?: ResolverInputTypes["StripeTransferResponse"];
3144
4071
  __typename?: boolean | `@${string}`;
3145
4072
  }>;
3146
- ["FileContentResponse"]: AliasType<{
3147
- file?: ResolverInputTypes["FileContent"];
4073
+ ["GetStripeTransferResponse"]: AliasType<{
4074
+ transfer?: ResolverInputTypes["StripeTransferResponse"];
3148
4075
  __typename?: boolean | `@${string}`;
3149
4076
  }>;
3150
- ["JwtResponse"]: AliasType<{
3151
- jwt?: boolean | `@${string}`;
4077
+ ["StripeTransferResponse"]: AliasType<{
4078
+ id?: boolean | `@${string}`;
4079
+ object?: boolean | `@${string}`;
4080
+ amount?: boolean | `@${string}`;
4081
+ amount_reversed?: boolean | `@${string}`;
4082
+ balance_transaction?: boolean | `@${string}`;
4083
+ created?: boolean | `@${string}`;
4084
+ currency?: boolean | `@${string}`;
4085
+ description?: boolean | `@${string}`;
4086
+ destination_payment?: boolean | `@${string}`;
3152
4087
  __typename?: boolean | `@${string}`;
3153
4088
  }>;
3154
- ["IsCryptoTransactionDoneResponse"]: AliasType<{
3155
- done?: boolean | `@${string}`;
4089
+ ["GetAllPaymentRequestToCollect"]: AliasType<{
4090
+ id?: boolean | `@${string}`;
4091
+ object?: boolean | `@${string}`;
4092
+ amount?: boolean | `@${string}`;
4093
+ amount_capturable?: boolean | `@${string}`;
4094
+ amount_details?: boolean | `@${string}`;
4095
+ amount_received?: boolean | `@${string}`;
4096
+ application?: boolean | `@${string}`;
4097
+ application_fee_amount?: boolean | `@${string}`;
4098
+ automatic_payment_methods?: boolean | `@${string}`;
4099
+ canceled_at?: boolean | `@${string}`;
4100
+ cancellation_reason?: boolean | `@${string}`;
4101
+ capture_method?: boolean | `@${string}`;
4102
+ charges?: boolean | `@${string}`;
4103
+ client_secret?: boolean | `@${string}`;
4104
+ confirmation_method?: boolean | `@${string}`;
4105
+ created?: boolean | `@${string}`;
4106
+ currency?: boolean | `@${string}`;
4107
+ customer?: boolean | `@${string}`;
4108
+ description?: boolean | `@${string}`;
4109
+ invoice?: boolean | `@${string}`;
4110
+ last_payment_error?: boolean | `@${string}`;
4111
+ livemode?: boolean | `@${string}`;
4112
+ metadata?: boolean | `@${string}`;
4113
+ next_action?: boolean | `@${string}`;
4114
+ on_behalf_of?: boolean | `@${string}`;
4115
+ payment_method?: boolean | `@${string}`;
4116
+ payment_method_options?: boolean | `@${string}`;
4117
+ payment_method_types?: boolean | `@${string}`;
4118
+ processing?: boolean | `@${string}`;
4119
+ receipt_email?: boolean | `@${string}`;
4120
+ review?: boolean | `@${string}`;
4121
+ setup_future_usage?: boolean | `@${string}`;
4122
+ shipping?: boolean | `@${string}`;
4123
+ source?: boolean | `@${string}`;
4124
+ statement_descriptor?: boolean | `@${string}`;
4125
+ statement_descriptor_suffix?: boolean | `@${string}`;
4126
+ status?: boolean | `@${string}`;
4127
+ transfer_data?: boolean | `@${string}`;
4128
+ transfer_group?: boolean | `@${string}`;
3156
4129
  __typename?: boolean | `@${string}`;
3157
4130
  }>;
3158
- ["QueryMailResponse"]: AliasType<{
3159
- mail?: ResolverInputTypes["Mail"];
4131
+ ["GetAllPaymentRequestToCollectResponse"]: AliasType<{
4132
+ allPaymentRequestToCollect?: ResolverInputTypes["GetAllPaymentRequestToCollect"];
3160
4133
  __typename?: boolean | `@${string}`;
3161
4134
  }>;
3162
- ["MyCryptoBalanceResponse"]: AliasType<{
4135
+ ["GetAllPaymentRequestResponse"]: AliasType<{
4136
+ id?: boolean | `@${string}`;
4137
+ accountId?: boolean | `@${string}`;
4138
+ object?: boolean | `@${string}`;
3163
4139
  amount?: boolean | `@${string}`;
4140
+ amount_capturable?: boolean | `@${string}`;
4141
+ amount_details?: boolean | `@${string}`;
4142
+ amount_received?: boolean | `@${string}`;
4143
+ application?: boolean | `@${string}`;
4144
+ application_fee_amount?: boolean | `@${string}`;
4145
+ automatic_payment_methods?: boolean | `@${string}`;
4146
+ canceled_at?: boolean | `@${string}`;
4147
+ cancellation_reason?: boolean | `@${string}`;
4148
+ capture_method?: boolean | `@${string}`;
4149
+ charges?: boolean | `@${string}`;
4150
+ client_secret?: boolean | `@${string}`;
4151
+ confirmation_method?: boolean | `@${string}`;
4152
+ created?: boolean | `@${string}`;
4153
+ currency?: boolean | `@${string}`;
4154
+ customer?: boolean | `@${string}`;
4155
+ description?: boolean | `@${string}`;
4156
+ invoice?: boolean | `@${string}`;
4157
+ last_payment_error?: boolean | `@${string}`;
4158
+ livemode?: boolean | `@${string}`;
4159
+ metadata?: boolean | `@${string}`;
4160
+ next_action?: boolean | `@${string}`;
4161
+ on_behalf_of?: boolean | `@${string}`;
4162
+ payment_method?: boolean | `@${string}`;
4163
+ payment_method_options?: boolean | `@${string}`;
4164
+ payment_method_types?: boolean | `@${string}`;
4165
+ processing?: boolean | `@${string}`;
4166
+ receipt_email?: boolean | `@${string}`;
4167
+ review?: boolean | `@${string}`;
4168
+ setup_future_usage?: boolean | `@${string}`;
4169
+ shipping?: boolean | `@${string}`;
4170
+ source?: boolean | `@${string}`;
4171
+ statement_descriptor?: boolean | `@${string}`;
4172
+ statement_descriptor_suffix?: boolean | `@${string}`;
4173
+ status?: boolean | `@${string}`;
4174
+ transfer_data?: boolean | `@${string}`;
4175
+ transfer_group?: boolean | `@${string}`;
3164
4176
  __typename?: boolean | `@${string}`;
3165
4177
  }>;
3166
- ["NodeResponse"]: AliasType<{
3167
- node?: ResolverInputTypes["Node"];
4178
+ ["GetAllPaymentRequestToPayResponse"]: AliasType<{
4179
+ allPaymentRequestToPay?: ResolverInputTypes["GetAllPaymentRequestResponse"];
3168
4180
  __typename?: boolean | `@${string}`;
3169
4181
  }>;
3170
- ["NodesSharedWithMeResponse"]: AliasType<{
3171
- nodesSharedWithMe?: ResolverInputTypes["Node"];
4182
+ ["GetPaymentRequestToCollect"]: AliasType<{
4183
+ id?: boolean | `@${string}`;
4184
+ object?: boolean | `@${string}`;
4185
+ amount?: boolean | `@${string}`;
4186
+ amount_capturable?: boolean | `@${string}`;
4187
+ amount_details?: boolean | `@${string}`;
4188
+ amount_received?: boolean | `@${string}`;
4189
+ application?: boolean | `@${string}`;
4190
+ application_fee_amount?: boolean | `@${string}`;
4191
+ automatic_payment_methods?: boolean | `@${string}`;
4192
+ canceled_at?: boolean | `@${string}`;
4193
+ cancellation_reason?: boolean | `@${string}`;
4194
+ capture_method?: boolean | `@${string}`;
4195
+ charges?: boolean | `@${string}`;
4196
+ client_secret?: boolean | `@${string}`;
4197
+ confirmation_method?: boolean | `@${string}`;
4198
+ created?: boolean | `@${string}`;
4199
+ currency?: boolean | `@${string}`;
4200
+ customer?: boolean | `@${string}`;
4201
+ description?: boolean | `@${string}`;
4202
+ invoice?: boolean | `@${string}`;
4203
+ last_payment_error?: boolean | `@${string}`;
4204
+ livemode?: boolean | `@${string}`;
4205
+ metadata?: boolean | `@${string}`;
4206
+ next_action?: boolean | `@${string}`;
4207
+ on_behalf_of?: boolean | `@${string}`;
4208
+ payment_method?: boolean | `@${string}`;
4209
+ payment_method_options?: boolean | `@${string}`;
4210
+ payment_method_types?: boolean | `@${string}`;
4211
+ processing?: boolean | `@${string}`;
4212
+ receipt_email?: boolean | `@${string}`;
4213
+ review?: boolean | `@${string}`;
4214
+ setup_future_usage?: boolean | `@${string}`;
4215
+ shipping?: boolean | `@${string}`;
4216
+ source?: boolean | `@${string}`;
4217
+ statement_descriptor?: boolean | `@${string}`;
4218
+ statement_descriptor_suffix?: boolean | `@${string}`;
4219
+ status?: boolean | `@${string}`;
4220
+ transfer_data?: boolean | `@${string}`;
4221
+ transfer_group?: boolean | `@${string}`;
3172
4222
  __typename?: boolean | `@${string}`;
3173
4223
  }>;
3174
- ["PaymentInfosResponse"]: AliasType<{
3175
- paymentInfos?: ResolverInputTypes["PaymentInfos"];
4224
+ ["GetPaymentRequestToCollectResponse"]: AliasType<{
4225
+ paymentRequestToCollect?: ResolverInputTypes["GetPaymentRequestToCollect"];
3176
4226
  __typename?: boolean | `@${string}`;
3177
4227
  }>;
3178
- ["PlanResponse"]: AliasType<{
3179
- plan?: ResolverInputTypes["Plan"];
4228
+ ["GetPaymentRequestToPay"]: AliasType<{
4229
+ id?: boolean | `@${string}`;
4230
+ accountId?: boolean | `@${string}`;
4231
+ object?: boolean | `@${string}`;
4232
+ amount?: boolean | `@${string}`;
4233
+ amount_capturable?: boolean | `@${string}`;
4234
+ amount_details?: boolean | `@${string}`;
4235
+ amount_received?: boolean | `@${string}`;
4236
+ application?: boolean | `@${string}`;
4237
+ application_fee_amount?: boolean | `@${string}`;
4238
+ automatic_payment_methods?: boolean | `@${string}`;
4239
+ canceled_at?: boolean | `@${string}`;
4240
+ cancellation_reason?: boolean | `@${string}`;
4241
+ capture_method?: boolean | `@${string}`;
4242
+ charges?: boolean | `@${string}`;
4243
+ client_secret?: boolean | `@${string}`;
4244
+ confirmation_method?: boolean | `@${string}`;
4245
+ created?: boolean | `@${string}`;
4246
+ currency?: boolean | `@${string}`;
4247
+ customer?: boolean | `@${string}`;
4248
+ description?: boolean | `@${string}`;
4249
+ invoice?: boolean | `@${string}`;
4250
+ last_payment_error?: boolean | `@${string}`;
4251
+ livemode?: boolean | `@${string}`;
4252
+ metadata?: boolean | `@${string}`;
4253
+ next_action?: boolean | `@${string}`;
4254
+ on_behalf_of?: boolean | `@${string}`;
4255
+ payment_method?: boolean | `@${string}`;
4256
+ payment_method_options?: boolean | `@${string}`;
4257
+ payment_method_types?: boolean | `@${string}`;
4258
+ processing?: boolean | `@${string}`;
4259
+ receipt_email?: boolean | `@${string}`;
4260
+ review?: boolean | `@${string}`;
4261
+ setup_future_usage?: boolean | `@${string}`;
4262
+ shipping?: boolean | `@${string}`;
4263
+ source?: boolean | `@${string}`;
4264
+ statement_descriptor?: boolean | `@${string}`;
4265
+ statement_descriptor_suffix?: boolean | `@${string}`;
4266
+ status?: boolean | `@${string}`;
4267
+ transfer_data?: boolean | `@${string}`;
4268
+ transfer_group?: boolean | `@${string}`;
3180
4269
  __typename?: boolean | `@${string}`;
3181
4270
  }>;
3182
- ["SharedNodesResponse"]: AliasType<{
3183
- sharedNodes?: ResolverInputTypes["Node"];
4271
+ ["GetPaymentRequestToPayResponse"]: AliasType<{
4272
+ paymentRequestToPay?: ResolverInputTypes["GetPaymentRequestToPay"];
3184
4273
  __typename?: boolean | `@${string}`;
3185
4274
  }>;
3186
- ["UnreadReceivedMailsCountResponse"]: AliasType<{
3187
- count?: boolean | `@${string}`;
4275
+ ["GetAllStripePayoutResponse"]: AliasType<{
4276
+ allPayout?: ResolverInputTypes["PayoutResponse"];
3188
4277
  __typename?: boolean | `@${string}`;
3189
4278
  }>;
3190
- ["UserResponse"]: AliasType<{
3191
- user?: ResolverInputTypes["User"];
4279
+ ["GetStripePayoutResponse"]: AliasType<{
4280
+ payout?: ResolverInputTypes["PayoutResponse"];
3192
4281
  __typename?: boolean | `@${string}`;
3193
4282
  }>;
3194
- ["UserListResponse"]: AliasType<{
3195
- userList?: ResolverInputTypes["User"];
4283
+ ["PayoutResponse"]: AliasType<{
4284
+ id?: boolean | `@${string}`;
4285
+ object?: boolean | `@${string}`;
4286
+ amount?: boolean | `@${string}`;
4287
+ arrival_date?: boolean | `@${string}`;
4288
+ automatic?: boolean | `@${string}`;
4289
+ created?: boolean | `@${string}`;
4290
+ currency?: boolean | `@${string}`;
4291
+ description?: boolean | `@${string}`;
4292
+ failure_code?: boolean | `@${string}`;
4293
+ failure_message?: boolean | `@${string}`;
4294
+ livemode?: boolean | `@${string}`;
4295
+ method?: boolean | `@${string}`;
4296
+ original_payout?: boolean | `@${string}`;
4297
+ reversed_by?: boolean | `@${string}`;
4298
+ source_type?: boolean | `@${string}`;
4299
+ statement_descriptor?: boolean | `@${string}`;
4300
+ status?: boolean | `@${string}`;
4301
+ type?: boolean | `@${string}`;
3196
4302
  __typename?: boolean | `@${string}`;
3197
4303
  }>;
4304
+ ["PayoutType"]: PayoutType;
3198
4305
  ["TemporaryUser"]: AliasType<{
3199
4306
  id?: boolean | `@${string}`;
3200
4307
  mails?: ResolverInputTypes["MailIntegrity"];
@@ -3422,6 +4529,45 @@ export declare type ResolverInputTypes = {
3422
4529
  },
3423
4530
  ResolverInputTypes["UserListResult"]
3424
4531
  ];
4532
+ getStripeBalance?: ResolverInputTypes["GetStripeBalanceResult"];
4533
+ getStripeBalanceTransaction?: ResolverInputTypes["GetStripeBalanceTransactionResult"];
4534
+ getStripeTransaction?: [
4535
+ {
4536
+ transactionId: string;
4537
+ },
4538
+ ResolverInputTypes["GetStripeTransactionResult"]
4539
+ ];
4540
+ hasStripeAccount?: ResolverInputTypes["HasStripeAccountResult"];
4541
+ kycStripeCompleted?: ResolverInputTypes["KycStripeCompletedResult"];
4542
+ getAllStripeTransfer?: ResolverInputTypes["GetAllStripeTransferResult"];
4543
+ getStripeTransfer?: [
4544
+ {
4545
+ transferId: string;
4546
+ },
4547
+ ResolverInputTypes["GetStripeTransferResult"]
4548
+ ];
4549
+ getAllStripePayout?: ResolverInputTypes["GetAllStripePayoutResult"];
4550
+ getStripePayout?: [
4551
+ {
4552
+ payoutId: string;
4553
+ },
4554
+ ResolverInputTypes["GetStripePayoutResult"]
4555
+ ];
4556
+ getAllPaymentRequestToCollect?: ResolverInputTypes["GetAllPaymentRequestToCollectResult"];
4557
+ getAllPaymentRequestToPay?: ResolverInputTypes["GetAllPaymentRequestToPayResult"];
4558
+ getPaymentRequestToCollect?: [
4559
+ {
4560
+ paymentRequestId: string;
4561
+ },
4562
+ ResolverInputTypes["GetPaymentRequestToCollectResult"]
4563
+ ];
4564
+ getPaymentRequestToPay?: [
4565
+ {
4566
+ paymentRequestId: string;
4567
+ accountId: string;
4568
+ },
4569
+ ResolverInputTypes["GetPaymentRequestToPayResult"]
4570
+ ];
3425
4571
  __typename?: boolean | `@${string}`;
3426
4572
  }>;
3427
4573
  ["Mutation"]: AliasType<{
@@ -3749,6 +4895,75 @@ export declare type ResolverInputTypes = {
3749
4895
  },
3750
4896
  ResolverInputTypes["ChangeUserPlanResult"]
3751
4897
  ];
4898
+ createCardToken?: [
4899
+ {
4900
+ number: string;
4901
+ month: string;
4902
+ year: string;
4903
+ cvc: string;
4904
+ currency: string;
4905
+ name: string;
4906
+ },
4907
+ ResolverInputTypes["CreateCardTokenResult"]
4908
+ ];
4909
+ createStripeTransfer?: [
4910
+ {
4911
+ userIdToReceive: string;
4912
+ amount: number;
4913
+ currency: string;
4914
+ },
4915
+ ResolverInputTypes["CreateStripeTransferResult"]
4916
+ ];
4917
+ stripeOnBoarding?: [
4918
+ {
4919
+ email: string;
4920
+ },
4921
+ ResolverInputTypes["StripeOnBoardingResult"]
4922
+ ];
4923
+ cancelStripePayout?: [
4924
+ {
4925
+ payoutId: string;
4926
+ },
4927
+ ResolverInputTypes["CancelStripePayoutResult"]
4928
+ ];
4929
+ createStripePayout?: [
4930
+ {
4931
+ amount: number;
4932
+ currency: string;
4933
+ description?: string | undefined | null;
4934
+ },
4935
+ ResolverInputTypes["CreateStripePayoutResult"]
4936
+ ];
4937
+ addCartToPaymentIntent?: [
4938
+ {
4939
+ paymentIntentId: string;
4940
+ accountId: string;
4941
+ tokenId: string;
4942
+ },
4943
+ ResolverInputTypes["AddCartToPaymentIntentResult"]
4944
+ ];
4945
+ cancelPaymentIntent?: [
4946
+ {
4947
+ paymentIntentId: string;
4948
+ accountId: string;
4949
+ },
4950
+ ResolverInputTypes["CancelPaymentIntentResult"]
4951
+ ];
4952
+ confirmPaymentIntent?: [
4953
+ {
4954
+ paymentIntentId: string;
4955
+ accountId: string;
4956
+ },
4957
+ ResolverInputTypes["ConfirmPaymentIntentResult"]
4958
+ ];
4959
+ createPaymentIntent?: [
4960
+ {
4961
+ amount: number;
4962
+ userId: string;
4963
+ currency: string;
4964
+ },
4965
+ ResolverInputTypes["CreatePaymentIntentResult"]
4966
+ ];
3752
4967
  __typename?: boolean | `@${string}`;
3753
4968
  }>;
3754
4969
  ["Subscription"]: AliasType<{
@@ -3756,7 +4971,7 @@ export declare type ResolverInputTypes = {
3756
4971
  __typename?: boolean | `@${string}`;
3757
4972
  }>;
3758
4973
  };
3759
- export declare type ModelTypes = {
4974
+ declare type ModelTypes = {
3760
4975
  ["BigInt"]: any;
3761
4976
  ["DateTime"]: any;
3762
4977
  ["Json"]: any;
@@ -3791,6 +5006,19 @@ export declare type ModelTypes = {
3791
5006
  ["UnreadReceivedMailsCountResult"]: ModelTypes["UnreadReceivedMailsCountResponse"] | ModelTypes["ErrorAccessDenied"];
3792
5007
  ["UserResult"]: ModelTypes["UserResponse"] | ModelTypes["ErrorNotFound"];
3793
5008
  ["UserListResult"]: ModelTypes["UserListResponse"] | ModelTypes["ErrorAccessDenied"];
5009
+ ["GetStripeBalanceResult"]: ModelTypes["GetStripeBalanceResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5010
+ ["GetStripeBalanceTransactionResult"]: ModelTypes["GetStripeBalanceTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5011
+ ["GetStripeTransactionResult"]: ModelTypes["GetStripeTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5012
+ ["HasStripeAccountResult"]: ModelTypes["HasStripeAccountResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
5013
+ ["KycStripeCompletedResult"]: ModelTypes["KycStripeCompletedResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5014
+ ["GetAllStripeTransferResult"]: ModelTypes["GetAllStripeTransferResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5015
+ ["GetStripeTransferResult"]: ModelTypes["GetStripeTransferResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5016
+ ["GetAllStripePayoutResult"]: ModelTypes["GetAllStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5017
+ ["GetStripePayoutResult"]: ModelTypes["GetStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5018
+ ["GetAllPaymentRequestToCollectResult"]: ModelTypes["GetAllPaymentRequestToCollectResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5019
+ ["GetAllPaymentRequestToPayResult"]: ModelTypes["GetAllPaymentRequestToPayResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
5020
+ ["GetPaymentRequestToCollectResult"]: ModelTypes["GetPaymentRequestToCollectResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
5021
+ ["GetPaymentRequestToPayResult"]: ModelTypes["GetPaymentRequestToPayResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
3794
5022
  ["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
3795
5023
  ["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
3796
5024
  ["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorNotExist"];
@@ -3837,6 +5065,15 @@ export declare type ModelTypes = {
3837
5065
  ["UploadFilePartEndResult"]: ModelTypes["UploadFilePartEndResponse"] | ModelTypes["ErrorAccessDenied"];
3838
5066
  ["UploadLiteFileResult"]: ModelTypes["UploadLiteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorLimit"];
3839
5067
  ["ChangeUserPlanResult"]: ModelTypes["ChangeUserPlanResponse"] | ModelTypes["ErrorAccessDenied"];
5068
+ ["CreateCardTokenResult"]: ModelTypes["CreateCardTokenResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
5069
+ ["CreateStripeTransferResult"]: ModelTypes["CreateStripeTransferResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5070
+ ["StripeOnBoardingResult"]: ModelTypes["StripeOnBoardingResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
5071
+ ["CancelStripePayoutResult"]: ModelTypes["CancelStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5072
+ ["CreateStripePayoutResult"]: ModelTypes["CreateStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5073
+ ["AddCartToPaymentIntentResult"]: ModelTypes["AddCardToPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5074
+ ["CancelPaymentIntentResult"]: ModelTypes["CancelPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5075
+ ["ConfirmPaymentIntentResult"]: ModelTypes["ConfirmPaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
5076
+ ["CreatePaymentIntentResult"]: ModelTypes["CreatePaymentIntentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
3840
5077
  ["AppKeyPair"]: {
3841
5078
  pub: string;
3842
5079
  };
@@ -3909,11 +5146,11 @@ export declare type ModelTypes = {
3909
5146
  address: string;
3910
5147
  privateKeyEncrypted: string;
3911
5148
  };
3912
- ["Error"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorBasic"];
5149
+ ["Error"]: ModelTypes["ErrorStripe"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorBasic"];
3913
5150
  ["ErrorAccessDenied"]: {
3914
5151
  message: string;
3915
5152
  };
3916
- ["ErrorBase"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"];
5153
+ ["ErrorBase"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorUpgradePlan"];
3917
5154
  ["ErrorBasic"]: {
3918
5155
  message: string;
3919
5156
  };
@@ -3932,6 +5169,9 @@ export declare type ModelTypes = {
3932
5169
  message: string;
3933
5170
  field?: string | undefined;
3934
5171
  };
5172
+ ["ErrorStripe"]: {
5173
+ message: string;
5174
+ };
3935
5175
  ["ErrorUpgradePlan"]: {
3936
5176
  message: string;
3937
5177
  };
@@ -4397,6 +5637,33 @@ export declare type ModelTypes = {
4397
5637
  ["UploadLiteFileResponse"]: {
4398
5638
  uploadLiteFile: ModelTypes["LiteFileResponse"];
4399
5639
  };
5640
+ ["CreateStripeTransferResponse"]: {
5641
+ created: boolean;
5642
+ };
5643
+ ["StripeOnBoardingResponse"]: {
5644
+ onBoardingUrl: string;
5645
+ };
5646
+ ["CreateCardTokenResponse"]: {
5647
+ created?: boolean | undefined;
5648
+ };
5649
+ ["CancelStripePayoutResponse"]: {
5650
+ cancel?: boolean | undefined;
5651
+ };
5652
+ ["CreateStripePayoutResponse"]: {
5653
+ created?: boolean | undefined;
5654
+ };
5655
+ ["AddCardToPaymentIntentResponse"]: {
5656
+ added?: boolean | undefined;
5657
+ };
5658
+ ["CancelPaymentIntentResponse"]: {
5659
+ cancel?: boolean | undefined;
5660
+ };
5661
+ ["ConfirmPaymentIntentResponse"]: {
5662
+ confirm?: boolean | undefined;
5663
+ };
5664
+ ["CreatePaymentIntentResponse"]: {
5665
+ created?: boolean | undefined;
5666
+ };
4400
5667
  ["BlogResponse"]: {
4401
5668
  blogItems: Array<ModelTypes["BlogItem"]>;
4402
5669
  };
@@ -4460,6 +5727,289 @@ export declare type ModelTypes = {
4460
5727
  ["UserListResponse"]: {
4461
5728
  userList: Array<ModelTypes["User"]>;
4462
5729
  };
5730
+ ["BalanceStripeResponse"]: {
5731
+ amount: number;
5732
+ currency: string;
5733
+ source_types?: ModelTypes["SourceTypeStripeResponse"] | undefined;
5734
+ };
5735
+ ["BalanceStripeObjectResponse"]: {
5736
+ object: string;
5737
+ available: Array<ModelTypes["BalanceStripeResponse"]>;
5738
+ connect_reserved?: Array<ModelTypes["BalanceStripeResponse"] | undefined> | undefined;
5739
+ instant_available?: Array<ModelTypes["BalanceStripeResponse"] | undefined> | undefined;
5740
+ issuing?: ModelTypes["IssuingStripeResponse"] | undefined;
5741
+ livemode: boolean;
5742
+ pending: Array<ModelTypes["BalanceStripeResponse"]>;
5743
+ };
5744
+ ["GetStripeBalanceResponse"]: {
5745
+ balance: ModelTypes["BalanceStripeObjectResponse"];
5746
+ };
5747
+ ["GetStripeBalanceTransactionResponse"]: {
5748
+ balanceTransaction: Array<ModelTypes["TransacStripeResponse"]>;
5749
+ };
5750
+ ["GetStripeTransactionResponse"]: {
5751
+ transaction: ModelTypes["TransacStripeResponse"];
5752
+ };
5753
+ ["HasStripeAccountResponse"]: {
5754
+ hasAccount?: boolean | undefined;
5755
+ };
5756
+ ["IssuingStripeResponse"]: {
5757
+ available: Array<ModelTypes["BalanceStripeResponse"]>;
5758
+ };
5759
+ ["KycStripeCompletedResponse"]: {
5760
+ kycCompleted?: boolean | undefined;
5761
+ };
5762
+ ["SourceTypeStripeResponse"]: {
5763
+ bank_account?: number | undefined;
5764
+ card?: number | undefined;
5765
+ fpx?: number | undefined;
5766
+ };
5767
+ ["TransacStripeResponse"]: {
5768
+ id: string;
5769
+ object: string;
5770
+ amount: number;
5771
+ available_on: number;
5772
+ created: number;
5773
+ currency: string;
5774
+ description?: string | undefined;
5775
+ exchange_rate?: number | undefined;
5776
+ fee: number;
5777
+ fee_details: Array<ModelTypes["TransactionStripeFeeResponse"]>;
5778
+ net: number;
5779
+ reporting_category: string;
5780
+ source: ModelTypes["Json"];
5781
+ status: string;
5782
+ type: string;
5783
+ };
5784
+ ["TransactionStripeFeeResponse"]: {
5785
+ amount: number;
5786
+ application?: string | undefined;
5787
+ currency: string;
5788
+ description?: string | undefined;
5789
+ type: string;
5790
+ };
5791
+ ["GetAllStripeTransferResponse"]: {
5792
+ allTransfer: Array<ModelTypes["StripeTransferResponse"] | undefined>;
5793
+ };
5794
+ ["GetStripeTransferResponse"]: {
5795
+ transfer: ModelTypes["StripeTransferResponse"];
5796
+ };
5797
+ ["StripeTransferResponse"]: {
5798
+ id: string;
5799
+ object: string;
5800
+ amount: number;
5801
+ amount_reversed: number;
5802
+ balance_transaction: ModelTypes["Json"];
5803
+ created: number;
5804
+ currency: string;
5805
+ description?: string | undefined;
5806
+ destination_payment?: ModelTypes["Json"] | undefined;
5807
+ };
5808
+ ["GetAllPaymentRequestToCollect"]: {
5809
+ id: string;
5810
+ object: string;
5811
+ amount: number;
5812
+ amount_capturable: number;
5813
+ amount_details?: ModelTypes["Json"] | undefined;
5814
+ amount_received: number;
5815
+ application?: ModelTypes["Json"] | undefined;
5816
+ application_fee_amount?: number | undefined;
5817
+ automatic_payment_methods?: ModelTypes["Json"] | undefined;
5818
+ canceled_at?: number | undefined;
5819
+ cancellation_reason?: ModelTypes["Json"] | undefined;
5820
+ capture_method: ModelTypes["Json"];
5821
+ charges: ModelTypes["Json"];
5822
+ client_secret?: string | undefined;
5823
+ confirmation_method: ModelTypes["Json"];
5824
+ created: number;
5825
+ currency: string;
5826
+ customer?: ModelTypes["Json"] | undefined;
5827
+ description?: string | undefined;
5828
+ invoice?: ModelTypes["Json"] | undefined;
5829
+ last_payment_error?: ModelTypes["Json"] | undefined;
5830
+ livemode: boolean;
5831
+ metadata: ModelTypes["Json"];
5832
+ next_action?: ModelTypes["Json"] | undefined;
5833
+ on_behalf_of?: ModelTypes["Json"] | undefined;
5834
+ payment_method?: ModelTypes["Json"] | undefined;
5835
+ payment_method_options?: ModelTypes["Json"] | undefined;
5836
+ payment_method_types: Array<string>;
5837
+ processing?: ModelTypes["Json"] | undefined;
5838
+ receipt_email?: string | undefined;
5839
+ review?: ModelTypes["Json"] | undefined;
5840
+ setup_future_usage?: ModelTypes["Json"] | undefined;
5841
+ shipping?: ModelTypes["Json"] | undefined;
5842
+ source?: ModelTypes["Json"] | undefined;
5843
+ statement_descriptor?: string | undefined;
5844
+ statement_descriptor_suffix?: string | undefined;
5845
+ status: ModelTypes["Json"];
5846
+ transfer_data?: ModelTypes["Json"] | undefined;
5847
+ transfer_group?: string | undefined;
5848
+ };
5849
+ ["GetAllPaymentRequestToCollectResponse"]: {
5850
+ allPaymentRequestToCollect: Array<ModelTypes["GetAllPaymentRequestToCollect"] | undefined>;
5851
+ };
5852
+ ["GetAllPaymentRequestResponse"]: {
5853
+ id: string;
5854
+ accountId?: string | undefined;
5855
+ object: string;
5856
+ amount: number;
5857
+ amount_capturable: number;
5858
+ amount_details?: ModelTypes["Json"] | undefined;
5859
+ amount_received: number;
5860
+ application?: ModelTypes["Json"] | undefined;
5861
+ application_fee_amount?: number | undefined;
5862
+ automatic_payment_methods?: ModelTypes["Json"] | undefined;
5863
+ canceled_at?: number | undefined;
5864
+ cancellation_reason?: ModelTypes["Json"] | undefined;
5865
+ capture_method: ModelTypes["Json"];
5866
+ charges: ModelTypes["Json"];
5867
+ client_secret?: string | undefined;
5868
+ confirmation_method: ModelTypes["Json"];
5869
+ created: number;
5870
+ currency: string;
5871
+ customer?: ModelTypes["Json"] | undefined;
5872
+ description?: string | undefined;
5873
+ invoice?: ModelTypes["Json"] | undefined;
5874
+ last_payment_error?: ModelTypes["Json"] | undefined;
5875
+ livemode: boolean;
5876
+ metadata: ModelTypes["Json"];
5877
+ next_action?: ModelTypes["Json"] | undefined;
5878
+ on_behalf_of?: ModelTypes["Json"] | undefined;
5879
+ payment_method?: ModelTypes["Json"] | undefined;
5880
+ payment_method_options?: ModelTypes["Json"] | undefined;
5881
+ payment_method_types: Array<string>;
5882
+ processing?: ModelTypes["Json"] | undefined;
5883
+ receipt_email?: string | undefined;
5884
+ review?: ModelTypes["Json"] | undefined;
5885
+ setup_future_usage?: ModelTypes["Json"] | undefined;
5886
+ shipping?: ModelTypes["Json"] | undefined;
5887
+ source?: ModelTypes["Json"] | undefined;
5888
+ statement_descriptor?: string | undefined;
5889
+ statement_descriptor_suffix?: string | undefined;
5890
+ status: ModelTypes["Json"];
5891
+ transfer_data?: ModelTypes["Json"] | undefined;
5892
+ transfer_group?: string | undefined;
5893
+ };
5894
+ ["GetAllPaymentRequestToPayResponse"]: {
5895
+ allPaymentRequestToPay: Array<ModelTypes["GetAllPaymentRequestResponse"] | undefined>;
5896
+ };
5897
+ ["GetPaymentRequestToCollect"]: {
5898
+ id: string;
5899
+ object: string;
5900
+ amount: number;
5901
+ amount_capturable: number;
5902
+ amount_details?: ModelTypes["Json"] | undefined;
5903
+ amount_received: number;
5904
+ application?: ModelTypes["Json"] | undefined;
5905
+ application_fee_amount?: number | undefined;
5906
+ automatic_payment_methods?: ModelTypes["Json"] | undefined;
5907
+ canceled_at?: number | undefined;
5908
+ cancellation_reason?: ModelTypes["Json"] | undefined;
5909
+ capture_method: ModelTypes["Json"];
5910
+ charges: ModelTypes["Json"];
5911
+ client_secret?: string | undefined;
5912
+ confirmation_method: ModelTypes["Json"];
5913
+ created: number;
5914
+ currency: string;
5915
+ customer?: ModelTypes["Json"] | undefined;
5916
+ description?: string | undefined;
5917
+ invoice?: ModelTypes["Json"] | undefined;
5918
+ last_payment_error?: ModelTypes["Json"] | undefined;
5919
+ livemode: boolean;
5920
+ metadata: ModelTypes["Json"];
5921
+ next_action?: ModelTypes["Json"] | undefined;
5922
+ on_behalf_of?: ModelTypes["Json"] | undefined;
5923
+ payment_method?: ModelTypes["Json"] | undefined;
5924
+ payment_method_options?: ModelTypes["Json"] | undefined;
5925
+ payment_method_types: Array<string>;
5926
+ processing?: ModelTypes["Json"] | undefined;
5927
+ receipt_email?: string | undefined;
5928
+ review?: ModelTypes["Json"] | undefined;
5929
+ setup_future_usage?: ModelTypes["Json"] | undefined;
5930
+ shipping?: ModelTypes["Json"] | undefined;
5931
+ source?: ModelTypes["Json"] | undefined;
5932
+ statement_descriptor?: string | undefined;
5933
+ statement_descriptor_suffix?: string | undefined;
5934
+ status: ModelTypes["Json"];
5935
+ transfer_data?: ModelTypes["Json"] | undefined;
5936
+ transfer_group?: string | undefined;
5937
+ };
5938
+ ["GetPaymentRequestToCollectResponse"]: {
5939
+ paymentRequestToCollect: ModelTypes["GetPaymentRequestToCollect"];
5940
+ };
5941
+ ["GetPaymentRequestToPay"]: {
5942
+ id: string;
5943
+ accountId?: string | undefined;
5944
+ object: string;
5945
+ amount: number;
5946
+ amount_capturable: number;
5947
+ amount_details?: ModelTypes["Json"] | undefined;
5948
+ amount_received: number;
5949
+ application?: ModelTypes["Json"] | undefined;
5950
+ application_fee_amount?: number | undefined;
5951
+ automatic_payment_methods?: ModelTypes["Json"] | undefined;
5952
+ canceled_at?: number | undefined;
5953
+ cancellation_reason?: ModelTypes["Json"] | undefined;
5954
+ capture_method: ModelTypes["Json"];
5955
+ charges: ModelTypes["Json"];
5956
+ client_secret?: string | undefined;
5957
+ confirmation_method: ModelTypes["Json"];
5958
+ created: number;
5959
+ currency: string;
5960
+ customer?: ModelTypes["Json"] | undefined;
5961
+ description?: string | undefined;
5962
+ invoice?: ModelTypes["Json"] | undefined;
5963
+ last_payment_error?: ModelTypes["Json"] | undefined;
5964
+ livemode: boolean;
5965
+ metadata: ModelTypes["Json"];
5966
+ next_action?: ModelTypes["Json"] | undefined;
5967
+ on_behalf_of?: ModelTypes["Json"] | undefined;
5968
+ payment_method?: ModelTypes["Json"] | undefined;
5969
+ payment_method_options?: ModelTypes["Json"] | undefined;
5970
+ payment_method_types: Array<string>;
5971
+ processing?: ModelTypes["Json"] | undefined;
5972
+ receipt_email?: string | undefined;
5973
+ review?: ModelTypes["Json"] | undefined;
5974
+ setup_future_usage?: ModelTypes["Json"] | undefined;
5975
+ shipping?: ModelTypes["Json"] | undefined;
5976
+ source?: ModelTypes["Json"] | undefined;
5977
+ statement_descriptor?: string | undefined;
5978
+ statement_descriptor_suffix?: string | undefined;
5979
+ status: ModelTypes["Json"];
5980
+ transfer_data?: ModelTypes["Json"] | undefined;
5981
+ transfer_group?: string | undefined;
5982
+ };
5983
+ ["GetPaymentRequestToPayResponse"]: {
5984
+ paymentRequestToPay: ModelTypes["GetPaymentRequestToPay"];
5985
+ };
5986
+ ["GetAllStripePayoutResponse"]: {
5987
+ allPayout: Array<ModelTypes["PayoutResponse"] | undefined>;
5988
+ };
5989
+ ["GetStripePayoutResponse"]: {
5990
+ payout: ModelTypes["PayoutResponse"];
5991
+ };
5992
+ ["PayoutResponse"]: {
5993
+ id: string;
5994
+ object: string;
5995
+ amount: number;
5996
+ arrival_date: number;
5997
+ automatic: boolean;
5998
+ created: number;
5999
+ currency: string;
6000
+ description?: string | undefined;
6001
+ failure_code?: string | undefined;
6002
+ failure_message?: string | undefined;
6003
+ livemode: boolean;
6004
+ method: string;
6005
+ original_payout?: ModelTypes["Json"] | undefined;
6006
+ reversed_by?: ModelTypes["Json"] | undefined;
6007
+ source_type: string;
6008
+ statement_descriptor?: string | undefined;
6009
+ status: string;
6010
+ type: ModelTypes["PayoutType"];
6011
+ };
6012
+ ["PayoutType"]: PayoutType;
4463
6013
  ["TemporaryUser"]: {
4464
6014
  id: string;
4465
6015
  mails: Array<ModelTypes["MailIntegrity"]>;
@@ -4594,6 +6144,19 @@ export declare type ModelTypes = {
4594
6144
  unreadReceivedMailsCount?: ModelTypes["UnreadReceivedMailsCountResult"] | undefined;
4595
6145
  user?: ModelTypes["UserResult"] | undefined;
4596
6146
  userList?: ModelTypes["UserListResult"] | undefined;
6147
+ getStripeBalance?: ModelTypes["GetStripeBalanceResult"] | undefined;
6148
+ getStripeBalanceTransaction?: ModelTypes["GetStripeBalanceTransactionResult"] | undefined;
6149
+ getStripeTransaction?: ModelTypes["GetStripeTransactionResult"] | undefined;
6150
+ hasStripeAccount?: ModelTypes["HasStripeAccountResult"] | undefined;
6151
+ kycStripeCompleted?: ModelTypes["KycStripeCompletedResult"] | undefined;
6152
+ getAllStripeTransfer?: ModelTypes["GetAllStripeTransferResult"] | undefined;
6153
+ getStripeTransfer?: ModelTypes["GetStripeTransferResult"] | undefined;
6154
+ getAllStripePayout?: ModelTypes["GetAllStripePayoutResult"] | undefined;
6155
+ getStripePayout?: ModelTypes["GetStripePayoutResult"] | undefined;
6156
+ getAllPaymentRequestToCollect?: ModelTypes["GetAllPaymentRequestToCollectResult"] | undefined;
6157
+ getAllPaymentRequestToPay?: ModelTypes["GetAllPaymentRequestToPayResult"] | undefined;
6158
+ getPaymentRequestToCollect?: ModelTypes["GetPaymentRequestToCollectResult"] | undefined;
6159
+ getPaymentRequestToPay?: ModelTypes["GetPaymentRequestToPayResult"] | undefined;
4597
6160
  };
4598
6161
  ["Mutation"]: {
4599
6162
  addFileToHistory?: ModelTypes["AddFileToHistoryResult"] | undefined;
@@ -4644,12 +6207,21 @@ export declare type ModelTypes = {
4644
6207
  uploadFilePartEnd?: ModelTypes["UploadFilePartEndResult"] | undefined;
4645
6208
  uploadLiteFile?: ModelTypes["UploadLiteFileResult"] | undefined;
4646
6209
  changeUserPlan?: ModelTypes["ChangeUserPlanResult"] | undefined;
6210
+ createCardToken?: ModelTypes["CreateCardTokenResult"] | undefined;
6211
+ createStripeTransfer?: ModelTypes["CreateStripeTransferResult"] | undefined;
6212
+ stripeOnBoarding?: ModelTypes["StripeOnBoardingResult"] | undefined;
6213
+ cancelStripePayout?: ModelTypes["CancelStripePayoutResult"] | undefined;
6214
+ createStripePayout?: ModelTypes["CreateStripePayoutResult"] | undefined;
6215
+ addCartToPaymentIntent?: ModelTypes["AddCartToPaymentIntentResult"] | undefined;
6216
+ cancelPaymentIntent?: ModelTypes["CancelPaymentIntentResult"] | undefined;
6217
+ confirmPaymentIntent?: ModelTypes["ConfirmPaymentIntentResult"] | undefined;
6218
+ createPaymentIntent?: ModelTypes["CreatePaymentIntentResult"] | undefined;
4647
6219
  };
4648
6220
  ["Subscription"]: {
4649
6221
  test: boolean;
4650
6222
  };
4651
6223
  };
4652
- export declare type GraphQLTypes = {
6224
+ declare type GraphQLTypes = {
4653
6225
  ["BigInt"]: "scalar" & {
4654
6226
  name: "BigInt";
4655
6227
  };
@@ -4800,6 +6372,94 @@ export declare type GraphQLTypes = {
4800
6372
  ["...on UserListResponse"]: "__union" & GraphQLTypes["UserListResponse"];
4801
6373
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
4802
6374
  };
6375
+ ["GetStripeBalanceResult"]: {
6376
+ __typename: "GetStripeBalanceResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6377
+ ["...on GetStripeBalanceResponse"]: "__union" & GraphQLTypes["GetStripeBalanceResponse"];
6378
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6379
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6380
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6381
+ };
6382
+ ["GetStripeBalanceTransactionResult"]: {
6383
+ __typename: "GetStripeBalanceTransactionResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6384
+ ["...on GetStripeBalanceTransactionResponse"]: "__union" & GraphQLTypes["GetStripeBalanceTransactionResponse"];
6385
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6386
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6387
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6388
+ };
6389
+ ["GetStripeTransactionResult"]: {
6390
+ __typename: "GetStripeTransactionResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6391
+ ["...on GetStripeTransactionResponse"]: "__union" & GraphQLTypes["GetStripeTransactionResponse"];
6392
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6393
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6394
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6395
+ };
6396
+ ["HasStripeAccountResult"]: {
6397
+ __typename: "HasStripeAccountResponse" | "ErrorAccessDenied" | "ErrorNotFound";
6398
+ ["...on HasStripeAccountResponse"]: "__union" & GraphQLTypes["HasStripeAccountResponse"];
6399
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6400
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6401
+ };
6402
+ ["KycStripeCompletedResult"]: {
6403
+ __typename: "KycStripeCompletedResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6404
+ ["...on KycStripeCompletedResponse"]: "__union" & GraphQLTypes["KycStripeCompletedResponse"];
6405
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6406
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6407
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6408
+ };
6409
+ ["GetAllStripeTransferResult"]: {
6410
+ __typename: "GetAllStripeTransferResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6411
+ ["...on GetAllStripeTransferResponse"]: "__union" & GraphQLTypes["GetAllStripeTransferResponse"];
6412
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6413
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6414
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6415
+ };
6416
+ ["GetStripeTransferResult"]: {
6417
+ __typename: "GetStripeTransferResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6418
+ ["...on GetStripeTransferResponse"]: "__union" & GraphQLTypes["GetStripeTransferResponse"];
6419
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6420
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6421
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6422
+ };
6423
+ ["GetAllStripePayoutResult"]: {
6424
+ __typename: "GetAllStripePayoutResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6425
+ ["...on GetAllStripePayoutResponse"]: "__union" & GraphQLTypes["GetAllStripePayoutResponse"];
6426
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6427
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6428
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6429
+ };
6430
+ ["GetStripePayoutResult"]: {
6431
+ __typename: "GetStripePayoutResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6432
+ ["...on GetStripePayoutResponse"]: "__union" & GraphQLTypes["GetStripePayoutResponse"];
6433
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6434
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6435
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6436
+ };
6437
+ ["GetAllPaymentRequestToCollectResult"]: {
6438
+ __typename: "GetAllPaymentRequestToCollectResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6439
+ ["...on GetAllPaymentRequestToCollectResponse"]: "__union" & GraphQLTypes["GetAllPaymentRequestToCollectResponse"];
6440
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6441
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6442
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6443
+ };
6444
+ ["GetAllPaymentRequestToPayResult"]: {
6445
+ __typename: "GetAllPaymentRequestToPayResponse" | "ErrorAccessDenied" | "ErrorNotFound";
6446
+ ["...on GetAllPaymentRequestToPayResponse"]: "__union" & GraphQLTypes["GetAllPaymentRequestToPayResponse"];
6447
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6448
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6449
+ };
6450
+ ["GetPaymentRequestToCollectResult"]: {
6451
+ __typename: "GetPaymentRequestToCollectResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
6452
+ ["...on GetPaymentRequestToCollectResponse"]: "__union" & GraphQLTypes["GetPaymentRequestToCollectResponse"];
6453
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6454
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6455
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6456
+ };
6457
+ ["GetPaymentRequestToPayResult"]: {
6458
+ __typename: "GetPaymentRequestToPayResponse" | "ErrorAccessDenied" | "ErrorNotFound";
6459
+ ["...on GetPaymentRequestToPayResponse"]: "__union" & GraphQLTypes["GetPaymentRequestToPayResponse"];
6460
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6461
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6462
+ };
4803
6463
  ["AddFileToHistoryResult"]: {
4804
6464
  __typename: "AddFileToHistoryResponse" | "ErrorAccessDenied" | "ErrorNotExist";
4805
6465
  ["...on AddFileToHistoryResponse"]: "__union" & GraphQLTypes["AddFileToHistoryResponse"];
@@ -5069,6 +6729,67 @@ export declare type GraphQLTypes = {
5069
6729
  ["...on ChangeUserPlanResponse"]: "__union" & GraphQLTypes["ChangeUserPlanResponse"];
5070
6730
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
5071
6731
  };
6732
+ ["CreateCardTokenResult"]: {
6733
+ __typename: "CreateCardTokenResponse" | "ErrorAccessDenied" | "ErrorStripe";
6734
+ ["...on CreateCardTokenResponse"]: "__union" & GraphQLTypes["CreateCardTokenResponse"];
6735
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6736
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6737
+ };
6738
+ ["CreateStripeTransferResult"]: {
6739
+ __typename: "CreateStripeTransferResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6740
+ ["...on CreateStripeTransferResponse"]: "__union" & GraphQLTypes["CreateStripeTransferResponse"];
6741
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6742
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6743
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6744
+ };
6745
+ ["StripeOnBoardingResult"]: {
6746
+ __typename: "StripeOnBoardingResponse" | "ErrorAccessDenied" | "ErrorStripe";
6747
+ ["...on StripeOnBoardingResponse"]: "__union" & GraphQLTypes["StripeOnBoardingResponse"];
6748
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6749
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6750
+ };
6751
+ ["CancelStripePayoutResult"]: {
6752
+ __typename: "CancelStripePayoutResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6753
+ ["...on CancelStripePayoutResponse"]: "__union" & GraphQLTypes["CancelStripePayoutResponse"];
6754
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6755
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6756
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6757
+ };
6758
+ ["CreateStripePayoutResult"]: {
6759
+ __typename: "CreateStripePayoutResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6760
+ ["...on CreateStripePayoutResponse"]: "__union" & GraphQLTypes["CreateStripePayoutResponse"];
6761
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6762
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6763
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6764
+ };
6765
+ ["AddCartToPaymentIntentResult"]: {
6766
+ __typename: "AddCardToPaymentIntentResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6767
+ ["...on AddCardToPaymentIntentResponse"]: "__union" & GraphQLTypes["AddCardToPaymentIntentResponse"];
6768
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6769
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6770
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6771
+ };
6772
+ ["CancelPaymentIntentResult"]: {
6773
+ __typename: "CancelPaymentIntentResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6774
+ ["...on CancelPaymentIntentResponse"]: "__union" & GraphQLTypes["CancelPaymentIntentResponse"];
6775
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6776
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6777
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6778
+ };
6779
+ ["ConfirmPaymentIntentResult"]: {
6780
+ __typename: "ConfirmPaymentIntentResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6781
+ ["...on ConfirmPaymentIntentResponse"]: "__union" & GraphQLTypes["ConfirmPaymentIntentResponse"];
6782
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6783
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6784
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6785
+ };
6786
+ ["CreatePaymentIntentResult"]: {
6787
+ __typename: "CreatePaymentIntentResponse" | "ErrorAccessDenied" | "ErrorStripe" | "ErrorNotFound";
6788
+ ["...on CreatePaymentIntentResponse"]: "__union" & GraphQLTypes["CreatePaymentIntentResponse"];
6789
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
6790
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
6791
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6792
+ };
5072
6793
  ["AppKeyPair"]: {
5073
6794
  __typename: "AppKeyPair";
5074
6795
  pub: string;
@@ -5151,7 +6872,8 @@ export declare type GraphQLTypes = {
5151
6872
  privateKeyEncrypted: string;
5152
6873
  };
5153
6874
  ["Error"]: {
5154
- __typename: "ErrorAccessDenied" | "ErrorNotFound" | "ErrorUpgradePlan" | "ErrorLangNotExist" | "ErrorNotExist" | "ErrorLimit" | "ErrorBasic";
6875
+ __typename: "ErrorStripe" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorUpgradePlan" | "ErrorLangNotExist" | "ErrorNotExist" | "ErrorLimit" | "ErrorBasic";
6876
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
5155
6877
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
5156
6878
  ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
5157
6879
  ["...on ErrorUpgradePlan"]: "__union" & GraphQLTypes["ErrorUpgradePlan"];
@@ -5165,7 +6887,7 @@ export declare type GraphQLTypes = {
5165
6887
  message: string;
5166
6888
  };
5167
6889
  ["ErrorBase"]: {
5168
- __typename: "ErrorAccessDenied" | "ErrorBasic" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorNotExist" | "ErrorNotFound" | "ErrorUpgradePlan";
6890
+ __typename: "ErrorAccessDenied" | "ErrorBasic" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorNotExist" | "ErrorNotFound" | "ErrorStripe" | "ErrorUpgradePlan";
5169
6891
  message: string;
5170
6892
  ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
5171
6893
  ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
@@ -5173,6 +6895,7 @@ export declare type GraphQLTypes = {
5173
6895
  ["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
5174
6896
  ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
5175
6897
  ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
6898
+ ["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
5176
6899
  ["...on ErrorUpgradePlan"]: "__union" & GraphQLTypes["ErrorUpgradePlan"];
5177
6900
  };
5178
6901
  ["ErrorBasic"]: {
@@ -5198,6 +6921,10 @@ export declare type GraphQLTypes = {
5198
6921
  message: string;
5199
6922
  field?: string | undefined;
5200
6923
  };
6924
+ ["ErrorStripe"]: {
6925
+ __typename: "ErrorStripe";
6926
+ message: string;
6927
+ };
5201
6928
  ["ErrorUpgradePlan"]: {
5202
6929
  __typename: "ErrorUpgradePlan";
5203
6930
  message: string;
@@ -5761,6 +7488,42 @@ export declare type GraphQLTypes = {
5761
7488
  __typename: "UploadLiteFileResponse";
5762
7489
  uploadLiteFile: GraphQLTypes["LiteFileResponse"];
5763
7490
  };
7491
+ ["CreateStripeTransferResponse"]: {
7492
+ __typename: "CreateStripeTransferResponse";
7493
+ created: boolean;
7494
+ };
7495
+ ["StripeOnBoardingResponse"]: {
7496
+ __typename: "StripeOnBoardingResponse";
7497
+ onBoardingUrl: string;
7498
+ };
7499
+ ["CreateCardTokenResponse"]: {
7500
+ __typename: "CreateCardTokenResponse";
7501
+ created?: boolean | undefined;
7502
+ };
7503
+ ["CancelStripePayoutResponse"]: {
7504
+ __typename: "CancelStripePayoutResponse";
7505
+ cancel?: boolean | undefined;
7506
+ };
7507
+ ["CreateStripePayoutResponse"]: {
7508
+ __typename: "CreateStripePayoutResponse";
7509
+ created?: boolean | undefined;
7510
+ };
7511
+ ["AddCardToPaymentIntentResponse"]: {
7512
+ __typename: "AddCardToPaymentIntentResponse";
7513
+ added?: boolean | undefined;
7514
+ };
7515
+ ["CancelPaymentIntentResponse"]: {
7516
+ __typename: "CancelPaymentIntentResponse";
7517
+ cancel?: boolean | undefined;
7518
+ };
7519
+ ["ConfirmPaymentIntentResponse"]: {
7520
+ __typename: "ConfirmPaymentIntentResponse";
7521
+ confirm?: boolean | undefined;
7522
+ };
7523
+ ["CreatePaymentIntentResponse"]: {
7524
+ __typename: "CreatePaymentIntentResponse";
7525
+ created?: boolean | undefined;
7526
+ };
5764
7527
  ["BlogResponse"]: {
5765
7528
  __typename: "BlogResponse";
5766
7529
  blogItems: Array<GraphQLTypes["BlogItem"]>;
@@ -5845,6 +7608,314 @@ export declare type GraphQLTypes = {
5845
7608
  __typename: "UserListResponse";
5846
7609
  userList: Array<GraphQLTypes["User"]>;
5847
7610
  };
7611
+ ["BalanceStripeResponse"]: {
7612
+ __typename: "BalanceStripeResponse";
7613
+ amount: number;
7614
+ currency: string;
7615
+ source_types?: GraphQLTypes["SourceTypeStripeResponse"] | undefined;
7616
+ };
7617
+ ["BalanceStripeObjectResponse"]: {
7618
+ __typename: "BalanceStripeObjectResponse";
7619
+ object: string;
7620
+ available: Array<GraphQLTypes["BalanceStripeResponse"]>;
7621
+ connect_reserved?: Array<GraphQLTypes["BalanceStripeResponse"] | undefined> | undefined;
7622
+ instant_available?: Array<GraphQLTypes["BalanceStripeResponse"] | undefined> | undefined;
7623
+ issuing?: GraphQLTypes["IssuingStripeResponse"] | undefined;
7624
+ livemode: boolean;
7625
+ pending: Array<GraphQLTypes["BalanceStripeResponse"]>;
7626
+ };
7627
+ ["GetStripeBalanceResponse"]: {
7628
+ __typename: "GetStripeBalanceResponse";
7629
+ balance: GraphQLTypes["BalanceStripeObjectResponse"];
7630
+ };
7631
+ ["GetStripeBalanceTransactionResponse"]: {
7632
+ __typename: "GetStripeBalanceTransactionResponse";
7633
+ balanceTransaction: Array<GraphQLTypes["TransacStripeResponse"]>;
7634
+ };
7635
+ ["GetStripeTransactionResponse"]: {
7636
+ __typename: "GetStripeTransactionResponse";
7637
+ transaction: GraphQLTypes["TransacStripeResponse"];
7638
+ };
7639
+ ["HasStripeAccountResponse"]: {
7640
+ __typename: "HasStripeAccountResponse";
7641
+ hasAccount?: boolean | undefined;
7642
+ };
7643
+ ["IssuingStripeResponse"]: {
7644
+ __typename: "IssuingStripeResponse";
7645
+ available: Array<GraphQLTypes["BalanceStripeResponse"]>;
7646
+ };
7647
+ ["KycStripeCompletedResponse"]: {
7648
+ __typename: "KycStripeCompletedResponse";
7649
+ kycCompleted?: boolean | undefined;
7650
+ };
7651
+ ["SourceTypeStripeResponse"]: {
7652
+ __typename: "SourceTypeStripeResponse";
7653
+ bank_account?: number | undefined;
7654
+ card?: number | undefined;
7655
+ fpx?: number | undefined;
7656
+ };
7657
+ ["TransacStripeResponse"]: {
7658
+ __typename: "TransacStripeResponse";
7659
+ id: string;
7660
+ object: string;
7661
+ amount: number;
7662
+ available_on: number;
7663
+ created: number;
7664
+ currency: string;
7665
+ description?: string | undefined;
7666
+ exchange_rate?: number | undefined;
7667
+ fee: number;
7668
+ fee_details: Array<GraphQLTypes["TransactionStripeFeeResponse"]>;
7669
+ net: number;
7670
+ reporting_category: string;
7671
+ source: GraphQLTypes["Json"];
7672
+ status: string;
7673
+ type: string;
7674
+ };
7675
+ ["TransactionStripeFeeResponse"]: {
7676
+ __typename: "TransactionStripeFeeResponse";
7677
+ amount: number;
7678
+ application?: string | undefined;
7679
+ currency: string;
7680
+ description?: string | undefined;
7681
+ type: string;
7682
+ };
7683
+ ["GetAllStripeTransferResponse"]: {
7684
+ __typename: "GetAllStripeTransferResponse";
7685
+ allTransfer: Array<GraphQLTypes["StripeTransferResponse"] | undefined>;
7686
+ };
7687
+ ["GetStripeTransferResponse"]: {
7688
+ __typename: "GetStripeTransferResponse";
7689
+ transfer: GraphQLTypes["StripeTransferResponse"];
7690
+ };
7691
+ ["StripeTransferResponse"]: {
7692
+ __typename: "StripeTransferResponse";
7693
+ id: string;
7694
+ object: string;
7695
+ amount: number;
7696
+ amount_reversed: number;
7697
+ balance_transaction: GraphQLTypes["Json"];
7698
+ created: number;
7699
+ currency: string;
7700
+ description?: string | undefined;
7701
+ destination_payment?: GraphQLTypes["Json"] | undefined;
7702
+ };
7703
+ ["GetAllPaymentRequestToCollect"]: {
7704
+ __typename: "GetAllPaymentRequestToCollect";
7705
+ id: string;
7706
+ object: string;
7707
+ amount: number;
7708
+ amount_capturable: number;
7709
+ amount_details?: GraphQLTypes["Json"] | undefined;
7710
+ amount_received: number;
7711
+ application?: GraphQLTypes["Json"] | undefined;
7712
+ application_fee_amount?: number | undefined;
7713
+ automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
7714
+ canceled_at?: number | undefined;
7715
+ cancellation_reason?: GraphQLTypes["Json"] | undefined;
7716
+ capture_method: GraphQLTypes["Json"];
7717
+ charges: GraphQLTypes["Json"];
7718
+ client_secret?: string | undefined;
7719
+ confirmation_method: GraphQLTypes["Json"];
7720
+ created: number;
7721
+ currency: string;
7722
+ customer?: GraphQLTypes["Json"] | undefined;
7723
+ description?: string | undefined;
7724
+ invoice?: GraphQLTypes["Json"] | undefined;
7725
+ last_payment_error?: GraphQLTypes["Json"] | undefined;
7726
+ livemode: boolean;
7727
+ metadata: GraphQLTypes["Json"];
7728
+ next_action?: GraphQLTypes["Json"] | undefined;
7729
+ on_behalf_of?: GraphQLTypes["Json"] | undefined;
7730
+ payment_method?: GraphQLTypes["Json"] | undefined;
7731
+ payment_method_options?: GraphQLTypes["Json"] | undefined;
7732
+ payment_method_types: Array<string>;
7733
+ processing?: GraphQLTypes["Json"] | undefined;
7734
+ receipt_email?: string | undefined;
7735
+ review?: GraphQLTypes["Json"] | undefined;
7736
+ setup_future_usage?: GraphQLTypes["Json"] | undefined;
7737
+ shipping?: GraphQLTypes["Json"] | undefined;
7738
+ source?: GraphQLTypes["Json"] | undefined;
7739
+ statement_descriptor?: string | undefined;
7740
+ statement_descriptor_suffix?: string | undefined;
7741
+ status: GraphQLTypes["Json"];
7742
+ transfer_data?: GraphQLTypes["Json"] | undefined;
7743
+ transfer_group?: string | undefined;
7744
+ };
7745
+ ["GetAllPaymentRequestToCollectResponse"]: {
7746
+ __typename: "GetAllPaymentRequestToCollectResponse";
7747
+ allPaymentRequestToCollect: Array<GraphQLTypes["GetAllPaymentRequestToCollect"] | undefined>;
7748
+ };
7749
+ ["GetAllPaymentRequestResponse"]: {
7750
+ __typename: "GetAllPaymentRequestResponse";
7751
+ id: string;
7752
+ accountId?: string | undefined;
7753
+ object: string;
7754
+ amount: number;
7755
+ amount_capturable: number;
7756
+ amount_details?: GraphQLTypes["Json"] | undefined;
7757
+ amount_received: number;
7758
+ application?: GraphQLTypes["Json"] | undefined;
7759
+ application_fee_amount?: number | undefined;
7760
+ automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
7761
+ canceled_at?: number | undefined;
7762
+ cancellation_reason?: GraphQLTypes["Json"] | undefined;
7763
+ capture_method: GraphQLTypes["Json"];
7764
+ charges: GraphQLTypes["Json"];
7765
+ client_secret?: string | undefined;
7766
+ confirmation_method: GraphQLTypes["Json"];
7767
+ created: number;
7768
+ currency: string;
7769
+ customer?: GraphQLTypes["Json"] | undefined;
7770
+ description?: string | undefined;
7771
+ invoice?: GraphQLTypes["Json"] | undefined;
7772
+ last_payment_error?: GraphQLTypes["Json"] | undefined;
7773
+ livemode: boolean;
7774
+ metadata: GraphQLTypes["Json"];
7775
+ next_action?: GraphQLTypes["Json"] | undefined;
7776
+ on_behalf_of?: GraphQLTypes["Json"] | undefined;
7777
+ payment_method?: GraphQLTypes["Json"] | undefined;
7778
+ payment_method_options?: GraphQLTypes["Json"] | undefined;
7779
+ payment_method_types: Array<string>;
7780
+ processing?: GraphQLTypes["Json"] | undefined;
7781
+ receipt_email?: string | undefined;
7782
+ review?: GraphQLTypes["Json"] | undefined;
7783
+ setup_future_usage?: GraphQLTypes["Json"] | undefined;
7784
+ shipping?: GraphQLTypes["Json"] | undefined;
7785
+ source?: GraphQLTypes["Json"] | undefined;
7786
+ statement_descriptor?: string | undefined;
7787
+ statement_descriptor_suffix?: string | undefined;
7788
+ status: GraphQLTypes["Json"];
7789
+ transfer_data?: GraphQLTypes["Json"] | undefined;
7790
+ transfer_group?: string | undefined;
7791
+ };
7792
+ ["GetAllPaymentRequestToPayResponse"]: {
7793
+ __typename: "GetAllPaymentRequestToPayResponse";
7794
+ allPaymentRequestToPay: Array<GraphQLTypes["GetAllPaymentRequestResponse"] | undefined>;
7795
+ };
7796
+ ["GetPaymentRequestToCollect"]: {
7797
+ __typename: "GetPaymentRequestToCollect";
7798
+ id: string;
7799
+ object: string;
7800
+ amount: number;
7801
+ amount_capturable: number;
7802
+ amount_details?: GraphQLTypes["Json"] | undefined;
7803
+ amount_received: number;
7804
+ application?: GraphQLTypes["Json"] | undefined;
7805
+ application_fee_amount?: number | undefined;
7806
+ automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
7807
+ canceled_at?: number | undefined;
7808
+ cancellation_reason?: GraphQLTypes["Json"] | undefined;
7809
+ capture_method: GraphQLTypes["Json"];
7810
+ charges: GraphQLTypes["Json"];
7811
+ client_secret?: string | undefined;
7812
+ confirmation_method: GraphQLTypes["Json"];
7813
+ created: number;
7814
+ currency: string;
7815
+ customer?: GraphQLTypes["Json"] | undefined;
7816
+ description?: string | undefined;
7817
+ invoice?: GraphQLTypes["Json"] | undefined;
7818
+ last_payment_error?: GraphQLTypes["Json"] | undefined;
7819
+ livemode: boolean;
7820
+ metadata: GraphQLTypes["Json"];
7821
+ next_action?: GraphQLTypes["Json"] | undefined;
7822
+ on_behalf_of?: GraphQLTypes["Json"] | undefined;
7823
+ payment_method?: GraphQLTypes["Json"] | undefined;
7824
+ payment_method_options?: GraphQLTypes["Json"] | undefined;
7825
+ payment_method_types: Array<string>;
7826
+ processing?: GraphQLTypes["Json"] | undefined;
7827
+ receipt_email?: string | undefined;
7828
+ review?: GraphQLTypes["Json"] | undefined;
7829
+ setup_future_usage?: GraphQLTypes["Json"] | undefined;
7830
+ shipping?: GraphQLTypes["Json"] | undefined;
7831
+ source?: GraphQLTypes["Json"] | undefined;
7832
+ statement_descriptor?: string | undefined;
7833
+ statement_descriptor_suffix?: string | undefined;
7834
+ status: GraphQLTypes["Json"];
7835
+ transfer_data?: GraphQLTypes["Json"] | undefined;
7836
+ transfer_group?: string | undefined;
7837
+ };
7838
+ ["GetPaymentRequestToCollectResponse"]: {
7839
+ __typename: "GetPaymentRequestToCollectResponse";
7840
+ paymentRequestToCollect: GraphQLTypes["GetPaymentRequestToCollect"];
7841
+ };
7842
+ ["GetPaymentRequestToPay"]: {
7843
+ __typename: "GetPaymentRequestToPay";
7844
+ id: string;
7845
+ accountId?: string | undefined;
7846
+ object: string;
7847
+ amount: number;
7848
+ amount_capturable: number;
7849
+ amount_details?: GraphQLTypes["Json"] | undefined;
7850
+ amount_received: number;
7851
+ application?: GraphQLTypes["Json"] | undefined;
7852
+ application_fee_amount?: number | undefined;
7853
+ automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
7854
+ canceled_at?: number | undefined;
7855
+ cancellation_reason?: GraphQLTypes["Json"] | undefined;
7856
+ capture_method: GraphQLTypes["Json"];
7857
+ charges: GraphQLTypes["Json"];
7858
+ client_secret?: string | undefined;
7859
+ confirmation_method: GraphQLTypes["Json"];
7860
+ created: number;
7861
+ currency: string;
7862
+ customer?: GraphQLTypes["Json"] | undefined;
7863
+ description?: string | undefined;
7864
+ invoice?: GraphQLTypes["Json"] | undefined;
7865
+ last_payment_error?: GraphQLTypes["Json"] | undefined;
7866
+ livemode: boolean;
7867
+ metadata: GraphQLTypes["Json"];
7868
+ next_action?: GraphQLTypes["Json"] | undefined;
7869
+ on_behalf_of?: GraphQLTypes["Json"] | undefined;
7870
+ payment_method?: GraphQLTypes["Json"] | undefined;
7871
+ payment_method_options?: GraphQLTypes["Json"] | undefined;
7872
+ payment_method_types: Array<string>;
7873
+ processing?: GraphQLTypes["Json"] | undefined;
7874
+ receipt_email?: string | undefined;
7875
+ review?: GraphQLTypes["Json"] | undefined;
7876
+ setup_future_usage?: GraphQLTypes["Json"] | undefined;
7877
+ shipping?: GraphQLTypes["Json"] | undefined;
7878
+ source?: GraphQLTypes["Json"] | undefined;
7879
+ statement_descriptor?: string | undefined;
7880
+ statement_descriptor_suffix?: string | undefined;
7881
+ status: GraphQLTypes["Json"];
7882
+ transfer_data?: GraphQLTypes["Json"] | undefined;
7883
+ transfer_group?: string | undefined;
7884
+ };
7885
+ ["GetPaymentRequestToPayResponse"]: {
7886
+ __typename: "GetPaymentRequestToPayResponse";
7887
+ paymentRequestToPay: GraphQLTypes["GetPaymentRequestToPay"];
7888
+ };
7889
+ ["GetAllStripePayoutResponse"]: {
7890
+ __typename: "GetAllStripePayoutResponse";
7891
+ allPayout: Array<GraphQLTypes["PayoutResponse"] | undefined>;
7892
+ };
7893
+ ["GetStripePayoutResponse"]: {
7894
+ __typename: "GetStripePayoutResponse";
7895
+ payout: GraphQLTypes["PayoutResponse"];
7896
+ };
7897
+ ["PayoutResponse"]: {
7898
+ __typename: "PayoutResponse";
7899
+ id: string;
7900
+ object: string;
7901
+ amount: number;
7902
+ arrival_date: number;
7903
+ automatic: boolean;
7904
+ created: number;
7905
+ currency: string;
7906
+ description?: string | undefined;
7907
+ failure_code?: string | undefined;
7908
+ failure_message?: string | undefined;
7909
+ livemode: boolean;
7910
+ method: string;
7911
+ original_payout?: GraphQLTypes["Json"] | undefined;
7912
+ reversed_by?: GraphQLTypes["Json"] | undefined;
7913
+ source_type: string;
7914
+ statement_descriptor?: string | undefined;
7915
+ status: string;
7916
+ type: GraphQLTypes["PayoutType"];
7917
+ };
7918
+ ["PayoutType"]: PayoutType;
5848
7919
  ["TemporaryUser"]: {
5849
7920
  __typename: "TemporaryUser";
5850
7921
  id: string;
@@ -5991,6 +8062,19 @@ export declare type GraphQLTypes = {
5991
8062
  unreadReceivedMailsCount?: GraphQLTypes["UnreadReceivedMailsCountResult"] | undefined;
5992
8063
  user?: GraphQLTypes["UserResult"] | undefined;
5993
8064
  userList?: GraphQLTypes["UserListResult"] | undefined;
8065
+ getStripeBalance?: GraphQLTypes["GetStripeBalanceResult"] | undefined;
8066
+ getStripeBalanceTransaction?: GraphQLTypes["GetStripeBalanceTransactionResult"] | undefined;
8067
+ getStripeTransaction?: GraphQLTypes["GetStripeTransactionResult"] | undefined;
8068
+ hasStripeAccount?: GraphQLTypes["HasStripeAccountResult"] | undefined;
8069
+ kycStripeCompleted?: GraphQLTypes["KycStripeCompletedResult"] | undefined;
8070
+ getAllStripeTransfer?: GraphQLTypes["GetAllStripeTransferResult"] | undefined;
8071
+ getStripeTransfer?: GraphQLTypes["GetStripeTransferResult"] | undefined;
8072
+ getAllStripePayout?: GraphQLTypes["GetAllStripePayoutResult"] | undefined;
8073
+ getStripePayout?: GraphQLTypes["GetStripePayoutResult"] | undefined;
8074
+ getAllPaymentRequestToCollect?: GraphQLTypes["GetAllPaymentRequestToCollectResult"] | undefined;
8075
+ getAllPaymentRequestToPay?: GraphQLTypes["GetAllPaymentRequestToPayResult"] | undefined;
8076
+ getPaymentRequestToCollect?: GraphQLTypes["GetPaymentRequestToCollectResult"] | undefined;
8077
+ getPaymentRequestToPay?: GraphQLTypes["GetPaymentRequestToPayResult"] | undefined;
5994
8078
  };
5995
8079
  ["Mutation"]: {
5996
8080
  __typename: "Mutation";
@@ -6042,46 +8126,55 @@ export declare type GraphQLTypes = {
6042
8126
  uploadFilePartEnd?: GraphQLTypes["UploadFilePartEndResult"] | undefined;
6043
8127
  uploadLiteFile?: GraphQLTypes["UploadLiteFileResult"] | undefined;
6044
8128
  changeUserPlan?: GraphQLTypes["ChangeUserPlanResult"] | undefined;
8129
+ createCardToken?: GraphQLTypes["CreateCardTokenResult"] | undefined;
8130
+ createStripeTransfer?: GraphQLTypes["CreateStripeTransferResult"] | undefined;
8131
+ stripeOnBoarding?: GraphQLTypes["StripeOnBoardingResult"] | undefined;
8132
+ cancelStripePayout?: GraphQLTypes["CancelStripePayoutResult"] | undefined;
8133
+ createStripePayout?: GraphQLTypes["CreateStripePayoutResult"] | undefined;
8134
+ addCartToPaymentIntent?: GraphQLTypes["AddCartToPaymentIntentResult"] | undefined;
8135
+ cancelPaymentIntent?: GraphQLTypes["CancelPaymentIntentResult"] | undefined;
8136
+ confirmPaymentIntent?: GraphQLTypes["ConfirmPaymentIntentResult"] | undefined;
8137
+ createPaymentIntent?: GraphQLTypes["CreatePaymentIntentResult"] | undefined;
6045
8138
  };
6046
8139
  ["Subscription"]: {
6047
8140
  __typename: "Subscription";
6048
8141
  test: boolean;
6049
8142
  };
6050
8143
  };
6051
- export declare enum Lang {
8144
+ declare const enum Lang {
6052
8145
  fr = "fr",
6053
8146
  en = "en"
6054
8147
  }
6055
- export declare enum PlanKind {
8148
+ declare const enum PlanKind {
6056
8149
  free = "free",
6057
8150
  basic = "basic",
6058
8151
  advanced = "advanced",
6059
8152
  pro = "pro"
6060
8153
  }
6061
- export declare enum UserRole {
8154
+ declare const enum UserRole {
6062
8155
  user = "user",
6063
8156
  admin = "admin"
6064
8157
  }
6065
- export declare enum MailType {
8158
+ declare const enum MailType {
6066
8159
  sent = "sent",
6067
8160
  received = "received"
6068
8161
  }
6069
- export declare enum Rights {
8162
+ declare const enum Rights {
6070
8163
  admin = "admin",
6071
8164
  write = "write",
6072
8165
  read = "read"
6073
8166
  }
6074
- export declare enum NodeType {
8167
+ declare const enum NodeType {
6075
8168
  FILE = "FILE",
6076
8169
  FOLDER = "FOLDER"
6077
8170
  }
6078
- export declare enum FileContentType {
8171
+ declare const enum FileContentType {
6079
8172
  cloud = "cloud",
6080
8173
  lite = "lite",
6081
8174
  sent_mail = "sent_mail",
6082
8175
  received_mail = "received_mail"
6083
8176
  }
6084
- export declare enum InfuraNetwork {
8177
+ declare const enum InfuraNetwork {
6085
8178
  mainnet = "mainnet",
6086
8179
  ropsten = "ropsten",
6087
8180
  rinkeby = "rinkeby",
@@ -6090,10 +8183,14 @@ export declare enum InfuraNetwork {
6090
8183
  polygon_mainnet = "polygon_mainnet",
6091
8184
  polygon_mumbai = "polygon_mumbai"
6092
8185
  }
6093
- export declare enum PayInputType {
8186
+ declare const enum PayInputType {
6094
8187
  secure = "secure",
6095
8188
  classic = "classic"
6096
8189
  }
8190
+ declare const enum PayoutType {
8191
+ bank_account = "bank_account",
8192
+ card = "card"
8193
+ }
6097
8194
  declare type ZEUS_VARIABLES = {
6098
8195
  ["BigInt"]: ValueTypes["BigInt"];
6099
8196
  ["DateTime"]: ValueTypes["DateTime"];
@@ -6115,5 +8212,7 @@ declare type ZEUS_VARIABLES = {
6115
8212
  ["ShareFileInHistoryInput"]: ValueTypes["ShareFileInHistoryInput"];
6116
8213
  ["ShareFileKeyInput"]: ValueTypes["ShareFileKeyInput"];
6117
8214
  ["ShareNodesInput"]: ValueTypes["ShareNodesInput"];
8215
+ ["PayoutType"]: ValueTypes["PayoutType"];
6118
8216
  };
6119
- export {};
8217
+
8218
+ export { $, AliasType, AllTypesPropsType, Chain, 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, NodeType, OperationOptions, Operations, PayInputType, PayoutType, PlainType, PlanKind, PrepareScalarPaths, ResolveFromPath, ResolverInputTypes, ResolverType, ReturnTypesType, Rights, SEPARATOR, START_VAR_NAME, ScalarCoder, ScalarCoders, ScalarDefinition, ScalarResolver, SelectionFunction, Selector, 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 };