Skip to content

Commit 8840594

Browse files
committed
fix: SeamHttpEndpointQueryPaths and SeamHttpEndpointMutationPaths types
1 parent 81cac40 commit 8840594

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codegen/layouts/endpoints.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ export class SeamHttpEndpoints {
3636
{{/each}}
3737
}
3838

39-
export type SeamHttpEndpointMutationPaths = {{#each endpointReadPaths}}'{{.}}' {{#unless @last}} | {{/unless}}{{/each}}
39+
export type SeamHttpEndpointQueryPaths = {{#each endpointReadPaths}}'{{.}}' {{#unless @last}} | {{/unless}}{{/each}}
4040

41-
export type SeamHttpEndpointQueryPaths = {{#each endpointWritePaths}}'{{.}}' {{#unless @last}} | {{/unless}}{{/each}}
41+
export type SeamHttpEndpointMutationPaths = {{#each endpointWritePaths}}'{{.}}' {{#unless @last}} | {{/unless}}{{/each}}

src/lib/seam/connect/routes/seam-http-endpoints.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)