effect-app 4.0.0-beta.2 → 4.0.0-beta.200

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 (224) hide show
  1. package/CHANGELOG.md +960 -0
  2. package/dist/Array.d.ts +1 -1
  3. package/dist/Chunk.d.ts +1 -1
  4. package/dist/Chunk.d.ts.map +1 -1
  5. package/dist/Config/SecretURL.d.ts +1 -1
  6. package/dist/Config/SecretURL.d.ts.map +1 -1
  7. package/dist/Config/SecretURL.js +2 -2
  8. package/dist/Config/internal/configSecretURL.d.ts +1 -1
  9. package/dist/Config/internal/configSecretURL.d.ts.map +1 -1
  10. package/dist/Config.d.ts +7 -0
  11. package/dist/Config.d.ts.map +1 -0
  12. package/dist/Config.js +6 -0
  13. package/dist/ConfigProvider.d.ts +39 -0
  14. package/dist/ConfigProvider.d.ts.map +1 -0
  15. package/dist/ConfigProvider.js +42 -0
  16. package/dist/Context.d.ts +40 -0
  17. package/dist/Context.d.ts.map +1 -0
  18. package/dist/Context.js +67 -0
  19. package/dist/Effect.d.ts +9 -10
  20. package/dist/Effect.d.ts.map +1 -1
  21. package/dist/Effect.js +3 -6
  22. package/dist/Function.d.ts +1 -1
  23. package/dist/Function.d.ts.map +1 -1
  24. package/dist/Inputify.type.d.ts +1 -1
  25. package/dist/Layer.d.ts +7 -6
  26. package/dist/Layer.d.ts.map +1 -1
  27. package/dist/Layer.js +1 -1
  28. package/dist/NonEmptySet.d.ts +1 -1
  29. package/dist/NonEmptySet.d.ts.map +1 -1
  30. package/dist/Option.d.ts +1 -1
  31. package/dist/Option.d.ts.map +1 -1
  32. package/dist/Pure.d.ts +5 -5
  33. package/dist/Pure.d.ts.map +1 -1
  34. package/dist/Pure.js +13 -13
  35. package/dist/Schema/Class.d.ts +66 -20
  36. package/dist/Schema/Class.d.ts.map +1 -1
  37. package/dist/Schema/Class.js +189 -22
  38. package/dist/Schema/FastCheck.d.ts +1 -1
  39. package/dist/Schema/FastCheck.d.ts.map +1 -1
  40. package/dist/Schema/Methods.d.ts +1 -1
  41. package/dist/Schema/SchemaParser.d.ts +5 -0
  42. package/dist/Schema/SchemaParser.d.ts.map +1 -0
  43. package/dist/Schema/SchemaParser.js +6 -0
  44. package/dist/Schema/SpecialJsonSchema.d.ts +33 -0
  45. package/dist/Schema/SpecialJsonSchema.d.ts.map +1 -0
  46. package/dist/Schema/SpecialJsonSchema.js +122 -0
  47. package/dist/Schema/SpecialOpenApi.d.ts +32 -0
  48. package/dist/Schema/SpecialOpenApi.d.ts.map +1 -0
  49. package/dist/Schema/SpecialOpenApi.js +123 -0
  50. package/dist/Schema/brand.d.ts +14 -6
  51. package/dist/Schema/brand.d.ts.map +1 -1
  52. package/dist/Schema/brand.js +1 -1
  53. package/dist/Schema/email.d.ts +1 -1
  54. package/dist/Schema/email.d.ts.map +1 -1
  55. package/dist/Schema/email.js +9 -5
  56. package/dist/Schema/ext.d.ts +121 -48
  57. package/dist/Schema/ext.d.ts.map +1 -1
  58. package/dist/Schema/ext.js +134 -52
  59. package/dist/Schema/moreStrings.d.ts +117 -17
  60. package/dist/Schema/moreStrings.d.ts.map +1 -1
  61. package/dist/Schema/moreStrings.js +19 -18
  62. package/dist/Schema/numbers.d.ts +127 -15
  63. package/dist/Schema/numbers.d.ts.map +1 -1
  64. package/dist/Schema/numbers.js +10 -12
  65. package/dist/Schema/phoneNumber.d.ts +1 -1
  66. package/dist/Schema/phoneNumber.d.ts.map +1 -1
  67. package/dist/Schema/phoneNumber.js +8 -4
  68. package/dist/Schema/schema.d.ts +1 -1
  69. package/dist/Schema/strings.d.ts +37 -5
  70. package/dist/Schema/strings.d.ts.map +1 -1
  71. package/dist/Schema/strings.js +1 -5
  72. package/dist/Schema.d.ts +159 -58
  73. package/dist/Schema.d.ts.map +1 -1
  74. package/dist/Schema.js +136 -68
  75. package/dist/Set.d.ts +1 -1
  76. package/dist/Set.d.ts.map +1 -1
  77. package/dist/TypeTest.d.ts +1 -1
  78. package/dist/Types.d.ts +1 -1
  79. package/dist/Widen.type.d.ts +1 -1
  80. package/dist/_ext/Array.d.ts +1 -1
  81. package/dist/_ext/Array.d.ts.map +1 -1
  82. package/dist/_ext/date.d.ts +1 -1
  83. package/dist/_ext/misc.d.ts +1 -1
  84. package/dist/_ext/ord.ext.d.ts +1 -1
  85. package/dist/_ext/ord.ext.d.ts.map +1 -1
  86. package/dist/builtin.d.ts +1 -1
  87. package/dist/builtin.d.ts.map +1 -1
  88. package/dist/client/InvalidationKeys.d.ts +29 -0
  89. package/dist/client/InvalidationKeys.d.ts.map +1 -0
  90. package/dist/client/InvalidationKeys.js +33 -0
  91. package/dist/client/apiClientFactory.d.ts +18 -32
  92. package/dist/client/apiClientFactory.d.ts.map +1 -1
  93. package/dist/client/apiClientFactory.js +98 -36
  94. package/dist/client/clientFor.d.ts +51 -17
  95. package/dist/client/clientFor.d.ts.map +1 -1
  96. package/dist/client/clientFor.js +9 -1
  97. package/dist/client/errors.d.ts +49 -25
  98. package/dist/client/errors.d.ts.map +1 -1
  99. package/dist/client/errors.js +43 -17
  100. package/dist/client/makeClient.d.ts +468 -32
  101. package/dist/client/makeClient.d.ts.map +1 -1
  102. package/dist/client/makeClient.js +61 -34
  103. package/dist/client.d.ts +2 -1
  104. package/dist/client.d.ts.map +1 -1
  105. package/dist/client.js +2 -1
  106. package/dist/faker.d.ts +1 -1
  107. package/dist/faker.d.ts.map +1 -1
  108. package/dist/http/Request.d.ts +2 -2
  109. package/dist/http/Request.d.ts.map +1 -1
  110. package/dist/http/Request.js +5 -5
  111. package/dist/http/internal/lib.d.ts +1 -1
  112. package/dist/http.d.ts +1 -1
  113. package/dist/ids.d.ts +9 -9
  114. package/dist/ids.d.ts.map +1 -1
  115. package/dist/ids.js +3 -2
  116. package/dist/index.d.ts +5 -9
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +6 -9
  119. package/dist/logger.d.ts +1 -1
  120. package/dist/middleware.d.ts +16 -9
  121. package/dist/middleware.d.ts.map +1 -1
  122. package/dist/middleware.js +13 -9
  123. package/dist/rpc/Invalidation.d.ts +397 -0
  124. package/dist/rpc/Invalidation.d.ts.map +1 -0
  125. package/dist/rpc/Invalidation.js +150 -0
  126. package/dist/rpc/MiddlewareMaker.d.ts +6 -5
  127. package/dist/rpc/MiddlewareMaker.d.ts.map +1 -1
  128. package/dist/rpc/MiddlewareMaker.js +51 -28
  129. package/dist/rpc/RpcContextMap.d.ts +3 -3
  130. package/dist/rpc/RpcContextMap.d.ts.map +1 -1
  131. package/dist/rpc/RpcContextMap.js +4 -4
  132. package/dist/rpc/RpcMiddleware.d.ts +6 -5
  133. package/dist/rpc/RpcMiddleware.d.ts.map +1 -1
  134. package/dist/rpc/RpcMiddleware.js +1 -1
  135. package/dist/rpc.d.ts +2 -2
  136. package/dist/rpc.d.ts.map +1 -1
  137. package/dist/rpc.js +2 -2
  138. package/dist/transform.d.ts +1 -1
  139. package/dist/transform.d.ts.map +1 -1
  140. package/dist/transform.js +3 -3
  141. package/dist/utils/effectify.d.ts +1 -1
  142. package/dist/utils/extend.d.ts +1 -1
  143. package/dist/utils/extend.d.ts.map +1 -1
  144. package/dist/utils/gen.d.ts +2 -2
  145. package/dist/utils/gen.d.ts.map +1 -1
  146. package/dist/utils/logLevel.d.ts +2 -2
  147. package/dist/utils/logLevel.d.ts.map +1 -1
  148. package/dist/utils/logger.d.ts +3 -3
  149. package/dist/utils/logger.d.ts.map +1 -1
  150. package/dist/utils/logger.js +3 -3
  151. package/dist/utils.d.ts +48 -10
  152. package/dist/utils.d.ts.map +1 -1
  153. package/dist/utils.js +33 -8
  154. package/dist/validation/validators.d.ts +1 -1
  155. package/dist/validation/validators.d.ts.map +1 -1
  156. package/dist/validation.d.ts +1 -1
  157. package/dist/validation.d.ts.map +1 -1
  158. package/package.json +46 -28
  159. package/src/Config/SecretURL.ts +2 -1
  160. package/src/Config.ts +14 -0
  161. package/src/ConfigProvider.ts +48 -0
  162. package/src/{ServiceMap.ts → Context.ts} +58 -64
  163. package/src/Effect.ts +12 -14
  164. package/src/Layer.ts +6 -5
  165. package/src/Pure.ts +17 -18
  166. package/src/Schema/Class.ts +268 -62
  167. package/src/Schema/SchemaParser.ts +12 -0
  168. package/src/Schema/SpecialJsonSchema.ts +137 -0
  169. package/src/Schema/SpecialOpenApi.ts +130 -0
  170. package/src/Schema/brand.ts +21 -7
  171. package/src/Schema/email.ts +10 -3
  172. package/src/Schema/ext.ts +226 -86
  173. package/src/Schema/moreStrings.ts +37 -32
  174. package/src/Schema/numbers.ts +14 -16
  175. package/src/Schema/phoneNumber.ts +8 -2
  176. package/src/Schema/strings.ts +4 -8
  177. package/src/Schema.ts +350 -107
  178. package/src/client/InvalidationKeys.ts +50 -0
  179. package/src/client/apiClientFactory.ts +227 -136
  180. package/src/client/clientFor.ts +86 -29
  181. package/src/client/errors.ts +61 -26
  182. package/src/client/makeClient.ts +530 -80
  183. package/src/client.ts +1 -0
  184. package/src/http/Request.ts +7 -4
  185. package/src/ids.ts +3 -2
  186. package/src/index.ts +5 -11
  187. package/src/middleware.ts +12 -10
  188. package/src/rpc/Invalidation.ts +221 -0
  189. package/src/rpc/MiddlewareMaker.ts +61 -51
  190. package/src/rpc/README.md +2 -2
  191. package/src/rpc/RpcContextMap.ts +6 -5
  192. package/src/rpc/RpcMiddleware.ts +6 -5
  193. package/src/rpc.ts +1 -1
  194. package/src/transform.ts +2 -2
  195. package/src/utils/gen.ts +1 -1
  196. package/src/utils/logger.ts +2 -2
  197. package/src/utils.ts +73 -15
  198. package/test/dist/moreStrings.test.d.ts.map +1 -0
  199. package/test/dist/rpc.test.d.ts.map +1 -1
  200. package/test/dist/secretURL.test.d.ts.map +1 -0
  201. package/test/dist/special.test.d.ts.map +1 -0
  202. package/test/moreStrings.test.ts +17 -0
  203. package/test/rpc.test.ts +38 -6
  204. package/test/schema.test.ts +609 -4
  205. package/test/secretURL.test.ts +157 -0
  206. package/test/special.test.ts +1023 -0
  207. package/test/utils.test.ts +6 -6
  208. package/tsconfig.base.json +3 -4
  209. package/tsconfig.json +0 -1
  210. package/tsconfig.json.bak +2 -2
  211. package/tsconfig.src.json +29 -29
  212. package/tsconfig.test.json +2 -2
  213. package/dist/Operations.d.ts +0 -87
  214. package/dist/Operations.d.ts.map +0 -1
  215. package/dist/Operations.js +0 -29
  216. package/dist/ServiceMap.d.ts +0 -44
  217. package/dist/ServiceMap.d.ts.map +0 -1
  218. package/dist/ServiceMap.js +0 -91
  219. package/dist/Struct.d.ts +0 -44
  220. package/dist/Struct.d.ts.map +0 -1
  221. package/dist/Struct.js +0 -29
  222. package/eslint.config.mjs +0 -26
  223. package/src/Operations.ts +0 -55
  224. package/src/Struct.ts +0 -54
@@ -1,42 +1,478 @@
1
- import { type GetContextConfig, type RequestContextMapTagAny } from "../rpc/RpcContextMap.js";
1
+ import type * as Exit from "effect/Exit";
2
+ import { type GetContextConfig, type GetEffectError, type RequestContextMapTagAny } from "../rpc/RpcContextMap.js";
2
3
  import * as S from "../Schema.js";
4
+ /**
5
+ * Whatever the input, we will only decode or encode to void
6
+ */
7
+ export declare const ForceVoid: S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>;
3
8
  type SchemaOrFields<T> = T extends S.Top ? T : T extends S.Struct.Fields ? S.Struct<T> : S.Void;
4
- type TaggedRequestResult<Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top, Error extends S.Top, Config = Record<string, never>> = S.TaggedStruct<Tag, Payload> & {
5
- new (...args: any[]): any;
9
+ type TaggedRequestSchema<Tag extends string, Payload extends S.Struct.Fields> = S.Struct<{
10
+ readonly _tag: S.tag<Tag>;
11
+ } & Payload>;
12
+ type QueryOnlyRequests<Resource> = {
13
+ [K in keyof Resource as Resource[K] extends {
14
+ readonly type: "query";
15
+ } ? K : never]: Resource[K];
16
+ };
17
+ type QueryOnlyResources<Resources> = {
18
+ [K in keyof Resources]: QueryOnlyRequests<Resources[K]>;
19
+ };
20
+ type InputFromPayload<Payload extends S.Struct.Fields> = keyof Payload extends never ? void : S.Schema.Type<S.Struct<Payload>>;
21
+ type OutputFromSuccess<Success extends S.Top> = Success extends typeof ForceVoid ? void : S.Schema.Type<Success>;
22
+ type InvalidationResources = Record<string, Record<string, unknown>>;
23
+ export type InvalidateQueryInstruction = {
24
+ readonly filters?: Record<string, unknown>;
25
+ readonly options?: Record<string, unknown>;
26
+ };
27
+ export type InvalidationCallback<Resources, Input = unknown, Success = unknown, Failure = unknown> = (queryKey: readonly string[], resources: QueryOnlyResources<Resources>, ...args: [Input] extends [void] ? [exit: Exit.Exit<Success, Failure>] : [input: Input, exit: Exit.Exit<Success, Failure>]) => ReadonlyArray<InvalidateQueryInstruction>;
28
+ export type InvalidationConfig<Resources, Input = unknown, Success = unknown, Failure = unknown> = {
29
+ readonly invalidatesQueries: InvalidationCallback<Resources, Input, Success, Failure>;
30
+ readonly invalidationResources?: Resources;
31
+ };
32
+ type InvalidationConfigForCommand<Resources, Payload extends S.Struct.Fields, Success extends S.Top, Error extends S.Top> = InvalidationConfig<Resources, InputFromPayload<Payload>, OutputFromSuccess<Success>, S.Schema.Type<Error>>;
33
+ export declare const configureInvalidation: <Resources>() => <Input, Success, Failure>(invalidatesQueries: InvalidationCallback<Resources, NoInfer<Input>, NoInfer<Success>, NoInfer<Failure>>) => InvalidationConfig<Resources, Input, Success, Failure>;
34
+ export declare const configureInvalidationCallback: <Resources>() => <Input, Success, Failure>(invalidatesQueries: InvalidationCallback<Resources, NoInfer<Input>, NoInfer<Success>, NoInfer<Failure>>) => InvalidationCallback<Resources, Input, Success, Failure>;
35
+ export declare const configureInvalidationResources: <Resources>() => Pick<InvalidationConfig<Resources>, "invalidationResources">;
36
+ type TaggedRequestForResult<Self, Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top, Error extends S.Top, Config, ModuleName extends string, Type extends "command" | "query", Stream extends boolean, Resources = never, Final extends S.Top = never> = S.Opaque<Self, S.ExtendedSchemaNoEncoded, TaggedRequestSchema<Tag, Payload>, {}> & {
37
+ readonly fields: TaggedRequestSchema<Tag, Payload>["fields"];
6
38
  readonly _tag: Tag;
7
- readonly fields: {
8
- readonly _tag: S.tag<Tag>;
9
- } & Payload;
10
39
  readonly success: Success;
11
40
  readonly error: Error;
12
41
  readonly config: Config;
13
- readonly "~decodingServices": S.Codec.DecodingServices<Success> | S.Codec.DecodingServices<Error>;
14
- };
42
+ readonly id: `${ModuleName}.${Tag}`;
43
+ readonly moduleName: ModuleName;
44
+ readonly type: Type;
45
+ readonly stream: Stream;
46
+ readonly "~invalidationResources"?: Resources;
47
+ } & ([Final] extends [never] ? {} : {
48
+ readonly final: Final;
49
+ });
15
50
  export declare const makeRpcClient: <RequestContextMap extends RequestContextMapTagAny, GeneralErrors extends S.Top = never>(rcs: RequestContextMap, generalErrors?: GeneralErrors) => {
16
- TaggedRequest: <_Self>() => {
17
- <Tag extends string, Payload extends S.Struct.Fields, C extends {
18
- success: S.Top | S.Struct.Fields;
19
- error: S.Top | S.Struct.Fields;
20
- }>(tag: Tag, fields: Payload, config: GetContextConfig<RequestContextMap["config"]> & C): TaggedRequestResult<Tag, Payload, SchemaOrFields<C["success"]>, C extends {
21
- error: infer E;
22
- } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? S.Void : GeneralErrors, Omit<C, "success" | "error">>;
23
- <Tag extends string, Payload_1 extends S.Struct.Fields, C_1 extends Pick<{
24
- success: S.Top | S.Struct.Fields;
25
- error: S.Top | S.Struct.Fields;
26
- }, "success">>(tag: Tag, fields: Payload_1, config: GetContextConfig<RequestContextMap["config"]> & C_1): TaggedRequestResult<Tag, Payload_1, SchemaOrFields<C_1["success"]>, C_1 extends {
27
- error: infer E;
28
- } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? S.Void : GeneralErrors, Omit<C_1, "success" | "error">>;
29
- <Tag extends string, Payload_2 extends S.Struct.Fields, C_2 extends Pick<{
30
- success: S.Top | S.Struct.Fields;
31
- error: S.Top | S.Struct.Fields;
32
- }, "error">>(tag: Tag, fields: Payload_2, config: GetContextConfig<RequestContextMap["config"]> & C_2): TaggedRequestResult<Tag, Payload_2, S.Codec<void>, C_2 extends {
33
- error: infer E;
34
- } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? S.Void : GeneralErrors, Omit<C_2, "success" | "error">>;
35
- <Tag extends string, Payload_3 extends S.Struct.Fields, C_3 extends Record<string, any>>(tag: Tag, fields: Payload_3, config: C_3 & GetContextConfig<RequestContextMap["config"]>): TaggedRequestResult<Tag, Payload_3, S.Codec<void>, C_3 extends {
36
- error: infer E;
37
- } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? S.Void : GeneralErrors, Omit<C_3, "success" | "error">>;
38
- <Tag extends string, Payload_4 extends S.Struct.Fields>(tag: Tag, fields: Payload_4): TaggedRequestResult<Tag, Payload_4, S.Codec<void>, never, Record<string, never>>;
51
+ TaggedRequestFor: <ModuleName extends string>(moduleName: ModuleName) => {
52
+ readonly moduleName: ModuleName;
53
+ /**
54
+ * Create query request classes for this module.
55
+ * Queries read state and should not mutate server state.
56
+ * Pass `stream: true` in the config to produce a Stream of `success` values (QueryStream behaviour).
57
+ */
58
+ readonly Query: (<Self, Resources extends InvalidationResources = never>() => {
59
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Error extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> = GetContextConfig<RequestContextMap["config"]> & Record<string, any>>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
60
+ stream: true;
61
+ success: Success;
62
+ error: Error;
63
+ final?: Final;
64
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
65
+ success: Success;
66
+ error: Error;
67
+ } extends infer T ? T extends C & {
68
+ success: Success;
69
+ error: Error;
70
+ } ? T extends {
71
+ error: infer E;
72
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
73
+ success: Success;
74
+ error: Error;
75
+ } extends infer T_1 ? T_1 extends C & {
76
+ success: Success;
77
+ error: Error;
78
+ } ? T_1 extends {
79
+ error: infer E;
80
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
81
+ success: Success;
82
+ error: Error;
83
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
84
+ success: Success;
85
+ error: Error;
86
+ } extends infer T_2 ? T_2 extends C & {
87
+ success: Success;
88
+ error: Error;
89
+ } ? T_2 extends {
90
+ error: infer E;
91
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", true, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
92
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
93
+ error?: never;
94
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
95
+ error?: never;
96
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
97
+ stream: true;
98
+ success: Success;
99
+ final?: Final;
100
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
101
+ success: Success;
102
+ } extends infer T ? T extends C & {
103
+ success: Success;
104
+ } ? T extends {
105
+ error: infer E;
106
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
107
+ success: Success;
108
+ } extends infer T_1 ? T_1 extends C & {
109
+ success: Success;
110
+ } ? T_1 extends {
111
+ error: infer E;
112
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
113
+ success: Success;
114
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
115
+ success: Success;
116
+ } extends infer T_2 ? T_2 extends C & {
117
+ success: Success;
118
+ } ? T_2 extends {
119
+ error: infer E;
120
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", true, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
121
+ <Tag extends string, Payload extends S.Struct.Fields, Error extends S.Top | S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
122
+ success?: never;
123
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
124
+ success?: never;
125
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
126
+ stream: true;
127
+ error: Error;
128
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C & {
129
+ error: Error;
130
+ } extends infer T ? T extends C & {
131
+ error: Error;
132
+ } ? T extends {
133
+ error: infer E;
134
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
135
+ error: Error;
136
+ } extends infer T_1 ? T_1 extends C & {
137
+ error: Error;
138
+ } ? T_1 extends {
139
+ error: infer E;
140
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
141
+ error: Error;
142
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
143
+ error: Error;
144
+ } extends infer T_2 ? T_2 extends C & {
145
+ error: Error;
146
+ } ? T_2 extends {
147
+ error: infer E;
148
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", true, Resources, never>;
149
+ <Tag extends string, Payload extends S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
150
+ success?: never;
151
+ error?: never;
152
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
153
+ success?: never;
154
+ error?: never;
155
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
156
+ stream: true;
157
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C extends {
158
+ error: infer E;
159
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
160
+ error: infer E;
161
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>, Omit<Omit<C, "invalidatesQueries"> & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
162
+ error: infer E;
163
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>>, "error" | "stream" | "success">, ModuleName, "query", true, Resources, never>;
164
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Error extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> = GetContextConfig<RequestContextMap["config"]> & Record<string, any>>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
165
+ success: Success;
166
+ error: Error;
167
+ final?: Final;
168
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
169
+ success: Success;
170
+ error: Error;
171
+ } extends infer T ? T extends C & {
172
+ success: Success;
173
+ error: Error;
174
+ } ? T extends {
175
+ error: infer E;
176
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
177
+ success: Success;
178
+ error: Error;
179
+ } extends infer T_1 ? T_1 extends C & {
180
+ success: Success;
181
+ error: Error;
182
+ } ? T_1 extends {
183
+ error: infer E;
184
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
185
+ success: Success;
186
+ error: Error;
187
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
188
+ success: Success;
189
+ error: Error;
190
+ } extends infer T_2 ? T_2 extends C & {
191
+ success: Success;
192
+ error: Error;
193
+ } ? T_2 extends {
194
+ error: infer E;
195
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", false, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
196
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
197
+ error?: never;
198
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
199
+ error?: never;
200
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
201
+ success: Success;
202
+ final?: Final;
203
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
204
+ success: Success;
205
+ } extends infer T ? T extends C & {
206
+ success: Success;
207
+ } ? T extends {
208
+ error: infer E;
209
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
210
+ success: Success;
211
+ } extends infer T_1 ? T_1 extends C & {
212
+ success: Success;
213
+ } ? T_1 extends {
214
+ error: infer E;
215
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
216
+ success: Success;
217
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
218
+ success: Success;
219
+ } extends infer T_2 ? T_2 extends C & {
220
+ success: Success;
221
+ } ? T_2 extends {
222
+ error: infer E;
223
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", false, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
224
+ <Tag extends string, Payload extends S.Struct.Fields, Error extends S.Top | S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
225
+ success?: never;
226
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
227
+ error: Error;
228
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C & {
229
+ error: Error;
230
+ } extends infer T ? T extends C & {
231
+ error: Error;
232
+ } ? T extends {
233
+ error: infer E;
234
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
235
+ error: Error;
236
+ } extends infer T_1 ? T_1 extends C & {
237
+ error: Error;
238
+ } ? T_1 extends {
239
+ error: infer E;
240
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
241
+ error: Error;
242
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
243
+ error: Error;
244
+ } extends infer T_2 ? T_2 extends C & {
245
+ error: Error;
246
+ } ? T_2 extends {
247
+ error: infer E;
248
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "query", false, Resources, never>;
249
+ <Tag extends string, Payload extends S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
250
+ success?: never;
251
+ error?: never;
252
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries">, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C extends {
253
+ error: infer E;
254
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
255
+ error: infer E;
256
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>, Omit<Omit<C, "invalidatesQueries"> & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
257
+ error: infer E;
258
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>>, "error" | "stream" | "success">, ModuleName, "query", false, Resources, never>;
259
+ <Tag extends string, Payload extends S.Struct.Fields>(tag: Tag, fields: Payload): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], {}> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], {}>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], {}>>, GeneralErrors]>, Record<string, never>, ModuleName, "query", false, never, never>;
260
+ }) & {
261
+ readonly moduleName: ModuleName;
262
+ readonly type: "query";
263
+ };
264
+ /**
265
+ * Create command request classes for this module.
266
+ * Commands mutate state and should avoid returning complex read models.
267
+ * Pass `stream: true` in the config to produce a Stream of `success` values (CommandStream behaviour).
268
+ */
269
+ readonly Command: (<Self, Resources extends InvalidationResources = never>() => {
270
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Error extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> = GetContextConfig<RequestContextMap["config"]> & Record<string, any>>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
271
+ stream: true;
272
+ success: Success;
273
+ error: Error;
274
+ final?: Final;
275
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
276
+ success: Success;
277
+ error: Error;
278
+ } extends infer T ? T extends C & {
279
+ success: Success;
280
+ error: Error;
281
+ } ? T extends {
282
+ error: infer E;
283
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
284
+ success: Success;
285
+ error: Error;
286
+ } extends infer T_1 ? T_1 extends C & {
287
+ success: Success;
288
+ error: Error;
289
+ } ? T_1 extends {
290
+ error: infer E;
291
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
292
+ success: Success;
293
+ error: Error;
294
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
295
+ success: Success;
296
+ error: Error;
297
+ } extends infer T_2 ? T_2 extends C & {
298
+ success: Success;
299
+ error: Error;
300
+ } ? T_2 extends {
301
+ error: infer E;
302
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", true, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
303
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
304
+ error?: never;
305
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
306
+ error?: never;
307
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
308
+ stream: true;
309
+ success: Success;
310
+ final?: Final;
311
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
312
+ success: Success;
313
+ } extends infer T ? T extends C & {
314
+ success: Success;
315
+ } ? T extends {
316
+ error: infer E;
317
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
318
+ success: Success;
319
+ } extends infer T_1 ? T_1 extends C & {
320
+ success: Success;
321
+ } ? T_1 extends {
322
+ error: infer E;
323
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
324
+ success: Success;
325
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
326
+ success: Success;
327
+ } extends infer T_2 ? T_2 extends C & {
328
+ success: Success;
329
+ } ? T_2 extends {
330
+ error: infer E;
331
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", true, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
332
+ <Tag extends string, Payload extends S.Struct.Fields, Error extends S.Top | S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
333
+ success?: never;
334
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
335
+ success?: never;
336
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
337
+ stream: true;
338
+ error: Error;
339
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C & {
340
+ error: Error;
341
+ } extends infer T ? T extends C & {
342
+ error: Error;
343
+ } ? T extends {
344
+ error: infer E;
345
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
346
+ error: Error;
347
+ } extends infer T_1 ? T_1 extends C & {
348
+ error: Error;
349
+ } ? T_1 extends {
350
+ error: infer E;
351
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
352
+ error: Error;
353
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
354
+ error: Error;
355
+ } extends infer T_2 ? T_2 extends C & {
356
+ error: Error;
357
+ } ? T_2 extends {
358
+ error: infer E;
359
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", true, Resources, never>;
360
+ <Tag extends string, Payload extends S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
361
+ success?: never;
362
+ error?: never;
363
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
364
+ success?: never;
365
+ error?: never;
366
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
367
+ stream: true;
368
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C extends {
369
+ error: infer E;
370
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
371
+ error: infer E;
372
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>, Omit<Omit<C, "invalidatesQueries"> & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
373
+ error: infer E;
374
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>>, "error" | "stream" | "success">, ModuleName, "command", true, Resources, never>;
375
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Error extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> = GetContextConfig<RequestContextMap["config"]> & Record<string, any>>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
376
+ success: Success;
377
+ error: Error;
378
+ final?: Final;
379
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
380
+ success: Success;
381
+ error: Error;
382
+ } extends infer T ? T extends C & {
383
+ success: Success;
384
+ error: Error;
385
+ } ? T extends {
386
+ error: infer E;
387
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
388
+ success: Success;
389
+ error: Error;
390
+ } extends infer T_1 ? T_1 extends C & {
391
+ success: Success;
392
+ error: Error;
393
+ } ? T_1 extends {
394
+ error: infer E;
395
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
396
+ success: Success;
397
+ error: Error;
398
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
399
+ success: Success;
400
+ error: Error;
401
+ } extends infer T_2 ? T_2 extends C & {
402
+ success: Success;
403
+ error: Error;
404
+ } ? T_2 extends {
405
+ error: infer E;
406
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", false, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
407
+ <Tag extends string, Payload extends S.Struct.Fields, Success extends S.Top | S.Struct.Fields, Final extends S.Top | S.Struct.Fields = never, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
408
+ error?: never;
409
+ } = GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
410
+ error?: never;
411
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
412
+ success: Success;
413
+ final?: Final;
414
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, OutputFromSuccess<SchemaOrFields<Success>>, S.Schema.Type<C & {
415
+ success: Success;
416
+ } extends infer T ? T extends C & {
417
+ success: Success;
418
+ } ? T extends {
419
+ error: infer E;
420
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, SchemaOrFields<Success>, C & {
421
+ success: Success;
422
+ } extends infer T_1 ? T_1 extends C & {
423
+ success: Success;
424
+ } ? T_1 extends {
425
+ error: infer E;
426
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
427
+ success: Success;
428
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, SchemaOrFields<Success>, C & {
429
+ success: Success;
430
+ } extends infer T_2 ? T_2 extends C & {
431
+ success: Success;
432
+ } ? T_2 extends {
433
+ error: infer E;
434
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", false, Resources, [Final] extends [never] ? never : SchemaOrFields<Final>>;
435
+ <Tag extends string, Payload extends S.Struct.Fields, Error extends S.Top | S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
436
+ success?: never;
437
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries"> & {
438
+ error: Error;
439
+ }, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C & {
440
+ error: Error;
441
+ } extends infer T ? T extends C & {
442
+ error: Error;
443
+ } ? T extends {
444
+ error: infer E;
445
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T>>, GeneralErrors]> : never : never>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
446
+ error: Error;
447
+ } extends infer T_1 ? T_1 extends C & {
448
+ error: Error;
449
+ } ? T_1 extends {
450
+ error: infer E;
451
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_1> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_1>>, GeneralErrors]> : never : never, Omit<Omit<C, "invalidatesQueries"> & {
452
+ error: Error;
453
+ } & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C & {
454
+ error: Error;
455
+ } extends infer T_2 ? T_2 extends C & {
456
+ error: Error;
457
+ } ? T_2 extends {
458
+ error: infer E;
459
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], T_2> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], T_2>>, GeneralErrors]> : never : never>>, "error" | "stream" | "success">, ModuleName, "command", false, Resources, never>;
460
+ <Tag extends string, Payload extends S.Struct.Fields, C extends GetContextConfig<RequestContextMap["config"]> & Record<string, any> & {
461
+ success?: never;
462
+ error?: never;
463
+ }>(tag: Tag, fields: Payload, config: Omit<C, "invalidatesQueries">, invalidatesQueries?: InvalidationCallback<Resources, InputFromPayload<Payload>, void, S.Schema.Type<C extends {
464
+ error: infer E;
465
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>> | undefined): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
466
+ error: infer E;
467
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>, Omit<Omit<C, "invalidatesQueries"> & Partial<InvalidationConfigForCommand<Resources, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, C extends {
468
+ error: infer E;
469
+ } ? [GeneralErrors] extends [never] ? SchemaOrFields<E> : S.Union<[SchemaOrFields<E>, GeneralErrors]> : [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], C> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], C>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], C>>, GeneralErrors]>>>, "error" | "stream" | "success">, ModuleName, "command", false, Resources, never>;
470
+ <Tag extends string, Payload extends S.Struct.Fields>(tag: Tag, fields: Payload): TaggedRequestForResult<Self, Tag, Payload, S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>, [GeneralErrors] extends [never] ? GetEffectError<RequestContextMap["config"], {}> : [GeneralErrors] extends [never] ? SchemaOrFields<GetEffectError<RequestContextMap["config"], {}>> : S.Union<[SchemaOrFields<GetEffectError<RequestContextMap["config"], {}>>, GeneralErrors]>, Record<string, never>, ModuleName, "command", false, never, never>;
471
+ }) & {
472
+ readonly moduleName: ModuleName;
473
+ readonly type: "command";
474
+ };
39
475
  };
40
476
  };
41
477
  export {};
42
- //# sourceMappingURL=makeClient.d.ts.map
478
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFrZUNsaWVudC5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NsaWVudC9tYWtlQ2xpZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxLQUFLLElBQUksTUFBTSxhQUFhLENBQUE7QUFDeEMsT0FBTyxFQUFFLEtBQUssZ0JBQWdCLEVBQUUsS0FBSyxjQUFjLEVBQUUsS0FBSyx1QkFBdUIsRUFBRSxNQUFNLHlCQUF5QixDQUFBO0FBQ2xILE9BQU8sS0FBSyxDQUFDLE1BQU0sY0FBYyxDQUFBO0FBTWpDOztHQUVHO0FBQ0gsZUFBTyxNQUFNLFNBQVMsOERBSW5CLENBQUE7QUFFSCxLQUFLLGNBQWMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLENBQUMsTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUE7QUFFL0YsS0FBSyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsTUFBTSxFQUFFLE9BQU8sU0FBUyxDQUFDLENBQUMsTUFBTSxDQUFDLE1BQU0sSUFBSSxDQUFDLENBQUMsTUFBTSxDQUN0RjtJQUFFLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQTtDQUFFLEdBQUcsT0FBTyxDQUN4QyxDQUFBO0FBRUQsS0FBSyxpQkFBaUIsQ0FBQyxRQUFRLElBQUk7S0FDaEMsQ0FBQyxJQUFJLE1BQU0sUUFBUSxJQUFJLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUztRQUFFLFFBQVEsQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFBO0tBQUUsR0FBRyxDQUFDLEdBQUcsS0FBSyxHQUFHLFFBQVEsQ0FBQyxDQUFDLENBQUM7Q0FDakcsQ0FBQTtBQUVELEtBQUssa0JBQWtCLENBQUMsU0FBUyxJQUFJO0tBQ2xD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