@pgsql/transform 17.7.1 → 17.8.0

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 (62) hide show
  1. package/13/enums.d.ts +1 -1
  2. package/13/types.d.ts +1 -1
  3. package/14/enums.d.ts +1 -1
  4. package/14/types.d.ts +1 -1
  5. package/15/enums.d.ts +1 -1
  6. package/15/types.d.ts +1 -1
  7. package/16/enums.d.ts +1 -1
  8. package/16/types.d.ts +1 -1
  9. package/17/enums.d.ts +1 -1
  10. package/17/types.d.ts +1 -1
  11. package/README.md +105 -5
  12. package/esm/transformers/v14-to-v15.js +3 -0
  13. package/esm/transformers/v15-to-v16.js +60 -1
  14. package/package.json +4 -4
  15. package/transformers/v14-to-v15.js +3 -0
  16. package/transformers/v15-to-v16.d.ts +6 -0
  17. package/transformers/v15-to-v16.js +60 -1
  18. package/13/enum-to-int.d.ts +0 -7
  19. package/13/enum-to-int.js +0 -2165
  20. package/13/enum-to-str.d.ts +0 -7
  21. package/13/enum-to-str.js +0 -2165
  22. package/13/runtime-schema.d.ts +0 -17
  23. package/13/runtime-schema.js +0 -8419
  24. package/14/enum-to-int.d.ts +0 -7
  25. package/14/enum-to-int.js +0 -2205
  26. package/14/enum-to-str.d.ts +0 -7
  27. package/14/enum-to-str.js +0 -2205
  28. package/14/runtime-schema.d.ts +0 -17
  29. package/14/runtime-schema.js +0 -8695
  30. package/15/enum-to-int.d.ts +0 -7
  31. package/15/enum-to-int.js +0 -2255
  32. package/15/enum-to-str.d.ts +0 -7
  33. package/15/enum-to-str.js +0 -2255
  34. package/15/runtime-schema.d.ts +0 -17
  35. package/15/runtime-schema.js +0 -8955
  36. package/16/enum-to-int.d.ts +0 -7
  37. package/16/enum-to-int.js +0 -2344
  38. package/16/enum-to-str.d.ts +0 -7
  39. package/16/enum-to-str.js +0 -2344
  40. package/16/runtime-schema.d.ts +0 -17
  41. package/16/runtime-schema.js +0 -9339
  42. package/17/enum-to-int.d.ts +0 -7
  43. package/17/enum-to-int.js +0 -2501
  44. package/17/enum-to-str.d.ts +0 -7
  45. package/17/enum-to-str.js +0 -2501
  46. package/17/runtime-schema.d.ts +0 -17
  47. package/17/runtime-schema.js +0 -10010
  48. package/esm/13/enum-to-int.js +0 -2161
  49. package/esm/13/enum-to-str.js +0 -2161
  50. package/esm/13/runtime-schema.js +0 -8416
  51. package/esm/14/enum-to-int.js +0 -2201
  52. package/esm/14/enum-to-str.js +0 -2201
  53. package/esm/14/runtime-schema.js +0 -8692
  54. package/esm/15/enum-to-int.js +0 -2251
  55. package/esm/15/enum-to-str.js +0 -2251
  56. package/esm/15/runtime-schema.js +0 -8952
  57. package/esm/16/enum-to-int.js +0 -2340
  58. package/esm/16/enum-to-str.js +0 -2340
  59. package/esm/16/runtime-schema.js +0 -9336
  60. package/esm/17/enum-to-int.js +0 -2497
  61. package/esm/17/enum-to-str.js +0 -2497
  62. package/esm/17/runtime-schema.js +0 -10007
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was automatically generated by pg-proto-parser@1.29.1.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
4
- * and run the pg-proto-parser generate command to regenerate this file.
5
- */
6
- export type EnumType = "OverridingKind" | "QuerySource" | "SortByDir" | "SortByNulls" | "A_Expr_Kind" | "RoleSpecType" | "TableLikeOption" | "DefElemAction" | "PartitionRangeDatumKind" | "RTEKind" | "WCOKind" | "GroupingSetKind" | "CTEMaterialize" | "SetOperation" | "ObjectType" | "DropBehavior" | "AlterTableType" | "GrantTargetType" | "VariableSetKind" | "ConstrType" | "ImportForeignSchemaType" | "RoleStmtType" | "FetchDirection" | "FunctionParameterMode" | "TransactionStmtKind" | "ViewCheckOption" | "ClusterOption" | "DiscardMode" | "ReindexObjectType" | "AlterTSConfigType" | "AlterSubscriptionType" | "OnCommitAction" | "ParamKind" | "CoercionContext" | "CoercionForm" | "BoolExprType" | "SubLinkType" | "RowCompareType" | "MinMaxOp" | "SQLValueFunctionOp" | "XmlExprOp" | "XmlOptionType" | "NullTestType" | "BoolTestType" | "CmdType" | "JoinType" | "AggStrategy" | "AggSplit" | "SetOpCmd" | "SetOpStrategy" | "OnConflictAction" | "LimitOption" | "LockClauseStrength" | "LockWaitPolicy" | "LockTupleMode" | "KeywordKind" | "Token";
7
- export declare const getEnumString: (enumType: EnumType, key: number) => string;