@kong-ui-public/entities-plugins 9.107.3 → 9.107.4

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.
@@ -24753,7 +24753,7 @@ const G3 = ne.string().refine((e) => {
24753
24753
  ", "
24754
24754
  )}`
24755
24755
  });
24756
- }), W3 = Fo.extend({
24756
+ }), W3 = Fo.safeExtend({
24757
24757
  type: ne.literal("call"),
24758
24758
  /**
24759
24759
  * A string representing an HTTP method, such as GET, POST, PUT, or DELETE.
@@ -24782,7 +24782,7 @@ const G3 = ne.string().refine((e) => {
24782
24782
  headers: Pt,
24783
24783
  status: Pt
24784
24784
  }).partial().nullish()
24785
- }).strict(), X3 = Fo.extend({
24785
+ }).strict(), X3 = Fo.safeExtend({
24786
24786
  type: ne.literal("exit"),
24787
24787
  /**
24788
24788
  * HTTP status code.
@@ -24793,7 +24793,7 @@ const G3 = ne.string().refine((e) => {
24793
24793
  warn_headers_sent: ne.boolean().nullish(),
24794
24794
  output: ne.never().optional(),
24795
24795
  outputs: ne.never().optional()
24796
- }).strict(), Z3 = Fo.extend({
24796
+ }).strict(), Z3 = Fo.safeExtend({
24797
24797
  type: ne.literal("jq"),
24798
24798
  /**
24799
24799
  * The jq filter text. Refer to https://jqlang.org/manual/ for full documentation.
@@ -24801,7 +24801,7 @@ const G3 = ne.string().refine((e) => {
24801
24801
  */
24802
24802
  jq: ne.string().min(1).max(10240),
24803
24803
  outputs: ne.never().optional()
24804
- }).strict(), J3 = Fo.extend({
24804
+ }).strict(), J3 = Fo.safeExtend({
24805
24805
  type: ne.literal("property"),
24806
24806
  /**
24807
24807
  * The expected MIME type of the property value. When set to `application/json`,
@@ -24813,13 +24813,13 @@ const G3 = ne.string().refine((e) => {
24813
24813
  property: ne.string().min(1),
24814
24814
  inputs: ne.never().optional(),
24815
24815
  outputs: ne.never().optional()
24816
- }).strict(), Q3 = Fo.extend({
24816
+ }).strict(), Q3 = Fo.safeExtend({
24817
24817
  type: ne.literal("static"),
24818
24818
  /** An object with string keys and free-form values. */
24819
24819
  values: ne.record(ne.string(), ne.unknown()),
24820
24820
  input: ne.never().optional(),
24821
24821
  inputs: ne.never().optional()
24822
- }).strict(), eB = Fo.extend({
24822
+ }).strict(), eB = Fo.safeExtend({
24823
24823
  type: ne.literal("cache"),
24824
24824
  /** When true, skip cache errors and continue execution. */
24825
24825
  bypass_on_error: ne.boolean().nullish(),
@@ -24836,7 +24836,7 @@ const G3 = ne.string().refine((e) => {
24836
24836
  }).partial().nullish(),
24837
24837
  /** Cache entry time-to-live in seconds. */
24838
24838
  ttl: ne.number().int().gt(0).nullish()
24839
- }).strict(), tB = Fo.extend({
24839
+ }).strict(), tB = Fo.safeExtend({
24840
24840
  type: ne.literal("branch"),
24841
24841
  then: ne.array(ka).nullish(),
24842
24842
  else: ne.array(ka).nullish()
@@ -24957,7 +24957,7 @@ const Ef = Du.options, Ol = ne.string().min(1).refine((e) => !e.includes("."), "
24957
24957
  ", "
24958
24958
  )}`
24959
24959
  });
24960
- }), dB = Do.extend({
24960
+ }), dB = Do.safeExtend({
24961
24961
  type: ne.literal("call"),
24962
24962
  method: Vh.nullish(),
24963
24963
  ssl_server_name: ne.string().nullish(),
@@ -24973,28 +24973,28 @@ const Ef = Du.options, Ol = ne.string().min(1).refine((e) => !e.includes("."), "
24973
24973
  headers: Mt.nullish(),
24974
24974
  status: Mt.nullish()
24975
24975
  }).partial().nullish()
24976
- }).strict(), fB = Do.extend({
24976
+ }).strict(), fB = Do.safeExtend({
24977
24977
  type: ne.literal("exit"),
24978
24978
  status: ne.union([ne.number(), ne.string()]).nullish(),
24979
24979
  warn_headers_sent: ne.boolean().nullish(),
24980
24980
  output: ne.never().optional(),
24981
24981
  outputs: ne.never().optional()
24982
- }).strict(), pB = Do.extend({
24982
+ }).strict(), pB = Do.safeExtend({
24983
24983
  type: ne.literal("jq"),
24984
24984
  jq: ne.string().nullish(),
24985
24985
  outputs: ne.never().optional()
24986
- }).strict(), mB = Do.extend({
24986
+ }).strict(), mB = Do.safeExtend({
24987
24987
  type: ne.literal("property"),
24988
24988
  content_type: ne.string().nullish(),
24989
24989
  property: ne.string().nullish(),
24990
24990
  inputs: ne.never().optional(),
24991
24991
  outputs: ne.never().optional()
24992
- }).strict(), gB = Do.extend({
24992
+ }).strict(), gB = Do.safeExtend({
24993
24993
  type: ne.literal("static"),
24994
24994
  values: ne.record(ne.string(), ne.unknown()).nullish(),
24995
24995
  input: ne.never().optional(),
24996
24996
  inputs: ne.never().optional()
24997
- }).strict(), hB = Do.extend({
24997
+ }).strict(), hB = Do.safeExtend({
24998
24998
  type: ne.literal("cache"),
24999
24999
  bypass_on_error: ne.boolean().nullish(),
25000
25000
  inputs: ne.object({
@@ -25009,7 +25009,7 @@ const Ef = Du.options, Ol = ne.string().min(1).refine((e) => !e.includes("."), "
25009
25009
  stored: Mt.nullish()
25010
25010
  }).partial().nullish(),
25011
25011
  ttl: ne.union([ne.number(), ne.string()]).nullish()
25012
- }).strict(), vB = Do.extend({
25012
+ }).strict(), vB = Do.safeExtend({
25013
25013
  type: ne.literal("branch"),
25014
25014
  then: ne.array(Ol).nullish(),
25015
25015
  else: ne.array(Ol).nullish()