@openshift-migration-advisor/planner-sdk 0.13.7-39782effca15 → 0.13.7-c1a47d51e942

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @openshift-migration-advisor/planner-sdk@0.13.7-39782effca15
1
+ # @openshift-migration-advisor/planner-sdk@0.13.7-c1a47d51e942
2
2
 
3
3
  A TypeScript SDK client for the raw.githubusercontent.com API.
4
4
 
@@ -189,7 +189,7 @@ and is automatically generated by the
189
189
  [OpenAPI Generator](https://openapi-generator.tech) project:
190
190
 
191
191
  - API version: `v1alpha1`
192
- - Package version: `0.13.7-39782effca15`
192
+ - Package version: `0.13.7-c1a47d51e942`
193
193
  - Generator version: `7.24.0-SNAPSHOT`
194
194
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
195
195
 
@@ -90,6 +90,7 @@ export declare const ClusterRequirementsStoredInputCpuOverCommitRatioEnum: {
90
90
  readonly _12: "1:2";
91
91
  readonly _14: "1:4";
92
92
  readonly _16: "1:6";
93
+ readonly _18: "1:8";
93
94
  };
94
95
  export type ClusterRequirementsStoredInputCpuOverCommitRatioEnum = typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum];
95
96
  /**
@@ -18,7 +18,8 @@ export const ClusterRequirementsStoredInputCpuOverCommitRatioEnum = {
18
18
  _11: '1:1',
19
19
  _12: '1:2',
20
20
  _14: '1:4',
21
- _16: '1:6'
21
+ _16: '1:6',
22
+ _18: '1:8'
22
23
  };
23
24
  /**
24
25
  * @export
@@ -18,6 +18,7 @@ export declare const CpuOverCommitRatio: {
18
18
  readonly CpuOneToTwo: "1:2";
19
19
  readonly CpuOneToFour: "1:4";
20
20
  readonly CpuOneToSix: "1:6";
21
+ readonly CpuOneToEight: "1:8";
21
22
  };
22
23
  export type CpuOverCommitRatio = typeof CpuOverCommitRatio[keyof typeof CpuOverCommitRatio];
23
24
  export declare function instanceOfCpuOverCommitRatio(value: any): boolean;
@@ -19,7 +19,8 @@ export const CpuOverCommitRatio = {
19
19
  CpuOneToOne: '1:1',
20
20
  CpuOneToTwo: '1:2',
21
21
  CpuOneToFour: '1:4',
22
- CpuOneToSix: '1:6'
22
+ CpuOneToSix: '1:6',
23
+ CpuOneToEight: '1:8'
23
24
  };
24
25
  export function instanceOfCpuOverCommitRatio(value) {
25
26
  for (const key in CpuOverCommitRatio) {
@@ -90,6 +90,7 @@ export declare const ClusterRequirementsStoredInputCpuOverCommitRatioEnum: {
90
90
  readonly _12: "1:2";
91
91
  readonly _14: "1:4";
92
92
  readonly _16: "1:6";
93
+ readonly _18: "1:8";
93
94
  };
94
95
  export type ClusterRequirementsStoredInputCpuOverCommitRatioEnum = typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum];
95
96
  /**
@@ -26,7 +26,8 @@ exports.ClusterRequirementsStoredInputCpuOverCommitRatioEnum = {
26
26
  _11: '1:1',
27
27
  _12: '1:2',
28
28
  _14: '1:4',
29
- _16: '1:6'
29
+ _16: '1:6',
30
+ _18: '1:8'
30
31
  };
31
32
  /**
32
33
  * @export
@@ -18,6 +18,7 @@ export declare const CpuOverCommitRatio: {
18
18
  readonly CpuOneToTwo: "1:2";
19
19
  readonly CpuOneToFour: "1:4";
20
20
  readonly CpuOneToSix: "1:6";
21
+ readonly CpuOneToEight: "1:8";
21
22
  };
22
23
  export type CpuOverCommitRatio = typeof CpuOverCommitRatio[keyof typeof CpuOverCommitRatio];
23
24
  export declare function instanceOfCpuOverCommitRatio(value: any): boolean;
@@ -27,7 +27,8 @@ exports.CpuOverCommitRatio = {
27
27
  CpuOneToOne: '1:1',
28
28
  CpuOneToTwo: '1:2',
29
29
  CpuOneToFour: '1:4',
30
- CpuOneToSix: '1:6'
30
+ CpuOneToSix: '1:6',
31
+ CpuOneToEight: '1:8'
31
32
  };
32
33
  function instanceOfCpuOverCommitRatio(value) {
33
34
  for (const key in exports.CpuOverCommitRatio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openshift-migration-advisor/planner-sdk",
3
- "version": "0.13.7-39782effca15",
3
+ "version": "0.13.7-c1a47d51e942",
4
4
  "description": "OpenAPI client for @openshift-migration-advisor/planner-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -95,7 +95,8 @@ export const ClusterRequirementsStoredInputCpuOverCommitRatioEnum = {
95
95
  _11: '1:1',
96
96
  _12: '1:2',
97
97
  _14: '1:4',
98
- _16: '1:6'
98
+ _16: '1:6',
99
+ _18: '1:8'
99
100
  } as const;
100
101
  export type ClusterRequirementsStoredInputCpuOverCommitRatioEnum = typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum];
101
102
 
@@ -21,7 +21,8 @@ export const CpuOverCommitRatio = {
21
21
  CpuOneToOne: '1:1',
22
22
  CpuOneToTwo: '1:2',
23
23
  CpuOneToFour: '1:4',
24
- CpuOneToSix: '1:6'
24
+ CpuOneToSix: '1:6',
25
+ CpuOneToEight: '1:8'
25
26
  } as const;
26
27
  export type CpuOverCommitRatio = typeof CpuOverCommitRatio[keyof typeof CpuOverCommitRatio];
27
28