@kumori/aurora-interfaces 1.0.20 → 1.0.22

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.
@@ -330,8 +330,7 @@ export const errors = {
330
330
  },
331
331
  validation: {
332
332
  negativeValuesNotAllowed: "Negative values are not allowed.",
333
- exceedsEnvironmentMax:
334
- "This number exceeds the maximum allowed for the environment.",
333
+ exceedsEnvironmentMax: "Maximum not allowed",
335
334
  minReplicasGtZero: "Minimum replicas must be greater than 0",
336
335
  hysteresisGtZero: "Cooling period must be greater than 0",
337
336
  },
@@ -9,4 +9,5 @@ export interface Channel {
9
9
  certificateResource?: string;
10
10
  withMtls?: boolean;
11
11
  caResource?: string;
12
+ gatewayName?: string;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-interfaces",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "aurora interfaces",
5
5
  "main": "export-interfaces.ts",
6
6
  "repository": {