We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0161f57 commit 21ebfa0Copy full SHA for 21ebfa0
packages/sdk/src/typescript-expression-transformer.ts
@@ -38,7 +38,7 @@ type Options = {
38
thisExprContext?: string;
39
futureRefContext?: string;
40
context: ExpressionContext;
41
- operationContext?: 'read' | 'create' | 'update' | 'postUpdate' | 'delete';
+ operationContext?: 'read' | 'create' | 'update' | 'postUpdate' | 'delete' | 'list';
42
};
43
44
type Casing = 'original' | 'upper' | 'lower' | 'capitalize' | 'uncapitalize';
0 commit comments