@graphql-codegen/typescript 6.0.0-alpha-20251115121823-72e57eca5d8e2e6ae9a642532cf4c41692466f7c → 6.0.0-alpha-20251124142004-67952cd52352f89ebcdb97bfca7c34bc89fbacc3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript",
3
- "version": "6.0.0-alpha-20251115121823-72e57eca5d8e2e6ae9a642532cf4c41692466f7c",
3
+ "version": "6.0.0-alpha-20251124142004-67952cd52352f89ebcdb97bfca7c34bc89fbacc3",
4
4
  "description": "GraphQL Code Generator plugin for generating TypeScript types",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
@@ -5,7 +5,7 @@ export declare class TypeScriptOperationVariablesToObject extends OperationVaria
5
5
  private _immutableTypes;
6
6
  private _maybeType;
7
7
  constructor(_scalars: NormalizedScalarsMap, _convertName: ConvertNameFn, _avoidOptionals: NormalizedAvoidOptionalsConfig, _immutableTypes: boolean, _namespacedImportName?: string | null, _enumNames?: string[], _enumPrefix?: boolean, _enumSuffix?: boolean, _enumValues?: ParsedEnumValuesMap, _applyCoercion?: boolean, _directiveArgumentAndInputFieldMappings?: ParsedDirectiveArgumentAndInputFieldMappings, _maybeType?: string);
8
- private clearOptional;
8
+ protected clearOptional(str: string): string;
9
9
  wrapAstTypeWithModifiers(baseType: string, typeNode: TypeNode, applyCoercion?: boolean): string;
10
10
  protected formatFieldString(fieldName: string, isNonNullType: boolean, hasDefaultValue: boolean): string;
11
11
  protected formatTypeString(fieldType: string, isNonNullType: boolean, hasDefaultValue: boolean): string;
@@ -5,7 +5,7 @@ export declare class TypeScriptOperationVariablesToObject extends OperationVaria
5
5
  private _immutableTypes;
6
6
  private _maybeType;
7
7
  constructor(_scalars: NormalizedScalarsMap, _convertName: ConvertNameFn, _avoidOptionals: NormalizedAvoidOptionalsConfig, _immutableTypes: boolean, _namespacedImportName?: string | null, _enumNames?: string[], _enumPrefix?: boolean, _enumSuffix?: boolean, _enumValues?: ParsedEnumValuesMap, _applyCoercion?: boolean, _directiveArgumentAndInputFieldMappings?: ParsedDirectiveArgumentAndInputFieldMappings, _maybeType?: string);
8
- private clearOptional;
8
+ protected clearOptional(str: string): string;
9
9
  wrapAstTypeWithModifiers(baseType: string, typeNode: TypeNode, applyCoercion?: boolean): string;
10
10
  protected formatFieldString(fieldName: string, isNonNullType: boolean, hasDefaultValue: boolean): string;
11
11
  protected formatTypeString(fieldType: string, isNonNullType: boolean, hasDefaultValue: boolean): string;