effect-app 4.0.0-beta.19 → 4.0.0-beta.190

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 (218) hide show
  1. package/CHANGELOG.md +796 -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 +6 -5
  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/Operations.d.ts +369 -47
  31. package/dist/Operations.d.ts.map +1 -1
  32. package/dist/Operations.js +10 -10
  33. package/dist/Option.d.ts +1 -1
  34. package/dist/Option.d.ts.map +1 -1
  35. package/dist/Pure.d.ts +5 -5
  36. package/dist/Pure.d.ts.map +1 -1
  37. package/dist/Pure.js +13 -13
  38. package/dist/Schema/Class.d.ts +69 -20
  39. package/dist/Schema/Class.d.ts.map +1 -1
  40. package/dist/Schema/Class.js +190 -22
  41. package/dist/Schema/FastCheck.d.ts +1 -1
  42. package/dist/Schema/FastCheck.d.ts.map +1 -1
  43. package/dist/Schema/Methods.d.ts +1 -1
  44. package/dist/Schema/SchemaParser.d.ts +5 -0
  45. package/dist/Schema/SchemaParser.d.ts.map +1 -0
  46. package/dist/Schema/SchemaParser.js +6 -0
  47. package/dist/Schema/SpecialJsonSchema.d.ts +33 -0
  48. package/dist/Schema/SpecialJsonSchema.d.ts.map +1 -0
  49. package/dist/Schema/SpecialJsonSchema.js +122 -0
  50. package/dist/Schema/SpecialOpenApi.d.ts +32 -0
  51. package/dist/Schema/SpecialOpenApi.d.ts.map +1 -0
  52. package/dist/Schema/SpecialOpenApi.js +123 -0
  53. package/dist/Schema/brand.d.ts +7 -2
  54. package/dist/Schema/brand.d.ts.map +1 -1
  55. package/dist/Schema/brand.js +1 -1
  56. package/dist/Schema/email.d.ts +1 -1
  57. package/dist/Schema/email.d.ts.map +1 -1
  58. package/dist/Schema/email.js +7 -4
  59. package/dist/Schema/ext.d.ts +117 -45
  60. package/dist/Schema/ext.d.ts.map +1 -1
  61. package/dist/Schema/ext.js +126 -43
  62. package/dist/Schema/moreStrings.d.ts +111 -11
  63. package/dist/Schema/moreStrings.d.ts.map +1 -1
  64. package/dist/Schema/moreStrings.js +14 -15
  65. package/dist/Schema/numbers.d.ts +127 -15
  66. package/dist/Schema/numbers.d.ts.map +1 -1
  67. package/dist/Schema/numbers.js +10 -12
  68. package/dist/Schema/phoneNumber.d.ts +1 -1
  69. package/dist/Schema/phoneNumber.d.ts.map +1 -1
  70. package/dist/Schema/phoneNumber.js +6 -3
  71. package/dist/Schema/schema.d.ts +1 -1
  72. package/dist/Schema/strings.d.ts +37 -5
  73. package/dist/Schema/strings.d.ts.map +1 -1
  74. package/dist/Schema/strings.js +1 -5
  75. package/dist/Schema.d.ts +102 -56
  76. package/dist/Schema.d.ts.map +1 -1
  77. package/dist/Schema.js +128 -64
  78. package/dist/Set.d.ts +1 -1
  79. package/dist/Set.d.ts.map +1 -1
  80. package/dist/TypeTest.d.ts +1 -1
  81. package/dist/Types.d.ts +1 -1
  82. package/dist/Widen.type.d.ts +1 -1
  83. package/dist/_ext/Array.d.ts +1 -1
  84. package/dist/_ext/Array.d.ts.map +1 -1
  85. package/dist/_ext/date.d.ts +1 -1
  86. package/dist/_ext/misc.d.ts +1 -1
  87. package/dist/_ext/ord.ext.d.ts +1 -1
  88. package/dist/_ext/ord.ext.d.ts.map +1 -1
  89. package/dist/builtin.d.ts +1 -1
  90. package/dist/builtin.d.ts.map +1 -1
  91. package/dist/client/InvalidationKeys.d.ts +29 -0
  92. package/dist/client/InvalidationKeys.d.ts.map +1 -0
  93. package/dist/client/InvalidationKeys.js +33 -0
  94. package/dist/client/apiClientFactory.d.ts +17 -31
  95. package/dist/client/apiClientFactory.d.ts.map +1 -1
  96. package/dist/client/apiClientFactory.js +78 -26
  97. package/dist/client/clientFor.d.ts +62 -10
  98. package/dist/client/clientFor.d.ts.map +1 -1
  99. package/dist/client/clientFor.js +9 -1
  100. package/dist/client/errors.d.ts +49 -25
  101. package/dist/client/errors.d.ts.map +1 -1
  102. package/dist/client/errors.js +43 -17
  103. package/dist/client/makeClient.d.ts +360 -30
  104. package/dist/client/makeClient.d.ts.map +1 -1
  105. package/dist/client/makeClient.js +63 -23
  106. package/dist/client.d.ts +2 -1
  107. package/dist/client.d.ts.map +1 -1
  108. package/dist/client.js +2 -1
  109. package/dist/faker.d.ts +1 -1
  110. package/dist/faker.d.ts.map +1 -1
  111. package/dist/http/Request.d.ts +2 -2
  112. package/dist/http/Request.d.ts.map +1 -1
  113. package/dist/http/Request.js +5 -5
  114. package/dist/http/internal/lib.d.ts +1 -1
  115. package/dist/http.d.ts +1 -1
  116. package/dist/ids.d.ts +3 -3
  117. package/dist/ids.d.ts.map +1 -1
  118. package/dist/ids.js +3 -2
  119. package/dist/index.d.ts +5 -8
  120. package/dist/index.d.ts.map +1 -1
  121. package/dist/index.js +6 -8
  122. package/dist/logger.d.ts +1 -1
  123. package/dist/middleware.d.ts +16 -9
  124. package/dist/middleware.d.ts.map +1 -1
  125. package/dist/middleware.js +13 -9
  126. package/dist/rpc/Invalidation.d.ts +845 -0
  127. package/dist/rpc/Invalidation.d.ts.map +1 -0
  128. package/dist/rpc/Invalidation.js +150 -0
  129. package/dist/rpc/MiddlewareMaker.d.ts +5 -4
  130. package/dist/rpc/MiddlewareMaker.d.ts.map +1 -1
  131. package/dist/rpc/MiddlewareMaker.js +26 -27
  132. package/dist/rpc/RpcContextMap.d.ts +3 -3
  133. package/dist/rpc/RpcContextMap.d.ts.map +1 -1
  134. package/dist/rpc/RpcContextMap.js +4 -4
  135. package/dist/rpc/RpcMiddleware.d.ts +5 -4
  136. package/dist/rpc/RpcMiddleware.d.ts.map +1 -1
  137. package/dist/rpc/RpcMiddleware.js +1 -1
  138. package/dist/rpc.d.ts +2 -2
  139. package/dist/rpc.d.ts.map +1 -1
  140. package/dist/rpc.js +2 -2
  141. package/dist/transform.d.ts +1 -1
  142. package/dist/transform.d.ts.map +1 -1
  143. package/dist/transform.js +3 -3
  144. package/dist/utils/effectify.d.ts +1 -1
  145. package/dist/utils/extend.d.ts +1 -1
  146. package/dist/utils/extend.d.ts.map +1 -1
  147. package/dist/utils/gen.d.ts +2 -2
  148. package/dist/utils/gen.d.ts.map +1 -1
  149. package/dist/utils/logLevel.d.ts +2 -2
  150. package/dist/utils/logLevel.d.ts.map +1 -1
  151. package/dist/utils/logger.d.ts +3 -3
  152. package/dist/utils/logger.d.ts.map +1 -1
  153. package/dist/utils/logger.js +3 -3
  154. package/dist/utils.d.ts +30 -10
  155. package/dist/utils.d.ts.map +1 -1
  156. package/dist/utils.js +12 -6
  157. package/dist/validation/validators.d.ts +1 -1
  158. package/dist/validation/validators.d.ts.map +1 -1
  159. package/dist/validation.d.ts +1 -1
  160. package/dist/validation.d.ts.map +1 -1
  161. package/eslint.config.mjs +2 -2
  162. package/package.json +47 -23
  163. package/src/Config/SecretURL.ts +2 -1
  164. package/src/Config.ts +14 -0
  165. package/src/ConfigProvider.ts +48 -0
  166. package/src/{ServiceMap.ts → Context.ts} +52 -59
  167. package/src/Effect.ts +12 -14
  168. package/src/Layer.ts +5 -4
  169. package/src/Pure.ts +17 -18
  170. package/src/Schema/Class.ts +279 -62
  171. package/src/Schema/SchemaParser.ts +12 -0
  172. package/src/Schema/SpecialJsonSchema.ts +137 -0
  173. package/src/Schema/SpecialOpenApi.ts +130 -0
  174. package/src/Schema/brand.ts +9 -1
  175. package/src/Schema/email.ts +7 -2
  176. package/src/Schema/ext.ts +195 -73
  177. package/src/Schema/moreStrings.ts +22 -20
  178. package/src/Schema/numbers.ts +14 -16
  179. package/src/Schema/phoneNumber.ts +5 -1
  180. package/src/Schema/strings.ts +4 -8
  181. package/src/Schema.ts +265 -105
  182. package/src/client/InvalidationKeys.ts +50 -0
  183. package/src/client/apiClientFactory.ts +200 -119
  184. package/src/client/clientFor.ts +105 -23
  185. package/src/client/errors.ts +52 -26
  186. package/src/client/makeClient.ts +339 -63
  187. package/src/client.ts +1 -0
  188. package/src/http/Request.ts +7 -4
  189. package/src/ids.ts +2 -1
  190. package/src/index.ts +5 -10
  191. package/src/middleware.ts +12 -10
  192. package/src/rpc/Invalidation.ts +221 -0
  193. package/src/rpc/MiddlewareMaker.ts +36 -47
  194. package/src/rpc/README.md +2 -2
  195. package/src/rpc/RpcContextMap.ts +6 -5
  196. package/src/rpc/RpcMiddleware.ts +5 -4
  197. package/src/rpc.ts +1 -1
  198. package/src/transform.ts +2 -2
  199. package/src/utils/gen.ts +1 -1
  200. package/src/utils/logger.ts +2 -2
  201. package/src/utils.ts +49 -13
  202. package/test/dist/rpc.test.d.ts.map +1 -1
  203. package/test/dist/secretURL.test.d.ts.map +1 -0
  204. package/test/dist/special.test.d.ts.map +1 -0
  205. package/test/rpc.test.ts +38 -6
  206. package/test/schema.test.ts +591 -17
  207. package/test/secretURL.test.ts +157 -0
  208. package/test/special.test.ts +1023 -0
  209. package/test/utils.test.ts +6 -6
  210. package/tsconfig.base.json +3 -4
  211. package/tsconfig.json +0 -1
  212. package/tsconfig.json.bak +2 -2
  213. package/tsconfig.src.json +29 -29
  214. package/tsconfig.test.json +2 -2
  215. package/dist/ServiceMap.d.ts +0 -44
  216. package/dist/ServiceMap.d.ts.map +0 -1
  217. package/dist/ServiceMap.js +0 -91
  218. package/src/Operations.ts +0 -55
@@ -1,19 +1,22 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import * as Config from "effect/Config"
3
2
  import { flow } from "effect/Function"
4
3
  import * as Layer from "effect/Layer"
5
4
  import * as ManagedRuntime from "effect/ManagedRuntime"
5
+ import * as Option from "effect/Option"
6
6
  import * as Predicate from "effect/Predicate"
7
7
  import * as Schema from "effect/Schema"
8
+ import * as Stream from "effect/Stream"
8
9
  import * as Struct from "effect/Struct"
9
10
  import { Rpc, RpcClient, RpcGroup, RpcSerialization } from "effect/unstable/rpc"
11
+ import * as Config from "../Config.js"
12
+ import * as Context from "../Context.js"
10
13
  import * as Effect from "../Effect.js"
11
14
  import { HttpClient, HttpClientRequest } from "../http.js"
12
- import * as Option from "../Option.js"
15
+ import { Invalidation } from "../rpc.js"
13
16
  import type * as S from "../Schema.js"
14
- import * as ServiceMap from "../ServiceMap.js"
15
17
  import { typedKeysOf, typedValuesOf } from "../utils.js"
16
- import type { Client, ClientForOptions, Requests, RequestsAny } from "./clientFor.js"
18
+ import type { Client, ClientForOptions, ExtractModuleName, RequestsAny } from "./clientFor.js"
19
+ import { InvalidationKeysFromServer } from "./InvalidationKeys.js"
17
20
 
18
21
  export interface ApiConfig {
19
22
  url: string
@@ -31,16 +34,21 @@ export const DefaultApiConfig = Config.all({
31
34
  })
32
35
 
33
36
  export type Req = S.Top & {
34
- new(...args: any[]): any
37
+ readonly make: (...args: any[]) => any
35
38
  _tag: string
36
39
  fields: S.Struct.Fields
37
40
  success: S.Top
38
41
  error: S.Top
42
+ /** Optional final-value schema for stream requests. When set, the execute effect resolves with the last stream value decoded to this type. */
43
+ final?: S.Top
39
44
  config?: Record<string, any>
45
+ readonly id: string
46
+ readonly moduleName: string
47
+ readonly type: "command" | "query" | "stream"
40
48
  readonly "~decodingServices"?: unknown
41
49
  }
42
50
 
43
- class RequestName extends ServiceMap.Reference("RequestName", {
51
+ class RequestName extends Context.Reference("RequestName", {
44
52
  defaultValue: () => ({ requestName: "Unspecified", moduleName: "Error" })
45
53
  }) {}
46
54
 
@@ -84,7 +92,7 @@ type RpcHandlers<M extends RequestsAny> = {
84
92
  [K in keyof M]: Rpc.Rpc<M[K]["_tag"], M[K], M[K]["success"], M[K]["error"]>
85
93
  }
86
94
 
87
- const getFiltered = <M extends Requests>(resource: M) => {
95
+ const getFiltered = <M extends RequestsAny>(resource: M) => {
88
96
  type Filtered = {
89
97
  [K in keyof M as M[K] extends Req ? K : never]: M[K] extends Req ? M[K] : never
90
98
  }
@@ -102,13 +110,13 @@ const getFiltered = <M extends Requests>(resource: M) => {
102
110
  return filtered as unknown as Filtered
103
111
  }
104
112
 
105
- export const getMeta = <M extends Requests>(resource: M) => {
106
- const meta = (resource as any).meta as { moduleName: string }
107
- if (!meta) throw new Error("No meta defined in Resource!")
108
- return meta as M["meta"]
113
+ export const getMeta = <M extends RequestsAny>(resource: M): { moduleName: ExtractModuleName<M> } => {
114
+ const first = typedValuesOf(getFiltered(resource))[0]
115
+ if (first && "moduleName" in first) return { moduleName: first.moduleName }
116
+ throw new Error("No moduleName on requests!")
109
117
  }
110
118
 
111
- export const makeRpcGroupFromRequestsAndModuleName = <M extends Requests, const ModuleName extends string>(
119
+ export const makeRpcGroupFromRequestsAndModuleName = <M extends RequestsAny, const ModuleName extends string>(
112
120
  resource: M,
113
121
  moduleName: ModuleName
114
122
  ) => {
@@ -117,7 +125,19 @@ export const makeRpcGroupFromRequestsAndModuleName = <M extends Requests, const
117
125
  const rpcs = RpcGroup
118
126
  .make(
119
127
  ...typedValuesOf(filtered).map((_) => {
120
- return Rpc.make((_ as any)._tag, { payload: _ as any, success: (_ as any).success, error: (_ as any).error })
128
+ const r = _ as any
129
+ const isStream = r.type === "stream"
130
+ const isCommand = r.type === "command"
131
+ return (isCommand
132
+ ? Invalidation.makeCommandRpc(r._tag, { payload: r, success: r.success, error: r.error })
133
+ : isStream
134
+ ? Invalidation.makeStreamRpc(r._tag, {
135
+ payload: r,
136
+ success: r.success,
137
+ error: r.error,
138
+ stream: true as const
139
+ })
140
+ : Rpc.make(r._tag, { payload: r, success: r.success, error: r.error })) as any
121
141
  })
122
142
  )
123
143
  .prefix(`${moduleName}.`) as unknown as RpcGroup.RpcGroup<
@@ -126,20 +146,13 @@ export const makeRpcGroupFromRequestsAndModuleName = <M extends Requests, const
126
146
  return rpcs
127
147
  }
128
148
 
129
- export const makeRpcGroup = <
130
- M extends Requests,
131
- const ModuleName extends string
132
- >(
133
- resource: M & { meta: { moduleName: ModuleName } }
134
- ) => makeRpcGroupFromRequestsAndModuleName(resource, resource.meta.moduleName)
135
-
136
- const makeRpcTag = <M extends Requests>(resource: M) => {
149
+ const makeRpcTag = <M extends RequestsAny>(resource: M) => {
137
150
  const meta = getMeta(resource)
138
151
  const rpcs = makeRpcGroupFromRequestsAndModuleName(resource, meta.moduleName)
139
152
 
140
153
  // Use Object.assign instead of class extension to avoid TS2509 with complex generic return types.
141
154
  // The first type arg is `any` because this is a dynamically created tag — its identity is the string key.
142
- const TheClient = ServiceMap.Opaque<
155
+ const TheClient = Context.Opaque<
143
156
  any,
144
157
  RpcClient.RpcClient<RpcGroup.Rpcs<typeof rpcs>>
145
158
  >()(`RpcClient.${meta.moduleName}`)
@@ -153,99 +166,170 @@ const makeRpcTag = <M extends Requests>(resource: M) => {
153
166
 
154
167
  const makeApiClientFactory = Effect
155
168
  .gen(function*() {
156
- const ctx = yield* Effect.services<RpcSerialization.RpcSerialization | HttpClient.HttpClient>()
157
- const makeClientFor = <M extends Requests>(
169
+ const ctx = yield* Effect.context<RpcSerialization.RpcSerialization | HttpClient.HttpClient>()
170
+ const makeClientFor = Effect.fnUntraced(function*<M extends RequestsAny>(
158
171
  resource: M,
159
172
  requestLevelLayers = Layer.empty,
160
173
  options?: ClientForOptions
161
- ) =>
162
- Effect.gen(function*() {
163
- const TheClient = makeRpcTag(resource)
164
-
165
- const meta = getMeta(resource)
166
-
167
- // TODO: somehow we need a protocol per REQUEST kind of it seems ...
168
- // otherwise it locks up on the client, navigation remains empty...
169
- const clientLayer = TheClient.layer.pipe(
170
- // add ApiClientFactory for nested schemas
171
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
172
- Layer.provide(Layer.succeed(ApiClientFactory, makeClientForCached as any)),
173
- Layer.provide(
174
- RpcClient
175
- .layerProtocolHttp({
176
- url: "" // why not here set meta.moduleName as root?
174
+ ) {
175
+ const TheClient = makeRpcTag(resource)
176
+
177
+ const meta = getMeta(resource)
178
+
179
+ // TODO: somehow we need a protocol per REQUEST kind of it seems ...
180
+ // otherwise it locks up on the client, navigation remains empty...
181
+ const clientLayer = TheClient.layer.pipe(
182
+ // add ApiClientFactory for nested schemas
183
+ // eslint-disable-next-line @typescript-eslint/no-use-before-define
184
+ Layer.provide(Layer.succeed(ApiClientFactory, makeClientForCached as any)),
185
+ Layer.provide(
186
+ RpcClient
187
+ .layerProtocolHttp({ url: "" }) // why not here set meta.moduleName as root?
188
+ .pipe(
189
+ Layer.provideMerge(Layer.succeedContext(ctx))
190
+ )
191
+ )
192
+ )
193
+ const mr = ManagedRuntime.make(clientLayer)
194
+
195
+ const filtered = getFiltered(resource)
196
+
197
+ const unwrapCommand = (eff: Effect.Effect<any, any, any>): Effect.Effect<any, any, any> =>
198
+ eff.pipe(
199
+ Effect.flatMap((result: any) =>
200
+ Effect.gen(function*() {
201
+ const keys: ReadonlyArray<Invalidation.InvalidationKey> = result?.metadata?.invalidateQueries ?? []
202
+ const invalidationKeys = yield* InvalidationKeysFromServer
203
+ yield* Effect.forEach(keys, (key) => invalidationKeys.add(key), { discard: true })
204
+ return result.payload
205
+ })
206
+ ),
207
+ // V2: unwrap CommandFailureWithMetaData failures — forward keys, re-fail with the
208
+ // original error so callers see the unmodified error type.
209
+ Effect.catch((result: any) =>
210
+ result?._tag === "CommandFailureWithMetaData"
211
+ ? Effect.gen(function*() {
212
+ const keys: ReadonlyArray<Invalidation.InvalidationKey> = result.metadata?.invalidateQueries ?? []
213
+ const invalidationKeys = yield* InvalidationKeysFromServer
214
+ yield* Effect.forEach(keys, (key) => invalidationKeys.add(key), { discard: true })
215
+ return yield* Effect.fail(result.error)
177
216
  })
178
- .pipe(
179
- Layer.provideMerge(Layer.succeedServices(ctx))
180
- )
217
+ : Effect.fail(result)
181
218
  )
182
219
  )
183
- const mr = ManagedRuntime.make(clientLayer)
184
220
 
185
- const filtered = getFiltered(resource)
186
- return {
187
- mr,
188
- client: typedKeysOf(filtered)
189
- .reduce((prev, cur) => {
190
- const h = filtered[cur]!
191
-
192
- const Request = h
221
+ return {
222
+ mr,
223
+ client: typedKeysOf(filtered)
224
+ .reduce((prev, cur) => {
225
+ const h = filtered[cur]!
226
+
227
+ const Request = h
228
+
229
+ const id = `${meta.moduleName}.${cur as string}`
230
+ .replaceAll(".js", "")
231
+
232
+ const requestMeta = {
233
+ Request,
234
+ id,
235
+ options
236
+ }
237
+
238
+ const requestNameLayer = Layer.succeed(RequestName, {
239
+ requestName: cur as string,
240
+ moduleName: meta.moduleName
241
+ })
242
+
243
+ const layers = requestLevelLayers.pipe(Layer.provideMerge(requestNameLayer))
244
+
245
+ const fields = Struct.omit(Request.fields, ["_tag"] as const)
246
+ const requestAttr = `${meta.moduleName}.${h._tag}`
247
+ const isCommand = h.type === "command"
248
+ const isStream = h.type === "stream"
249
+
250
+ const buildEffect = (input: any) =>
251
+ mr.contextEffect.pipe(
252
+ Effect.flatMap((svcs) => {
253
+ const rpcEffect = TheClient
254
+ .use((client) =>
255
+ (client as any)[requestAttr]!(Request.make(input)) as Effect.Effect<any, any, never>
256
+ )
257
+ .pipe(
258
+ Effect.provide(layers),
259
+ Effect.provide(svcs)
260
+ )
261
+ return isCommand ? unwrapCommand(rpcEffect) : rpcEffect
262
+ })
263
+ )
193
264
 
194
- const id = `${meta.moduleName}.${cur as string}`
195
- .replaceAll(".js", "")
265
+ const buildStream = (input: any) =>
266
+ Stream.unwrap(
267
+ mr.contextEffect.pipe(
268
+ Effect.flatMap((svcs) =>
269
+ TheClient
270
+ .useSync((client) => {
271
+ const rpcStream = (client as any)[requestAttr]!(
272
+ Request.make(input)
273
+ ) as Stream.Stream<any, any, any>
274
+ return rpcStream.pipe(
275
+ // Collect server invalidation keys from the "done" chunk, then discard it.
276
+ Stream.tap((item: any) =>
277
+ item._tag === "done" || item._tag === "metadata"
278
+ ? InvalidationKeysFromServer.use((svc) =>
279
+ Effect.forEach(
280
+ (item.metadata as Invalidation.CommandMetaData).invalidateQueries,
281
+ svc.add,
282
+ { discard: true }
283
+ )
284
+ )
285
+ : Effect.void
286
+ ),
287
+ Stream.filter((item: any) => item._tag === "value"),
288
+ Stream.map((item: any) => item.value),
289
+ // V2: unwrap StreamFailureChunk — forward keys from failures too,
290
+ // then re-fail with the original error so callers see the unmodified
291
+ // error type.
292
+ Stream.catch((err: any) =>
293
+ err?._tag === "error" && err?.metadata
294
+ ? Stream.fromEffect(
295
+ InvalidationKeysFromServer.use((svc) =>
296
+ Effect
297
+ .forEach(
298
+ (err.metadata as Invalidation.CommandMetaData).invalidateQueries,
299
+ svc.add,
300
+ { discard: true }
301
+ )
302
+ .pipe(Effect.flatMap(() => Effect.fail(err.error)))
303
+ )
304
+ )
305
+ : Stream.fail(err)
306
+ ),
307
+ Stream.provide(layers),
308
+ Stream.provide(svcs)
309
+ )
310
+ })
311
+ .pipe(Effect.provide(svcs))
312
+ )
313
+ )
314
+ )
196
315
 
197
- const requestMeta = {
198
- Request,
199
- id,
200
- options
316
+ // @ts-expect-error doc
317
+ prev[cur] = Object.keys(fields).length === 0
318
+ ? {
319
+ handler: isStream ? buildStream({}) : buildEffect({}),
320
+ ...requestMeta
321
+ }
322
+ : {
323
+ handler: isStream
324
+ ? (req: any) => buildStream(req)
325
+ : (req: any) => buildEffect(req),
326
+ ...requestMeta
201
327
  }
202
328
 
203
- const requestNameLayer = Layer.succeed(RequestName, {
204
- requestName: cur as string,
205
- moduleName: meta.moduleName
206
- })
207
-
208
- const layers = requestLevelLayers.pipe(Layer.provideMerge(requestNameLayer))
209
-
210
- const fields = Struct.omit(Request.fields, ["_tag"] as const)
211
- const requestAttr = `${meta.moduleName}.${h._tag}`
212
- // @ts-expect-error doc
213
- prev[cur] = Object.keys(fields).length === 0
214
- ? {
215
- handler: mr.servicesEffect.pipe(
216
- Effect.flatMap((svcs) =>
217
- TheClient
218
- .use((client) => (client as any)[requestAttr]!(new Request()) as Effect.Effect<any, any, never>)
219
- .pipe(
220
- Effect.provide(layers),
221
- Effect.provide(svcs)
222
- )
223
- )
224
- ),
225
- ...requestMeta
226
- }
227
- : {
228
- handler: (req: any) =>
229
- mr.servicesEffect.pipe(
230
- Effect.flatMap((svcs) =>
231
- TheClient
232
- .use((client) =>
233
- (client as any)[requestAttr]!(new Request(req)) as Effect.Effect<any, any, never>
234
- )
235
- .pipe(
236
- Effect.provide(layers),
237
- Effect.provide(svcs)
238
- )
239
- )
240
- ),
241
-
242
- ...requestMeta
243
- }
244
-
245
- return prev
246
- }, {} as Client<M, M["meta"]["moduleName"]>)
247
- }
248
- })
329
+ return prev
330
+ }, {} as Client<M, ExtractModuleName<M>>)
331
+ }
332
+ })
249
333
 
250
334
  const register: ManagedRuntime.ManagedRuntime<any, any>[] = []
251
335
  yield* Effect.addFinalizer(() => Effect.forEach(register, (mr) => mr.disposeEffect))
@@ -259,19 +343,16 @@ const makeApiClientFactory = Effect
259
343
  cacheL.set(requestLevelLayers, cache)
260
344
  }
261
345
 
262
- return <M extends Requests>(
263
- models: M
264
- ): Effect.Effect<Client<M, M["meta"]["moduleName"]>> =>
265
- Effect.gen(function*() {
266
- const found = cache.get(models)
267
- if (found) {
268
- return found
269
- }
270
- const m = yield* makeClientFor(models, requestLevelLayers, options)
271
- cache.set(models, m.client)
272
- register.push(m.mr)
273
- return m.client
274
- })
346
+ return Effect.fnUntraced(function*<M extends RequestsAny>(models: M) {
347
+ const found = cache.get(models) as Client<M, ExtractModuleName<M>> | undefined
348
+ if (found) {
349
+ return found
350
+ }
351
+ const m = yield* makeClientFor(models, requestLevelLayers, options)
352
+ cache.set(models, m.client)
353
+ register.push(m.mr)
354
+ return m.client
355
+ })
275
356
  }
276
357
 
277
358
  return makeClientForCached
@@ -281,7 +362,7 @@ const makeApiClientFactory = Effect
281
362
  * Used to create clients for resource modules.
282
363
  */
283
364
  export class ApiClientFactory
284
- extends ServiceMap.Opaque<ApiClientFactory, Effect.Success<typeof makeApiClientFactory>>()("ApiClientFactory")
365
+ extends Context.Opaque<ApiClientFactory, Effect.Success<typeof makeApiClientFactory>>()("ApiClientFactory")
285
366
  {
286
367
  static readonly layer = (config: ApiConfig) =>
287
368
  ApiClientFactory.toLayer(makeApiClientFactory).pipe(Layer.provide(RpcSerializationLayer(config)))
@@ -294,7 +375,7 @@ export class ApiClientFactory
294
375
 
295
376
  static readonly makeFor =
296
377
  (requestLevelLayers: Layer.Layer<never, never, never>, options?: ClientForOptions) =>
297
- <M extends Requests>(
378
+ <M extends RequestsAny>(
298
379
  resource: M
299
380
  ) =>
300
381
  ApiClientFactory.use((apiClientFactory) => {
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable @typescript-eslint/no-explicit-any */
3
3
 
4
4
  import * as Record from "effect/Record"
5
- import type * as Request from "effect/Request"
5
+ import type * as Stream from "effect/Stream"
6
6
  import type { Path } from "path-parser"
7
7
  import qs from "query-string"
8
8
  import type * as Effect from "../Effect.js"
@@ -48,9 +48,14 @@ export function makePathWithBody(
48
48
  return path.build(pars, { ignoreSearch: true, ignoreConstraints: true })
49
49
  }
50
50
 
51
- export type Requests<ModuleName extends string = string> = { meta: { moduleName: ModuleName } } & RequestsAny
51
+ export type Requests = RequestsAny
52
52
  export type RequestsAny = Record<string, any>
53
53
 
54
+ export type ExtractModuleName<M extends RequestsAny> =
55
+ { [K in keyof M]: M[K] extends { moduleName: infer N extends string } ? N : never }[keyof M] extends
56
+ infer R extends string ? R
57
+ : string
58
+
54
59
  export type Client<M extends RequestsAny, ModuleName extends string> = RequestHandlers<
55
60
  never,
56
61
  never,
@@ -66,16 +71,20 @@ export type ExtractEResponse<T> = T extends S.Codec<any> ? S.Codec.Encoded<T>
66
71
  : T extends unknown ? void
67
72
  : never
68
73
 
69
- type IsEmpty<T> = keyof T extends never ? true
70
- : false
71
-
72
- // v4: Request.RequestTypeId, S.symbolSerializable, S.symbolWithResult removed — use keyof Request to filter internal props
73
- type Cruft = "_tag" | keyof Request.Request<any, any, any>
74
-
75
74
  export interface ClientForOptions {
76
75
  readonly skipQueryKey?: readonly string[]
77
76
  }
78
77
 
78
+ // $Project/$Configuration.Index
79
+ // -> "$Project", "$Configuration", "Index"
80
+ export const makeQueryKey = ({ id, options }: { id: string; options?: ClientForOptions }) =>
81
+ id
82
+ .split("/")
83
+ .filter((segment: string) => !options || !options.skipQueryKey?.includes(segment))
84
+ .map((segment: string) => "$" + segment)
85
+ .join(".")
86
+ .split(".")
87
+
79
88
  export interface RequestHandler<A, E, R, Request extends Req, Id extends string> {
80
89
  handler: Effect.Effect<A, E, R>
81
90
  id: Id
@@ -90,24 +99,97 @@ export interface RequestHandlerWithInput<I, A, E, R, Request extends Req, Id ext
90
99
  Request: Request
91
100
  }
92
101
 
102
+ export interface RequestStreamHandler<A, E, R, Request extends Req, Id extends string, Final = A> {
103
+ handler: Stream.Stream<A, E, R>
104
+ id: Id
105
+ options?: ClientForOptions
106
+ Request: Request
107
+ /**
108
+ * Phantom type property (never set at runtime) that carries the `Final` type to
109
+ * `StreamMutationWithExtensions`. The tilde prefix follows the Effect convention for
110
+ * phantom/virtual properties and prevents accidental runtime access.
111
+ * Stream failures bubble through the execute effect's typed error channel `E`;
112
+ * the reactive `AsyncResult` ref also mirrors the failure for live progress UI.
113
+ */
114
+ readonly "~final"?: Final
115
+ }
116
+
117
+ export interface RequestStreamHandlerWithInput<I, A, E, R, Request extends Req, Id extends string, Final = A> {
118
+ handler: (i: I) => Stream.Stream<A, E, R>
119
+ id: Id
120
+ options?: ClientForOptions
121
+ Request: Request
122
+ /**
123
+ * Phantom type property (never set at runtime) that carries the `Final` type to
124
+ * `StreamMutationWithExtensions`. The tilde prefix follows the Effect convention for
125
+ * phantom/virtual properties and prevents accidental runtime access.
126
+ * Stream failures bubble through the execute effect's typed error channel `E`;
127
+ * the reactive `AsyncResult` ref also mirrors the failure for live progress UI.
128
+ */
129
+ readonly "~final"?: Final
130
+ }
131
+
93
132
  // make sure this is exported or d.ts of apiClientFactory breaks?!
94
133
  type ReqDecodingServices<M> = M extends { readonly "~decodingServices": infer DS } ? DS : never
95
134
 
96
- export type RequestHandlers<R, E, M extends RequestsAny, ModuleName extends string> = {
97
- [K in keyof M as M[K] extends Req ? K : never]: IsEmpty<Omit<S.Schema.Type<M[K]>, Cruft>> extends true
98
- ? RequestHandler<
99
- S.Schema.Type<M[K]["success"]>,
100
- S.Schema.Type<M[K]["error"]> | E,
101
- R | ReqDecodingServices<M[K]>,
102
- M[K],
103
- `${ModuleName}.${K & string}`
135
+ export type RequestInputFromMake<I extends { readonly make: (...args: any[]) => any }> =
136
+ Parameters<I["make"]> extends [] ? void : Parameters<I["make"]>[0]
137
+
138
+ // Has no input only when the request schema declares no payload fields (the auto-added
139
+ // `_tag` field is ignored). Any payload fields (even all-optional) produce a function handler.
140
+ type HasNoFields<I> = I extends { readonly fields: infer F extends S.Struct.Fields }
141
+ ? [Exclude<keyof F, "_tag">] extends [never] ? true : false
142
+ : false
143
+
144
+ type RequestInput<I extends { readonly make: (...args: any[]) => any }> = Parameters<I["make"]>[0]
145
+
146
+ /**
147
+ * Caller-facing input type for a request. `void` when the request schema has no fields;
148
+ * otherwise `make`'s first param type.
149
+ */
150
+ export type HandlerInput<I extends { readonly make: (...args: any[]) => any }> = HasNoFields<I> extends true ? void
151
+ : RequestInput<I>
152
+
153
+ /** Extracts the final-value type from a stream request. Defaults to the success type when no `final` schema is set. */
154
+ type FinalTypeOf<T extends Req> = T extends { readonly final: infer F extends S.Top } ? S.Schema.Type<F>
155
+ : S.Schema.Type<T["success"]>
156
+
157
+ type RequestHandlerFor<R, E, T extends Req, Id extends string> = T["type"] extends "stream"
158
+ ? HasNoFields<T> extends true ? RequestStreamHandler<
159
+ S.Schema.Type<T["success"]>,
160
+ S.Schema.Type<T["error"]> | E,
161
+ R | ReqDecodingServices<T>,
162
+ T,
163
+ Id,
164
+ FinalTypeOf<T>
104
165
  >
105
- : RequestHandlerWithInput<
106
- Omit<S.Schema.Type<M[K]>, Cruft>,
107
- S.Schema.Type<M[K]["success"]>,
108
- S.Schema.Type<M[K]["error"]> | E,
109
- R | ReqDecodingServices<M[K]>,
110
- M[K],
111
- `${ModuleName}.${K & string}`
166
+ : RequestStreamHandlerWithInput<
167
+ RequestInput<T>,
168
+ S.Schema.Type<T["success"]>,
169
+ S.Schema.Type<T["error"]> | E,
170
+ R | ReqDecodingServices<T>,
171
+ T,
172
+ Id,
173
+ FinalTypeOf<T>
174
+ >
175
+ : HasNoFields<T> extends true ? RequestHandler<
176
+ S.Schema.Type<T["success"]>,
177
+ S.Schema.Type<T["error"]> | E,
178
+ R | ReqDecodingServices<T>,
179
+ T,
180
+ Id
112
181
  >
182
+ : RequestHandlerWithInput<
183
+ RequestInput<T>,
184
+ S.Schema.Type<T["success"]>,
185
+ S.Schema.Type<T["error"]> | E,
186
+ R | ReqDecodingServices<T>,
187
+ T,
188
+ Id
189
+ >
190
+
191
+ export type RequestHandlers<R, E, M extends RequestsAny, ModuleName extends string> = {
192
+ [K in keyof M as M[K] extends Req ? K : never]: Extract<M[K], Req> extends infer T extends Req
193
+ ? RequestHandlerFor<R, E, T, `${ModuleName}.${K & string}`>
194
+ : never
113
195
  }