@highstate/gateway-api 0.9.30 → 0.9.32

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 (96) hide show
  1. package/CHANGELOG.md +2 -14
  2. package/bin/gateway/index.d.ts +4 -1
  3. package/bin/gateway/index.js +7 -1
  4. package/bin/gateway/index.js.map +1 -1
  5. package/bin/gateway/v1alpha1/index.d.ts +18 -0
  6. package/bin/gateway/v1alpha1/index.js +42 -0
  7. package/bin/gateway/v1alpha1/index.js.map +1 -0
  8. package/bin/gateway/v1alpha1/xbackendTrafficPolicy.d.ts +63 -0
  9. package/bin/gateway/v1alpha1/xbackendTrafficPolicy.js +65 -0
  10. package/bin/gateway/v1alpha1/xbackendTrafficPolicy.js.map +1 -0
  11. package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.d.ts +67 -0
  12. package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.js +65 -0
  13. package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.js.map +1 -0
  14. package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.d.ts +69 -0
  15. package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.js +71 -0
  16. package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.js.map +1 -0
  17. package/bin/gateway/v1alpha1/xlistenerSet.d.ts +63 -0
  18. package/bin/gateway/v1alpha1/xlistenerSet.js +65 -0
  19. package/bin/gateway/v1alpha1/xlistenerSet.js.map +1 -0
  20. package/bin/gateway/v1alpha1/xlistenerSetList.d.ts +67 -0
  21. package/bin/gateway/v1alpha1/xlistenerSetList.js +65 -0
  22. package/bin/gateway/v1alpha1/xlistenerSetList.js.map +1 -0
  23. package/bin/gateway/v1alpha1/xlistenerSetPatch.d.ts +69 -0
  24. package/bin/gateway/v1alpha1/xlistenerSetPatch.js +71 -0
  25. package/bin/gateway/v1alpha1/xlistenerSetPatch.js.map +1 -0
  26. package/bin/gateway/v1alpha2/index.d.ts +27 -0
  27. package/bin/gateway/v1alpha2/index.js +54 -0
  28. package/bin/gateway/v1alpha2/index.js.map +1 -0
  29. package/bin/gateway/v1alpha2/tcproute.d.ts +64 -0
  30. package/bin/gateway/v1alpha2/tcproute.js +66 -0
  31. package/bin/gateway/v1alpha2/tcproute.js.map +1 -0
  32. package/bin/gateway/v1alpha2/tcprouteList.d.ts +67 -0
  33. package/bin/gateway/v1alpha2/tcprouteList.js +65 -0
  34. package/bin/gateway/v1alpha2/tcprouteList.js.map +1 -0
  35. package/bin/gateway/v1alpha2/tcproutePatch.d.ts +70 -0
  36. package/bin/gateway/v1alpha2/tcproutePatch.js +72 -0
  37. package/bin/gateway/v1alpha2/tcproutePatch.js.map +1 -0
  38. package/bin/gateway/v1alpha2/tlsroute.d.ts +67 -0
  39. package/bin/gateway/v1alpha2/tlsroute.js +69 -0
  40. package/bin/gateway/v1alpha2/tlsroute.js.map +1 -0
  41. package/bin/gateway/v1alpha2/tlsrouteList.d.ts +67 -0
  42. package/bin/gateway/v1alpha2/tlsrouteList.js +65 -0
  43. package/bin/gateway/v1alpha2/tlsrouteList.js.map +1 -0
  44. package/bin/gateway/v1alpha2/tlsroutePatch.d.ts +73 -0
  45. package/bin/gateway/v1alpha2/tlsroutePatch.js +75 -0
  46. package/bin/gateway/v1alpha2/tlsroutePatch.js.map +1 -0
  47. package/bin/gateway/v1alpha2/udproute.d.ts +64 -0
  48. package/bin/gateway/v1alpha2/udproute.js +66 -0
  49. package/bin/gateway/v1alpha2/udproute.js.map +1 -0
  50. package/bin/gateway/v1alpha2/udprouteList.d.ts +67 -0
  51. package/bin/gateway/v1alpha2/udprouteList.js +65 -0
  52. package/bin/gateway/v1alpha2/udprouteList.js.map +1 -0
  53. package/bin/gateway/v1alpha2/udproutePatch.d.ts +70 -0
  54. package/bin/gateway/v1alpha2/udproutePatch.js +72 -0
  55. package/bin/gateway/v1alpha2/udproutePatch.js.map +1 -0
  56. package/bin/gateway/v1alpha3/backendTLSPolicy.d.ts +63 -0
  57. package/bin/gateway/v1alpha3/backendTLSPolicy.js +65 -0
  58. package/bin/gateway/v1alpha3/backendTLSPolicy.js.map +1 -0
  59. package/bin/gateway/v1alpha3/backendTLSPolicyList.d.ts +67 -0
  60. package/bin/gateway/v1alpha3/backendTLSPolicyList.js +65 -0
  61. package/bin/gateway/v1alpha3/backendTLSPolicyList.js.map +1 -0
  62. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +69 -0
  63. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js +71 -0
  64. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js.map +1 -0
  65. package/bin/gateway/v1alpha3/index.d.ts +9 -0
  66. package/bin/gateway/v1alpha3/index.js +30 -0
  67. package/bin/gateway/v1alpha3/index.js.map +1 -0
  68. package/bin/package.json +2 -2
  69. package/bin/types/input.d.ts +9778 -800
  70. package/bin/types/output.d.ts +11204 -846
  71. package/gateway/index.ts +6 -0
  72. package/gateway/v1alpha1/index.ts +60 -0
  73. package/gateway/v1alpha1/xbackendTrafficPolicy.ts +100 -0
  74. package/gateway/v1alpha1/xbackendTrafficPolicyList.ts +105 -0
  75. package/gateway/v1alpha1/xbackendTrafficPolicyPatch.ts +106 -0
  76. package/gateway/v1alpha1/xlistenerSet.ts +100 -0
  77. package/gateway/v1alpha1/xlistenerSetList.ts +105 -0
  78. package/gateway/v1alpha1/xlistenerSetPatch.ts +106 -0
  79. package/gateway/v1alpha2/index.ts +81 -0
  80. package/gateway/v1alpha2/tcproute.ts +101 -0
  81. package/gateway/v1alpha2/tcprouteList.ts +105 -0
  82. package/gateway/v1alpha2/tcproutePatch.ts +107 -0
  83. package/gateway/v1alpha2/tlsroute.ts +104 -0
  84. package/gateway/v1alpha2/tlsrouteList.ts +105 -0
  85. package/gateway/v1alpha2/tlsroutePatch.ts +110 -0
  86. package/gateway/v1alpha2/udproute.ts +101 -0
  87. package/gateway/v1alpha2/udprouteList.ts +105 -0
  88. package/gateway/v1alpha2/udproutePatch.ts +107 -0
  89. package/gateway/v1alpha3/backendTLSPolicy.ts +100 -0
  90. package/gateway/v1alpha3/backendTLSPolicyList.ts +105 -0
  91. package/gateway/v1alpha3/backendTLSPolicyPatch.ts +106 -0
  92. package/gateway/v1alpha3/index.ts +39 -0
  93. package/package.json +3 -3
  94. package/tsconfig.json +21 -0
  95. package/types/input.ts +10078 -944
  96. package/types/output.ts +11514 -973

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.