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.
- package/CHANGELOG.md +960 -0
- package/dist/Array.d.ts +1 -1
- package/dist/Chunk.d.ts +1 -1
- package/dist/Chunk.d.ts.map +1 -1
- package/dist/Config/SecretURL.d.ts +1 -1
- package/dist/Config/SecretURL.d.ts.map +1 -1
- package/dist/Config/SecretURL.js +2 -2
- package/dist/Config/internal/configSecretURL.d.ts +1 -1
- package/dist/Config/internal/configSecretURL.d.ts.map +1 -1
- package/dist/Config.d.ts +7 -0
- package/dist/Config.d.ts.map +1 -0
- package/dist/Config.js +6 -0
- package/dist/ConfigProvider.d.ts +39 -0
- package/dist/ConfigProvider.d.ts.map +1 -0
- package/dist/ConfigProvider.js +42 -0
- package/dist/Context.d.ts +40 -0
- package/dist/Context.d.ts.map +1 -0
- package/dist/Context.js +67 -0
- package/dist/Effect.d.ts +9 -10
- package/dist/Effect.d.ts.map +1 -1
- package/dist/Effect.js +3 -6
- package/dist/Function.d.ts +1 -1
- package/dist/Function.d.ts.map +1 -1
- package/dist/Inputify.type.d.ts +1 -1
- package/dist/Layer.d.ts +7 -6
- package/dist/Layer.d.ts.map +1 -1
- package/dist/Layer.js +1 -1
- package/dist/NonEmptySet.d.ts +1 -1
- package/dist/NonEmptySet.d.ts.map +1 -1
- package/dist/Option.d.ts +1 -1
- package/dist/Option.d.ts.map +1 -1
- package/dist/Pure.d.ts +5 -5
- package/dist/Pure.d.ts.map +1 -1
- package/dist/Pure.js +13 -13
- package/dist/Schema/Class.d.ts +66 -20
- package/dist/Schema/Class.d.ts.map +1 -1
- package/dist/Schema/Class.js +189 -22
- package/dist/Schema/FastCheck.d.ts +1 -1
- package/dist/Schema/FastCheck.d.ts.map +1 -1
- package/dist/Schema/Methods.d.ts +1 -1
- package/dist/Schema/SchemaParser.d.ts +5 -0
- package/dist/Schema/SchemaParser.d.ts.map +1 -0
- package/dist/Schema/SchemaParser.js +6 -0
- package/dist/Schema/SpecialJsonSchema.d.ts +33 -0
- package/dist/Schema/SpecialJsonSchema.d.ts.map +1 -0
- package/dist/Schema/SpecialJsonSchema.js +122 -0
- package/dist/Schema/SpecialOpenApi.d.ts +32 -0
- package/dist/Schema/SpecialOpenApi.d.ts.map +1 -0
- package/dist/Schema/SpecialOpenApi.js +123 -0
- package/dist/Schema/brand.d.ts +14 -6
- package/dist/Schema/brand.d.ts.map +1 -1
- package/dist/Schema/brand.js +1 -1
- package/dist/Schema/email.d.ts +1 -1
- package/dist/Schema/email.d.ts.map +1 -1
- package/dist/Schema/email.js +9 -5
- package/dist/Schema/ext.d.ts +121 -48
- package/dist/Schema/ext.d.ts.map +1 -1
- package/dist/Schema/ext.js +134 -52
- package/dist/Schema/moreStrings.d.ts +117 -17
- package/dist/Schema/moreStrings.d.ts.map +1 -1
- package/dist/Schema/moreStrings.js +19 -18
- package/dist/Schema/numbers.d.ts +127 -15
- package/dist/Schema/numbers.d.ts.map +1 -1
- package/dist/Schema/numbers.js +10 -12
- package/dist/Schema/phoneNumber.d.ts +1 -1
- package/dist/Schema/phoneNumber.d.ts.map +1 -1
- package/dist/Schema/phoneNumber.js +8 -4
- package/dist/Schema/schema.d.ts +1 -1
- package/dist/Schema/strings.d.ts +37 -5
- package/dist/Schema/strings.d.ts.map +1 -1
- package/dist/Schema/strings.js +1 -5
- package/dist/Schema.d.ts +159 -58
- package/dist/Schema.d.ts.map +1 -1
- package/dist/Schema.js +136 -68
- package/dist/Set.d.ts +1 -1
- package/dist/Set.d.ts.map +1 -1
- package/dist/TypeTest.d.ts +1 -1
- package/dist/Types.d.ts +1 -1
- package/dist/Widen.type.d.ts +1 -1
- package/dist/_ext/Array.d.ts +1 -1
- package/dist/_ext/Array.d.ts.map +1 -1
- package/dist/_ext/date.d.ts +1 -1
- package/dist/_ext/misc.d.ts +1 -1
- package/dist/_ext/ord.ext.d.ts +1 -1
- package/dist/_ext/ord.ext.d.ts.map +1 -1
- package/dist/builtin.d.ts +1 -1
- package/dist/builtin.d.ts.map +1 -1
- package/dist/client/InvalidationKeys.d.ts +29 -0
- package/dist/client/InvalidationKeys.d.ts.map +1 -0
- package/dist/client/InvalidationKeys.js +33 -0
- package/dist/client/apiClientFactory.d.ts +18 -32
- package/dist/client/apiClientFactory.d.ts.map +1 -1
- package/dist/client/apiClientFactory.js +98 -36
- package/dist/client/clientFor.d.ts +51 -17
- package/dist/client/clientFor.d.ts.map +1 -1
- package/dist/client/clientFor.js +9 -1
- package/dist/client/errors.d.ts +49 -25
- package/dist/client/errors.d.ts.map +1 -1
- package/dist/client/errors.js +43 -17
- package/dist/client/makeClient.d.ts +468 -32
- package/dist/client/makeClient.d.ts.map +1 -1
- package/dist/client/makeClient.js +61 -34
- package/dist/client.d.ts +2 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2 -1
- package/dist/faker.d.ts +1 -1
- package/dist/faker.d.ts.map +1 -1
- package/dist/http/Request.d.ts +2 -2
- package/dist/http/Request.d.ts.map +1 -1
- package/dist/http/Request.js +5 -5
- package/dist/http/internal/lib.d.ts +1 -1
- package/dist/http.d.ts +1 -1
- package/dist/ids.d.ts +9 -9
- package/dist/ids.d.ts.map +1 -1
- package/dist/ids.js +3 -2
- package/dist/index.d.ts +5 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -9
- package/dist/logger.d.ts +1 -1
- package/dist/middleware.d.ts +16 -9
- package/dist/middleware.d.ts.map +1 -1
- package/dist/middleware.js +13 -9
- package/dist/rpc/Invalidation.d.ts +397 -0
- package/dist/rpc/Invalidation.d.ts.map +1 -0
- package/dist/rpc/Invalidation.js +150 -0
- package/dist/rpc/MiddlewareMaker.d.ts +6 -5
- package/dist/rpc/MiddlewareMaker.d.ts.map +1 -1
- package/dist/rpc/MiddlewareMaker.js +51 -28
- package/dist/rpc/RpcContextMap.d.ts +3 -3
- package/dist/rpc/RpcContextMap.d.ts.map +1 -1
- package/dist/rpc/RpcContextMap.js +4 -4
- package/dist/rpc/RpcMiddleware.d.ts +6 -5
- package/dist/rpc/RpcMiddleware.d.ts.map +1 -1
- package/dist/rpc/RpcMiddleware.js +1 -1
- package/dist/rpc.d.ts +2 -2
- package/dist/rpc.d.ts.map +1 -1
- package/dist/rpc.js +2 -2
- package/dist/transform.d.ts +1 -1
- package/dist/transform.d.ts.map +1 -1
- package/dist/transform.js +3 -3
- package/dist/utils/effectify.d.ts +1 -1
- package/dist/utils/extend.d.ts +1 -1
- package/dist/utils/extend.d.ts.map +1 -1
- package/dist/utils/gen.d.ts +2 -2
- package/dist/utils/gen.d.ts.map +1 -1
- package/dist/utils/logLevel.d.ts +2 -2
- package/dist/utils/logLevel.d.ts.map +1 -1
- package/dist/utils/logger.d.ts +3 -3
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +3 -3
- package/dist/utils.d.ts +48 -10
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +33 -8
- package/dist/validation/validators.d.ts +1 -1
- package/dist/validation/validators.d.ts.map +1 -1
- package/dist/validation.d.ts +1 -1
- package/dist/validation.d.ts.map +1 -1
- package/package.json +46 -28
- package/src/Config/SecretURL.ts +2 -1
- package/src/Config.ts +14 -0
- package/src/ConfigProvider.ts +48 -0
- package/src/{ServiceMap.ts → Context.ts} +58 -64
- package/src/Effect.ts +12 -14
- package/src/Layer.ts +6 -5
- package/src/Pure.ts +17 -18
- package/src/Schema/Class.ts +268 -62
- package/src/Schema/SchemaParser.ts +12 -0
- package/src/Schema/SpecialJsonSchema.ts +137 -0
- package/src/Schema/SpecialOpenApi.ts +130 -0
- package/src/Schema/brand.ts +21 -7
- package/src/Schema/email.ts +10 -3
- package/src/Schema/ext.ts +226 -86
- package/src/Schema/moreStrings.ts +37 -32
- package/src/Schema/numbers.ts +14 -16
- package/src/Schema/phoneNumber.ts +8 -2
- package/src/Schema/strings.ts +4 -8
- package/src/Schema.ts +350 -107
- package/src/client/InvalidationKeys.ts +50 -0
- package/src/client/apiClientFactory.ts +227 -136
- package/src/client/clientFor.ts +86 -29
- package/src/client/errors.ts +61 -26
- package/src/client/makeClient.ts +530 -80
- package/src/client.ts +1 -0
- package/src/http/Request.ts +7 -4
- package/src/ids.ts +3 -2
- package/src/index.ts +5 -11
- package/src/middleware.ts +12 -10
- package/src/rpc/Invalidation.ts +221 -0
- package/src/rpc/MiddlewareMaker.ts +61 -51
- package/src/rpc/README.md +2 -2
- package/src/rpc/RpcContextMap.ts +6 -5
- package/src/rpc/RpcMiddleware.ts +6 -5
- package/src/rpc.ts +1 -1
- package/src/transform.ts +2 -2
- package/src/utils/gen.ts +1 -1
- package/src/utils/logger.ts +2 -2
- package/src/utils.ts +73 -15
- package/test/dist/moreStrings.test.d.ts.map +1 -0
- package/test/dist/rpc.test.d.ts.map +1 -1
- package/test/dist/secretURL.test.d.ts.map +1 -0
- package/test/dist/special.test.d.ts.map +1 -0
- package/test/moreStrings.test.ts +17 -0
- package/test/rpc.test.ts +38 -6
- package/test/schema.test.ts +609 -4
- package/test/secretURL.test.ts +157 -0
- package/test/special.test.ts +1023 -0
- package/test/utils.test.ts +6 -6
- package/tsconfig.base.json +3 -4
- package/tsconfig.json +0 -1
- package/tsconfig.json.bak +2 -2
- package/tsconfig.src.json +29 -29
- package/tsconfig.test.json +2 -2
- package/dist/Operations.d.ts +0 -87
- package/dist/Operations.d.ts.map +0 -1
- package/dist/Operations.js +0 -29
- package/dist/ServiceMap.d.ts +0 -44
- package/dist/ServiceMap.d.ts.map +0 -1
- package/dist/ServiceMap.js +0 -91
- package/dist/Struct.d.ts +0 -44
- package/dist/Struct.d.ts.map +0 -1
- package/dist/Struct.js +0 -29
- package/eslint.config.mjs +0 -26
- package/src/Operations.ts +0 -55
- package/src/Struct.ts +0 -54
|
@@ -1,42 +1,478 @@
|
|
|
1
|
-
import
|
|
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
|
|
5
|
-
|
|
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
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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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
|