@distilled.cloud/azure 0.13.1 → 0.14.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.
@@ -5893,9 +5893,9 @@ export const FirewallPolicyIdpsSignaturesListOutput =
5893
5893
  matchingRecordsCount: Schema.optional(Schema.Number),
5894
5894
  signatures: Schema.optional(Schema.Array(Schema.Struct({
5895
5895
  signatureId: Schema.optional(Schema.Number),
5896
- mode: Schema.optional(Schema.Literals(["0", "1", "2"])),
5897
- severity: Schema.optional(Schema.Literals(["1", "2", "3"])),
5898
- direction: Schema.optional(Schema.Literals(["0", "1", "2", "3", "4", "5"])),
5896
+ mode: Schema.optional(Schema.Literals([0, 1, 2])),
5897
+ severity: Schema.optional(Schema.Literals([1, 2, 3])),
5898
+ direction: Schema.optional(Schema.Literals([0, 1, 2, 3, 4, 5])),
5899
5899
  group: Schema.optional(Schema.String),
5900
5900
  description: Schema.optional(Schema.String),
5901
5901
  protocol: Schema.optional(Schema.String),